public interface ListIndexEndpointsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
IndexEndpoint |
getIndexEndpoints(int index)
List of IndexEndpoints in the requested page.
|
int |
getIndexEndpointsCount()
List of IndexEndpoints in the requested page.
|
List<IndexEndpoint> |
getIndexEndpointsList()
List of IndexEndpoints in the requested page.
|
IndexEndpointOrBuilder |
getIndexEndpointsOrBuilder(int index)
List of IndexEndpoints in the requested page.
|
List<? extends IndexEndpointOrBuilder> |
getIndexEndpointsOrBuilderList()
List of IndexEndpoints 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<IndexEndpoint> getIndexEndpointsList()
List of IndexEndpoints in the requested page.
repeated .google.cloud.aiplatform.v1beta1.IndexEndpoint index_endpoints = 1;IndexEndpoint getIndexEndpoints(int index)
List of IndexEndpoints in the requested page.
repeated .google.cloud.aiplatform.v1beta1.IndexEndpoint index_endpoints = 1;int getIndexEndpointsCount()
List of IndexEndpoints in the requested page.
repeated .google.cloud.aiplatform.v1beta1.IndexEndpoint index_endpoints = 1;List<? extends IndexEndpointOrBuilder> getIndexEndpointsOrBuilderList()
List of IndexEndpoints in the requested page.
repeated .google.cloud.aiplatform.v1beta1.IndexEndpoint index_endpoints = 1;IndexEndpointOrBuilder getIndexEndpointsOrBuilder(int index)
List of IndexEndpoints in the requested page.
repeated .google.cloud.aiplatform.v1beta1.IndexEndpoint index_endpoints = 1;String getNextPageToken()
A token to retrieve next page of results. Pass to [ListIndexEndpointsRequest.page_token][google.cloud.aiplatform.v1beta1.ListIndexEndpointsRequest.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 [ListIndexEndpointsRequest.page_token][google.cloud.aiplatform.v1beta1.ListIndexEndpointsRequest.page_token] to obtain that page.
string next_page_token = 2;Copyright © 2022 Google LLC. All rights reserved.