public enum Columns.Column.HorizontalSizeStyle extends Enum<Columns.Column.HorizontalSizeStyle> implements ProtocolMessageEnum
Specifies how a column fills the width of the card. The width of each
column depends on both the HorizontalSizeStyle
and the width of the
widgets within the column.
Google Workspace Add-ons and Chat apps: Columns for Google Workspace Add-ons are in Developer Preview.
Protobuf enum google.apps.card.v1.Columns.Column.HorizontalSizeStyle
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
FILL_AVAILABLE_SPACE |
Default value. Column fills the available space, up to 70% of the
card's width. If both columns are set to |
FILL_AVAILABLE_SPACE_VALUE |
Default value. Column fills the available space, up to 70% of the
card's width. If both columns are set to |
FILL_MINIMUM_SPACE |
Column fills the least amount of space possible and no more than 30% of the card's width. |
FILL_MINIMUM_SPACE_VALUE |
Column fills the least amount of space possible and no more than 30% of the card's width. |
HORIZONTAL_SIZE_STYLE_UNSPECIFIED |
Don't use. Unspecified. |
HORIZONTAL_SIZE_STYLE_UNSPECIFIED_VALUE |
Don't use. Unspecified. |
UNRECOGNIZED |
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() |