UpdateAnywhereCacheRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for UpdateAnywhereCache.
Attributes |
|
---|---|
Name | Description |
anywhere_cache |
google.cloud.storage_control_v2.types.AnywhereCache
Required. The Anywhere Cache instance to be updated. |
update_mask |
google.protobuf.field_mask_pb2.FieldMask
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.
|
request_id |
str
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.
|