Class Condition.QueryTerm.Builder (2.85.0)

public static final class Condition.QueryTerm.Builder extends GeneratedMessage.Builder<Condition.QueryTerm.Builder> implements Condition.QueryTermOrBuilder

Query terms that we want to match on.

Protobuf type google.cloud.retail.v2.Condition.QueryTerm

Static 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
Overrides

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
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
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
Overrides

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 boolean

The 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 String

The 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 ByteString

The bytes for value to set.

Returns
Type Description
Condition.QueryTerm.Builder

This builder for chaining.