Send feedback
Class CompleteQueryResponse.CompletionResult (2.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.8.0 keyboard_arrow_down
public static final class CompleteQueryResponse . CompletionResult extends GeneratedMessageV3 implements CompleteQueryResponse . CompletionResultOrBuilder
Resource that represents completion results.
Protobuf type google.cloud.retail.v2beta.CompleteQueryResponse.CompletionResult
Static Fields
ATTRIBUTES_FIELD_NUMBER
public static final int ATTRIBUTES_FIELD_NUMBER
Field Value
SUGGESTION_FIELD_NUMBER
public static final int SUGGESTION_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static CompleteQueryResponse . CompletionResult getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static CompleteQueryResponse . CompletionResult . Builder newBuilder ()
Returns
newBuilder(CompleteQueryResponse.CompletionResult prototype)
public static CompleteQueryResponse . CompletionResult . Builder newBuilder ( CompleteQueryResponse . CompletionResult prototype )
Parameter
Returns
public static CompleteQueryResponse . CompletionResult parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static CompleteQueryResponse . CompletionResult parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static CompleteQueryResponse . CompletionResult parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CompleteQueryResponse . CompletionResult parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static CompleteQueryResponse . CompletionResult parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CompleteQueryResponse . CompletionResult parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static CompleteQueryResponse . CompletionResult parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static CompleteQueryResponse . CompletionResult parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static CompleteQueryResponse . CompletionResult parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static CompleteQueryResponse . CompletionResult parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static CompleteQueryResponse . CompletionResult parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CompleteQueryResponse . CompletionResult parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<CompleteQueryResponse . CompletionResult > parser ()
Returns
Methods
containsAttributes(String key)
public boolean containsAttributes ( String key )
Custom attributes for the suggestion term.
For "user-data", the attributes are additional custom attributes
ingested through BigQuery.
For "cloud-retail", the attributes are product attributes generated
by Cloud Retail. It requires
UserEvent.product_details
is imported properly.
map<string, .google.cloud.retail.v2beta.CustomAttribute> attributes = 2;
Parameter
Returns
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getAttributes()
public Map<String , CustomAttribute > getAttributes ()
Returns
getAttributesCount()
public int getAttributesCount ()
Custom attributes for the suggestion term.
For "user-data", the attributes are additional custom attributes
ingested through BigQuery.
For "cloud-retail", the attributes are product attributes generated
by Cloud Retail. It requires
UserEvent.product_details
is imported properly.
map<string, .google.cloud.retail.v2beta.CustomAttribute> attributes = 2;
Returns
getAttributesMap()
public Map<String , CustomAttribute > getAttributesMap ()
Custom attributes for the suggestion term.
For "user-data", the attributes are additional custom attributes
ingested through BigQuery.
For "cloud-retail", the attributes are product attributes generated
by Cloud Retail. It requires
UserEvent.product_details
is imported properly.
map<string, .google.cloud.retail.v2beta.CustomAttribute> attributes = 2;
Returns
getAttributesOrDefault(String key, CustomAttribute defaultValue)
public CustomAttribute getAttributesOrDefault ( String key , CustomAttribute defaultValue )
Custom attributes for the suggestion term.
For "user-data", the attributes are additional custom attributes
ingested through BigQuery.
For "cloud-retail", the attributes are product attributes generated
by Cloud Retail. It requires
UserEvent.product_details
is imported properly.
map<string, .google.cloud.retail.v2beta.CustomAttribute> attributes = 2;
Parameters
Returns
getAttributesOrThrow(String key)
public CustomAttribute getAttributesOrThrow ( String key )
Custom attributes for the suggestion term.
For "user-data", the attributes are additional custom attributes
ingested through BigQuery.
For "cloud-retail", the attributes are product attributes generated
by Cloud Retail. It requires
UserEvent.product_details
is imported properly.
map<string, .google.cloud.retail.v2beta.CustomAttribute> attributes = 2;
Parameter
Returns
getDefaultInstanceForType()
public CompleteQueryResponse . CompletionResult getDefaultInstanceForType ()
Returns
getParserForType()
public Parser<CompleteQueryResponse . CompletionResult > getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getSuggestion()
public String getSuggestion ()
The suggestion for the query.
string suggestion = 1;
Returns
Type Description String The suggestion.
getSuggestionBytes()
public ByteString getSuggestionBytes ()
The suggestion for the query.
string suggestion = 1;
Returns
Type Description ByteString The bytes for suggestion.
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField ( int number )
Parameter
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public CompleteQueryResponse . CompletionResult . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CompleteQueryResponse . CompletionResult . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public CompleteQueryResponse . CompletionResult . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]