Package com.google.cloud.aiplatform.v1
Interface ListIndexesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListIndexesResponse,ListIndexesResponse.Builder
@Generated
public interface ListIndexesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetIndexes(int index) List of indexes in the requested page.intList of indexes in the requested page.List of indexes in the requested page.getIndexesOrBuilder(int index) List of indexes in the requested page.List<? extends IndexOrBuilder>List of indexes in the requested page.A token to retrieve next page of results.com.google.protobuf.ByteStringA token to retrieve next page of results.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
-
getIndexesList
List of indexes in the requested page.
repeated .google.cloud.aiplatform.v1.Index indexes = 1; -
getIndexes
List of indexes in the requested page.
repeated .google.cloud.aiplatform.v1.Index indexes = 1; -
getIndexesCount
int getIndexesCount()List of indexes in the requested page.
repeated .google.cloud.aiplatform.v1.Index indexes = 1; -
getIndexesOrBuilderList
List<? extends IndexOrBuilder> getIndexesOrBuilderList()List of indexes in the requested page.
repeated .google.cloud.aiplatform.v1.Index indexes = 1; -
getIndexesOrBuilder
List of indexes in the requested page.
repeated .google.cloud.aiplatform.v1.Index indexes = 1; -
getNextPageToken
String getNextPageToken()A token to retrieve next page of results. Pass to [ListIndexesRequest.page_token][google.cloud.aiplatform.v1.ListIndexesRequest.page_token] to obtain that page.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()A token to retrieve next page of results. Pass to [ListIndexesRequest.page_token][google.cloud.aiplatform.v1.ListIndexesRequest.page_token] to obtain that page.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-