- 0.49.0 (latest)
- 0.48.0
- 0.47.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public interface SearchDocumentsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getHistogramQueryResults(int index)
public abstract HistogramQueryResult getHistogramQueryResults(int index)
The histogram results that match with the specified SearchDocumentsRequest.histogram_queries.
repeated .google.cloud.contentwarehouse.v1.HistogramQueryResult histogram_query_results = 6;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
HistogramQueryResult |
getHistogramQueryResultsCount()
public abstract int getHistogramQueryResultsCount()
The histogram results that match with the specified SearchDocumentsRequest.histogram_queries.
repeated .google.cloud.contentwarehouse.v1.HistogramQueryResult histogram_query_results = 6;
Returns | |
---|---|
Type | Description |
int |
getHistogramQueryResultsList()
public abstract List<HistogramQueryResult> getHistogramQueryResultsList()
The histogram results that match with the specified SearchDocumentsRequest.histogram_queries.
repeated .google.cloud.contentwarehouse.v1.HistogramQueryResult histogram_query_results = 6;
Returns | |
---|---|
Type | Description |
List<HistogramQueryResult> |
getHistogramQueryResultsOrBuilder(int index)
public abstract HistogramQueryResultOrBuilder getHistogramQueryResultsOrBuilder(int index)
The histogram results that match with the specified SearchDocumentsRequest.histogram_queries.
repeated .google.cloud.contentwarehouse.v1.HistogramQueryResult histogram_query_results = 6;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
HistogramQueryResultOrBuilder |
getHistogramQueryResultsOrBuilderList()
public abstract List<? extends HistogramQueryResultOrBuilder> getHistogramQueryResultsOrBuilderList()
The histogram results that match with the specified SearchDocumentsRequest.histogram_queries.
repeated .google.cloud.contentwarehouse.v1.HistogramQueryResult histogram_query_results = 6;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.contentwarehouse.v1.HistogramQueryResultOrBuilder> |
getMatchingDocuments(int index)
public abstract SearchDocumentsResponse.MatchingDocument getMatchingDocuments(int index)
The document entities that match the specified SearchDocumentsRequest.
repeated .google.cloud.contentwarehouse.v1.SearchDocumentsResponse.MatchingDocument matching_documents = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SearchDocumentsResponse.MatchingDocument |
getMatchingDocumentsCount()
public abstract int getMatchingDocumentsCount()
The document entities that match the specified SearchDocumentsRequest.
repeated .google.cloud.contentwarehouse.v1.SearchDocumentsResponse.MatchingDocument matching_documents = 1;
Returns | |
---|---|
Type | Description |
int |
getMatchingDocumentsList()
public abstract List<SearchDocumentsResponse.MatchingDocument> getMatchingDocumentsList()
The document entities that match the specified SearchDocumentsRequest.
repeated .google.cloud.contentwarehouse.v1.SearchDocumentsResponse.MatchingDocument matching_documents = 1;
Returns | |
---|---|
Type | Description |
List<MatchingDocument> |
getMatchingDocumentsOrBuilder(int index)
public abstract SearchDocumentsResponse.MatchingDocumentOrBuilder getMatchingDocumentsOrBuilder(int index)
The document entities that match the specified SearchDocumentsRequest.
repeated .google.cloud.contentwarehouse.v1.SearchDocumentsResponse.MatchingDocument matching_documents = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SearchDocumentsResponse.MatchingDocumentOrBuilder |
getMatchingDocumentsOrBuilderList()
public abstract List<? extends SearchDocumentsResponse.MatchingDocumentOrBuilder> getMatchingDocumentsOrBuilderList()
The document entities that match the specified SearchDocumentsRequest.
repeated .google.cloud.contentwarehouse.v1.SearchDocumentsResponse.MatchingDocument matching_documents = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.contentwarehouse.v1.SearchDocumentsResponse.MatchingDocumentOrBuilder> |
getMetadata()
public abstract ResponseMetadata getMetadata()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.contentwarehouse.v1.ResponseMetadata metadata = 4;
Returns | |
---|---|
Type | Description |
ResponseMetadata |
The metadata. |
getMetadataOrBuilder()
public abstract ResponseMetadataOrBuilder getMetadataOrBuilder()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.contentwarehouse.v1.ResponseMetadata metadata = 4;
Returns | |
---|---|
Type | Description |
ResponseMetadataOrBuilder |
getNextPageToken()
public abstract String getNextPageToken()
The token that specifies the starting position of the next page of results. This field is empty if there are no more results.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
The token that specifies the starting position of the next page of results. This field is empty if there are no more results.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |
getQuestionAnswer()
public abstract String getQuestionAnswer()
Experimental. Question answer from the query against the document.
string question_answer = 7;
Returns | |
---|---|
Type | Description |
String |
The questionAnswer. |
getQuestionAnswerBytes()
public abstract ByteString getQuestionAnswerBytes()
Experimental. Question answer from the query against the document.
string question_answer = 7;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for questionAnswer. |
getTotalSize()
public abstract int getTotalSize()
The total number of matched documents which is available only if the client
set
SearchDocumentsRequest.require_total_size
to true
or set
SearchDocumentsRequest.total_result_size
to ESTIMATED_SIZE
or ACTUAL_SIZE
. Otherwise, the value will be -1
.
Typically a UI would handle this condition by displaying "of
many", for example: "Displaying 10 of many".
int32 total_size = 3;
Returns | |
---|---|
Type | Description |
int |
The totalSize. |
hasMetadata()
public abstract boolean hasMetadata()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.contentwarehouse.v1.ResponseMetadata metadata = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the metadata field is set. |