Class: Google::Cloud::Storage::Control::V2::UpdateAnywhereCacheRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Storage::Control::V2::UpdateAnywhereCacheRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storage/control/v2/storage_control.rb
Overview
Request message for UpdateAnywhereCache.
Instance Attribute Summary collapse
-
#anywhere_cache ⇒ ::Google::Cloud::Storage::Control::V2::AnywhereCache
Required.
-
#request_id ⇒ ::String
Optional.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#anywhere_cache ⇒ ::Google::Cloud::Storage::Control::V2::AnywhereCache
Returns Required. The Anywhere Cache instance to be updated.
602 603 604 605 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 602 class UpdateAnywhereCacheRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
Returns Optional. A unique identifier for this request. UUID is the recommended
format, but other formats are still accepted. This request is only
idempotent if a request_id
is provided.
602 603 604 605 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 602 class UpdateAnywhereCacheRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. List of fields to be updated. Mutable fields of AnywhereCache
include ttl
and admission_policy
.
To specify ALL fields, specify a single field with the value *
. Note: We
recommend against doing this. If a new field is introduced at a later time,
an older client updating with the *
may accidentally reset the new
field's value.
Not specifying any fields is an error.
602 603 604 605 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 602 class UpdateAnywhereCacheRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |