Interface DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownQueryOrBuilder (0.31.0)

public static interface DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownQueryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getQuery()

public abstract String getQuery()

Required. Search query to be executed on drill down.

string query = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The query.

getQueryBytes()

public abstract ByteString getQueryBytes()

Required. Search query to be executed on drill down.

string query = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for query.