Reference documentation and code samples for the Google Cloud Build V1 Client class BuiltImage.
An image built by the pipeline.
Generated from protobuf message google.devtools.cloudbuild.v1.BuiltImage
Namespace
Google \ Cloud \ Build \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Name used to push the container image to Google Container Registry, as presented to |
↳ digest |
string
Docker Registry 2.0 digest. |
↳ push_timing |
Google\Cloud\Build\V1\TimeSpan
Output only. Stores timing information for pushing the specified image. |
getName
Name used to push the container image to Google Container Registry, as
presented to docker push
.
Returns | |
---|---|
Type | Description |
string |
setName
Name used to push the container image to Google Container Registry, as
presented to docker push
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDigest
Docker Registry 2.0 digest.
Returns | |
---|---|
Type | Description |
string |
setDigest
Docker Registry 2.0 digest.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPushTiming
Output only. Stores timing information for pushing the specified image.
Returns | |
---|---|
Type | Description |
Google\Cloud\Build\V1\TimeSpan|null |
hasPushTiming
clearPushTiming
setPushTiming
Output only. Stores timing information for pushing the specified image.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Build\V1\TimeSpan
|
Returns | |
---|---|
Type | Description |
$this |