Uses of Enum
com.google.apps.card.v1.Card.DisplayStyle
Packages that use Card.DisplayStyle
-
Uses of Card.DisplayStyle in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Card.DisplayStyleModifier and TypeMethodDescriptionstatic Card.DisplayStyle
Card.DisplayStyle.forNumber
(int value) Card.Builder.getDisplayStyle()
In Google Workspace Add-ons, sets the display properties of the `peekCardHeader`.Card.getDisplayStyle()
In Google Workspace Add-ons, sets the display properties of the `peekCardHeader`.CardOrBuilder.getDisplayStyle()
In Google Workspace Add-ons, sets the display properties of the `peekCardHeader`.static Card.DisplayStyle
Card.DisplayStyle.valueOf
(int value) Deprecated.static Card.DisplayStyle
Card.DisplayStyle.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Card.DisplayStyle
Returns the enum constant of this type with the specified name.static Card.DisplayStyle[]
Card.DisplayStyle.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 Card.DisplayStyleModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<Card.DisplayStyle> Card.DisplayStyle.internalGetValueMap()
Methods in com.google.apps.card.v1 with parameters of type Card.DisplayStyleModifier and TypeMethodDescriptionCard.Builder.setDisplayStyle
(Card.DisplayStyle value) In Google Workspace Add-ons, sets the display properties of the `peekCardHeader`.