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 \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ repositories |
array<Repository>
Repository resources created. |
getRepositories
Repository resources created.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setRepositories
Repository resources created.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Repository>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|