public interface ListIndexesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Index |
getIndexes(int index)
List of indexes in the requested page.
|
int |
getIndexesCount()
List of indexes in the requested page.
|
List<Index> |
getIndexesList()
List of indexes in the requested page.
|
IndexOrBuilder |
getIndexesOrBuilder(int index)
List of indexes in the requested page.
|
List<? extends IndexOrBuilder> |
getIndexesOrBuilderList()
List of indexes in the requested page.
|
String |
getNextPageToken()
A token to retrieve next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve next page of results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Index> getIndexesList()
List of indexes in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Index indexes = 1;Index getIndexes(int index)
List of indexes in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Index indexes = 1;int getIndexesCount()
List of indexes in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Index indexes = 1;List<? extends IndexOrBuilder> getIndexesOrBuilderList()
List of indexes in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Index indexes = 1;IndexOrBuilder getIndexesOrBuilder(int index)
List of indexes in the requested page.
repeated .google.cloud.aiplatform.v1beta1.Index indexes = 1;String getNextPageToken()
A token to retrieve next page of results. Pass to [ListIndexesRequest.page_token][google.cloud.aiplatform.v1beta1.ListIndexesRequest.page_token] to obtain that page.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve next page of results. Pass to [ListIndexesRequest.page_token][google.cloud.aiplatform.v1beta1.ListIndexesRequest.page_token] to obtain that page.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.