public final class Dashboard extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Monitoring API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Dashboard() |
| Modifier and Type | Method and Description |
|---|---|
Dashboard |
clone() |
ColumnLayout |
getColumnLayout()
The content is divided into equally spaced columns and the widgets are arranged vertically.
|
String |
getDisplayName()
Required.
|
String |
getEtag()
etag is used for optimistic concurrency control as a way to help prevent simultaneous updates
of a policy from overwriting each other.
|
GridLayout |
getGridLayout()
Content is arranged with a basic layout that re-flows a simple list of informational elements
like widgets or tiles.
|
MosaicLayout |
getMosaicLayout()
The content is arranged as a grid of tiles, with each content widget occupying one or more grid
blocks.
|
String |
getName()
Immutable.
|
RowLayout |
getRowLayout()
The content is divided into equally spaced rows and the widgets are arranged horizontally.
|
Dashboard |
set(String fieldName,
Object value) |
Dashboard |
setColumnLayout(ColumnLayout columnLayout)
The content is divided into equally spaced columns and the widgets are arranged vertically.
|
Dashboard |
setDisplayName(String displayName)
Required.
|
Dashboard |
setEtag(String etag)
etag is used for optimistic concurrency control as a way to help prevent simultaneous updates
of a policy from overwriting each other.
|
Dashboard |
setGridLayout(GridLayout gridLayout)
Content is arranged with a basic layout that re-flows a simple list of informational elements
like widgets or tiles.
|
Dashboard |
setMosaicLayout(MosaicLayout mosaicLayout)
The content is arranged as a grid of tiles, with each content widget occupying one or more grid
blocks.
|
Dashboard |
setName(String name)
Immutable.
|
Dashboard |
setRowLayout(RowLayout rowLayout)
The content is divided into equally spaced rows and the widgets are arranged horizontally.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic ColumnLayout getColumnLayout()
null for nonepublic Dashboard setColumnLayout(ColumnLayout columnLayout)
columnLayout - columnLayout or null for nonepublic String getDisplayName()
null for nonepublic Dashboard setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getEtag()
null for nonepublic Dashboard setEtag(String etag)
etag - etag or null for nonepublic GridLayout getGridLayout()
null for nonepublic Dashboard setGridLayout(GridLayout gridLayout)
gridLayout - gridLayout or null for nonepublic MosaicLayout getMosaicLayout()
null for nonepublic Dashboard setMosaicLayout(MosaicLayout mosaicLayout)
mosaicLayout - mosaicLayout or null for nonepublic String getName()
null for nonepublic Dashboard setName(String name)
name - name or null for nonepublic RowLayout getRowLayout()
null for nonepublic Dashboard setRowLayout(RowLayout rowLayout)
rowLayout - rowLayout or null for nonepublic Dashboard set(String fieldName, Object value)
set in class GenericJsonpublic Dashboard clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.