Uses of Enum
com.google.apps.card.v1.Columns.Column.VerticalAlignment
Packages that use Columns.Column.VerticalAlignment
-
Uses of Columns.Column.VerticalAlignment in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Columns.Column.VerticalAlignmentModifier and TypeMethodDescriptionColumns.Column.VerticalAlignment.forNumber(int value) Columns.Column.Builder.getVerticalAlignment()Specifies whether widgets align to the top, bottom, or center of a column.Columns.Column.getVerticalAlignment()Specifies whether widgets align to the top, bottom, or center of a column.Columns.ColumnOrBuilder.getVerticalAlignment()Specifies whether widgets align to the top, bottom, or center of a column.Columns.Column.VerticalAlignment.valueOf(int value) Deprecated.Columns.Column.VerticalAlignment.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static Columns.Column.VerticalAlignment[]Columns.Column.VerticalAlignment.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.apps.card.v1 that return types with arguments of type Columns.Column.VerticalAlignmentModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Columns.Column.VerticalAlignment>Columns.Column.VerticalAlignment.internalGetValueMap()Methods in com.google.apps.card.v1 with parameters of type Columns.Column.VerticalAlignmentModifier and TypeMethodDescriptionColumns.Column.Builder.setVerticalAlignment(Columns.Column.VerticalAlignment value) Specifies whether widgets align to the top, bottom, or center of a column.