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