- 2.55.0 (latest)
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.1
- 2.4.0
- 2.3.0
- 2.2.3
- 2.1.0
- 2.0.19
public static final class Condition.QueryTerm.Builder extends GeneratedMessageV3.Builder<Condition.QueryTerm.Builder> implements Condition.QueryTermOrBuilder
Query terms that we want to match on.
Protobuf type google.cloud.retail.v2alpha.Condition.QueryTerm
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Condition.QueryTerm.BuilderImplements
Condition.QueryTermOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Condition.QueryTerm.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Condition.QueryTerm.Builder |
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 |
clearField(Descriptors.FieldDescriptor field)
public Condition.QueryTerm.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
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. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Condition.QueryTerm.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
Condition.QueryTerm.Builder |
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. |
clone()
public Condition.QueryTerm.Builder clone()
Returns | |
---|---|
Type | Description |
Condition.QueryTerm.Builder |
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 GeneratedMessageV3.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 |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Condition.QueryTerm.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Condition.QueryTerm.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Condition.QueryTerm.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
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 |
boolean The fullMatch to set. |
Returns | |
---|---|
Type | Description |
Condition.QueryTerm.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Condition.QueryTerm.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
Condition.QueryTerm.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Condition.QueryTerm.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Condition.QueryTerm.Builder |
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. |