Class: Google::Cloud::Logging::V2::UpdateBucketRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::UpdateBucketRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/logging/v2/logging_config.rb
Overview
The parameters to UpdateBucket.
Instance Attribute Summary collapse
-
#bucket ⇒ ::Google::Cloud::Logging::V2::LogBucket
Required.
-
#name ⇒ ::String
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#bucket ⇒ ::Google::Cloud::Logging::V2::LogBucket
453 454 455 456 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 453 class UpdateBucketRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
453 454 455 456 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 453 class UpdateBucketRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
453 454 455 456 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 453 class UpdateBucketRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |