Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class Condition.
Defines circumstances to be checked before allowing a behavior
Generated from protobuf message google.cloud.discoveryengine.v1.Condition
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ query_terms
array< Condition\QueryTerm
>
Search only A list of terms to match the query on. Cannot be set when Condition.query_regex is set. Maximum of 10 query terms.
↳ active_time_range
array< Condition\TimeRange
>
Range of time(s) specifying when condition is active. Maximum of 10 time ranges.
↳ query_regex
string
Optional. Query regex to match the whole search query. Cannot be set when Condition.query_terms is set. Only supported for Basic Site Search promotion serving controls.
getQueryTerms
Search only A list of terms to match the query on.
Cannot be set when Condition.query_regex is set. Maximum of 10 query terms.
setQueryTerms
Search only A list of terms to match the query on.
Cannot be set when Condition.query_regex is set. Maximum of 10 query terms.
$this
getActiveTimeRange
Range of time(s) specifying when condition is active.
Maximum of 10 time ranges.
setActiveTimeRange
Range of time(s) specifying when condition is active.
Maximum of 10 time ranges.
$this
getQueryRegex
Optional. Query regex to match the whole search query.
Cannot be set when Condition.query_terms is set. Only supported for Basic Site Search promotion serving controls.
string
setQueryRegex
Optional. Query regex to match the whole search query.
Cannot be set when Condition.query_terms is set. Only supported for Basic Site Search promotion serving controls.
var
string
$this