public static final class Answer.QueryUnderstandingInfo.QueryClassificationInfo.Builder extends GeneratedMessage.Builder<Answer.QueryUnderstandingInfo.QueryClassificationInfo.Builder> implements Answer.QueryUnderstandingInfo.QueryClassificationInfoOrBuilderQuery classification information.
Protobuf type
google.cloud.discoveryengine.v1.Answer.QueryUnderstandingInfo.QueryClassificationInfo
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Answer.QueryUnderstandingInfo.QueryClassificationInfo.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Answer.QueryUnderstandingInfo.QueryClassificationInfo build()| Returns | |
|---|---|
| Type | Description |
Answer.QueryUnderstandingInfo.QueryClassificationInfo |
|
buildPartial()
public Answer.QueryUnderstandingInfo.QueryClassificationInfo buildPartial()| Returns | |
|---|---|
| Type | Description |
Answer.QueryUnderstandingInfo.QueryClassificationInfo |
|
clear()
public Answer.QueryUnderstandingInfo.QueryClassificationInfo.Builder clear()| Returns | |
|---|---|
| Type | Description |
Answer.QueryUnderstandingInfo.QueryClassificationInfo.Builder |
|
clearPositive()
public Answer.QueryUnderstandingInfo.QueryClassificationInfo.Builder clearPositive()Classification output.
bool positive = 2;
| Returns | |
|---|---|
| Type | Description |
Answer.QueryUnderstandingInfo.QueryClassificationInfo.Builder |
This builder for chaining. |
clearType()
public Answer.QueryUnderstandingInfo.QueryClassificationInfo.Builder clearType()Query classification type.
.google.cloud.discoveryengine.v1.Answer.QueryUnderstandingInfo.QueryClassificationInfo.Type type = 1;
| Returns | |
|---|---|
| Type | Description |
Answer.QueryUnderstandingInfo.QueryClassificationInfo.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public Answer.QueryUnderstandingInfo.QueryClassificationInfo getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Answer.QueryUnderstandingInfo.QueryClassificationInfo |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPositive()
public boolean getPositive()Classification output.
bool positive = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The positive. |
getType()
public Answer.QueryUnderstandingInfo.QueryClassificationInfo.Type getType()Query classification type.
.google.cloud.discoveryengine.v1.Answer.QueryUnderstandingInfo.QueryClassificationInfo.Type type = 1;
| Returns | |
|---|---|
| Type | Description |
Answer.QueryUnderstandingInfo.QueryClassificationInfo.Type |
The type. |
getTypeValue()
public int getTypeValue()Query classification type.
.google.cloud.discoveryengine.v1.Answer.QueryUnderstandingInfo.QueryClassificationInfo.Type type = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Answer.QueryUnderstandingInfo.QueryClassificationInfo other)
public Answer.QueryUnderstandingInfo.QueryClassificationInfo.Builder mergeFrom(Answer.QueryUnderstandingInfo.QueryClassificationInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
Answer.QueryUnderstandingInfo.QueryClassificationInfo |
| Returns | |
|---|---|
| Type | Description |
Answer.QueryUnderstandingInfo.QueryClassificationInfo.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Answer.QueryUnderstandingInfo.QueryClassificationInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Answer.QueryUnderstandingInfo.QueryClassificationInfo.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Answer.QueryUnderstandingInfo.QueryClassificationInfo.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Answer.QueryUnderstandingInfo.QueryClassificationInfo.Builder |
|
setPositive(boolean value)
public Answer.QueryUnderstandingInfo.QueryClassificationInfo.Builder setPositive(boolean value)Classification output.
bool positive = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe positive to set. |
| Returns | |
|---|---|
| Type | Description |
Answer.QueryUnderstandingInfo.QueryClassificationInfo.Builder |
This builder for chaining. |
setType(Answer.QueryUnderstandingInfo.QueryClassificationInfo.Type value)
public Answer.QueryUnderstandingInfo.QueryClassificationInfo.Builder setType(Answer.QueryUnderstandingInfo.QueryClassificationInfo.Type value)Query classification type.
.google.cloud.discoveryengine.v1.Answer.QueryUnderstandingInfo.QueryClassificationInfo.Type type = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Answer.QueryUnderstandingInfo.QueryClassificationInfo.TypeThe type to set. |
| Returns | |
|---|---|
| Type | Description |
Answer.QueryUnderstandingInfo.QueryClassificationInfo.Builder |
This builder for chaining. |
setTypeValue(int value)
public Answer.QueryUnderstandingInfo.QueryClassificationInfo.Builder setTypeValue(int value)Query classification type.
.google.cloud.discoveryengine.v1.Answer.QueryUnderstandingInfo.QueryClassificationInfo.Type type = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for type to set. |
| Returns | |
|---|---|
| Type | Description |
Answer.QueryUnderstandingInfo.QueryClassificationInfo.Builder |
This builder for chaining. |