Enum Columns.Column.HorizontalSizeStyle (2.37.1)

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 Chat apps:

Protobuf enum google.apps.card.v1.Columns.Column.HorizontalSizeStyle

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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, each column fills 50% of the space.

FILL_AVAILABLE_SPACE = 1;

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_AVAILABLE_SPACE, each column fills 50% of the space.

FILL_AVAILABLE_SPACE = 1;

FILL_MINIMUM_SPACE

Column fills the least amount of space possible and no more than 30% of the card's width.

FILL_MINIMUM_SPACE = 2;

FILL_MINIMUM_SPACE_VALUE

Column fills the least amount of space possible and no more than 30% of the card's width.

FILL_MINIMUM_SPACE = 2;

HORIZONTAL_SIZE_STYLE_UNSPECIFIED

Don't use. Unspecified.

HORIZONTAL_SIZE_STYLE_UNSPECIFIED = 0;

HORIZONTAL_SIZE_STYLE_UNSPECIFIED_VALUE

Don't use. Unspecified.

HORIZONTAL_SIZE_STYLE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()