public interface SearchResourcesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()
Pass this token in the SearchResourcesRequest to continue to list results. If all results have been returned, this field is an empty string or not present in the response.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
Pass this token in the SearchResourcesRequest to continue to list results. If all results have been returned, this field is an empty string or not present in the response.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |
getSearchResults(int index)
public abstract SearchResult getSearchResults(int index)
List of search results according to the filter and search query specified. The order of search results represents the ranking.
repeated .google.cloud.apihub.v1.SearchResult search_results = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SearchResult |
getSearchResultsCount()
public abstract int getSearchResultsCount()
List of search results according to the filter and search query specified. The order of search results represents the ranking.
repeated .google.cloud.apihub.v1.SearchResult search_results = 1;
Returns | |
---|---|
Type | Description |
int |
getSearchResultsList()
public abstract List<SearchResult> getSearchResultsList()
List of search results according to the filter and search query specified. The order of search results represents the ranking.
repeated .google.cloud.apihub.v1.SearchResult search_results = 1;
Returns | |
---|---|
Type | Description |
List<SearchResult> |
getSearchResultsOrBuilder(int index)
public abstract SearchResultOrBuilder getSearchResultsOrBuilder(int index)
List of search results according to the filter and search query specified. The order of search results represents the ranking.
repeated .google.cloud.apihub.v1.SearchResult search_results = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SearchResultOrBuilder |
getSearchResultsOrBuilderList()
public abstract List<? extends SearchResultOrBuilder> getSearchResultsOrBuilderList()
List of search results according to the filter and search query specified. The order of search results represents the ranking.
repeated .google.cloud.apihub.v1.SearchResult search_results = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.apihub.v1.SearchResultOrBuilder> |