public static interface DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getActionCase()
public abstract DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.ActionCase getActionCase()| Returns | |
|---|---|
| Type | Description |
DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.ActionCase |
|
getExternalLink()
public abstract DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownExternalLink getExternalLink()Drill down external link action config.
.google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownExternalLink external_link = 5;
| Returns | |
|---|---|
| Type | Description |
DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownExternalLink |
The externalLink. |
getExternalLinkOrBuilder()
public abstract DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownExternalLinkOrBuilder getExternalLinkOrBuilder()Drill down external link action config.
.google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownExternalLink external_link = 5;
| Returns | |
|---|---|
| Type | Description |
DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownExternalLinkOrBuilder |
|
getFilter()
public abstract DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilter getFilter()Drill down filter action config.
.google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilter filter = 4;
| Returns | |
|---|---|
| Type | Description |
DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilter |
The filter. |
getFilterOrBuilder()
public abstract DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilterOrBuilder getFilterOrBuilder()Drill down filter action config.
.google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilter filter = 4;
| Returns | |
|---|---|
| Type | Description |
DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilterOrBuilder |
|
getLeftClickColumn()
public abstract String getLeftClickColumn()Optional. Table chart column name to associate the custom drill down action on left click.
string left_click_column = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The leftClickColumn. |
getLeftClickColumnBytes()
public abstract ByteString getLeftClickColumnBytes()Optional. Table chart column name to associate the custom drill down action on left click.
string left_click_column = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for leftClickColumn. |
getNewTab()
public abstract boolean getNewTab()Required. Whether to open the drill down action in a new tab.
bool new_tab = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
The newTab. |
getQuery()
public abstract DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownQuery getQuery()Drill down query action config.
.google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownQuery query = 3;
| Returns | |
|---|---|
| Type | Description |
DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownQuery |
The query. |
getQueryOrBuilder()
public abstract DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownQueryOrBuilder getQueryOrBuilder()Drill down query action config.
.google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownQuery query = 3;
| Returns | |
|---|---|
| Type | Description |
DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownQueryOrBuilder |
|
hasExternalLink()
public abstract boolean hasExternalLink()Drill down external link action config.
.google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownExternalLink external_link = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the externalLink field is set. |
hasFilter()
public abstract boolean hasFilter()Drill down filter action config.
.google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownFilter filter = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the filter field is set. |
hasQuery()
public abstract boolean hasQuery()Drill down query action config.
.google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown.CustomDrillDownSettings.DrillDownQuery query = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the query field is set. |