public static interface Condition.QueryTermOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFullMatch()
Whether the search query needs to exactly match the query term.
|
String |
getValue()
The specific query value to match against
Must be lowercase, must be UTF-8.
|
com.google.protobuf.ByteString |
getValueBytes()
The specific query value to match against
Must be lowercase, must be UTF-8.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getValue()
The specific query value to match against Must be lowercase, must be UTF-8. Can have at most 3 space separated terms if full_match is true. Cannot be an empty string. Maximum length of 5000 characters.
string value = 1;com.google.protobuf.ByteString getValueBytes()
The specific query value to match against Must be lowercase, must be UTF-8. Can have at most 3 space separated terms if full_match is true. Cannot be an empty string. Maximum length of 5000 characters.
string value = 1;boolean getFullMatch()
Whether the search query needs to exactly match the query term.
bool full_match = 2;Copyright © 2025 Google LLC. All rights reserved.