Google Cloud OS Config v1 API - Class GcsObject (2.4.0)

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.

Inheritance

object > GcsObject

Namespace

Google.Cloud.OsConfig.V1

Assembly

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