Reference documentation and code samples for the Google Cloud Build V2 Client class BatchCreateRepositoriesRequest.
Message for creating repositoritories in batch.
Generated from protobuf message google.devtools.cloudbuild.v2.BatchCreateRepositoriesRequest
Namespace
Google \ Cloud \ Build \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
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
array< Google\Cloud\Build\V2\CreateRepositoryRequest
>
Required. The request messages specifying the repositories to create.
getParent
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.
string
setParent
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.
var
string
$this
getRequests
Required. The request messages specifying the repositories to create.
setRequests
Required. The request messages specifying the repositories to create.
$this
static::build
parent
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. Please see Google\Cloud\Build\V2\RepositoryManagerClient::connectionName() for help formatting this field.
requests
array< Google\Cloud\Build\V2\CreateRepositoryRequest
>
Required. The request messages specifying the repositories to create.