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()
Returns
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;
Parameter
Returns
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;
Parameter
Returns
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;
Parameters
Returns
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;
Parameters
Returns
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;
Returns
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
Returns
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>
|
Returns
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>
|
Returns
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;
Parameter
Returns
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;
Parameter
Returns
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;
Parameters
Returns
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;
Parameters
Returns
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;
Returns
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
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Condition.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
Returns
buildPartial()
public Condition buildPartial()
Returns
clear()
public Condition.Builder clear()
Returns
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;
Returns
clearField(Descriptors.FieldDescriptor field)
public Condition.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Condition.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
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;
Returns
clone()
public Condition.Builder clone()
Returns
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
Returns
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
Returns
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;
Returns
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
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;
Returns
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
Returns
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()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
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
Returns
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
Returns
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;
Returns
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
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;
Returns
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
Returns
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()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(Condition other)
public Condition.Builder mergeFrom(Condition other)
Parameter
Returns
public Condition.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public Condition.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Condition.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
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
Returns
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
Returns
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;
Parameters
Returns
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;
Parameters
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public Condition.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
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;
Parameters
Returns
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;
Parameters
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Condition.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final Condition.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides