Google Cloud Build V2 Client - Class BatchCreateRepositoriesResponse (0.12.0)

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
NameDescription
data array

Optional. Data for populating the Message object.

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

Repository resources created.

getRepositories

Repository resources created.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setRepositories

Repository resources created.

Parameter
NameDescription
var array<Google\Cloud\Build\V2\Repository>
Returns
TypeDescription
$this