public interface AddChartResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDashboardChart()
public abstract DashboardChart getDashboardChart()Created chart resource.
.google.cloud.chronicle.v1.DashboardChart dashboard_chart = 2;
| Returns | |
|---|---|
| Type | Description |
DashboardChart |
The dashboardChart. |
getDashboardChartOrBuilder()
public abstract DashboardChartOrBuilder getDashboardChartOrBuilder()Created chart resource.
.google.cloud.chronicle.v1.DashboardChart dashboard_chart = 2;
| Returns | |
|---|---|
| Type | Description |
DashboardChartOrBuilder |
|
getNativeDashboard()
public abstract NativeDashboard getNativeDashboard()Dashboard with chart added in definition.
.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 1;
| Returns | |
|---|---|
| Type | Description |
NativeDashboard |
The nativeDashboard. |
getNativeDashboardOrBuilder()
public abstract NativeDashboardOrBuilder getNativeDashboardOrBuilder()Dashboard with chart added in definition.
.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 1;
| Returns | |
|---|---|
| Type | Description |
NativeDashboardOrBuilder |
|
hasDashboardChart()
public abstract boolean hasDashboardChart()Created 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()Dashboard with chart added in definition.
.google.cloud.chronicle.v1.NativeDashboard native_dashboard = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the nativeDashboard field is set. |