| Modifier and Type | Class and Description |
|---|---|
static class |
Condition.QueryTerm
Query terms that we want to match on.
|
static class |
Condition.QueryTerm.Builder
Query terms that we want to match on.
|
| Modifier and Type | Method and Description |
|---|---|
Condition.QueryTermOrBuilder |
Condition.getQueryTermsOrBuilder(int index)
A list (up to 10 entries) of terms to match the query on.
|
Condition.QueryTermOrBuilder |
Condition.Builder.getQueryTermsOrBuilder(int index)
A list (up to 10 entries) of terms to match the query on.
|
Condition.QueryTermOrBuilder |
ConditionOrBuilder.getQueryTermsOrBuilder(int index)
A list (up to 10 entries) of terms to match the query on.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Condition.QueryTermOrBuilder> |
Condition.getQueryTermsOrBuilderList()
A list (up to 10 entries) of terms to match the query on.
|
List<? extends Condition.QueryTermOrBuilder> |
Condition.Builder.getQueryTermsOrBuilderList()
A list (up to 10 entries) of terms to match the query on.
|
List<? extends Condition.QueryTermOrBuilder> |
ConditionOrBuilder.getQueryTermsOrBuilderList()
A list (up to 10 entries) of terms to match the query on.
|
Copyright © 2023 Google LLC. All rights reserved.