Class: Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource::File::Gcs
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource::File::Gcs
- 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
-
#bucket ⇒ ::String
Required.
-
#generation ⇒ ::Integer
Generation number of the Cloud Storage object.
-
#object ⇒ ::String
Required.
Instance Attribute Details
#bucket ⇒ ::String
Returns Required. Bucket of the Cloud Storage object.
185 186 187 188 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy.rb', line 185 class Gcs include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#generation ⇒ ::Integer
Returns Generation number of the Cloud Storage object.
185 186 187 188 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy.rb', line 185 class Gcs include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#object ⇒ ::String
Returns Required. Name of the Cloud Storage object.
185 186 187 188 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy.rb', line 185 class Gcs include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |