public static interface Condition.QueryTermOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFullMatch()
Whether this is supposed to be a full or partial match.
|
String |
getValue()
The value of the term to match on.
|
com.google.protobuf.ByteString |
getValueBytes()
The value of the term to match on.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getValue()
The value of the term to match on. Value cannot be empty. Value can have at most 3 terms if specified as a partial match. Each space separated string is considered as one term. For example, "a b c" is 3 terms and allowed, but " a b c d" is 4 terms and not allowed for a partial match.
string value = 1;com.google.protobuf.ByteString getValueBytes()
The value of the term to match on. Value cannot be empty. Value can have at most 3 terms if specified as a partial match. Each space separated string is considered as one term. For example, "a b c" is 3 terms and allowed, but " a b c d" is 4 terms and not allowed for a partial match.
string value = 1;boolean getFullMatch()
Whether this is supposed to be a full or partial match.
bool full_match = 2;Copyright © 2024 Google LLC. All rights reserved.