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
value
mixed
static::value
name
mixed
Constants
LANGUAGE_FEATURE_UNSPECIFIED
Value: 0
Language feature is unknown.
Generated from protobuf enum LANGUAGE_FEATURE_UNSPECIFIED = 0;
JOINS
Value: 1
Language feature is joins.
Generated from protobuf enum JOINS = 1;
STAGES
Value: 2
Language feature is stages.
Generated from protobuf enum STAGES = 2;
DATA_TABLES
Value: 3
Language feature is data table.
Generated from protobuf enum DATA_TABLES = 3;

