Class ArtifactObjects
Files in the workspace to upload to Cloud Storage upon successful completion of all build steps.
Inheritance
System.Object
ArtifactObjects
Implements
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.CloudBuild.v1alpha2.Data
Assembly: Google.Apis.CloudBuild.v1alpha2.dll
Syntax
public class ArtifactObjects : 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 TimeSpan Timing { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |