Show / Hide Table of Contents

Class ContaineranalysisGoogleDevtoolsCloudbuildV1Results

Artifacts created by the build pipeline.

Inheritance
object
ContaineranalysisGoogleDevtoolsCloudbuildV1Results
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.ContainerAnalysis.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class ContaineranalysisGoogleDevtoolsCloudbuildV1Results : 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 ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan ArtifactTiming { get; set; }
Property Value
Type Description
ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan

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 4KB of data is stored.

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

Images

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

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

MavenArtifacts

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

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

NpmPackages

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

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

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<ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage> PythonPackages { get; set; }
Property Value
Type Description
IList<ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX