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
Returns Required. The updated bucket.
365 366 367 368 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 365 class UpdateBucketRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The full resource name of the bucket to update.
"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
"organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
"billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
"folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
For example:
"projects/my-project/locations/global/buckets/my-bucket"
.
365 366 367 368 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 365 class UpdateBucketRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Field mask that specifies the fields in bucket
that need an update. A
bucket field will be overwritten if, and only if, it is in the update mask.
name
and output only fields cannot be updated.
For a detailed FieldMask
definition, see:
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMask
For example: updateMask=retention_days
.
365 366 367 368 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 365 class UpdateBucketRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |