Class GcsObject
Google Cloud Storage object representation.
Implements
Inherited Members
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 |