Class Results (1.4.0)

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

Artifacts created by the build pipeline.

Inheritance

Object > Results

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Constructors

Results()

public Results()

Results(Results)

public Results(Results other)
Parameter
NameDescription
otherResults

Properties

ArtifactManifest

public string ArtifactManifest { get; set; }

Path to the artifact manifest. Only populated when artifacts are uploaded.

Property Value
TypeDescription
String

ArtifactTiming

public TimeSpan ArtifactTiming { get; set; }

Time to push all non-container artifacts.

Property Value
TypeDescription
TimeSpan

BuildStepImages

public RepeatedField<string> BuildStepImages { get; }

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

Property Value
TypeDescription
RepeatedField<String>

BuildStepOutputs

public RepeatedField<ByteString> BuildStepOutputs { get; }

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.

Property Value
TypeDescription
RepeatedField<ByteString>

Images

public RepeatedField<BuiltImage> Images { get; }

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

Property Value
TypeDescription
RepeatedField<BuiltImage>

NumArtifacts

public long NumArtifacts { get; set; }

Number of artifacts uploaded. Only populated when artifacts are uploaded.

Property Value
TypeDescription
Int64