Show / Hide Table of Contents

Class Results

Artifacts created by the build pipeline.

Inheritance
System.Object
Results
Implements
IDirectResponseSchema
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.v1alpha2.Data
Assembly: Google.Apis.CloudBuild.v1alpha2.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
System.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
System.Collections.Generic.IList<System.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 4KB of data is stored.

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

ETag

The ETag of the item.

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

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
System.Collections.Generic.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
System.Collections.Generic.IList<UploadedMavenArtifact>

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
System.Nullable<System.Int64>

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
System.Collections.Generic.IList<UploadedPythonPackage>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX