public interface ListIndexEndpointsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIndexEndpoints(int index)
public abstract IndexEndpoint getIndexEndpoints(int index)List of IndexEndpoints in the requested page.
repeated .google.cloud.aiplatform.v1.IndexEndpoint index_endpoints = 1;
| Name | Description |
| index | int |
| Type | Description |
| IndexEndpoint |
getIndexEndpointsCount()
public abstract int getIndexEndpointsCount()List of IndexEndpoints in the requested page.
repeated .google.cloud.aiplatform.v1.IndexEndpoint index_endpoints = 1;
| Type | Description |
| int |
getIndexEndpointsList()
public abstract List<IndexEndpoint> getIndexEndpointsList()List of IndexEndpoints in the requested page.
repeated .google.cloud.aiplatform.v1.IndexEndpoint index_endpoints = 1;
| Type | Description |
| List<IndexEndpoint> |
getIndexEndpointsOrBuilder(int index)
public abstract IndexEndpointOrBuilder getIndexEndpointsOrBuilder(int index)List of IndexEndpoints in the requested page.
repeated .google.cloud.aiplatform.v1.IndexEndpoint index_endpoints = 1;
| Name | Description |
| index | int |
| Type | Description |
| IndexEndpointOrBuilder |
getIndexEndpointsOrBuilderList()
public abstract List<? extends IndexEndpointOrBuilder> getIndexEndpointsOrBuilderList()List of IndexEndpoints in the requested page.
repeated .google.cloud.aiplatform.v1.IndexEndpoint index_endpoints = 1;
| Type | Description |
| List<? extends com.google.cloud.aiplatform.v1.IndexEndpointOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()A token to retrieve next page of results. Pass to ListIndexEndpointsRequest.page_token to obtain that page.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token to retrieve next page of results. Pass to ListIndexEndpointsRequest.page_token to obtain that page.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |