Show / Hide Table of Contents

Class ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsArtifactObjects

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

Inheritance
object
ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsArtifactObjects
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.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsArtifactObjects : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
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
IList<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

IDirectResponseSchema
In this article
Back to top Generated by DocFX