public interface ListSearchConfigsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |
getSearchConfigs(int index)
public abstract SearchConfig getSearchConfigs(int index)
The search configurations from the specified corpus.
repeated .google.cloud.visionai.v1.SearchConfig search_configs = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SearchConfig |
getSearchConfigsCount()
public abstract int getSearchConfigsCount()
The search configurations from the specified corpus.
repeated .google.cloud.visionai.v1.SearchConfig search_configs = 1;
Returns | |
---|---|
Type | Description |
int |
getSearchConfigsList()
public abstract List<SearchConfig> getSearchConfigsList()
The search configurations from the specified corpus.
repeated .google.cloud.visionai.v1.SearchConfig search_configs = 1;
Returns | |
---|---|
Type | Description |
List<SearchConfig> |
getSearchConfigsOrBuilder(int index)
public abstract SearchConfigOrBuilder getSearchConfigsOrBuilder(int index)
The search configurations from the specified corpus.
repeated .google.cloud.visionai.v1.SearchConfig search_configs = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SearchConfigOrBuilder |
getSearchConfigsOrBuilderList()
public abstract List<? extends SearchConfigOrBuilder> getSearchConfigsOrBuilderList()
The search configurations from the specified corpus.
repeated .google.cloud.visionai.v1.SearchConfig search_configs = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.visionai.v1.SearchConfigOrBuilder> |