public static final class Condition.QueryTerm.Builder extends GeneratedMessage.Builder<Condition.QueryTerm.Builder> implements Condition.QueryTermOrBuilderQuery terms that we want to match on.
Protobuf type google.cloud.retail.v2.Condition.QueryTerm
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Condition.QueryTerm.BuilderImplements
Condition.QueryTermOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Condition.QueryTerm build()| Returns | |
|---|---|
| Type | Description |
Condition.QueryTerm |
|
buildPartial()
public Condition.QueryTerm buildPartial()| Returns | |
|---|---|
| Type | Description |
Condition.QueryTerm |
|
clear()
public Condition.QueryTerm.Builder clear()| Returns | |
|---|---|
| Type | Description |
Condition.QueryTerm.Builder |
|
clearFullMatch()
public Condition.QueryTerm.Builder clearFullMatch()Whether this is supposed to be a full or partial match.
bool full_match = 2;
| Returns | |
|---|---|
| Type | Description |
Condition.QueryTerm.Builder |
This builder for chaining. |
clearValue()
public Condition.QueryTerm.Builder clearValue()The value of the term to match on. Value cannot be empty. Value can have at most 3 terms if specified as a partial match. Each space separated string is considered as one term. For example, "a b c" is 3 terms and allowed, but " a b c d" is 4 terms and not allowed for a partial match.
string value = 1;
| Returns | |
|---|---|
| Type | Description |
Condition.QueryTerm.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public Condition.QueryTerm getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Condition.QueryTerm |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFullMatch()
public boolean getFullMatch()Whether this is supposed to be a full or partial match.
bool full_match = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The fullMatch. |
getValue()
public String getValue()The value of the term to match on. Value cannot be empty. Value can have at most 3 terms if specified as a partial match. Each space separated string is considered as one term. For example, "a b c" is 3 terms and allowed, but " a b c d" is 4 terms and not allowed for a partial match.
string value = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The value. |
getValueBytes()
public ByteString getValueBytes()The value of the term to match on. Value cannot be empty. Value can have at most 3 terms if specified as a partial match. Each space separated string is considered as one term. For example, "a b c" is 3 terms and allowed, but " a b c d" is 4 terms and not allowed for a partial match.
string value = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for value. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Condition.QueryTerm other)
public Condition.QueryTerm.Builder mergeFrom(Condition.QueryTerm other)| Parameter | |
|---|---|
| Name | Description |
other |
Condition.QueryTerm |
| Returns | |
|---|---|
| Type | Description |
Condition.QueryTerm.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Condition.QueryTerm.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Condition.QueryTerm.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Condition.QueryTerm.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Condition.QueryTerm.Builder |
|
setFullMatch(boolean value)
public Condition.QueryTerm.Builder setFullMatch(boolean value)Whether this is supposed to be a full or partial match.
bool full_match = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe fullMatch to set. |
| Returns | |
|---|---|
| Type | Description |
Condition.QueryTerm.Builder |
This builder for chaining. |
setValue(String value)
public Condition.QueryTerm.Builder setValue(String value)The value of the term to match on. Value cannot be empty. Value can have at most 3 terms if specified as a partial match. Each space separated string is considered as one term. For example, "a b c" is 3 terms and allowed, but " a b c d" is 4 terms and not allowed for a partial match.
string value = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe value to set. |
| Returns | |
|---|---|
| Type | Description |
Condition.QueryTerm.Builder |
This builder for chaining. |
setValueBytes(ByteString value)
public Condition.QueryTerm.Builder setValueBytes(ByteString value)The value of the term to match on. Value cannot be empty. Value can have at most 3 terms if specified as a partial match. Each space separated string is considered as one term. For example, "a b c" is 3 terms and allowed, but " a b c d" is 4 terms and not allowed for a partial match.
string value = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for value to set. |
| Returns | |
|---|---|
| Type | Description |
Condition.QueryTerm.Builder |
This builder for chaining. |