public sealed class GcsObject : IMessage<GcsObject>, IEquatable<GcsObject>, IDeepCloneable<GcsObject>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1 API class GcsObject.
Cloud Storage object representation.
Implements
IMessageGcsObject, IEquatableGcsObject, IDeepCloneableGcsObject, IBufferMessage, IMessageNamespace
Google.Cloud.OsConfig.V1Assembly
Google.Cloud.OsConfig.V1.dll
Constructors
GcsObject()
public GcsObject()
GcsObject(GcsObject)
public GcsObject(GcsObject other)
Parameter | |
---|---|
Name | Description |
other | GcsObject |
Properties
Bucket
public string Bucket { get; set; }
Required. Bucket of the Cloud Storage object.
Property Value | |
---|---|
Type | Description |
string |
GenerationNumber
public long GenerationNumber { get; set; }
Required. Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.
Property Value | |
---|---|
Type | Description |
long |
Object
public string Object { get; set; }
Required. Name of the Cloud Storage object.
Property Value | |
---|---|
Type | Description |
string |