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.
Protobuf enum google.apps.card.v1.Columns.Column.VerticalAlignment
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
BOTTOM | Aligns widgets to the bottom of a column. |
BOTTOM_VALUE | Aligns widgets to the bottom of a column. |
CENTER | Default value. Aligns widgets to the center of a column. |
CENTER_VALUE | Default value. Aligns widgets to the center of a column. |
TOP | Aligns widgets to the top of a column. |
TOP_VALUE | Aligns widgets to the top of a column. |
UNRECOGNIZED | |
VERTICAL_ALIGNMENT_UNSPECIFIED | Don't use. Unspecified. |
VERTICAL_ALIGNMENT_UNSPECIFIED_VALUE | Don't use. Unspecified. |
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() |