Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class Filter.
A Looker query filter.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.LookerQuery.Filter
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1beta \ 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
Required. The value f field to filter on. |
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
Required. The value f field to filter on.
| Returns | |
|---|---|
| Type | Description |
string |
|
setValue
Required. The value f field to filter on.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|