public interface AddChartRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getChartLayout()
public abstract DashboardDefinition.ChartConfig.ChartLayout getChartLayout()Required. ChartLayout for newly added chart.
.google.cloud.chronicle.v1.DashboardDefinition.ChartConfig.ChartLayout chart_layout = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DashboardDefinition.ChartConfig.ChartLayout |
The chartLayout. |
getChartLayoutOrBuilder()
public abstract DashboardDefinition.ChartConfig.ChartLayoutOrBuilder getChartLayoutOrBuilder()Required. ChartLayout for newly added chart.
.google.cloud.chronicle.v1.DashboardDefinition.ChartConfig.ChartLayout chart_layout = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DashboardDefinition.ChartConfig.ChartLayoutOrBuilder |
|
getDashboardChart()
public abstract DashboardChart getDashboardChart()Required. Chart to be added to the dashboard.
.google.cloud.chronicle.v1.DashboardChart dashboard_chart = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DashboardChart |
The dashboardChart. |
getDashboardChartOrBuilder()
public abstract DashboardChartOrBuilder getDashboardChartOrBuilder()Required. Chart to be added to the dashboard.
.google.cloud.chronicle.v1.DashboardChart dashboard_chart = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DashboardChartOrBuilder |
|
getDashboardQuery()
public abstract DashboardQuery getDashboardQuery()Optional. Query used to create the chart.
.google.cloud.chronicle.v1.DashboardQuery dashboard_query = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DashboardQuery |
The dashboardQuery. |
getDashboardQueryOrBuilder()
public abstract DashboardQueryOrBuilder getDashboardQueryOrBuilder()Optional. Query used to create the chart.
.google.cloud.chronicle.v1.DashboardQuery dashboard_query = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DashboardQueryOrBuilder |
|
getName()
public abstract String getName()Required. The dashboard name to add chart in. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. The dashboard name to add chart in. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
hasChartLayout()
public abstract boolean hasChartLayout()Required. ChartLayout for newly added chart.
.google.cloud.chronicle.v1.DashboardDefinition.ChartConfig.ChartLayout chart_layout = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the chartLayout field is set. |
hasDashboardChart()
public abstract boolean hasDashboardChart()Required. Chart to be added to the dashboard.
.google.cloud.chronicle.v1.DashboardChart dashboard_chart = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dashboardChart field is set. |
hasDashboardQuery()
public abstract boolean hasDashboardQuery()Optional. Query used to create the chart.
.google.cloud.chronicle.v1.DashboardQuery dashboard_query = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dashboardQuery field is set. |