Uses of Class
com.google.cloud.recommender.v1beta1.Operation.PathValueCase
-
Packages that use Operation.PathValueCase Package Description com.google.cloud.recommender.v1beta1 A client to Recommender API -
-
Uses of Operation.PathValueCase in com.google.cloud.recommender.v1beta1
Methods in com.google.cloud.recommender.v1beta1 that return Operation.PathValueCase Modifier and Type Method Description static Operation.PathValueCase
Operation.PathValueCase. forNumber(int value)
Operation.PathValueCase
Operation.Builder. getPathValueCase()
Operation.PathValueCase
Operation. getPathValueCase()
Operation.PathValueCase
OperationOrBuilder. getPathValueCase()
static Operation.PathValueCase
Operation.PathValueCase. valueOf(int value)
Deprecated.static Operation.PathValueCase
Operation.PathValueCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Operation.PathValueCase[]
Operation.PathValueCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-