Show / Hide Table of Contents

Class Results

Artifacts created by the build pipeline.

Inheritance
object
Results
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 Results : IDirectResponseSchema

Properties

ArtifactManifest

Path to the artifact manifest for non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.

Declaration
[JsonProperty("artifactManifest")]
public virtual string ArtifactManifest { get; set; }
Property Value
Type Description
string

ArtifactTiming

Time to push all non-container artifacts to Cloud Storage.

Declaration
[JsonProperty("artifactTiming")]
public virtual TimeSpan ArtifactTiming { get; set; }
Property Value
Type Description
TimeSpan

BuildStepImages

List of build step digests, in the order corresponding to build step indices.

Declaration
[JsonProperty("buildStepImages")]
public virtual IList<string> BuildStepImages { get; set; }
Property Value
Type Description
IList<string>

BuildStepOutputs

List of build step outputs, produced by builder images, in the order corresponding to build step indices. Cloud Builders can produce this output by writing to $BUILDER_OUTPUT/output. Only the first 50KB of data is stored. Note that the $BUILDER_OUTPUT variable is read-only and can't be substituted.

Declaration
[JsonProperty("buildStepOutputs")]
public virtual IList<string> BuildStepOutputs { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GoModules

Optional. Go module artifacts uploaded to Artifact Registry at the end of the build.

Declaration
[JsonProperty("goModules")]
public virtual IList<UploadedGoModule> GoModules { get; set; }
Property Value
Type Description
IList<UploadedGoModule>

Images

Container images that were built as a part of the build.

Declaration
[JsonProperty("images")]
public virtual IList<BuiltImage> Images { get; set; }
Property Value
Type Description
IList<BuiltImage>

MavenArtifacts

Maven artifacts uploaded to Artifact Registry at the end of the build.

Declaration
[JsonProperty("mavenArtifacts")]
public virtual IList<UploadedMavenArtifact> MavenArtifacts { get; set; }
Property Value
Type Description
IList<UploadedMavenArtifact>

NpmPackages

Npm packages uploaded to Artifact Registry at the end of the build.

Declaration
[JsonProperty("npmPackages")]
public virtual IList<UploadedNpmPackage> NpmPackages { get; set; }
Property Value
Type Description
IList<UploadedNpmPackage>

NumArtifacts

Number of non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.

Declaration
[JsonProperty("numArtifacts")]
public virtual long? NumArtifacts { get; set; }
Property Value
Type Description
long?

PythonPackages

Python artifacts uploaded to Artifact Registry at the end of the build.

Declaration
[JsonProperty("pythonPackages")]
public virtual IList<UploadedPythonPackage> PythonPackages { get; set; }
Property Value
Type Description
IList<UploadedPythonPackage>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX