public static final class AdvancedCompleteQueryResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AdvancedCompleteQueryResponse.Builder> implements AdvancedCompleteQueryResponseOrBuilder
Response message for [CompletionService.AdvancedCompleteQuery][google.cloud.discoveryengine.v1beta.CompletionService.AdvancedCompleteQuery] method.Protobuf type
google.cloud.discoveryengine.v1beta.AdvancedCompleteQueryResponsegetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AdvancedCompleteQueryResponse.Builder>public AdvancedCompleteQueryResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<AdvancedCompleteQueryResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AdvancedCompleteQueryResponse.Builder>public AdvancedCompleteQueryResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic AdvancedCompleteQueryResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic AdvancedCompleteQueryResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic AdvancedCompleteQueryResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<AdvancedCompleteQueryResponse.Builder>public AdvancedCompleteQueryResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<AdvancedCompleteQueryResponse.Builder>public AdvancedCompleteQueryResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<AdvancedCompleteQueryResponse.Builder>public AdvancedCompleteQueryResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AdvancedCompleteQueryResponse.Builder>public AdvancedCompleteQueryResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AdvancedCompleteQueryResponse.Builder>public AdvancedCompleteQueryResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AdvancedCompleteQueryResponse.Builder>public AdvancedCompleteQueryResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AdvancedCompleteQueryResponse.Builder>public AdvancedCompleteQueryResponse.Builder mergeFrom(AdvancedCompleteQueryResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<AdvancedCompleteQueryResponse.Builder>public AdvancedCompleteQueryResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AdvancedCompleteQueryResponse.Builder>IOExceptionpublic 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;
getQuerySuggestionsList in interface AdvancedCompleteQueryResponseOrBuilderpublic 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;
getQuerySuggestionsCount in interface AdvancedCompleteQueryResponseOrBuilderpublic 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;
getQuerySuggestions in interface AdvancedCompleteQueryResponseOrBuilderpublic AdvancedCompleteQueryResponse.Builder setQuerySuggestions(int index, AdvancedCompleteQueryResponse.QuerySuggestion value)
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;
public AdvancedCompleteQueryResponse.Builder setQuerySuggestions(int index, AdvancedCompleteQueryResponse.QuerySuggestion.Builder builderForValue)
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;
public AdvancedCompleteQueryResponse.Builder addQuerySuggestions(AdvancedCompleteQueryResponse.QuerySuggestion value)
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;
public AdvancedCompleteQueryResponse.Builder addQuerySuggestions(int index, AdvancedCompleteQueryResponse.QuerySuggestion value)
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;
public AdvancedCompleteQueryResponse.Builder addQuerySuggestions(AdvancedCompleteQueryResponse.QuerySuggestion.Builder builderForValue)
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;
public AdvancedCompleteQueryResponse.Builder addQuerySuggestions(int index, AdvancedCompleteQueryResponse.QuerySuggestion.Builder builderForValue)
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;
public AdvancedCompleteQueryResponse.Builder addAllQuerySuggestions(Iterable<? extends AdvancedCompleteQueryResponse.QuerySuggestion> values)
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;
public AdvancedCompleteQueryResponse.Builder clearQuerySuggestions()
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;
public AdvancedCompleteQueryResponse.Builder removeQuerySuggestions(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;
public AdvancedCompleteQueryResponse.QuerySuggestion.Builder getQuerySuggestionsBuilder(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;
public 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;
getQuerySuggestionsOrBuilder in interface AdvancedCompleteQueryResponseOrBuilderpublic 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;
getQuerySuggestionsOrBuilderList in interface AdvancedCompleteQueryResponseOrBuilderpublic AdvancedCompleteQueryResponse.QuerySuggestion.Builder addQuerySuggestionsBuilder()
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;
public AdvancedCompleteQueryResponse.QuerySuggestion.Builder addQuerySuggestionsBuilder(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;
public List<AdvancedCompleteQueryResponse.QuerySuggestion.Builder> getQuerySuggestionsBuilderList()
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;
public 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;getTailMatchTriggered in interface AdvancedCompleteQueryResponseOrBuilderpublic AdvancedCompleteQueryResponse.Builder setTailMatchTriggered(boolean value)
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;value - The tailMatchTriggered to set.public AdvancedCompleteQueryResponse.Builder clearTailMatchTriggered()
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;public 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;
getPeopleSuggestionsList in interface AdvancedCompleteQueryResponseOrBuilderpublic 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;
getPeopleSuggestionsCount in interface AdvancedCompleteQueryResponseOrBuilderpublic 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;
getPeopleSuggestions in interface AdvancedCompleteQueryResponseOrBuilderpublic AdvancedCompleteQueryResponse.Builder setPeopleSuggestions(int index, AdvancedCompleteQueryResponse.PersonSuggestion value)
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;
public AdvancedCompleteQueryResponse.Builder setPeopleSuggestions(int index, AdvancedCompleteQueryResponse.PersonSuggestion.Builder builderForValue)
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;
public AdvancedCompleteQueryResponse.Builder addPeopleSuggestions(AdvancedCompleteQueryResponse.PersonSuggestion value)
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;
public AdvancedCompleteQueryResponse.Builder addPeopleSuggestions(int index, AdvancedCompleteQueryResponse.PersonSuggestion value)
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;
public AdvancedCompleteQueryResponse.Builder addPeopleSuggestions(AdvancedCompleteQueryResponse.PersonSuggestion.Builder builderForValue)
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;
public AdvancedCompleteQueryResponse.Builder addPeopleSuggestions(int index, AdvancedCompleteQueryResponse.PersonSuggestion.Builder builderForValue)
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;
public AdvancedCompleteQueryResponse.Builder addAllPeopleSuggestions(Iterable<? extends AdvancedCompleteQueryResponse.PersonSuggestion> values)
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;
public AdvancedCompleteQueryResponse.Builder clearPeopleSuggestions()
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;
public AdvancedCompleteQueryResponse.Builder removePeopleSuggestions(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;
public AdvancedCompleteQueryResponse.PersonSuggestion.Builder getPeopleSuggestionsBuilder(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;
public 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;
getPeopleSuggestionsOrBuilder in interface AdvancedCompleteQueryResponseOrBuilderpublic 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;
getPeopleSuggestionsOrBuilderList in interface AdvancedCompleteQueryResponseOrBuilderpublic AdvancedCompleteQueryResponse.PersonSuggestion.Builder addPeopleSuggestionsBuilder()
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;
public AdvancedCompleteQueryResponse.PersonSuggestion.Builder addPeopleSuggestionsBuilder(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;
public List<AdvancedCompleteQueryResponse.PersonSuggestion.Builder> getPeopleSuggestionsBuilderList()
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;
public 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;
getContentSuggestionsList in interface AdvancedCompleteQueryResponseOrBuilderpublic 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;
getContentSuggestionsCount in interface AdvancedCompleteQueryResponseOrBuilderpublic 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;
getContentSuggestions in interface AdvancedCompleteQueryResponseOrBuilderpublic AdvancedCompleteQueryResponse.Builder setContentSuggestions(int index, AdvancedCompleteQueryResponse.ContentSuggestion value)
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;
public AdvancedCompleteQueryResponse.Builder setContentSuggestions(int index, AdvancedCompleteQueryResponse.ContentSuggestion.Builder builderForValue)
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;
public AdvancedCompleteQueryResponse.Builder addContentSuggestions(AdvancedCompleteQueryResponse.ContentSuggestion value)
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;
public AdvancedCompleteQueryResponse.Builder addContentSuggestions(int index, AdvancedCompleteQueryResponse.ContentSuggestion value)
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;
public AdvancedCompleteQueryResponse.Builder addContentSuggestions(AdvancedCompleteQueryResponse.ContentSuggestion.Builder builderForValue)
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;
public AdvancedCompleteQueryResponse.Builder addContentSuggestions(int index, AdvancedCompleteQueryResponse.ContentSuggestion.Builder builderForValue)
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;
public AdvancedCompleteQueryResponse.Builder addAllContentSuggestions(Iterable<? extends AdvancedCompleteQueryResponse.ContentSuggestion> values)
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;
public AdvancedCompleteQueryResponse.Builder clearContentSuggestions()
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;
public AdvancedCompleteQueryResponse.Builder removeContentSuggestions(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;
public AdvancedCompleteQueryResponse.ContentSuggestion.Builder getContentSuggestionsBuilder(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;
public 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;
getContentSuggestionsOrBuilder in interface AdvancedCompleteQueryResponseOrBuilderpublic 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;
getContentSuggestionsOrBuilderList in interface AdvancedCompleteQueryResponseOrBuilderpublic AdvancedCompleteQueryResponse.ContentSuggestion.Builder addContentSuggestionsBuilder()
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;
public AdvancedCompleteQueryResponse.ContentSuggestion.Builder addContentSuggestionsBuilder(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;
public List<AdvancedCompleteQueryResponse.ContentSuggestion.Builder> getContentSuggestionsBuilderList()
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;
public 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;
getRecentSearchSuggestionsList in interface AdvancedCompleteQueryResponseOrBuilderpublic 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;
getRecentSearchSuggestionsCount in interface AdvancedCompleteQueryResponseOrBuilderpublic 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;
getRecentSearchSuggestions in interface AdvancedCompleteQueryResponseOrBuilderpublic AdvancedCompleteQueryResponse.Builder setRecentSearchSuggestions(int index, AdvancedCompleteQueryResponse.RecentSearchSuggestion value)
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;
public AdvancedCompleteQueryResponse.Builder setRecentSearchSuggestions(int index, AdvancedCompleteQueryResponse.RecentSearchSuggestion.Builder builderForValue)
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;
public AdvancedCompleteQueryResponse.Builder addRecentSearchSuggestions(AdvancedCompleteQueryResponse.RecentSearchSuggestion value)
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;
public AdvancedCompleteQueryResponse.Builder addRecentSearchSuggestions(int index, AdvancedCompleteQueryResponse.RecentSearchSuggestion value)
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;
public AdvancedCompleteQueryResponse.Builder addRecentSearchSuggestions(AdvancedCompleteQueryResponse.RecentSearchSuggestion.Builder builderForValue)
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;
public AdvancedCompleteQueryResponse.Builder addRecentSearchSuggestions(int index, AdvancedCompleteQueryResponse.RecentSearchSuggestion.Builder builderForValue)
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;
public AdvancedCompleteQueryResponse.Builder addAllRecentSearchSuggestions(Iterable<? extends AdvancedCompleteQueryResponse.RecentSearchSuggestion> values)
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;
public AdvancedCompleteQueryResponse.Builder clearRecentSearchSuggestions()
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;
public AdvancedCompleteQueryResponse.Builder removeRecentSearchSuggestions(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;
public AdvancedCompleteQueryResponse.RecentSearchSuggestion.Builder getRecentSearchSuggestionsBuilder(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;
public 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;
getRecentSearchSuggestionsOrBuilder in interface AdvancedCompleteQueryResponseOrBuilderpublic 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;
getRecentSearchSuggestionsOrBuilderList in interface AdvancedCompleteQueryResponseOrBuilderpublic AdvancedCompleteQueryResponse.RecentSearchSuggestion.Builder addRecentSearchSuggestionsBuilder()
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;
public AdvancedCompleteQueryResponse.RecentSearchSuggestion.Builder addRecentSearchSuggestionsBuilder(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;
public List<AdvancedCompleteQueryResponse.RecentSearchSuggestion.Builder> getRecentSearchSuggestionsBuilderList()
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;
public final AdvancedCompleteQueryResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AdvancedCompleteQueryResponse.Builder>public final AdvancedCompleteQueryResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AdvancedCompleteQueryResponse.Builder>Copyright © 2025 Google LLC. All rights reserved.