Uses of Class
com.google.cloud.asset.v1.OutputResult.ResultCase
-
Packages that use OutputResult.ResultCase Package Description com.google.cloud.asset.v1 A client to Cloud Asset API -
-
Uses of OutputResult.ResultCase in com.google.cloud.asset.v1
Methods in com.google.cloud.asset.v1 that return OutputResult.ResultCase Modifier and Type Method Description static OutputResult.ResultCaseOutputResult.ResultCase. forNumber(int value)OutputResult.ResultCaseOutputResult.Builder. getResultCase()OutputResult.ResultCaseOutputResult. getResultCase()OutputResult.ResultCaseOutputResultOrBuilder. getResultCase()static OutputResult.ResultCaseOutputResult.ResultCase. valueOf(int value)Deprecated.static OutputResult.ResultCaseOutputResult.ResultCase. valueOf(String name)Returns the enum constant of this type with the specified name.static OutputResult.ResultCase[]OutputResult.ResultCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-