Google Cloud Gemini Data Analytics V1beta Client - Class DataFilterType (0.6.0)

Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class DataFilterType.

The type of filter present on a datasource, such as ALWAYS_FILTER.

Protobuf type google.cloud.geminidataanalytics.v1beta.DataFilterType

Namespace

Google \ Cloud \ GeminiDataAnalytics \ V1beta

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DATA_FILTER_TYPE_UNSPECIFIED

Value: 0

The filter type was not specified.

Generated from protobuf enum DATA_FILTER_TYPE_UNSPECIFIED = 0;

ALWAYS_FILTER

Value: 1

A filter that the user configures, and any queries to the Explore will always apply this filter by default. Currently only used for Looker data sources.

Generated from protobuf enum ALWAYS_FILTER = 1;