- 2.66.0 (latest)
- 2.65.0
- 2.64.0
- 2.62.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.6
- 2.4.0
- 2.3.0
- 2.2.6
public interface DasardOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
containsLabels(String key)
public abstract boolean containsLabels(String key)
Labels applied to the dasard
map<string, string> labels = 12;
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
boolean |
getColumnLayout()
public abstract ColumnLayout getColumnLayout()
The content is divided into equally spaced columns and the widgets are arranged vertically.
.google.monitoring.dasard.v1.ColumnLayout column_layout = 9;
Returns | |
---|---|
Type | Description |
ColumnLayout | The columnLayout. |
getColumnLayoutOrBuilder()
public abstract ColumnLayoutOrBuilder getColumnLayoutOrBuilder()
The content is divided into equally spaced columns and the widgets are arranged vertically.
.google.monitoring.dasard.v1.ColumnLayout column_layout = 9;
Returns | |
---|---|
Type | Description |
ColumnLayoutOrBuilder |
getDasardFilters(int index)
public abstract DasardFilter getDasardFilters(int index)
Filters to reduce the amount of data charted based on the filter criteria.
repeated .google.monitoring.dasard.v1.DasardFilter dasard_filters = 11;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
DasardFilter |
getDasardFiltersCount()
public abstract int getDasardFiltersCount()
Filters to reduce the amount of data charted based on the filter criteria.
repeated .google.monitoring.dasard.v1.DasardFilter dasard_filters = 11;
Returns | |
---|---|
Type | Description |
int |
getDasardFiltersList()
public abstract List<DasardFilter> getDasardFiltersList()
Filters to reduce the amount of data charted based on the filter criteria.
repeated .google.monitoring.dasard.v1.DasardFilter dasard_filters = 11;
Returns | |
---|---|
Type | Description |
List<DasardFilter> |
getDasardFiltersOrBuilder(int index)
public abstract DasardFilterOrBuilder getDasardFiltersOrBuilder(int index)
Filters to reduce the amount of data charted based on the filter criteria.
repeated .google.monitoring.dasard.v1.DasardFilter dasard_filters = 11;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
DasardFilterOrBuilder |
getDasardFiltersOrBuilderList()
public abstract List<? extends DasardFilterOrBuilder> getDasardFiltersOrBuilderList()
Filters to reduce the amount of data charted based on the filter criteria.
repeated .google.monitoring.dasard.v1.DasardFilter dasard_filters = 11;
Returns | |
---|---|
Type | Description |
List<? extends com.google.monitoring.dasard.v1.DasardFilterOrBuilder> |
getDisplayName()
public abstract String getDisplayName()
Required. The mutable, human-readable name.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String | The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
Required. The mutable, human-readable name.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for displayName. |
getEtag()
public abstract String getEtag()
etag
is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. An etag
is returned in the response to GetDasard
, and users are expected to put that etag in the request to UpdateDasard
to ensure that their change will be applied to the same version of the Dasard configuration. The field should not be passed during dasard creation.
string etag = 4;
Returns | |
---|---|
Type | Description |
String | The etag. |
getEtagBytes()
public abstract ByteString getEtagBytes()
etag
is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. An etag
is returned in the response to GetDasard
, and users are expected to put that etag in the request to UpdateDasard
to ensure that their change will be applied to the same version of the Dasard configuration. The field should not be passed during dasard creation.
string etag = 4;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for etag. |
getGridLayout()
public abstract GridLayout getGridLayout()
Content is arranged with a basic layout that re-flows a simple list of informational elements like widgets or tiles.
.google.monitoring.dasard.v1.GridLayout grid_layout = 5;
Returns | |
---|---|
Type | Description |
GridLayout | The gridLayout. |
getGridLayoutOrBuilder()
public abstract GridLayoutOrBuilder getGridLayoutOrBuilder()
Content is arranged with a basic layout that re-flows a simple list of informational elements like widgets or tiles.
.google.monitoring.dasard.v1.GridLayout grid_layout = 5;
Returns | |
---|---|
Type | Description |
GridLayoutOrBuilder |
getLabels() (deprecated)
public abstract Map<String,String> getLabels()
Use #getLabelsMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getLabelsCount()
public abstract int getLabelsCount()
Labels applied to the dasard
map<string, string> labels = 12;
Returns | |
---|---|
Type | Description |
int |
getLabelsMap()
public abstract Map<String,String> getLabelsMap()
Labels applied to the dasard
map<string, string> labels = 12;
Returns | |
---|---|
Type | Description |
Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public abstract String getLabelsOrDefault(String key, String defaultValue)
Labels applied to the dasard
map<string, string> labels = 12;
Parameters | |
---|---|
Name | Description |
key | String |
defaultValue | String |
Returns | |
---|---|
Type | Description |
String |
getLabelsOrThrow(String key)
public abstract String getLabelsOrThrow(String key)
Labels applied to the dasard
map<string, string> labels = 12;
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
String |
getLayoutCase()
public abstract Dasard.LayoutCase getLayoutCase()
Returns | |
---|---|
Type | Description |
Dasard.LayoutCase |
getMosaicLayout()
public abstract MosaicLayout getMosaicLayout()
The content is arranged as a grid of tiles, with each content widget occupying one or more grid blocks.
.google.monitoring.dasard.v1.MosaicLayout mosaic_layout = 6;
Returns | |
---|---|
Type | Description |
MosaicLayout | The mosaicLayout. |
getMosaicLayoutOrBuilder()
public abstract MosaicLayoutOrBuilder getMosaicLayoutOrBuilder()
The content is arranged as a grid of tiles, with each content widget occupying one or more grid blocks.
.google.monitoring.dasard.v1.MosaicLayout mosaic_layout = 6;
Returns | |
---|---|
Type | Description |
MosaicLayoutOrBuilder |
getName()
public abstract String getName()
Identifier. The resource name of the dasard.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Identifier. The resource name of the dasard.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for name. |
getRowLayout()
public abstract RowLayout getRowLayout()
The content is divided into equally spaced rows and the widgets are arranged horizontally.
.google.monitoring.dasard.v1.RowLayout row_layout = 8;
Returns | |
---|---|
Type | Description |
RowLayout | The rowLayout. |
getRowLayoutOrBuilder()
public abstract RowLayoutOrBuilder getRowLayoutOrBuilder()
The content is divided into equally spaced rows and the widgets are arranged horizontally.
.google.monitoring.dasard.v1.RowLayout row_layout = 8;
Returns | |
---|---|
Type | Description |
RowLayoutOrBuilder |
hasColumnLayout()
public abstract boolean hasColumnLayout()
The content is divided into equally spaced columns and the widgets are arranged vertically.
.google.monitoring.dasard.v1.ColumnLayout column_layout = 9;
Returns | |
---|---|
Type | Description |
boolean | Whether the columnLayout field is set. |
hasGridLayout()
public abstract boolean hasGridLayout()
Content is arranged with a basic layout that re-flows a simple list of informational elements like widgets or tiles.
.google.monitoring.dasard.v1.GridLayout grid_layout = 5;
Returns | |
---|---|
Type | Description |
boolean | Whether the gridLayout field is set. |
hasMosaicLayout()
public abstract boolean hasMosaicLayout()
The content is arranged as a grid of tiles, with each content widget occupying one or more grid blocks.
.google.monitoring.dasard.v1.MosaicLayout mosaic_layout = 6;
Returns | |
---|---|
Type | Description |
boolean | Whether the mosaicLayout field is set. |
hasRowLayout()
public abstract boolean hasRowLayout()
The content is divided into equally spaced rows and the widgets are arranged horizontally.
.google.monitoring.dasard.v1.RowLayout row_layout = 8;
Returns | |
---|---|
Type | Description |
boolean | Whether the rowLayout field is set. |