- 0.51.0 (latest)
- 0.50.0
- 0.49.0
- 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.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public interface AdvancedCompleteQueryResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getContentSuggestions(int index)
public abstract AdvancedCompleteQueryResponse.ContentSuggestion getContentSuggestions(int index)
Results of the matched content suggestions. The result list is ordered and the first result is the top suggestion.
repeated .google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponse.ContentSuggestion content_suggestions = 4;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AdvancedCompleteQueryResponse.ContentSuggestion |
getContentSuggestionsCount()
public abstract int getContentSuggestionsCount()
Results of the matched content suggestions. The result list is ordered and the first result is the top suggestion.
repeated .google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponse.ContentSuggestion content_suggestions = 4;
Returns | |
---|---|
Type | Description |
int |
getContentSuggestionsList()
public abstract List<AdvancedCompleteQueryResponse.ContentSuggestion> getContentSuggestionsList()
Results of the matched content suggestions. The result list is ordered and the first result is the top suggestion.
repeated .google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponse.ContentSuggestion content_suggestions = 4;
Returns | |
---|---|
Type | Description |
List<ContentSuggestion> |
getContentSuggestionsOrBuilder(int index)
public abstract AdvancedCompleteQueryResponse.ContentSuggestionOrBuilder getContentSuggestionsOrBuilder(int index)
Results of the matched content suggestions. The result list is ordered and the first result is the top suggestion.
repeated .google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponse.ContentSuggestion content_suggestions = 4;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AdvancedCompleteQueryResponse.ContentSuggestionOrBuilder |
getContentSuggestionsOrBuilderList()
public abstract List<? extends AdvancedCompleteQueryResponse.ContentSuggestionOrBuilder> getContentSuggestionsOrBuilderList()
Results of the matched content suggestions. The result list is ordered and the first result is the top suggestion.
repeated .google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponse.ContentSuggestion content_suggestions = 4;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponse.ContentSuggestionOrBuilder> |
getPeopleSuggestions(int index)
public abstract AdvancedCompleteQueryResponse.PersonSuggestion getPeopleSuggestions(int index)
Results of the matched people suggestions. The result list is ordered and the first result is the top suggestion.
repeated .google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponse.PersonSuggestion people_suggestions = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AdvancedCompleteQueryResponse.PersonSuggestion |
getPeopleSuggestionsCount()
public abstract int getPeopleSuggestionsCount()
Results of the matched people suggestions. The result list is ordered and the first result is the top suggestion.
repeated .google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponse.PersonSuggestion people_suggestions = 3;
Returns | |
---|---|
Type | Description |
int |
getPeopleSuggestionsList()
public abstract List<AdvancedCompleteQueryResponse.PersonSuggestion> getPeopleSuggestionsList()
Results of the matched people suggestions. The result list is ordered and the first result is the top suggestion.
repeated .google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponse.PersonSuggestion people_suggestions = 3;
Returns | |
---|---|
Type | Description |
List<PersonSuggestion> |
getPeopleSuggestionsOrBuilder(int index)
public abstract AdvancedCompleteQueryResponse.PersonSuggestionOrBuilder getPeopleSuggestionsOrBuilder(int index)
Results of the matched people suggestions. The result list is ordered and the first result is the top suggestion.
repeated .google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponse.PersonSuggestion people_suggestions = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AdvancedCompleteQueryResponse.PersonSuggestionOrBuilder |
getPeopleSuggestionsOrBuilderList()
public abstract List<? extends AdvancedCompleteQueryResponse.PersonSuggestionOrBuilder> getPeopleSuggestionsOrBuilderList()
Results of the matched people suggestions. The result list is ordered and the first result is the top suggestion.
repeated .google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponse.PersonSuggestion people_suggestions = 3;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponse.PersonSuggestionOrBuilder> |
getQuerySuggestions(int index)
public abstract AdvancedCompleteQueryResponse.QuerySuggestion getQuerySuggestions(int index)
Results of the matched query suggestions. The result list is ordered and the first result is a top suggestion.
repeated .google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponse.QuerySuggestion query_suggestions = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AdvancedCompleteQueryResponse.QuerySuggestion |
getQuerySuggestionsCount()
public abstract int getQuerySuggestionsCount()
Results of the matched query suggestions. The result list is ordered and the first result is a top suggestion.
repeated .google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponse.QuerySuggestion query_suggestions = 1;
Returns | |
---|---|
Type | Description |
int |
getQuerySuggestionsList()
public abstract List<AdvancedCompleteQueryResponse.QuerySuggestion> getQuerySuggestionsList()
Results of the matched query suggestions. The result list is ordered and the first result is a top suggestion.
repeated .google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponse.QuerySuggestion query_suggestions = 1;
Returns | |
---|---|
Type | Description |
List<QuerySuggestion> |
getQuerySuggestionsOrBuilder(int index)
public abstract AdvancedCompleteQueryResponse.QuerySuggestionOrBuilder getQuerySuggestionsOrBuilder(int index)
Results of the matched query suggestions. The result list is ordered and the first result is a top suggestion.
repeated .google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponse.QuerySuggestion query_suggestions = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AdvancedCompleteQueryResponse.QuerySuggestionOrBuilder |
getQuerySuggestionsOrBuilderList()
public abstract List<? extends AdvancedCompleteQueryResponse.QuerySuggestionOrBuilder> getQuerySuggestionsOrBuilderList()
Results of the matched query suggestions. The result list is ordered and the first result is a top suggestion.
repeated .google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponse.QuerySuggestion query_suggestions = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponse.QuerySuggestionOrBuilder> |
getRecentSearchSuggestions(int index)
public abstract AdvancedCompleteQueryResponse.RecentSearchSuggestion getRecentSearchSuggestions(int index)
Results of the matched "recent search" suggestions. The result list is ordered and the first result is the top suggestion.
repeated .google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponse.RecentSearchSuggestion recent_search_suggestions = 5;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AdvancedCompleteQueryResponse.RecentSearchSuggestion |
getRecentSearchSuggestionsCount()
public abstract int getRecentSearchSuggestionsCount()
Results of the matched "recent search" suggestions. The result list is ordered and the first result is the top suggestion.
repeated .google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponse.RecentSearchSuggestion recent_search_suggestions = 5;
Returns | |
---|---|
Type | Description |
int |
getRecentSearchSuggestionsList()
public abstract List<AdvancedCompleteQueryResponse.RecentSearchSuggestion> getRecentSearchSuggestionsList()
Results of the matched "recent search" suggestions. The result list is ordered and the first result is the top suggestion.
repeated .google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponse.RecentSearchSuggestion recent_search_suggestions = 5;
Returns | |
---|---|
Type | Description |
List<RecentSearchSuggestion> |
getRecentSearchSuggestionsOrBuilder(int index)
public abstract AdvancedCompleteQueryResponse.RecentSearchSuggestionOrBuilder getRecentSearchSuggestionsOrBuilder(int index)
Results of the matched "recent search" suggestions. The result list is ordered and the first result is the top suggestion.
repeated .google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponse.RecentSearchSuggestion recent_search_suggestions = 5;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AdvancedCompleteQueryResponse.RecentSearchSuggestionOrBuilder |
getRecentSearchSuggestionsOrBuilderList()
public abstract List<? extends AdvancedCompleteQueryResponse.RecentSearchSuggestionOrBuilder> getRecentSearchSuggestionsOrBuilderList()
Results of the matched "recent search" suggestions. The result list is ordered and the first result is the top suggestion.
repeated .google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponse.RecentSearchSuggestion recent_search_suggestions = 5;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponse.RecentSearchSuggestionOrBuilder> |
getTailMatchTriggered()
public abstract boolean getTailMatchTriggered()
True if the returned suggestions are all tail suggestions.
For tail matching to be triggered, include_tail_suggestions in the request must be true and there must be no suggestions that match the full query.
bool tail_match_triggered = 2;
Returns | |
---|---|
Type | Description |
boolean |
The tailMatchTriggered. |