Skip to content

DataQueryKindBuilder🔗

Constructor🔗

new DataQueryKindBuilder()

Methods🔗

build🔗

Builds the object.

public DataQueryKind build()

datasource🔗

New type for datasource reference

Not creating a new type until we figure out how to handle DS refs for group by, adhoc, and every place that uses DataSourceRef in TS.

public DataQueryKindBuilder datasource(com.grafana.foundation.cog.Builder<Dashboardv2beta1DataQueryKindDatasource> datasource)

group🔗

public DataQueryKindBuilder group(String group)

spec🔗

public DataQueryKindBuilder spec(Object spec)

version🔗

public DataQueryKindBuilder version(String version)

See also🔗