Uses of Class
com.google.dataflow.v1beta3.DisplayData.ValueCase
-
Packages that use DisplayData.ValueCase Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of DisplayData.ValueCase in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return DisplayData.ValueCase Modifier and Type Method Description static DisplayData.ValueCase
DisplayData.ValueCase. forNumber(int value)
DisplayData.ValueCase
DisplayData.Builder. getValueCase()
DisplayData.ValueCase
DisplayData. getValueCase()
DisplayData.ValueCase
DisplayDataOrBuilder. getValueCase()
static DisplayData.ValueCase
DisplayData.ValueCase. valueOf(int value)
Deprecated.static DisplayData.ValueCase
DisplayData.ValueCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static DisplayData.ValueCase[]
DisplayData.ValueCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-