Send feedback
Class RowLayout.Builder (2.24.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.24.0 keyboard_arrow_down
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 ()
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 >
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RowLayout . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
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;
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
clearField(Descriptors.FieldDescriptor field)
public RowLayout . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public RowLayout . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearRows()
public RowLayout . Builder clearRows ()
The rows of content to display.
repeated .google.monitoring.dashboard.v1.RowLayout.Row rows = 1;
clone()
public RowLayout . Builder clone ()
Overrides
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 GeneratedMessageV3 . 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
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RowLayout . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
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
setField(Descriptors.FieldDescriptor field, Object value)
public RowLayout . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RowLayout . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
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;
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;
setUnknownFields(UnknownFieldSet unknownFields)
public final RowLayout . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]