- 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 static final class Dasard.Builder extends GeneratedMessageV3.Builder<Dasard.Builder> implements DasardOrBuilder
A Google Stackdriver dasard. Dasards define the content and layout of pages in the Stackdriver web application.
Protobuf type google.monitoring.dasard.v1.Dasard
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Dasard.BuilderImplements
DasardOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllDasardFilters(Iterable<? extends DasardFilter> values)
public Dasard.Builder addAllDasardFilters(Iterable<? extends DasardFilter> values)
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 |
values | Iterable<? extends com.google.monitoring.dasard.v1.DasardFilter> |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
addDasardFilters(DasardFilter value)
public Dasard.Builder addDasardFilters(DasardFilter value)
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 |
value | DasardFilter |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
addDasardFilters(DasardFilter.Builder builderForValue)
public Dasard.Builder addDasardFilters(DasardFilter.Builder builderForValue)
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 |
builderForValue | DasardFilter.Builder |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
addDasardFilters(int index, DasardFilter value)
public Dasard.Builder addDasardFilters(int index, DasardFilter value)
Filters to reduce the amount of data charted based on the filter criteria.
repeated .google.monitoring.dasard.v1.DasardFilter dasard_filters = 11;
Parameters | |
---|---|
Name | Description |
index | int |
value | DasardFilter |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
addDasardFilters(int index, DasardFilter.Builder builderForValue)
public Dasard.Builder addDasardFilters(int index, DasardFilter.Builder builderForValue)
Filters to reduce the amount of data charted based on the filter criteria.
repeated .google.monitoring.dasard.v1.DasardFilter dasard_filters = 11;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | DasardFilter.Builder |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
addDasardFiltersBuilder()
public DasardFilter.Builder addDasardFiltersBuilder()
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 |
DasardFilter.Builder |
addDasardFiltersBuilder(int index)
public DasardFilter.Builder addDasardFiltersBuilder(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.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Dasard.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
build()
public Dasard build()
Returns | |
---|---|
Type | Description |
Dasard |
buildPartial()
public Dasard buildPartial()
Returns | |
---|---|
Type | Description |
Dasard |
clear()
public Dasard.Builder clear()
Returns | |
---|---|
Type | Description |
Dasard.Builder |
clearColumnLayout()
public Dasard.Builder clearColumnLayout()
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 |
Dasard.Builder |
clearDasardFilters()
public Dasard.Builder clearDasardFilters()
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 |
Dasard.Builder |
clearDisplayName()
public Dasard.Builder clearDisplayName()
Required. The mutable, human-readable name.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Dasard.Builder | This builder for chaining. |
clearEtag()
public Dasard.Builder clearEtag()
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 |
Dasard.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Dasard.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
clearGridLayout()
public Dasard.Builder clearGridLayout()
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 |
Dasard.Builder |
clearLabels()
public Dasard.Builder clearLabels()
Returns | |
---|---|
Type | Description |
Dasard.Builder |
clearLayout()
public Dasard.Builder clearLayout()
Returns | |
---|---|
Type | Description |
Dasard.Builder |
clearMosaicLayout()
public Dasard.Builder clearMosaicLayout()
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 |
Dasard.Builder |
clearName()
public Dasard.Builder clearName()
Identifier. The resource name of the dasard.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
Dasard.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Dasard.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
clearRowLayout()
public Dasard.Builder clearRowLayout()
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 |
Dasard.Builder |
clone()
public Dasard.Builder clone()
Returns | |
---|---|
Type | Description |
Dasard.Builder |
containsLabels(String key)
public 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 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. |
getColumnLayoutBuilder()
public ColumnLayout.Builder getColumnLayoutBuilder()
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.Builder |
getColumnLayoutOrBuilder()
public 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 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 |
getDasardFiltersBuilder(int index)
public DasardFilter.Builder getDasardFiltersBuilder(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.Builder |
getDasardFiltersBuilderList()
public List<DasardFilter.Builder> getDasardFiltersBuilderList()
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<Builder> |
getDasardFiltersCount()
public 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 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 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 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> |
getDefaultInstanceForType()
public Dasard getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Dasard |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getDisplayName()
public 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 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 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 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 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. |
getGridLayoutBuilder()
public GridLayout.Builder getGridLayoutBuilder()
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.Builder |
getGridLayoutOrBuilder()
public 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 Map<String,String> getLabels()
Use #getLabelsMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getLabelsCount()
public int getLabelsCount()
Labels applied to the dasard
map<string, string> labels = 12;
Returns | |
---|---|
Type | Description |
int |
getLabelsMap()
public 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 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 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 Dasard.LayoutCase getLayoutCase()
Returns | |
---|---|
Type | Description |
Dasard.LayoutCase |
getMosaicLayout()
public 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. |
getMosaicLayoutBuilder()
public MosaicLayout.Builder getMosaicLayoutBuilder()
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.Builder |
getMosaicLayoutOrBuilder()
public 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 |
getMutableLabels() (deprecated)
public Map<String,String> getMutableLabels()
Use alternate mutation accessors instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getName()
public 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 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 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. |
getRowLayoutBuilder()
public RowLayout.Builder getRowLayoutBuilder()
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.Builder |
getRowLayoutOrBuilder()
public 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 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number | int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number | int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeColumnLayout(ColumnLayout value)
public Dasard.Builder mergeColumnLayout(ColumnLayout value)
The content is divided into equally spaced columns and the widgets are arranged vertically.
.google.monitoring.dasard.v1.ColumnLayout column_layout = 9;
Parameter | |
---|---|
Name | Description |
value | ColumnLayout |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
mergeFrom(Dasard other)
public Dasard.Builder mergeFrom(Dasard other)
Parameter | |
---|---|
Name | Description |
other | Dasard |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Dasard.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public Dasard.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
mergeGridLayout(GridLayout value)
public Dasard.Builder mergeGridLayout(GridLayout value)
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;
Parameter | |
---|---|
Name | Description |
value | GridLayout |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
mergeMosaicLayout(MosaicLayout value)
public Dasard.Builder mergeMosaicLayout(MosaicLayout value)
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;
Parameter | |
---|---|
Name | Description |
value | MosaicLayout |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
mergeRowLayout(RowLayout value)
public Dasard.Builder mergeRowLayout(RowLayout value)
The content is divided into equally spaced rows and the widgets are arranged horizontally.
.google.monitoring.dasard.v1.RowLayout row_layout = 8;
Parameter | |
---|---|
Name | Description |
value | RowLayout |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Dasard.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
putAllLabels(Map<String,String> values)
public Dasard.Builder putAllLabels(Map<String,String> values)
Labels applied to the dasard
map<string, string> labels = 12;
Parameter | |
---|---|
Name | Description |
values | Map<String,String> |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
putLabels(String key, String value)
public Dasard.Builder putLabels(String key, String value)
Labels applied to the dasard
map<string, string> labels = 12;
Parameters | |
---|---|
Name | Description |
key | String |
value | String |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
removeDasardFilters(int index)
public Dasard.Builder removeDasardFilters(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 |
Dasard.Builder |
removeLabels(String key)
public Dasard.Builder removeLabels(String key)
Labels applied to the dasard
map<string, string> labels = 12;
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
setColumnLayout(ColumnLayout value)
public Dasard.Builder setColumnLayout(ColumnLayout value)
The content is divided into equally spaced columns and the widgets are arranged vertically.
.google.monitoring.dasard.v1.ColumnLayout column_layout = 9;
Parameter | |
---|---|
Name | Description |
value | ColumnLayout |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
setColumnLayout(ColumnLayout.Builder builderForValue)
public Dasard.Builder setColumnLayout(ColumnLayout.Builder builderForValue)
The content is divided into equally spaced columns and the widgets are arranged vertically.
.google.monitoring.dasard.v1.ColumnLayout column_layout = 9;
Parameter | |
---|---|
Name | Description |
builderForValue | ColumnLayout.Builder |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
setDasardFilters(int index, DasardFilter value)
public Dasard.Builder setDasardFilters(int index, DasardFilter value)
Filters to reduce the amount of data charted based on the filter criteria.
repeated .google.monitoring.dasard.v1.DasardFilter dasard_filters = 11;
Parameters | |
---|---|
Name | Description |
index | int |
value | DasardFilter |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
setDasardFilters(int index, DasardFilter.Builder builderForValue)
public Dasard.Builder setDasardFilters(int index, DasardFilter.Builder builderForValue)
Filters to reduce the amount of data charted based on the filter criteria.
repeated .google.monitoring.dasard.v1.DasardFilter dasard_filters = 11;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | DasardFilter.Builder |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
setDisplayName(String value)
public Dasard.Builder setDisplayName(String value)
Required. The mutable, human-readable name.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value | String The displayName to set. |
Returns | |
---|---|
Type | Description |
Dasard.Builder | This builder for chaining. |
setDisplayNameBytes(ByteString value)
public Dasard.Builder setDisplayNameBytes(ByteString value)
Required. The mutable, human-readable name.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for displayName to set. |
Returns | |
---|---|
Type | Description |
Dasard.Builder | This builder for chaining. |
setEtag(String value)
public Dasard.Builder setEtag(String value)
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;
Parameter | |
---|---|
Name | Description |
value | String The etag to set. |
Returns | |
---|---|
Type | Description |
Dasard.Builder | This builder for chaining. |
setEtagBytes(ByteString value)
public Dasard.Builder setEtagBytes(ByteString value)
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;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for etag to set. |
Returns | |
---|---|
Type | Description |
Dasard.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Dasard.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
setGridLayout(GridLayout value)
public Dasard.Builder setGridLayout(GridLayout value)
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;
Parameter | |
---|---|
Name | Description |
value | GridLayout |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
setGridLayout(GridLayout.Builder builderForValue)
public Dasard.Builder setGridLayout(GridLayout.Builder builderForValue)
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;
Parameter | |
---|---|
Name | Description |
builderForValue | GridLayout.Builder |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
setMosaicLayout(MosaicLayout value)
public Dasard.Builder setMosaicLayout(MosaicLayout value)
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;
Parameter | |
---|---|
Name | Description |
value | MosaicLayout |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
setMosaicLayout(MosaicLayout.Builder builderForValue)
public Dasard.Builder setMosaicLayout(MosaicLayout.Builder builderForValue)
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;
Parameter | |
---|---|
Name | Description |
builderForValue | MosaicLayout.Builder |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
setName(String value)
public Dasard.Builder setName(String value)
Identifier. The resource name of the dasard.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Parameter | |
---|---|
Name | Description |
value | String The name to set. |
Returns | |
---|---|
Type | Description |
Dasard.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public Dasard.Builder setNameBytes(ByteString value)
Identifier. The resource name of the dasard.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
Dasard.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Dasard.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
setRowLayout(RowLayout value)
public Dasard.Builder setRowLayout(RowLayout value)
The content is divided into equally spaced rows and the widgets are arranged horizontally.
.google.monitoring.dasard.v1.RowLayout row_layout = 8;
Parameter | |
---|---|
Name | Description |
value | RowLayout |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
setRowLayout(RowLayout.Builder builderForValue)
public Dasard.Builder setRowLayout(RowLayout.Builder builderForValue)
The content is divided into equally spaced rows and the widgets are arranged horizontally.
.google.monitoring.dasard.v1.RowLayout row_layout = 8;
Parameter | |
---|---|
Name | Description |
builderForValue | RowLayout.Builder |
Returns | |
---|---|
Type | Description |
Dasard.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Dasard.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Dasard.Builder |