public static final class RowLayout.Builder extends GeneratedMessageV3.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.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
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>
|
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RowLayout.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
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;
Parameter
Returns
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;
Parameter
Returns
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;
Parameters
Returns
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;
Parameters
Returns
addRowsBuilder()
public RowLayout.Row.Builder addRowsBuilder()
The rows of content to display.
repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;
Returns
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
Returns
build()
Returns
buildPartial()
public RowLayout buildPartial()
Returns
clear()
public RowLayout.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public RowLayout.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public RowLayout.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearRows()
public RowLayout.Builder clearRows()
The rows of content to display.
repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;
Returns
clone()
public RowLayout.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public RowLayout getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
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
Returns
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
Returns
getRowsBuilderList()
public List<RowLayout.Row.Builder> getRowsBuilderList()
The rows of content to display.
repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;
Returns
getRowsCount()
public int getRowsCount()
The rows of content to display.
repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;
Returns
getRowsList()
public List<RowLayout.Row> getRowsList()
The rows of content to display.
repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;
Returns
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
Returns
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(RowLayout other)
public RowLayout.Builder mergeFrom(RowLayout other)
Parameter
Returns
public RowLayout.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public RowLayout.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RowLayout.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
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
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public RowLayout.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RowLayout.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
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;
Parameters
Returns
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;
Parameters
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final RowLayout.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides