Package com.google.storage.control.v2
Interface ListAnywhereCachesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListAnywhereCachesResponse,ListAnywhereCachesResponse.Builder
public interface ListAnywhereCachesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAnywhereCaches(int index) The list of items.intThe list of items.The list of items.getAnywhereCachesOrBuilder(int index) The list of items.List<? extends AnywhereCacheOrBuilder>The list of items.A token, which can be sent as `page_token` to retrieve the next page.com.google.protobuf.ByteStringA token, which can be sent as `page_token` to retrieve the next page.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getAnywhereCachesList
List<AnywhereCache> getAnywhereCachesList()The list of items.
repeated .google.storage.control.v2.AnywhereCache anywhere_caches = 1; -
getAnywhereCaches
The list of items.
repeated .google.storage.control.v2.AnywhereCache anywhere_caches = 1; -
getAnywhereCachesCount
int getAnywhereCachesCount()The list of items.
repeated .google.storage.control.v2.AnywhereCache anywhere_caches = 1; -
getAnywhereCachesOrBuilderList
List<? extends AnywhereCacheOrBuilder> getAnywhereCachesOrBuilderList()The list of items.
repeated .google.storage.control.v2.AnywhereCache anywhere_caches = 1; -
getAnywhereCachesOrBuilder
The list of items.
repeated .google.storage.control.v2.AnywhereCache anywhere_caches = 1; -
getNextPageToken
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:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.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:
- The bytes for nextPageToken.
-