Class: Google::Cloud::OsConfig::V1::OSPolicy::Resource::File::Gcs
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::OSPolicy::Resource::File::Gcs
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/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.
154 155 156 157 |
# File 'proto_docs/google/cloud/osconfig/v1/os_policy.rb', line 154 class Gcs include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |