Show / Hide Table of Contents

Class GcsObject

Google Cloud Storage object representation.

Inheritance
object
GcsObject
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.OSConfig.v1beta.Data
Assembly: Google.Apis.OSConfig.v1beta.dll
Syntax
public class GcsObject : IDirectResponseSchema

Properties

Bucket

Required. Bucket of the Google Cloud Storage object.

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

GenerationNumber

Required. Generation number of the Google Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.

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

Object__

Required. Name of the Google Cloud Storage object.

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