Uses of Enum
com.google.apps.card.v1.Grid.GridItem.GridItemLayout
Packages that use Grid.GridItem.GridItemLayout
-
Uses of Grid.GridItem.GridItemLayout in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Grid.GridItem.GridItemLayoutModifier and TypeMethodDescriptionstatic Grid.GridItem.GridItemLayout
Grid.GridItem.GridItemLayout.forNumber
(int value) Grid.GridItem.Builder.getLayout()
The layout to use for the grid item.Grid.GridItem.getLayout()
The layout to use for the grid item.Grid.GridItemOrBuilder.getLayout()
The layout to use for the grid item.static Grid.GridItem.GridItemLayout
Grid.GridItem.GridItemLayout.valueOf
(int value) Deprecated.static Grid.GridItem.GridItemLayout
Grid.GridItem.GridItemLayout.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Grid.GridItem.GridItemLayout
Returns the enum constant of this type with the specified name.static Grid.GridItem.GridItemLayout[]
Grid.GridItem.GridItemLayout.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.apps.card.v1 that return types with arguments of type Grid.GridItem.GridItemLayoutModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<Grid.GridItem.GridItemLayout> Grid.GridItem.GridItemLayout.internalGetValueMap()
Methods in com.google.apps.card.v1 with parameters of type Grid.GridItem.GridItemLayoutModifier and TypeMethodDescriptionGrid.GridItem.Builder.setLayout
(Grid.GridItem.GridItemLayout value) The layout to use for the grid item.