| Package | Description |
|---|---|
| com.google.api.services.storage | |
| com.google.api.services.storage.model |
| Modifier and Type | Method and Description |
|---|---|
Storage.AnywhereCaches.Insert |
Storage.AnywhereCaches.insert(String bucket,
AnywhereCache content)
Creates an Anywhere Cache instance.
|
Storage.AnywhereCaches.Update |
Storage.AnywhereCaches.update(String bucket,
String anywhereCacheId,
AnywhereCache content)
Updates the config(ttl and admissionPolicy) of an Anywhere Cache instance.
|
| Constructor and Description |
|---|
Insert(String bucket,
AnywhereCache content)
Creates an Anywhere Cache instance.
|
Update(String bucket,
String anywhereCacheId,
AnywhereCache content)
Updates the config(ttl and admissionPolicy) of an Anywhere Cache instance.
|
| Modifier and Type | Method and Description |
|---|---|
AnywhereCache |
AnywhereCache.clone() |
AnywhereCache |
AnywhereCache.set(String fieldName,
Object value) |
AnywhereCache |
AnywhereCache.setAdmissionPolicy(String admissionPolicy)
The cache-level entry admission policy.
|
AnywhereCache |
AnywhereCache.setAnywhereCacheId(String anywhereCacheId)
The ID of the Anywhere cache instance.
|
AnywhereCache |
AnywhereCache.setBucket(String bucket)
The name of the bucket containing this cache instance.
|
AnywhereCache |
AnywhereCache.setCreateTime(com.google.api.client.util.DateTime createTime)
The creation time of the cache instance in RFC 3339 format.
|
AnywhereCache |
AnywhereCache.setId(String id)
The ID of the resource, including the project number, bucket name and anywhere cache ID.
|
AnywhereCache |
AnywhereCache.setKind(String kind)
The kind of item this is.
|
AnywhereCache |
AnywhereCache.setPendingUpdate(Boolean pendingUpdate)
True if the cache instance has an active Update long-running operation.
|
AnywhereCache |
AnywhereCache.setSelfLink(String selfLink)
The link to this cache instance.
|
AnywhereCache |
AnywhereCache.setState(String state)
The current state of the cache instance.
|
AnywhereCache |
AnywhereCache.setTtl(String ttl)
The TTL of all cache entries in whole seconds.
|
AnywhereCache |
AnywhereCache.setUpdateTime(com.google.api.client.util.DateTime updateTime)
The modification time of the cache instance metadata in RFC 3339 format.
|
AnywhereCache |
AnywhereCache.setZone(String zone)
The zone in which the cache instance is running.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnywhereCache> |
AnywhereCaches.getItems()
The list of items.
|
| Modifier and Type | Method and Description |
|---|---|
AnywhereCaches |
AnywhereCaches.setItems(List<AnywhereCache> items)
The list of items.
|
Copyright © 2011–2025 Google. All rights reserved.