Class GoogleDevtoolsCloudbuildV1Results
Artifacts created by the build pipeline.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleDevtoolsCloudbuildV1Results : 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 GoogleDevtoolsCloudbuildV1TimeSpan ArtifactTiming { get; set; }
Property Value
Type | Description |
---|---|
GoogleDevtoolsCloudbuildV1TimeSpan |
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 |
Images
Container images that were built as a part of the build.
Declaration
[JsonProperty("images")]
public virtual IList<GoogleDevtoolsCloudbuildV1BuiltImage> Images { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleDevtoolsCloudbuildV1BuiltImage> |
MavenArtifacts
Maven artifacts uploaded to Artifact Registry at the end of the build.
Declaration
[JsonProperty("mavenArtifacts")]
public virtual IList<GoogleDevtoolsCloudbuildV1UploadedMavenArtifact> MavenArtifacts { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleDevtoolsCloudbuildV1UploadedMavenArtifact> |
NpmPackages
Npm packages uploaded to Artifact Registry at the end of the build.
Declaration
[JsonProperty("npmPackages")]
public virtual IList<GoogleDevtoolsCloudbuildV1UploadedNpmPackage> NpmPackages { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleDevtoolsCloudbuildV1UploadedNpmPackage> |
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<GoogleDevtoolsCloudbuildV1UploadedPythonPackage> PythonPackages { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleDevtoolsCloudbuildV1UploadedPythonPackage> |