Reference documentation and code samples for the Google Cloud Chronicle V1 Client class LanguageFeature.
A language feature describes a specific capability or syntax of the query
language used in a dashboard query, such as JOINS, STAGES, or
DATA_TABLES.
Protobuf type google.cloud.chronicle.v1.LanguageFeature
Namespace
Google \ Cloud \ Chronicle \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
LANGUAGE_FEATURE_UNSPECIFIED
Value: 0Language feature is unknown.
Generated from protobuf enum LANGUAGE_FEATURE_UNSPECIFIED = 0;
JOINS
Value: 1Language feature is joins.
Generated from protobuf enum JOINS = 1;
STAGES
Value: 2Language feature is stages.
Generated from protobuf enum STAGES = 2;
DATA_TABLES
Value: 3Language feature is data table.
Generated from protobuf enum DATA_TABLES = 3;