Uses of Class
com.google.apps.card.v1.OpenLink.OpenAs
-
Packages that use OpenLink.OpenAs Package Description com.google.apps.card.v1 -
-
Uses of OpenLink.OpenAs in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return OpenLink.OpenAs Modifier and Type Method Description static OpenLink.OpenAs
OpenLink.OpenAs. forNumber(int value)
OpenLink.OpenAs
OpenLink.Builder. getOpenAs()
How to open a link.OpenLink.OpenAs
OpenLink. getOpenAs()
How to open a link.OpenLink.OpenAs
OpenLinkOrBuilder. getOpenAs()
How to open a link.static OpenLink.OpenAs
OpenLink.OpenAs. valueOf(int value)
Deprecated.static OpenLink.OpenAs
OpenLink.OpenAs. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static OpenLink.OpenAs
OpenLink.OpenAs. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OpenLink.OpenAs[]
OpenLink.OpenAs. 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.OpenAs Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<OpenLink.OpenAs>
OpenLink.OpenAs. internalGetValueMap()
Methods in com.google.apps.card.v1 with parameters of type OpenLink.OpenAs Modifier and Type Method Description OpenLink.Builder
OpenLink.Builder. setOpenAs(OpenLink.OpenAs value)
How to open a link.
-