Class RowLayout (2.44.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
Type Description
int

Static Methods

getDefaultInstance()

public static RowLayout getDefaultInstance()
Returns
Type Description
RowLayout

getDescriptor()

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

newBuilder()

public static RowLayout.Builder newBuilder()
Returns
Type Description
RowLayout.Builder

newBuilder(RowLayout prototype)

public static RowLayout.Builder newBuilder(RowLayout prototype)
Parameter
Name Description
prototype RowLayout
Returns
Type Description
RowLayout.Builder

parseDelimitedFrom(InputStream input)

public static RowLayout parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RowLayout
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RowLayout parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RowLayout
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static RowLayout parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
RowLayout
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static RowLayout parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RowLayout
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static RowLayout parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
RowLayout
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static RowLayout parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RowLayout
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static RowLayout parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
RowLayout
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static RowLayout parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RowLayout
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static RowLayout parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RowLayout
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RowLayout parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RowLayout
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static RowLayout parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
RowLayout
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static RowLayout parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RowLayout
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<RowLayout> parser()
Returns
Type Description
Parser<RowLayout>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public RowLayout getDefaultInstanceForType()
Returns
Type Description
RowLayout

getParserForType()

public Parser<RowLayout> getParserForType()
Returns
Type Description
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
Name Description
index int
Returns
Type Description
RowLayout.Row

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>

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public RowLayout.Builder newBuilderForType()
Returns
Type Description
RowLayout.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected RowLayout.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
RowLayout.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public RowLayout.Builder toBuilder()
Returns
Type Description
RowLayout.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException