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.
| Parameters | |
|---|---|
| Name | Description |
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.
| Returns | |
|---|---|
| Type | Description |
string |
|
setField
Required. The field to filter on.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$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.
| Returns | |
|---|---|
| Type | Description |
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.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|