Cloud Build v1 API - Class ArtifactResult (2.9.0)

public sealed class ArtifactResult : IMessage<ArtifactResult>, IEquatable<ArtifactResult>, IDeepCloneable<ArtifactResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Build v1 API class ArtifactResult.

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

Inheritance

object > ArtifactResult

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Constructors

ArtifactResult()

public ArtifactResult()

ArtifactResult(ArtifactResult)

public ArtifactResult(ArtifactResult other)
Parameter
NameDescription
otherArtifactResult

Properties

FileHash

public RepeatedField<FileHashes> FileHash { get; }

The file hash of the artifact.

Property Value
TypeDescription
RepeatedFieldFileHashes

Location

public string Location { get; set; }

The path of an artifact in a Cloud Storage bucket, with the generation number. For example, gs://mybucket/path/to/output.jar#generation.

Property Value
TypeDescription
string