Uses of Class
com.google.apps.card.v1.Widget.DataCase
-
Packages that use Widget.DataCase Package Description com.google.apps.card.v1 -
-
Uses of Widget.DataCase in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Widget.DataCase Modifier and Type Method Description static Widget.DataCase
Widget.DataCase. forNumber(int value)
Widget.DataCase
Widget.Builder. getDataCase()
Widget.DataCase
Widget. getDataCase()
Widget.DataCase
WidgetOrBuilder. getDataCase()
static Widget.DataCase
Widget.DataCase. valueOf(int value)
Deprecated.static Widget.DataCase
Widget.DataCase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Widget.DataCase[]
Widget.DataCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-