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.
|
String |
getQueryRegex()
Optional.
|
com.google.protobuf.ByteString |
getQueryRegexBytes()
Optional.
|
Condition.QueryTerm |
getQueryTerms(int index)
Search only
A list of terms to match the query on.
|
int |
getQueryTermsCount()
Search only
A list of terms to match the query on.
|
List<Condition.QueryTerm> |
getQueryTermsList()
Search only
A list of terms to match the query on.
|
Condition.QueryTermOrBuilder |
getQueryTermsOrBuilder(int index)
Search only
A list of terms to match the query on.
|
List<? extends Condition.QueryTermOrBuilder> |
getQueryTermsOrBuilderList()
Search only
A list of terms to match the query on.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Condition.QueryTerm> getQueryTermsList()
Search only A list of terms to match the query on. Cannot be set when [Condition.query_regex][google.cloud.discoveryengine.v1beta.Condition.query_regex] is set. Maximum of 10 query terms.
repeated .google.cloud.discoveryengine.v1beta.Condition.QueryTerm query_terms = 2;Condition.QueryTerm getQueryTerms(int index)
Search only A list of terms to match the query on. Cannot be set when [Condition.query_regex][google.cloud.discoveryengine.v1beta.Condition.query_regex] is set. Maximum of 10 query terms.
repeated .google.cloud.discoveryengine.v1beta.Condition.QueryTerm query_terms = 2;int getQueryTermsCount()
Search only A list of terms to match the query on. Cannot be set when [Condition.query_regex][google.cloud.discoveryengine.v1beta.Condition.query_regex] is set. Maximum of 10 query terms.
repeated .google.cloud.discoveryengine.v1beta.Condition.QueryTerm query_terms = 2;List<? extends Condition.QueryTermOrBuilder> getQueryTermsOrBuilderList()
Search only A list of terms to match the query on. Cannot be set when [Condition.query_regex][google.cloud.discoveryengine.v1beta.Condition.query_regex] is set. Maximum of 10 query terms.
repeated .google.cloud.discoveryengine.v1beta.Condition.QueryTerm query_terms = 2;Condition.QueryTermOrBuilder getQueryTermsOrBuilder(int index)
Search only A list of terms to match the query on. Cannot be set when [Condition.query_regex][google.cloud.discoveryengine.v1beta.Condition.query_regex] is set. Maximum of 10 query terms.
repeated .google.cloud.discoveryengine.v1beta.Condition.QueryTerm query_terms = 2;List<Condition.TimeRange> getActiveTimeRangeList()
Range of time(s) specifying when condition is active. Maximum of 10 time ranges.
repeated .google.cloud.discoveryengine.v1beta.Condition.TimeRange active_time_range = 3;
Condition.TimeRange getActiveTimeRange(int index)
Range of time(s) specifying when condition is active. Maximum of 10 time ranges.
repeated .google.cloud.discoveryengine.v1beta.Condition.TimeRange active_time_range = 3;
int getActiveTimeRangeCount()
Range of time(s) specifying when condition is active. Maximum of 10 time ranges.
repeated .google.cloud.discoveryengine.v1beta.Condition.TimeRange active_time_range = 3;
List<? extends Condition.TimeRangeOrBuilder> getActiveTimeRangeOrBuilderList()
Range of time(s) specifying when condition is active. Maximum of 10 time ranges.
repeated .google.cloud.discoveryengine.v1beta.Condition.TimeRange active_time_range = 3;
Condition.TimeRangeOrBuilder getActiveTimeRangeOrBuilder(int index)
Range of time(s) specifying when condition is active. Maximum of 10 time ranges.
repeated .google.cloud.discoveryengine.v1beta.Condition.TimeRange active_time_range = 3;
String getQueryRegex()
Optional. Query regex to match the whole search query. Cannot be set when [Condition.query_terms][google.cloud.discoveryengine.v1beta.Condition.query_terms] is set. This is currently supporting promotion use case.
string query_regex = 4 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getQueryRegexBytes()
Optional. Query regex to match the whole search query. Cannot be set when [Condition.query_terms][google.cloud.discoveryengine.v1beta.Condition.query_terms] is set. This is currently supporting promotion use case.
string query_regex = 4 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.