Chronicle V1 API - Module Google::Cloud::Chronicle::V1::LanguageFeature (v0.6.0)

Reference documentation and code samples for the Chronicle V1 API module Google::Cloud::Chronicle::V1::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.

Constants

LANGUAGE_FEATURE_UNSPECIFIED

value: 0
Language feature is unknown.

JOINS

value: 1
Language feature is joins.

STAGES

value: 2
Language feature is stages.

DATA_TABLES

value: 3
Language feature is data table.