Enum Grid.GridItem.GridItemLayout (2.37.1)

public enum Grid.GridItem.GridItemLayout extends Enum<Grid.GridItem.GridItemLayout> implements ProtocolMessageEnum

Represents the various layout options available for a grid item.

Google Workspace Add-ons and Chat apps:

Protobuf enum google.apps.card.v1.Grid.GridItem.GridItemLayout

Implements

ProtocolMessageEnum

Static Fields

NameDescription
GRID_ITEM_LAYOUT_UNSPECIFIED

Don't use. Unspecified.

GRID_ITEM_LAYOUT_UNSPECIFIED = 0;

GRID_ITEM_LAYOUT_UNSPECIFIED_VALUE

Don't use. Unspecified.

GRID_ITEM_LAYOUT_UNSPECIFIED = 0;

TEXT_ABOVE

The title and subtitle are shown above the grid item's image.

TEXT_ABOVE = 2;

TEXT_ABOVE_VALUE

The title and subtitle are shown above the grid item's image.

TEXT_ABOVE = 2;

TEXT_BELOW

The title and subtitle are shown below the grid item's image.

TEXT_BELOW = 1;

TEXT_BELOW_VALUE

The title and subtitle are shown below the grid item's image.

TEXT_BELOW = 1;

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