Enum Columns.Column.VerticalAlignment (2.37.1)

public enum Columns.Column.VerticalAlignment extends Enum<Columns.Column.VerticalAlignment> implements ProtocolMessageEnum

Specifies whether widgets align to the top, bottom, or center of a column.

Google Chat apps:

Protobuf enum google.apps.card.v1.Columns.Column.VerticalAlignment

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BOTTOM

Aligns widgets to the bottom of a column.

BOTTOM = 3;

BOTTOM_VALUE

Aligns widgets to the bottom of a column.

BOTTOM = 3;

CENTER

Default value. Aligns widgets to the center of a column.

CENTER = 1;

CENTER_VALUE

Default value. Aligns widgets to the center of a column.

CENTER = 1;

TOP

Aligns widgets to the top of a column.

TOP = 2;

TOP_VALUE

Aligns widgets to the top of a column.

TOP = 2;

UNRECOGNIZED
VERTICAL_ALIGNMENT_UNSPECIFIED

Don't use. Unspecified.

VERTICAL_ALIGNMENT_UNSPECIFIED = 0;

VERTICAL_ALIGNMENT_UNSPECIFIED_VALUE

Don't use. Unspecified.

VERTICAL_ALIGNMENT_UNSPECIFIED = 0;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()