public interface ConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;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;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;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;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;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;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;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;Copyright © 2024 Google LLC. All rights reserved.