Reference documentation and code samples for the Google Cloud Build V1 Client class BuildOperationMetadata.
Metadata for build operations.
Generated from protobuf message google.devtools.cloudbuild.v1.BuildOperationMetadata
Namespace
Google \ Cloud \ Build \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ build |
Google\Cloud\Build\V1\Build
The build that the operation is tracking. |
getBuild
The build that the operation is tracking.
Returns | |
---|---|
Type | Description |
Google\Cloud\Build\V1\Build|null |
hasBuild
clearBuild
setBuild
The build that the operation is tracking.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Build\V1\Build
|
Returns | |
---|---|
Type | Description |
$this |