Class: Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource::File::Gcs

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/osconfig/v1alpha/os_policy.rb

Overview

Specifies a file available as a Cloud Storage Object.

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns Required. Bucket of the Cloud Storage object.

Returns:

  • (::String)

    Required. Bucket of the Cloud Storage object.



171
172
173
174
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy.rb', line 171

class Gcs
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#generation::Integer

Returns Generation number of the Cloud Storage object.

Returns:

  • (::Integer)

    Generation number of the Cloud Storage object.



171
172
173
174
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy.rb', line 171

class Gcs
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#object::String

Returns Required. Name of the Cloud Storage object.

Returns:

  • (::String)

    Required. Name of the Cloud Storage object.



171
172
173
174
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy.rb', line 171

class Gcs
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end