Show / Hide Table of Contents

Class StorageSource

Location of the source in an archive file in Cloud Storage.

Inheritance
object
StorageSource
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 StorageSource : IDirectResponseSchema

Properties

Bucket

Cloud Storage bucket containing the source (see Bucket Name Requirements).

Declaration
[JsonProperty("bucket")]
public virtual string Bucket { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Generation

Optional. Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.

Declaration
[JsonProperty("generation")]
public virtual long? Generation { get; set; }
Property Value
Type Description
long?

Object__

Required. Cloud Storage object containing the source. This object must be a zipped (.zip) or gzipped archive file (.tar.gz) containing source to build.

Declaration
[JsonProperty("object")]
public virtual string Object__ { get; set; }
Property Value
Type Description
string

SourceFetcher

Optional. Option to specify the tool to fetch the source file for the build.

Declaration
[JsonProperty("sourceFetcher")]
public virtual string SourceFetcher { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX