Uses of Enum
com.google.apps.card.v1.ChipList.Layout
Packages that use ChipList.Layout
-
Uses of ChipList.Layout in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return ChipList.LayoutModifier and TypeMethodDescriptionstatic ChipList.LayoutChipList.Layout.forNumber(int value) ChipList.Builder.getLayout()Specified chip list layout.ChipList.getLayout()Specified chip list layout.ChipListOrBuilder.getLayout()Specified chip list layout.static ChipList.LayoutChipList.Layout.valueOf(int value) Deprecated.static ChipList.LayoutChipList.Layout.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static ChipList.LayoutReturns the enum constant of this type with the specified name.static ChipList.Layout[]ChipList.Layout.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 ChipList.LayoutModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ChipList.Layout>ChipList.Layout.internalGetValueMap()Methods in com.google.apps.card.v1 with parameters of type ChipList.LayoutModifier and TypeMethodDescriptionChipList.Builder.setLayout(ChipList.Layout value) Specified chip list layout.