Class RowLayout (2.20.0)

public final class RowLayout extends GeneratedMessageV3 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 Fields

ROWS_FIELD_NUMBER

public static final int ROWS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static RowLayout getDefaultInstance()
Returns
TypeDescription
RowLayout

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static RowLayout.Builder newBuilder()
Returns
TypeDescription
RowLayout.Builder

newBuilder(RowLayout prototype)

public static RowLayout.Builder newBuilder(RowLayout prototype)
Parameter
NameDescription
prototypeRowLayout
Returns
TypeDescription
RowLayout.Builder

parseDelimitedFrom(InputStream input)

public static RowLayout parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
RowLayout
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RowLayout parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RowLayout
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static RowLayout parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
RowLayout
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static RowLayout parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RowLayout
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static RowLayout parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
RowLayout
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static RowLayout parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RowLayout
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static RowLayout parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
RowLayout
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static RowLayout parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RowLayout
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static RowLayout parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
RowLayout
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RowLayout parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RowLayout
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static RowLayout parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
RowLayout
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static RowLayout parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RowLayout
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<RowLayout> parser()
Returns
TypeDescription
Parser<RowLayout>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public RowLayout getDefaultInstanceForType()
Returns
TypeDescription
RowLayout

getParserForType()

public Parser<RowLayout> getParserForType()
Returns
TypeDescription
Parser<RowLayout>
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
NameDescription
indexint
Returns
TypeDescription
RowLayout.Row

getRowsCount()

public int getRowsCount()

The rows of content to display.

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

Returns
TypeDescription
int

getRowsList()

public List<RowLayout.Row> getRowsList()

The rows of content to display.

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

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.monitoring.dashboard.v1.RowLayout.RowOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public RowLayout.Builder newBuilderForType()
Returns
TypeDescription
RowLayout.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected RowLayout.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
RowLayout.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public RowLayout.Builder toBuilder()
Returns
TypeDescription
RowLayout.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException