Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1 Client class Filter.
A Looker query filter.
Generated from protobuf message google.cloud.geminidataanalytics.v1.LookerQuery.Filter
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1 \ LookerQueryMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ field
string
Required. The field to filter on.
↳ value
string
Optional. The value for the field to filter on. Optional so we can preserve the default value as an empty string, important to get a valid and working Looker Explore url.
getField
Required. The field to filter on.
string
setField
Required. The field to filter on.
var
string
$this
getValue
Optional. The value for the field to filter on.
Optional so we can preserve the default value as an empty string, important to get a valid and working Looker Explore url.
string
hasValue
clearValue
setValue
Optional. The value for the field to filter on.
Optional so we can preserve the default value as an empty string, important to get a valid and working Looker Explore url.
var
string
$this

