Enum Widget.VerticalAlignment (2.63.1)

public enum Widget.VerticalAlignment extends Enum<Widget.VerticalAlignment> implements ProtocolMessageEnum

Represents vertical alignment attribute.

Protobuf enum google.apps.card.v1.Widget.VerticalAlignment

Implements

ProtocolMessageEnum

Static Fields

Name Description
BOTTOM

Alignment to the bottom position.

BOTTOM = 3;

BOTTOM_VALUE

Alignment to the bottom position.

BOTTOM = 3;

MIDDLE

Alignment to the middle position.

MIDDLE = 2;

MIDDLE_VALUE

Alignment to the middle position.

MIDDLE = 2;

TOP

Alignment to the top position.

TOP = 1;

TOP_VALUE

Alignment to the top position.

TOP = 1;

UNRECOGNIZED
VERTICAL_ALIGNMENT_UNSPECIFIED

Unspecified type. Do not use.

VERTICAL_ALIGNMENT_UNSPECIFIED = 0;

VERTICAL_ALIGNMENT_UNSPECIFIED_VALUE

Unspecified type. Do not use.

VERTICAL_ALIGNMENT_UNSPECIFIED = 0;

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()