Class UpdateAnywhereCacheMetadata (1.10.0)

UpdateAnywhereCacheMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message returned in the metadata field of the Operation resource for UpdateAnywhereCache operation.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
common_metadata google.cloud.storage_control_v2.types.CommonLongRunningOperationMetadata
Generic metadata for the long running operation.
anywhere_cache_id str
Anywhere Cache ID. This field is a member of oneof_ _anywhere_cache_id.
zone str
The zone in which the cache instance is running. For example, us-central1-a. This field is a member of oneof_ _zone.
ttl google.protobuf.duration_pb2.Duration
Anywhere Cache entry's TTL between 1h and 7days. A cache-level config that is applied to all new cache entries on admission. If ttl is pending update, this field equals to the new value specified in the Update request. This field is a member of oneof_ _ttl.
admission_policy str
L4 Cache entry Admission Policy in kebab-case (e.g., "admit-on-first-miss"). If admission_policy is pending update, this field equals to the new value specified in the Update request. This field is a member of oneof_ _admission_policy.