Uses of Enum
com.google.apps.card.v1.OpenLink.OnClose
Packages that use OpenLink.OnClose
-
Uses of OpenLink.OnClose in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return OpenLink.OnCloseModifier and TypeMethodDescriptionstatic OpenLink.OnClose
OpenLink.OnClose.forNumber
(int value) OpenLink.Builder.getOnClose()
Whether the client forgets about a link after opening it, or observes it until the window closes.OpenLink.getOnClose()
Whether the client forgets about a link after opening it, or observes it until the window closes.OpenLinkOrBuilder.getOnClose()
Whether the client forgets about a link after opening it, or observes it until the window closes.static OpenLink.OnClose
OpenLink.OnClose.valueOf
(int value) Deprecated.static OpenLink.OnClose
OpenLink.OnClose.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static OpenLink.OnClose
Returns the enum constant of this type with the specified name.static OpenLink.OnClose[]
OpenLink.OnClose.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 OpenLink.OnCloseModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<OpenLink.OnClose> OpenLink.OnClose.internalGetValueMap()
Methods in com.google.apps.card.v1 with parameters of type OpenLink.OnCloseModifier and TypeMethodDescriptionOpenLink.Builder.setOnClose
(OpenLink.OnClose value) Whether the client forgets about a link after opening it, or observes it until the window closes.