public interface UpdateDashboardRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDashboard()
public abstract Dashboard getDashboard()Required. The dashboard that will replace the existing dashboard.
.google.monitoring.dashboard.v1.Dashboard dashboard = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Dashboard |
The dashboard. |
getDashboardOrBuilder()
public abstract DashboardOrBuilder getDashboardOrBuilder()Required. The dashboard that will replace the existing dashboard.
.google.monitoring.dashboard.v1.Dashboard dashboard = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DashboardOrBuilder |
|
getValidateOnly()
public abstract boolean getValidateOnly()If set, validate the request and preview the review, but do not actually save it.
bool validate_only = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The validateOnly. |
hasDashboard()
public abstract boolean hasDashboard()Required. The dashboard that will replace the existing dashboard.
.google.monitoring.dashboard.v1.Dashboard dashboard = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dashboard field is set. |