Show / Hide Table of Contents

Class ArtifactObjects

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

Inheritance
object
ArtifactObjects
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.CloudBuild.v1.Data
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class ArtifactObjects : 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 TimeSpan Timing { get; set; }
Property Value
Type Description
TimeSpan

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX