v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-138134216.7 KB
anywhereCaches

Updates the config of an Anywhere Cache instance.

patch/b/{bucket}/anywhereCaches/{anywhereCacheId}

Path parameters

bucketstring required

Name of the parent bucket.

anywhereCacheIdstring required

The ID of requested Anywhere Cache instance.

Request body

kindstring

The kind of item this is. For Anywhere Cache, this is always storage#anywhereCache.

idstring

The ID of the resource, including the project number, bucket name and anywhere cache ID.

selfLinkstring

The link to this cache instance.

bucketstring

The name of the bucket containing this cache instance.

anywhereCacheIdstring

The ID of the Anywhere cache instance.

zonestring

The zone in which the cache instance is running. For example, us-central1-a.

statestring

The current state of the cache instance.

createTimestring date-time

The creation time of the cache instance in RFC 3339 format.

updateTimestring date-time

The modification time of the cache instance metadata in RFC 3339 format.

ttlstring google-duration

The TTL of all cache entries in whole seconds. e.g., "7200s".

admissionPolicystring

The cache-level entry admission policy.

pendingUpdateboolean

True if the cache instance has an active Update long-running operation.

ingestOnWriteboolean

Specifies whether objects are ingested into the cache upon write.

Response

Successful response