Show / Hide Table of Contents

Class ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsArtifactObjects

Files in the workspace to upload to Cloud Storage upon successful completion of all build steps.

Inheritance
System.Object
ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsArtifactObjects
Implements
Google.Apis.Requests.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.ContainerAnalysis.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsArtifactObjects : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Location

Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/". (see Bucket Name Requirements). Files in the workspace matching any path pattern will be uploaded to Cloud Storage with this location as a prefix.

Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type Description
System.String

Paths

Path globs used to match files in the build's workspace.

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

Timing

Output only. Stores timing information for pushing all artifact objects.

Declaration
[JsonProperty("timing")]
public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan Timing { get; set; }
Property Value
Type Description
ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top