Class ArtifactResult
An artifact that was uploaded during a build. This is a single record in the artifact manifest JSON file.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v1.Data
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class ArtifactResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FileHash
The file hash of the artifact.
Declaration
[JsonProperty("fileHash")]
public virtual IList<FileHashes> FileHash { get; set; }
Property Value
Type | Description |
---|---|
IList<FileHashes> |
Location
The path of an artifact in a Cloud Storage bucket, with the generation number. For example,
gs://mybucket/path/to/output.jar#generation
.
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type | Description |
---|---|
string |