Reference documentation and code samples for the Storage Control V2 API class Google::Cloud::Storage::Control::V2::UpdateRapidCacheRequest.
Request message for UpdateRapidCache.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#rapid_cache
def rapid_cache() -> ::Google::Cloud::Storage::Control::V2::RapidCache- (::Google::Cloud::Storage::Control::V2::RapidCache) — Required. The RapidCache to update.
#rapid_cache=
def rapid_cache=(value) -> ::Google::Cloud::Storage::Control::V2::RapidCache- value (::Google::Cloud::Storage::Control::V2::RapidCache) — Required. The RapidCache to update.
- (::Google::Cloud::Storage::Control::V2::RapidCache) — Required. The RapidCache to update.
#request_id
def request_id() -> ::String-
(::String) — 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_idis provided.
#request_id=
def request_id=(value) -> ::String-
value (::String) — 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_idis provided.
-
(::String) — 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_idis provided.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask-
(::Google::Protobuf::FieldMask) — Required. List of fields to be updated. Mutable fields of RapidCache
include
ttl,admission_policyandingest_on_write.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.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask-
value (::Google::Protobuf::FieldMask) — Required. List of fields to be updated. Mutable fields of RapidCache
include
ttl,admission_policyandingest_on_write.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.
-
(::Google::Protobuf::FieldMask) — Required. List of fields to be updated. Mutable fields of RapidCache
include
ttl,admission_policyandingest_on_write.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.