public interface EditChartResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDashboardChart()
public abstract DashboardChart getDashboardChart()Edited chart resource.
.google.cloud.chronicle.v1.DashboardChart dashboard_chart = 2;
| Returns | |
|---|---|
| Type | Description |
DashboardChart |
The dashboardChart. |
getDashboardChartOrBuilder()
public abstract DashboardChartOrBuilder getDashboardChartOrBuilder()Edited chart resource.
.google.cloud.chronicle.v1.DashboardChart dashboard_chart = 2;
| Returns | |
|---|---|
| Type | Description |
DashboardChartOrBuilder |
|
getNativeDashboard()
public abstract NativeDashboard getNativeDashboard()Edited dashboard.
.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 1;
| Returns | |
|---|---|
| Type | Description |
NativeDashboard |
The nativeDashboard. |
getNativeDashboardOrBuilder()
public abstract NativeDashboardOrBuilder getNativeDashboardOrBuilder()Edited dashboard.
.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 1;
| Returns | |
|---|---|
| Type | Description |
NativeDashboardOrBuilder |
|
hasDashboardChart()
public abstract boolean hasDashboardChart()Edited chart resource.
.google.cloud.chronicle.v1.DashboardChart dashboard_chart = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dashboardChart field is set. |
hasNativeDashboard()
public abstract boolean hasNativeDashboard()Edited dashboard.
.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the nativeDashboard field is set. |