public static final class RowLayout.Builder extends GeneratedMessage.Builder<RowLayout.Builder> implements RowLayoutOrBuilder
A simplified layout that divides the available space into rows
and arranges a set of widgets horizontally in each row.
Protobuf type google.monitoring.dashboard.v1.RowLayout
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllRows(Iterable<? extends RowLayout.Row> values)
public RowLayout.Builder addAllRows(Iterable<? extends RowLayout.Row> values)
The rows of content to display.
repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.monitoring.dashboard.v1.RowLayout.Row>
|
addRows(RowLayout.Row value)
public RowLayout.Builder addRows(RowLayout.Row value)
The rows of content to display.
repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;
addRows(RowLayout.Row.Builder builderForValue)
public RowLayout.Builder addRows(RowLayout.Row.Builder builderForValue)
The rows of content to display.
repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;
addRows(int index, RowLayout.Row value)
public RowLayout.Builder addRows(int index, RowLayout.Row value)
The rows of content to display.
repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;
addRows(int index, RowLayout.Row.Builder builderForValue)
public RowLayout.Builder addRows(int index, RowLayout.Row.Builder builderForValue)
The rows of content to display.
repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;
addRowsBuilder()
public RowLayout.Row.Builder addRowsBuilder()
The rows of content to display.
repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;
addRowsBuilder(int index)
public RowLayout.Row.Builder addRowsBuilder(int index)
The rows of content to display.
repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;
| Parameter |
| Name |
Description |
index |
int
|
build()
buildPartial()
public RowLayout buildPartial()
clear()
public RowLayout.Builder clear()
Overrides
clearRows()
public RowLayout.Builder clearRows()
The rows of content to display.
repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;
getDefaultInstanceForType()
public RowLayout getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getRows(int index)
public RowLayout.Row getRows(int index)
The rows of content to display.
repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;
| Parameter |
| Name |
Description |
index |
int
|
getRowsBuilder(int index)
public RowLayout.Row.Builder getRowsBuilder(int index)
The rows of content to display.
repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;
| Parameter |
| Name |
Description |
index |
int
|
getRowsBuilderList()
public List<RowLayout.Row.Builder> getRowsBuilderList()
The rows of content to display.
repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;
getRowsCount()
public int getRowsCount()
The rows of content to display.
repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;
| Returns |
| Type |
Description |
int |
|
getRowsList()
public List<RowLayout.Row> getRowsList()
The rows of content to display.
repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;
getRowsOrBuilder(int index)
public RowLayout.RowOrBuilder getRowsOrBuilder(int index)
The rows of content to display.
repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;
| Parameter |
| Name |
Description |
index |
int
|
getRowsOrBuilderList()
public List<? extends RowLayout.RowOrBuilder> getRowsOrBuilderList()
The rows of content to display.
repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;
| Returns |
| Type |
Description |
List<? extends com.google.monitoring.dashboard.v1.RowLayout.RowOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(RowLayout other)
public RowLayout.Builder mergeFrom(RowLayout other)
public RowLayout.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public RowLayout.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
removeRows(int index)
public RowLayout.Builder removeRows(int index)
The rows of content to display.
repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;
| Parameter |
| Name |
Description |
index |
int
|
setRows(int index, RowLayout.Row value)
public RowLayout.Builder setRows(int index, RowLayout.Row value)
The rows of content to display.
repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;
setRows(int index, RowLayout.Row.Builder builderForValue)
public RowLayout.Builder setRows(int index, RowLayout.Row.Builder builderForValue)
The rows of content to display.
repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;