Show / Hide Table of Contents

Class ArtifactResult

An artifact that was uploaded during a build. This is a single record in the artifact manifest JSON file.

Inheritance
object
ArtifactResult
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX