Enum ChipList.Layout (2.63.1)

public enum ChipList.Layout extends Enum<ChipList.Layout> implements ProtocolMessageEnum

The chip list layout.

Protobuf enum google.apps.card.v1.ChipList.Layout

Implements

ProtocolMessageEnum

Static Fields

Name Description
HORIZONTAL_SCROLLABLE

The chips scroll horizontally if they don't fit in the available space.

HORIZONTAL_SCROLLABLE = 2;

HORIZONTAL_SCROLLABLE_VALUE

The chips scroll horizontally if they don't fit in the available space.

HORIZONTAL_SCROLLABLE = 2;

LAYOUT_UNSPECIFIED

Don't use. Unspecified.

LAYOUT_UNSPECIFIED = 0;

LAYOUT_UNSPECIFIED_VALUE

Don't use. Unspecified.

LAYOUT_UNSPECIFIED = 0;

UNRECOGNIZED
WRAPPED

Default value. The chip list wraps to the next line if there isn't enough horizontal space.

WRAPPED = 1;

WRAPPED_VALUE

Default value. The chip list wraps to the next line if there isn't enough horizontal space.

WRAPPED = 1;

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()