Class ArtifactResult
An artifact that was uploaded during a build. This is a single record in the artifact manifest JSON file.
Inheritance
System.Object
ArtifactResult
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudBuild.v1beta1.Data
Assembly: Google.Apis.CloudBuild.v1beta1.dll
Syntax
public class ArtifactResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileHash
The file hash of the artifact.
Declaration
[JsonProperty("fileHash")]
public virtual IList<FileHashes> FileHash { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<FileHashes> |
Location
The path of an artifact in a Google 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 |
---|---|
System.String |