public static final class CompleteQueryResponse.CompletionResult extends GeneratedMessageV3 implements CompleteQueryResponse.CompletionResultOrBuilder
Resource that represents completion results.
Protobuf type google.cloud.retail.v2.CompleteQueryResponse.CompletionResult
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
Static Fields
ATTRIBUTES_FIELD_NUMBER
public static final int ATTRIBUTES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
SUGGESTION_FIELD_NUMBER
public static final int SUGGESTION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static CompleteQueryResponse.CompletionResult getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static CompleteQueryResponse.CompletionResult.Builder newBuilder()
newBuilder(CompleteQueryResponse.CompletionResult prototype)
public static CompleteQueryResponse.CompletionResult.Builder newBuilder(CompleteQueryResponse.CompletionResult prototype)
public static CompleteQueryResponse.CompletionResult parseDelimitedFrom(InputStream input)
public static CompleteQueryResponse.CompletionResult parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static CompleteQueryResponse.CompletionResult parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CompleteQueryResponse.CompletionResult parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static CompleteQueryResponse.CompletionResult parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CompleteQueryResponse.CompletionResult parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CompleteQueryResponse.CompletionResult parseFrom(CodedInputStream input)
public static CompleteQueryResponse.CompletionResult parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CompleteQueryResponse.CompletionResult parseFrom(InputStream input)
public static CompleteQueryResponse.CompletionResult parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static CompleteQueryResponse.CompletionResult parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CompleteQueryResponse.CompletionResult parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<CompleteQueryResponse.CompletionResult> parser()
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.v2.CustomAttribute> attributes = 2;
Parameter |
---|
Name | Description |
key | String
|
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getAttributes()
public Map<String,CustomAttribute> getAttributes()
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.v2.CustomAttribute> attributes = 2;
Returns |
---|
Type | Description |
int | |
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.v2.CustomAttribute> attributes = 2;
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.v2.CustomAttribute> attributes = 2;
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.v2.CustomAttribute> attributes = 2;
Parameter |
---|
Name | Description |
key | String
|
getDefaultInstanceForType()
public CompleteQueryResponse.CompletionResult getDefaultInstanceForType()
getParserForType()
public Parser<CompleteQueryResponse.CompletionResult> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
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.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Parameter |
---|
Name | Description |
number | int
|
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public CompleteQueryResponse.CompletionResult.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CompleteQueryResponse.CompletionResult.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public CompleteQueryResponse.CompletionResult.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides