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
Returns Required. Bucket of the Cloud Storage object.
658 659 660 661 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 658 class GcsObject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#generation_number ⇒ ::Integer
Returns Required. Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.
658 659 660 661 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 658 class GcsObject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |