public static interface DashboardChart.DrillDownConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLeftDrillDowns(int index)
public abstract DashboardChart.DrillDownConfig.DrillDown getLeftDrillDowns(int index)Required. Left click drill downs.
repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown left_drill_downs = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DashboardChart.DrillDownConfig.DrillDown |
|
getLeftDrillDownsCount()
public abstract int getLeftDrillDownsCount()Required. Left click drill downs.
repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown left_drill_downs = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getLeftDrillDownsList()
public abstract List<DashboardChart.DrillDownConfig.DrillDown> getLeftDrillDownsList()Required. Left click drill downs.
repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown left_drill_downs = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<DrillDown> |
|
getLeftDrillDownsOrBuilder(int index)
public abstract DashboardChart.DrillDownConfig.DrillDownOrBuilder getLeftDrillDownsOrBuilder(int index)Required. Left click drill downs.
repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown left_drill_downs = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DashboardChart.DrillDownConfig.DrillDownOrBuilder |
|
getLeftDrillDownsOrBuilderList()
public abstract List<? extends DashboardChart.DrillDownConfig.DrillDownOrBuilder> getLeftDrillDownsOrBuilderList()Required. Left click drill downs.
repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown left_drill_downs = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDownOrBuilder> |
|
getRightDrillDowns(int index)
public abstract DashboardChart.DrillDownConfig.DrillDown getRightDrillDowns(int index)Required. Right click drill downs.
repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown right_drill_downs = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DashboardChart.DrillDownConfig.DrillDown |
|
getRightDrillDownsCount()
public abstract int getRightDrillDownsCount()Required. Right click drill downs.
repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown right_drill_downs = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getRightDrillDownsList()
public abstract List<DashboardChart.DrillDownConfig.DrillDown> getRightDrillDownsList()Required. Right click drill downs.
repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown right_drill_downs = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<DrillDown> |
|
getRightDrillDownsOrBuilder(int index)
public abstract DashboardChart.DrillDownConfig.DrillDownOrBuilder getRightDrillDownsOrBuilder(int index)Required. Right click drill downs.
repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown right_drill_downs = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DashboardChart.DrillDownConfig.DrillDownOrBuilder |
|
getRightDrillDownsOrBuilderList()
public abstract List<? extends DashboardChart.DrillDownConfig.DrillDownOrBuilder> getRightDrillDownsOrBuilderList()Required. Right click drill downs.
repeated .google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDown right_drill_downs = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.chronicle.v1.DashboardChart.DrillDownConfig.DrillDownOrBuilder> |
|