Cloud Build V2 API - Class Google::Cloud::Build::V2::BatchCreateRepositoriesRequest (v0.5.2)

Reference documentation and code samples for the Cloud Build V2 API class Google::Cloud::Build::V2::BatchCreateRepositoriesRequest.

Message for creating repositoritories in batch.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
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.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::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.
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.

#requests

def requests() -> ::Array<::Google::Cloud::Build::V2::CreateRepositoryRequest>
Returns

#requests=

def requests=(value) -> ::Array<::Google::Cloud::Build::V2::CreateRepositoryRequest>
Parameter
Returns