Cloud OS Config V1 API - Class Google::Cloud::OsConfig::V1::GcsObject (v0.16.0)

Reference documentation and code samples for the Cloud OS Config V1 API class Google::Cloud::OsConfig::V1::GcsObject.

Cloud Storage object representation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#bucket

def bucket() -> ::String
Returns
  • (::String) — Required. Bucket of the Cloud Storage object.

#bucket=

def bucket=(value) -> ::String
Parameter
  • value (::String) — Required. Bucket of the Cloud Storage object.
Returns
  • (::String) — Required. Bucket of the Cloud Storage object.

#generation_number

def generation_number() -> ::Integer
Returns
  • (::Integer) — Required. Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.

#generation_number=

def generation_number=(value) -> ::Integer
Parameter
  • value (::Integer) — Required. Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.
Returns
  • (::Integer) — Required. Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.

#object

def object() -> ::String
Returns
  • (::String) — Required. Name of the Cloud Storage object.

#object=

def object=(value) -> ::String
Parameter
  • value (::String) — Required. Name of the Cloud Storage object.
Returns
  • (::String) — Required. Name of the Cloud Storage object.