Class: Google::Cloud::OsConfig::V1::GcsObject
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::GcsObject
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/patch_jobs.rb
Overview
Cloud Storage object representation.
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Required.
-
#generation_number ⇒ ::Integer
Required.
-
#object ⇒ ::String
Required.
Instance Attribute Details
#bucket ⇒ ::String
655 656 657 658 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 655 class GcsObject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#generation_number ⇒ ::Integer
655 656 657 658 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 655 class GcsObject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#object ⇒ ::String
655 656 657 658 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 655 class GcsObject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |