Reference documentation and code samples for the Google Cloud Build V1 Client class Results.
Artifacts created by the build pipeline.
Generated from protobuf message google.devtools.cloudbuild.v1.Results
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ images
↳ build_step_images
string[]
List of build step digests, in the order corresponding to build step indices.
↳ artifact_manifest
string
Path to the artifact manifest. Only populated when artifacts are uploaded.
↳ num_artifacts
int|string
Number of artifacts uploaded. Only populated when artifacts are uploaded.
↳ build_step_outputs
string[]
List of build step outputs, produced by builder images, in the order corresponding to build step indices. Cloud Builders
can produce this output by writing to $BUILDER_OUTPUT/output
. Only the first 4KB of data is stored.
↳ artifact_timing
getImages
Container images that were built as a part of the build.
setImages
Container images that were built as a part of the build.
$this
getBuildStepImages
List of build step digests, in the order corresponding to build step indices.
setBuildStepImages
List of build step digests, in the order corresponding to build step indices.
var
string[]
$this
getArtifactManifest
Path to the artifact manifest. Only populated when artifacts are uploaded.
string
setArtifactManifest
Path to the artifact manifest. Only populated when artifacts are uploaded.
var
string
$this
getNumArtifacts
Number of artifacts uploaded. Only populated when artifacts are uploaded.
int|string
setNumArtifacts
Number of artifacts uploaded. Only populated when artifacts are uploaded.
var
int|string
$this
getBuildStepOutputs
List of build step outputs, produced by builder images, in the order corresponding to build step indices.
Cloud Builders
can produce this output by writing to $BUILDER_OUTPUT/output
.
Only the first 4KB of data is stored.
setBuildStepOutputs
List of build step outputs, produced by builder images, in the order corresponding to build step indices.
Cloud Builders
can produce this output by writing to $BUILDER_OUTPUT/output
.
Only the first 4KB of data is stored.
var
string[]
$this
getArtifactTiming
Time to push all non-container artifacts.
hasArtifactTiming
clearArtifactTiming
setArtifactTiming
Time to push all non-container artifacts.
$this