Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class QueryTerm.
Matcher for search request query
Generated from protobuf message google.cloud.discoveryengine.v1.Condition.QueryTerm
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ ConditionMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ value
string
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.
↳ full_match
bool
Whether the search query needs to exactly match the query term.
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
setValue
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.
var
string
$this
getFullMatch
Whether the search query needs to exactly match the query term.
bool
setFullMatch
Whether the search query needs to exactly match the query term.
var
bool
$this