Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class DataFilter.
A filter on a datasource's underlying data. Filter syntax documentation: https://cloud.google.com/looker/docs/filter-expressions
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.DataFilter
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ field
string
Optional. The field to filter on. For example: ["event_date", "customer_id", "product_category"]
↳ value
string
Optional. The default value used for this filter if the filter is not overridden in a query. For example: ["after 2024-01-01", "123", "-fashion"]
↳ type
int
Optional. The type of filter present on a datasource, such as ALWAYS_FILTER.
getField
Optional. The field to filter on. For example: ["event_date", "customer_id", "product_category"]
string
setField
Optional. The field to filter on. For example: ["event_date", "customer_id", "product_category"]
var
string
$this
getValue
Optional. The default value used for this filter if the filter is not overridden in a query. For example: ["after 2024-01-01", "123", "-fashion"]
string
setValue
Optional. The default value used for this filter if the filter is not overridden in a query. For example: ["after 2024-01-01", "123", "-fashion"]
var
string
$this
getType
Optional. The type of filter present on a datasource, such as ALWAYS_FILTER.
int
setType
Optional. The type of filter present on a datasource, such as ALWAYS_FILTER.
var
int
Enum of type DataFilterType .
$this