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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
GRID_ITEM_LAYOUT_UNSPECIFIED |
Don't use. Unspecified. |
GRID_ITEM_LAYOUT_UNSPECIFIED_VALUE |
Don't use. Unspecified. |
TEXT_ABOVE |
The title and subtitle are shown above the grid item's image. |
TEXT_ABOVE_VALUE |
The title and subtitle are shown above the grid item's image. |
TEXT_BELOW |
The title and subtitle are shown below the grid item's image. |
TEXT_BELOW_VALUE |
The title and subtitle are shown below the grid item's image. |
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() |