public interface WidgetOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAlertChart()
public abstract AlertChart getAlertChart()A chart of alert policy data.
.google.monitoring.dashboard.v1.AlertChart alert_chart = 7;
| Type | Description |
| AlertChart | The alertChart. |
getAlertChartOrBuilder()
public abstract AlertChartOrBuilder getAlertChartOrBuilder()A chart of alert policy data.
.google.monitoring.dashboard.v1.AlertChart alert_chart = 7;
| Type | Description |
| AlertChartOrBuilder |
getBlank()
public abstract Empty getBlank()A blank space.
.google.protobuf.Empty blank = 5;
| Type | Description |
| Empty | The blank. |
getBlankOrBuilder()
public abstract EmptyOrBuilder getBlankOrBuilder()A blank space.
.google.protobuf.Empty blank = 5;
| Type | Description |
| EmptyOrBuilder |
getContentCase()
public abstract Widget.ContentCase getContentCase()| Type | Description |
| Widget.ContentCase |
getScorecard()
public abstract Scorecard getScorecard()A scorecard summarizing time series data.
.google.monitoring.dashboard.v1.Scorecard scorecard = 3;
| Type | Description |
| Scorecard | The scorecard. |
getScorecardOrBuilder()
public abstract ScorecardOrBuilder getScorecardOrBuilder()A scorecard summarizing time series data.
.google.monitoring.dashboard.v1.Scorecard scorecard = 3;
| Type | Description |
| ScorecardOrBuilder |
getText()
public abstract Text getText()A raw string or markdown displaying textual content.
.google.monitoring.dashboard.v1.Text text = 4;
| Type | Description |
| Text | The text. |
getTextOrBuilder()
public abstract TextOrBuilder getTextOrBuilder()A raw string or markdown displaying textual content.
.google.monitoring.dashboard.v1.Text text = 4;
| Type | Description |
| TextOrBuilder |
getTitle()
public abstract String getTitle()Optional. The title of the widget.
string title = 1 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| String | The title. |
getTitleBytes()
public abstract ByteString getTitleBytes()Optional. The title of the widget.
string title = 1 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| ByteString | The bytes for title. |
getXyChart()
public abstract XyChart getXyChart()A chart of time series data.
.google.monitoring.dashboard.v1.XyChart xy_chart = 2;
| Type | Description |
| XyChart | The xyChart. |
getXyChartOrBuilder()
public abstract XyChartOrBuilder getXyChartOrBuilder()A chart of time series data.
.google.monitoring.dashboard.v1.XyChart xy_chart = 2;
| Type | Description |
| XyChartOrBuilder |
hasAlertChart()
public abstract boolean hasAlertChart()A chart of alert policy data.
.google.monitoring.dashboard.v1.AlertChart alert_chart = 7;
| Type | Description |
| boolean | Whether the alertChart field is set. |
hasBlank()
public abstract boolean hasBlank()A blank space.
.google.protobuf.Empty blank = 5;
| Type | Description |
| boolean | Whether the blank field is set. |
hasScorecard()
public abstract boolean hasScorecard()A scorecard summarizing time series data.
.google.monitoring.dashboard.v1.Scorecard scorecard = 3;
| Type | Description |
| boolean | Whether the scorecard field is set. |
hasText()
public abstract boolean hasText()A raw string or markdown displaying textual content.
.google.monitoring.dashboard.v1.Text text = 4;
| Type | Description |
| boolean | Whether the text field is set. |
hasXyChart()
public abstract boolean hasXyChart()A chart of time series data.
.google.monitoring.dashboard.v1.XyChart xy_chart = 2;
| Type | Description |
| boolean | Whether the xyChart field is set. |