public static final class Condition.Builder extends GeneratedMessageV3.Builder<Condition.Builder> implements ConditionOrBuilder
Metadata that is used to define a condition that triggers an action.
A valid condition must specify at least one of 'query_terms' or
'products_filter'. If multiple fields are specified, the condition is met if
all the fields are satisfied e.g. if a set of query terms and product_filter
are set, then only items matching the product_filter for requests with a
query matching the query terms wil get boosted.
Protobuf type google.cloud.retail.v2beta.Condition
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addActiveTimeRange(Condition.TimeRange value)
public Condition.Builder addActiveTimeRange(Condition.TimeRange value)
Range of time(s) specifying when Condition is active.
Condition true if any time range matches.
repeated .google.cloud.retail.v2beta.Condition.TimeRange active_time_range = 3;
addActiveTimeRange(Condition.TimeRange.Builder builderForValue)
public Condition.Builder addActiveTimeRange(Condition.TimeRange.Builder builderForValue)
Range of time(s) specifying when Condition is active.
Condition true if any time range matches.
repeated .google.cloud.retail.v2beta.Condition.TimeRange active_time_range = 3;
addActiveTimeRange(int index, Condition.TimeRange value)
public Condition.Builder addActiveTimeRange(int index, Condition.TimeRange value)
Range of time(s) specifying when Condition is active.
Condition true if any time range matches.
repeated .google.cloud.retail.v2beta.Condition.TimeRange active_time_range = 3;
addActiveTimeRange(int index, Condition.TimeRange.Builder builderForValue)
public Condition.Builder addActiveTimeRange(int index, Condition.TimeRange.Builder builderForValue)
Range of time(s) specifying when Condition is active.
Condition true if any time range matches.
repeated .google.cloud.retail.v2beta.Condition.TimeRange active_time_range = 3;
addActiveTimeRangeBuilder()
public Condition.TimeRange.Builder addActiveTimeRangeBuilder()
Range of time(s) specifying when Condition is active.
Condition true if any time range matches.
repeated .google.cloud.retail.v2beta.Condition.TimeRange active_time_range = 3;
addActiveTimeRangeBuilder(int index)
public Condition.TimeRange.Builder addActiveTimeRangeBuilder(int index)
Range of time(s) specifying when Condition is active.
Condition true if any time range matches.
repeated .google.cloud.retail.v2beta.Condition.TimeRange active_time_range = 3;
Parameter |
---|
Name | Description |
index | int
|
addAllActiveTimeRange(Iterable<? extends Condition.TimeRange> values)
public Condition.Builder addAllActiveTimeRange(Iterable<? extends Condition.TimeRange> values)
Range of time(s) specifying when Condition is active.
Condition true if any time range matches.
repeated .google.cloud.retail.v2beta.Condition.TimeRange active_time_range = 3;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.retail.v2beta.Condition.TimeRange>
|
addAllQueryTerms(Iterable<? extends Condition.QueryTerm> values)
public Condition.Builder addAllQueryTerms(Iterable<? extends Condition.QueryTerm> values)
A list (up to 10 entries) of terms to match the query on. If not
specified, match all queries.
If many query terms are specified, the condition
is matched if any of the terms is a match (i.e. using the OR operator).
repeated .google.cloud.retail.v2beta.Condition.QueryTerm query_terms = 1;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.retail.v2beta.Condition.QueryTerm>
|
addQueryTerms(Condition.QueryTerm value)
public Condition.Builder addQueryTerms(Condition.QueryTerm value)
A list (up to 10 entries) of terms to match the query on. If not
specified, match all queries.
If many query terms are specified, the condition
is matched if any of the terms is a match (i.e. using the OR operator).
repeated .google.cloud.retail.v2beta.Condition.QueryTerm query_terms = 1;
addQueryTerms(Condition.QueryTerm.Builder builderForValue)
public Condition.Builder addQueryTerms(Condition.QueryTerm.Builder builderForValue)
A list (up to 10 entries) of terms to match the query on. If not
specified, match all queries.
If many query terms are specified, the condition
is matched if any of the terms is a match (i.e. using the OR operator).
repeated .google.cloud.retail.v2beta.Condition.QueryTerm query_terms = 1;
addQueryTerms(int index, Condition.QueryTerm value)
public Condition.Builder addQueryTerms(int index, Condition.QueryTerm value)
A list (up to 10 entries) of terms to match the query on. If not
specified, match all queries.
If many query terms are specified, the condition
is matched if any of the terms is a match (i.e. using the OR operator).
repeated .google.cloud.retail.v2beta.Condition.QueryTerm query_terms = 1;
addQueryTerms(int index, Condition.QueryTerm.Builder builderForValue)
public Condition.Builder addQueryTerms(int index, Condition.QueryTerm.Builder builderForValue)
A list (up to 10 entries) of terms to match the query on. If not
specified, match all queries.
If many query terms are specified, the condition
is matched if any of the terms is a match (i.e. using the OR operator).
repeated .google.cloud.retail.v2beta.Condition.QueryTerm query_terms = 1;
addQueryTermsBuilder()
public Condition.QueryTerm.Builder addQueryTermsBuilder()
A list (up to 10 entries) of terms to match the query on. If not
specified, match all queries.
If many query terms are specified, the condition
is matched if any of the terms is a match (i.e. using the OR operator).
repeated .google.cloud.retail.v2beta.Condition.QueryTerm query_terms = 1;
addQueryTermsBuilder(int index)
public Condition.QueryTerm.Builder addQueryTermsBuilder(int index)
A list (up to 10 entries) of terms to match the query on. If not
specified, match all queries.
If many query terms are specified, the condition
is matched if any of the terms is a match (i.e. using the OR operator).
repeated .google.cloud.retail.v2beta.Condition.QueryTerm query_terms = 1;
Parameter |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Condition.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
buildPartial()
public Condition buildPartial()
clear()
public Condition.Builder clear()
Overrides
clearActiveTimeRange()
public Condition.Builder clearActiveTimeRange()
Range of time(s) specifying when Condition is active.
Condition true if any time range matches.
repeated .google.cloud.retail.v2beta.Condition.TimeRange active_time_range = 3;
clearField(Descriptors.FieldDescriptor field)
public Condition.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Condition.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearQueryTerms()
public Condition.Builder clearQueryTerms()
A list (up to 10 entries) of terms to match the query on. If not
specified, match all queries.
If many query terms are specified, the condition
is matched if any of the terms is a match (i.e. using the OR operator).
repeated .google.cloud.retail.v2beta.Condition.QueryTerm query_terms = 1;
clone()
public Condition.Builder clone()
Overrides
getActiveTimeRange(int index)
public Condition.TimeRange getActiveTimeRange(int index)
Range of time(s) specifying when Condition is active.
Condition true if any time range matches.
repeated .google.cloud.retail.v2beta.Condition.TimeRange active_time_range = 3;
Parameter |
---|
Name | Description |
index | int
|
getActiveTimeRangeBuilder(int index)
public Condition.TimeRange.Builder getActiveTimeRangeBuilder(int index)
Range of time(s) specifying when Condition is active.
Condition true if any time range matches.
repeated .google.cloud.retail.v2beta.Condition.TimeRange active_time_range = 3;
Parameter |
---|
Name | Description |
index | int
|
getActiveTimeRangeBuilderList()
public List<Condition.TimeRange.Builder> getActiveTimeRangeBuilderList()
Range of time(s) specifying when Condition is active.
Condition true if any time range matches.
repeated .google.cloud.retail.v2beta.Condition.TimeRange active_time_range = 3;
getActiveTimeRangeCount()
public int getActiveTimeRangeCount()
Range of time(s) specifying when Condition is active.
Condition true if any time range matches.
repeated .google.cloud.retail.v2beta.Condition.TimeRange active_time_range = 3;
Returns |
---|
Type | Description |
int | |
getActiveTimeRangeList()
public List<Condition.TimeRange> getActiveTimeRangeList()
Range of time(s) specifying when Condition is active.
Condition true if any time range matches.
repeated .google.cloud.retail.v2beta.Condition.TimeRange active_time_range = 3;
getActiveTimeRangeOrBuilder(int index)
public Condition.TimeRangeOrBuilder getActiveTimeRangeOrBuilder(int index)
Range of time(s) specifying when Condition is active.
Condition true if any time range matches.
repeated .google.cloud.retail.v2beta.Condition.TimeRange active_time_range = 3;
Parameter |
---|
Name | Description |
index | int
|
getActiveTimeRangeOrBuilderList()
public List<? extends Condition.TimeRangeOrBuilder> getActiveTimeRangeOrBuilderList()
Range of time(s) specifying when Condition is active.
Condition true if any time range matches.
repeated .google.cloud.retail.v2beta.Condition.TimeRange active_time_range = 3;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.retail.v2beta.Condition.TimeRangeOrBuilder> | |
getDefaultInstanceForType()
public Condition getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getQueryTerms(int index)
public Condition.QueryTerm getQueryTerms(int index)
A list (up to 10 entries) of terms to match the query on. If not
specified, match all queries.
If many query terms are specified, the condition
is matched if any of the terms is a match (i.e. using the OR operator).
repeated .google.cloud.retail.v2beta.Condition.QueryTerm query_terms = 1;
Parameter |
---|
Name | Description |
index | int
|
getQueryTermsBuilder(int index)
public Condition.QueryTerm.Builder getQueryTermsBuilder(int index)
A list (up to 10 entries) of terms to match the query on. If not
specified, match all queries.
If many query terms are specified, the condition
is matched if any of the terms is a match (i.e. using the OR operator).
repeated .google.cloud.retail.v2beta.Condition.QueryTerm query_terms = 1;
Parameter |
---|
Name | Description |
index | int
|
getQueryTermsBuilderList()
public List<Condition.QueryTerm.Builder> getQueryTermsBuilderList()
A list (up to 10 entries) of terms to match the query on. If not
specified, match all queries.
If many query terms are specified, the condition
is matched if any of the terms is a match (i.e. using the OR operator).
repeated .google.cloud.retail.v2beta.Condition.QueryTerm query_terms = 1;
getQueryTermsCount()
public int getQueryTermsCount()
A list (up to 10 entries) of terms to match the query on. If not
specified, match all queries.
If many query terms are specified, the condition
is matched if any of the terms is a match (i.e. using the OR operator).
repeated .google.cloud.retail.v2beta.Condition.QueryTerm query_terms = 1;
Returns |
---|
Type | Description |
int | |
getQueryTermsList()
public List<Condition.QueryTerm> getQueryTermsList()
A list (up to 10 entries) of terms to match the query on. If not
specified, match all queries.
If many query terms are specified, the condition
is matched if any of the terms is a match (i.e. using the OR operator).
repeated .google.cloud.retail.v2beta.Condition.QueryTerm query_terms = 1;
getQueryTermsOrBuilder(int index)
public Condition.QueryTermOrBuilder getQueryTermsOrBuilder(int index)
A list (up to 10 entries) of terms to match the query on. If not
specified, match all queries.
If many query terms are specified, the condition
is matched if any of the terms is a match (i.e. using the OR operator).
repeated .google.cloud.retail.v2beta.Condition.QueryTerm query_terms = 1;
Parameter |
---|
Name | Description |
index | int
|
getQueryTermsOrBuilderList()
public List<? extends Condition.QueryTermOrBuilder> getQueryTermsOrBuilderList()
A list (up to 10 entries) of terms to match the query on. If not
specified, match all queries.
If many query terms are specified, the condition
is matched if any of the terms is a match (i.e. using the OR operator).
repeated .google.cloud.retail.v2beta.Condition.QueryTerm query_terms = 1;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.retail.v2beta.Condition.QueryTermOrBuilder> | |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(Condition other)
public Condition.Builder mergeFrom(Condition other)
public Condition.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public Condition.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Condition.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeActiveTimeRange(int index)
public Condition.Builder removeActiveTimeRange(int index)
Range of time(s) specifying when Condition is active.
Condition true if any time range matches.
repeated .google.cloud.retail.v2beta.Condition.TimeRange active_time_range = 3;
Parameter |
---|
Name | Description |
index | int
|
removeQueryTerms(int index)
public Condition.Builder removeQueryTerms(int index)
A list (up to 10 entries) of terms to match the query on. If not
specified, match all queries.
If many query terms are specified, the condition
is matched if any of the terms is a match (i.e. using the OR operator).
repeated .google.cloud.retail.v2beta.Condition.QueryTerm query_terms = 1;
Parameter |
---|
Name | Description |
index | int
|
setActiveTimeRange(int index, Condition.TimeRange value)
public Condition.Builder setActiveTimeRange(int index, Condition.TimeRange value)
Range of time(s) specifying when Condition is active.
Condition true if any time range matches.
repeated .google.cloud.retail.v2beta.Condition.TimeRange active_time_range = 3;
setActiveTimeRange(int index, Condition.TimeRange.Builder builderForValue)
public Condition.Builder setActiveTimeRange(int index, Condition.TimeRange.Builder builderForValue)
Range of time(s) specifying when Condition is active.
Condition true if any time range matches.
repeated .google.cloud.retail.v2beta.Condition.TimeRange active_time_range = 3;
setField(Descriptors.FieldDescriptor field, Object value)
public Condition.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setQueryTerms(int index, Condition.QueryTerm value)
public Condition.Builder setQueryTerms(int index, Condition.QueryTerm value)
A list (up to 10 entries) of terms to match the query on. If not
specified, match all queries.
If many query terms are specified, the condition
is matched if any of the terms is a match (i.e. using the OR operator).
repeated .google.cloud.retail.v2beta.Condition.QueryTerm query_terms = 1;
setQueryTerms(int index, Condition.QueryTerm.Builder builderForValue)
public Condition.Builder setQueryTerms(int index, Condition.QueryTerm.Builder builderForValue)
A list (up to 10 entries) of terms to match the query on. If not
specified, match all queries.
If many query terms are specified, the condition
is matched if any of the terms is a match (i.e. using the OR operator).
repeated .google.cloud.retail.v2beta.Condition.QueryTerm query_terms = 1;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Condition.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final Condition.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides