Class RowLayout.Builder (2.44.0)

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

Implements

RowLayoutOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

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
Type Description
RowLayout.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public RowLayout.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
RowLayout.Builder
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
Name Description
value RowLayout.Row
Returns
Type Description
RowLayout.Builder

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
Name Description
builderForValue RowLayout.Row.Builder
Returns
Type Description
RowLayout.Builder

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
Name Description
index int
value RowLayout.Row
Returns
Type Description
RowLayout.Builder

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
Name Description
index int
builderForValue RowLayout.Row.Builder
Returns
Type Description
RowLayout.Builder

addRowsBuilder()

public RowLayout.Row.Builder addRowsBuilder()

The rows of content to display.

repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;

Returns
Type Description
RowLayout.Row.Builder

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
Returns
Type Description
RowLayout.Row.Builder

build()

public RowLayout build()
Returns
Type Description
RowLayout

buildPartial()

public RowLayout buildPartial()
Returns
Type Description
RowLayout

clear()

public RowLayout.Builder clear()
Returns
Type Description
RowLayout.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public RowLayout.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
RowLayout.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public RowLayout.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
RowLayout.Builder
Overrides

clearRows()

public RowLayout.Builder clearRows()

The rows of content to display.

repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;

Returns
Type Description
RowLayout.Builder

clone()

public RowLayout.Builder clone()
Returns
Type Description
RowLayout.Builder
Overrides

getDefaultInstanceForType()

public RowLayout getDefaultInstanceForType()
Returns
Type Description
RowLayout

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
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
Returns
Type Description
RowLayout.Row

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
Returns
Type Description
RowLayout.Row.Builder

getRowsBuilderList()

public List<RowLayout.Row.Builder> getRowsBuilderList()

The rows of content to display.

repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;

Returns
Type Description
List<Builder>

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;

Returns
Type Description
List<Row>

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
Returns
Type Description
RowLayout.RowOrBuilder

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
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(RowLayout other)

public RowLayout.Builder mergeFrom(RowLayout other)
Parameter
Name Description
other RowLayout
Returns
Type Description
RowLayout.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public RowLayout.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RowLayout.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public RowLayout.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
RowLayout.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final RowLayout.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
RowLayout.Builder
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
Returns
Type Description
RowLayout.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public RowLayout.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
RowLayout.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public RowLayout.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
RowLayout.Builder
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
Name Description
index int
value RowLayout.Row
Returns
Type Description
RowLayout.Builder

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
Name Description
index int
builderForValue RowLayout.Row.Builder
Returns
Type Description
RowLayout.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final RowLayout.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
RowLayout.Builder
Overrides