Cloud OS Config V1alpha API - Class Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource::File::Gcs (v0.9.0)

Reference documentation and code samples for the Cloud OS Config V1alpha API class Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource::File::Gcs.

Specifies a file available as a Cloud Storage Object.

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

def generation() -> ::Integer
Returns
  • (::Integer) — Generation number of the Cloud Storage object.

#generation=

def generation=(value) -> ::Integer
Parameter
  • value (::Integer) — Generation number of the Cloud Storage object.
Returns
  • (::Integer) — Generation number of the Cloud Storage object.

#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.