Google Cloud Build V2 Client - Class BatchCreateRepositoriesResponse (0.16.1)

Reference documentation and code samples for the Google Cloud Build V2 Client class BatchCreateRepositoriesResponse.

Message for response of creating repositories in batch.

Generated from protobuf message google.devtools.cloudbuild.v2.BatchCreateRepositoriesResponse

Namespace

Google \ Cloud \ Build \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ repositories array<Google\Cloud\Build\V2\Repository>

Repository resources created.

getRepositories

Repository resources created.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setRepositories

Repository resources created.

Parameter
Name Description
var array<Google\Cloud\Build\V2\Repository>
Returns
Type Description
$this