public interface ListRapidCachesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getRapidCaches(int index)
public abstract RapidCache getRapidCaches(int index)The list of rapid caches.
repeated .google.storage.control.v2.RapidCache rapid_caches = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RapidCache |
|
getRapidCachesCount()
public abstract int getRapidCachesCount()The list of rapid caches.
repeated .google.storage.control.v2.RapidCache rapid_caches = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getRapidCachesList()
public abstract List<RapidCache> getRapidCachesList()The list of rapid caches.
repeated .google.storage.control.v2.RapidCache rapid_caches = 1;
| Returns | |
|---|---|
| Type | Description |
List<RapidCache> |
|
getRapidCachesOrBuilder(int index)
public abstract RapidCacheOrBuilder getRapidCachesOrBuilder(int index)The list of rapid caches.
repeated .google.storage.control.v2.RapidCache rapid_caches = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RapidCacheOrBuilder |
|
getRapidCachesOrBuilderList()
public abstract List<? extends RapidCacheOrBuilder> getRapidCachesOrBuilderList()The list of rapid caches.
repeated .google.storage.control.v2.RapidCache rapid_caches = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.storage.control.v2.RapidCacheOrBuilder> |
|