public interface ListIndexEndpointsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIndexEndpoints(int index)
public abstract IndexEndpoint getIndexEndpoints(int index)
The list of IndexEndpoints.
repeated .google.cloud.visionai.v1.IndexEndpoint index_endpoints = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
IndexEndpoint |
getIndexEndpointsCount()
public abstract int getIndexEndpointsCount()
The list of IndexEndpoints.
repeated .google.cloud.visionai.v1.IndexEndpoint index_endpoints = 1;
Returns | |
---|---|
Type | Description |
int |
getIndexEndpointsList()
public abstract List<IndexEndpoint> getIndexEndpointsList()
The list of IndexEndpoints.
repeated .google.cloud.visionai.v1.IndexEndpoint index_endpoints = 1;
Returns | |
---|---|
Type | Description |
List<IndexEndpoint> |
getIndexEndpointsOrBuilder(int index)
public abstract IndexEndpointOrBuilder getIndexEndpointsOrBuilder(int index)
The list of IndexEndpoints.
repeated .google.cloud.visionai.v1.IndexEndpoint index_endpoints = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
IndexEndpointOrBuilder |
getIndexEndpointsOrBuilderList()
public abstract List<? extends IndexEndpointOrBuilder> getIndexEndpointsOrBuilderList()
The list of IndexEndpoints.
repeated .google.cloud.visionai.v1.IndexEndpoint index_endpoints = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.visionai.v1.IndexEndpointOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()
A token identifying a page of results the server should return.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
A token identifying a page of results the server should return.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |