Interface UpdateDashboardRequestOrBuilder (2.10.0)

public interface UpdateDashboardRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the dashboard field is set.