Class: Google::Cloud::Logging::V2::DeleteBucketRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::DeleteBucketRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/logging/v2/logging_config.rb
Overview
The parameters to DeleteBucket.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
489 490 491 492 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 489 class DeleteBucketRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |