Class: Google::Cloud::Build::V2::BatchCreateRepositoriesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/cloudbuild/v2/repositories.rb

Overview

Message for creating repositoritories in batch.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The connection to contain all the repositories being created. Format: projects//locations//connections/* The parent field in the CreateRepositoryRequest messages must either be empty or match this field.

Returns:

  • (::String)

    Required. The connection to contain all the repositories being created. Format: projects//locations//connections/* The parent field in the CreateRepositoryRequest messages must either be empty or match this field.



448
449
450
451
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 448

class BatchCreateRepositoriesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#requests::Array<::Google::Cloud::Build::V2::CreateRepositoryRequest>

Returns Required. The request messages specifying the repositories to create.

Returns:



448
449
450
451
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 448

class BatchCreateRepositoriesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end