Uses of Enum
com.google.apps.card.v1.Widget.HorizontalAlignment
Packages that use Widget.HorizontalAlignment
-
Uses of Widget.HorizontalAlignment in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Widget.HorizontalAlignmentModifier and TypeMethodDescriptionstatic Widget.HorizontalAlignment
Widget.HorizontalAlignment.forNumber
(int value) Columns.Column.Builder.getHorizontalAlignment()
Specifies whether widgets align to the left, right, or center of a column.Columns.Column.getHorizontalAlignment()
Specifies whether widgets align to the left, right, or center of a column.Columns.ColumnOrBuilder.getHorizontalAlignment()
Specifies whether widgets align to the left, right, or center of a column.Widget.Builder.getHorizontalAlignment()
Specifies whether widgets align to the left, right, or center of a column.Widget.getHorizontalAlignment()
Specifies whether widgets align to the left, right, or center of a column.WidgetOrBuilder.getHorizontalAlignment()
Specifies whether widgets align to the left, right, or center of a column.static Widget.HorizontalAlignment
Widget.HorizontalAlignment.valueOf
(int value) Deprecated.static Widget.HorizontalAlignment
Widget.HorizontalAlignment.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Widget.HorizontalAlignment
Returns the enum constant of this type with the specified name.static Widget.HorizontalAlignment[]
Widget.HorizontalAlignment.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 Widget.HorizontalAlignmentModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<Widget.HorizontalAlignment> Widget.HorizontalAlignment.internalGetValueMap()
Methods in com.google.apps.card.v1 with parameters of type Widget.HorizontalAlignmentModifier and TypeMethodDescriptionColumns.Column.Builder.setHorizontalAlignment
(Widget.HorizontalAlignment value) Specifies whether widgets align to the left, right, or center of a column.Widget.Builder.setHorizontalAlignment
(Widget.HorizontalAlignment value) Specifies whether widgets align to the left, right, or center of a column.