public enum DataFilterType extends Enum<DataFilterType> implements ProtocolMessageEnumThe type of filter present on a datasource, such as ALWAYS_FILTER.
Protobuf enum google.cloud.geminidataanalytics.v1beta.DataFilterType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ALWAYS_FILTER |
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. |
ALWAYS_FILTER_VALUE |
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. |
DATA_FILTER_TYPE_UNSPECIFIED |
The filter type was not specified. |
DATA_FILTER_TYPE_UNSPECIFIED_VALUE |
The filter type was not specified. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|