Package com.google.cloud.retail.v2alpha
Class Condition.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Condition.Builder>
-
- com.google.cloud.retail.v2alpha.Condition.Builder
-
- All Implemented Interfaces:
ConditionOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- Condition
public static final class Condition.Builder extends com.google.protobuf.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 typegoogle.cloud.retail.v2alpha.Condition
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Condition.BuilderaddActiveTimeRange(int index, Condition.TimeRange value)Range of time(s) specifying when Condition is active.Condition.BuilderaddActiveTimeRange(int index, Condition.TimeRange.Builder builderForValue)Range of time(s) specifying when Condition is active.Condition.BuilderaddActiveTimeRange(Condition.TimeRange value)Range of time(s) specifying when Condition is active.Condition.BuilderaddActiveTimeRange(Condition.TimeRange.Builder builderForValue)Range of time(s) specifying when Condition is active.Condition.TimeRange.BuilderaddActiveTimeRangeBuilder()Range of time(s) specifying when Condition is active.Condition.TimeRange.BuilderaddActiveTimeRangeBuilder(int index)Range of time(s) specifying when Condition is active.Condition.BuilderaddAllActiveTimeRange(Iterable<? extends Condition.TimeRange> values)Range of time(s) specifying when Condition is active.Condition.BuilderaddAllQueryTerms(Iterable<? extends Condition.QueryTerm> values)A list (up to 10 entries) of terms to match the query on.Condition.BuilderaddQueryTerms(int index, Condition.QueryTerm value)A list (up to 10 entries) of terms to match the query on.Condition.BuilderaddQueryTerms(int index, Condition.QueryTerm.Builder builderForValue)A list (up to 10 entries) of terms to match the query on.Condition.BuilderaddQueryTerms(Condition.QueryTerm value)A list (up to 10 entries) of terms to match the query on.Condition.BuilderaddQueryTerms(Condition.QueryTerm.Builder builderForValue)A list (up to 10 entries) of terms to match the query on.Condition.QueryTerm.BuilderaddQueryTermsBuilder()A list (up to 10 entries) of terms to match the query on.Condition.QueryTerm.BuilderaddQueryTermsBuilder(int index)A list (up to 10 entries) of terms to match the query on.Condition.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Conditionbuild()ConditionbuildPartial()Condition.Builderclear()Condition.BuilderclearActiveTimeRange()Range of time(s) specifying when Condition is active.Condition.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Condition.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Condition.BuilderclearQueryTerms()A list (up to 10 entries) of terms to match the query on.Condition.Builderclone()Condition.TimeRangegetActiveTimeRange(int index)Range of time(s) specifying when Condition is active.Condition.TimeRange.BuildergetActiveTimeRangeBuilder(int index)Range of time(s) specifying when Condition is active.List<Condition.TimeRange.Builder>getActiveTimeRangeBuilderList()Range of time(s) specifying when Condition is active.intgetActiveTimeRangeCount()Range of time(s) specifying when Condition is active.List<Condition.TimeRange>getActiveTimeRangeList()Range of time(s) specifying when Condition is active.Condition.TimeRangeOrBuildergetActiveTimeRangeOrBuilder(int index)Range of time(s) specifying when Condition is active.List<? extends Condition.TimeRangeOrBuilder>getActiveTimeRangeOrBuilderList()Range of time(s) specifying when Condition is active.ConditiongetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()Condition.QueryTermgetQueryTerms(int index)A list (up to 10 entries) of terms to match the query on.Condition.QueryTerm.BuildergetQueryTermsBuilder(int index)A list (up to 10 entries) of terms to match the query on.List<Condition.QueryTerm.Builder>getQueryTermsBuilderList()A list (up to 10 entries) of terms to match the query on.intgetQueryTermsCount()A list (up to 10 entries) of terms to match the query on.List<Condition.QueryTerm>getQueryTermsList()A list (up to 10 entries) of terms to match the query on.Condition.QueryTermOrBuildergetQueryTermsOrBuilder(int index)A list (up to 10 entries) of terms to match the query on.List<? extends Condition.QueryTermOrBuilder>getQueryTermsOrBuilderList()A list (up to 10 entries) of terms to match the query on.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Condition.BuildermergeFrom(Condition other)Condition.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Condition.BuildermergeFrom(com.google.protobuf.Message other)Condition.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Condition.BuilderremoveActiveTimeRange(int index)Range of time(s) specifying when Condition is active.Condition.BuilderremoveQueryTerms(int index)A list (up to 10 entries) of terms to match the query on.Condition.BuildersetActiveTimeRange(int index, Condition.TimeRange value)Range of time(s) specifying when Condition is active.Condition.BuildersetActiveTimeRange(int index, Condition.TimeRange.Builder builderForValue)Range of time(s) specifying when Condition is active.Condition.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Condition.BuildersetQueryTerms(int index, Condition.QueryTerm value)A list (up to 10 entries) of terms to match the query on.Condition.BuildersetQueryTerms(int index, Condition.QueryTerm.Builder builderForValue)A list (up to 10 entries) of terms to match the query on.Condition.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Condition.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Condition.Builder>
-
clear
public Condition.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Condition.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Condition.Builder>
-
getDefaultInstanceForType
public Condition getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Condition build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Condition buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Condition.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Condition.Builder>
-
setField
public Condition.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Condition.Builder>
-
clearField
public Condition.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Condition.Builder>
-
clearOneof
public Condition.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Condition.Builder>
-
setRepeatedField
public Condition.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Condition.Builder>
-
addRepeatedField
public Condition.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Condition.Builder>
-
mergeFrom
public Condition.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Condition.Builder>
-
mergeFrom
public Condition.Builder mergeFrom(Condition other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Condition.Builder>
-
mergeFrom
public Condition.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Condition.Builder>- Throws:
IOException
-
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.v2alpha.Condition.QueryTerm query_terms = 1;- Specified by:
getQueryTermsListin interfaceConditionOrBuilder
-
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.v2alpha.Condition.QueryTerm query_terms = 1;- Specified by:
getQueryTermsCountin interfaceConditionOrBuilder
-
getQueryTerms
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.v2alpha.Condition.QueryTerm query_terms = 1;- Specified by:
getQueryTermsin interfaceConditionOrBuilder
-
setQueryTerms
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.v2alpha.Condition.QueryTerm query_terms = 1;
-
setQueryTerms
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.v2alpha.Condition.QueryTerm query_terms = 1;
-
addQueryTerms
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.v2alpha.Condition.QueryTerm query_terms = 1;
-
addQueryTerms
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.v2alpha.Condition.QueryTerm query_terms = 1;
-
addQueryTerms
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.v2alpha.Condition.QueryTerm query_terms = 1;
-
addQueryTerms
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.v2alpha.Condition.QueryTerm query_terms = 1;
-
addAllQueryTerms
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.v2alpha.Condition.QueryTerm query_terms = 1;
-
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.v2alpha.Condition.QueryTerm query_terms = 1;
-
removeQueryTerms
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.v2alpha.Condition.QueryTerm query_terms = 1;
-
getQueryTermsBuilder
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.v2alpha.Condition.QueryTerm query_terms = 1;
-
getQueryTermsOrBuilder
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.v2alpha.Condition.QueryTerm query_terms = 1;- Specified by:
getQueryTermsOrBuilderin interfaceConditionOrBuilder
-
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.v2alpha.Condition.QueryTerm query_terms = 1;- Specified by:
getQueryTermsOrBuilderListin interfaceConditionOrBuilder
-
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.v2alpha.Condition.QueryTerm query_terms = 1;
-
addQueryTermsBuilder
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.v2alpha.Condition.QueryTerm query_terms = 1;
-
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.v2alpha.Condition.QueryTerm query_terms = 1;
-
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.v2alpha.Condition.TimeRange active_time_range = 3;- Specified by:
getActiveTimeRangeListin interfaceConditionOrBuilder
-
getActiveTimeRangeCount
public int getActiveTimeRangeCount()
Range of time(s) specifying when Condition is active. Condition true if any time range matches.
repeated .google.cloud.retail.v2alpha.Condition.TimeRange active_time_range = 3;- Specified by:
getActiveTimeRangeCountin interfaceConditionOrBuilder
-
getActiveTimeRange
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.v2alpha.Condition.TimeRange active_time_range = 3;- Specified by:
getActiveTimeRangein interfaceConditionOrBuilder
-
setActiveTimeRange
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.v2alpha.Condition.TimeRange active_time_range = 3;
-
setActiveTimeRange
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.v2alpha.Condition.TimeRange active_time_range = 3;
-
addActiveTimeRange
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.v2alpha.Condition.TimeRange active_time_range = 3;
-
addActiveTimeRange
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.v2alpha.Condition.TimeRange active_time_range = 3;
-
addActiveTimeRange
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.v2alpha.Condition.TimeRange active_time_range = 3;
-
addActiveTimeRange
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.v2alpha.Condition.TimeRange active_time_range = 3;
-
addAllActiveTimeRange
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.v2alpha.Condition.TimeRange active_time_range = 3;
-
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.v2alpha.Condition.TimeRange active_time_range = 3;
-
removeActiveTimeRange
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.v2alpha.Condition.TimeRange active_time_range = 3;
-
getActiveTimeRangeBuilder
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.v2alpha.Condition.TimeRange active_time_range = 3;
-
getActiveTimeRangeOrBuilder
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.v2alpha.Condition.TimeRange active_time_range = 3;- Specified by:
getActiveTimeRangeOrBuilderin interfaceConditionOrBuilder
-
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.v2alpha.Condition.TimeRange active_time_range = 3;- Specified by:
getActiveTimeRangeOrBuilderListin interfaceConditionOrBuilder
-
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.v2alpha.Condition.TimeRange active_time_range = 3;
-
addActiveTimeRangeBuilder
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.v2alpha.Condition.TimeRange active_time_range = 3;
-
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.v2alpha.Condition.TimeRange active_time_range = 3;
-
setUnknownFields
public final Condition.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Condition.Builder>
-
mergeUnknownFields
public final Condition.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Condition.Builder>
-
-