public interface SearchFilesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()
Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |
getSearchResults(int index)
public abstract SearchResult getSearchResults(int index)
List of matched results.
repeated .google.cloud.dataform.v1.SearchResult search_results = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SearchResult |
getSearchResultsCount()
public abstract int getSearchResultsCount()
List of matched results.
repeated .google.cloud.dataform.v1.SearchResult search_results = 1;
Returns | |
---|---|
Type | Description |
int |
getSearchResultsList()
public abstract List<SearchResult> getSearchResultsList()
List of matched results.
repeated .google.cloud.dataform.v1.SearchResult search_results = 1;
Returns | |
---|---|
Type | Description |
List<SearchResult> |
getSearchResultsOrBuilder(int index)
public abstract SearchResultOrBuilder getSearchResultsOrBuilder(int index)
List of matched results.
repeated .google.cloud.dataform.v1.SearchResult search_results = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SearchResultOrBuilder |
getSearchResultsOrBuilderList()
public abstract List<? extends SearchResultOrBuilder> getSearchResultsOrBuilderList()
List of matched results.
repeated .google.cloud.dataform.v1.SearchResult search_results = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.dataform.v1.SearchResultOrBuilder> |