Uses of Class
com.google.cloud.recommender.v1.Operation.PathValueCase
-
Packages that use Operation.PathValueCase Package Description com.google.cloud.recommender.v1 A client to Recommender API -
-
Uses of Operation.PathValueCase in com.google.cloud.recommender.v1
Methods in com.google.cloud.recommender.v1 that return Operation.PathValueCase Modifier and Type Method Description static Operation.PathValueCaseOperation.PathValueCase. forNumber(int value)Operation.PathValueCaseOperation.Builder. getPathValueCase()Operation.PathValueCaseOperation. getPathValueCase()Operation.PathValueCaseOperationOrBuilder. getPathValueCase()static Operation.PathValueCaseOperation.PathValueCase. valueOf(int value)Deprecated.static Operation.PathValueCaseOperation.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.
-