Package com.google.cloud.retail.v2beta
Interface ConditionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Condition
,Condition.Builder
public interface ConditionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Condition.TimeRange
getActiveTimeRange(int index)
Range of time(s) specifying when Condition is active.int
getActiveTimeRangeCount()
Range of time(s) specifying when Condition is active.List<Condition.TimeRange>
getActiveTimeRangeList()
Range of time(s) specifying when Condition is active.Condition.TimeRangeOrBuilder
getActiveTimeRangeOrBuilder(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.Condition.QueryTerm
getQueryTerms(int index)
A list (up to 10 entries) of terms to match the query on.int
getQueryTermsCount()
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.QueryTermOrBuilder
getQueryTermsOrBuilder(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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getQueryTermsList
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;
-
getQueryTerms
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;
-
getQueryTermsCount
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;
-
getQueryTermsOrBuilderList
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;
-
getQueryTermsOrBuilder
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;
-
getActiveTimeRangeList
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;
-
getActiveTimeRange
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;
-
getActiveTimeRangeCount
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;
-
getActiveTimeRangeOrBuilderList
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;
-
getActiveTimeRangeOrBuilder
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;
-
-