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)
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. Maximum of 10 query terms.
repeated .google.cloud.discoveryengine.v1alpha.Condition.QueryTerm query_terms = 2;
Condition.QueryTerm getQueryTerms(int index)
Search only A list of terms to match the query on. Maximum of 10 query terms.
repeated .google.cloud.discoveryengine.v1alpha.Condition.QueryTerm query_terms = 2;
int getQueryTermsCount()
Search only A list of terms to match the query on. Maximum of 10 query terms.
repeated .google.cloud.discoveryengine.v1alpha.Condition.QueryTerm query_terms = 2;
List<? extends Condition.QueryTermOrBuilder> getQueryTermsOrBuilderList()
Search only A list of terms to match the query on. Maximum of 10 query terms.
repeated .google.cloud.discoveryengine.v1alpha.Condition.QueryTerm query_terms = 2;
Condition.QueryTermOrBuilder getQueryTermsOrBuilder(int index)
Search only A list of terms to match the query on. Maximum of 10 query terms.
repeated .google.cloud.discoveryengine.v1alpha.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.v1alpha.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.v1alpha.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.v1alpha.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.v1alpha.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.v1alpha.Condition.TimeRange active_time_range = 3;
Copyright © 2024 Google LLC. All rights reserved.