Show / Hide Table of Contents

Class StorageSourceManifest

Location of the source manifest in Cloud Storage. This feature is in Preview; see description here.

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

Properties

Bucket

Required. Cloud Storage bucket containing the source manifest (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

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 manifest. This object must be a JSON file.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX