Reference documentation and code samples for the Google Cloud Build V1 Client class ArtifactResult.
An artifact that was uploaded during a build. This is a single record in the artifact manifest JSON file.
Generated from protobuf message google.devtools.cloudbuild.v1.ArtifactResult
Namespace
Google \ Cloud \ Build \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ location
string
The path of an artifact in a Google Cloud Storage bucket, with the generation number. For example, gs://mybucket/path/to/output.jar#generation
.
↳ file_hash
getLocation
The path of an artifact in a Google Cloud Storage bucket, with the
generation number. For example, gs://mybucket/path/to/output.jar#generation
.
string
setLocation
The path of an artifact in a Google Cloud Storage bucket, with the
generation number. For example, gs://mybucket/path/to/output.jar#generation
.
var
string
$this
getFileHash
The file hash of the artifact.
setFileHash
The file hash of the artifact.
$this