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.ResultCase
OutputResult.ResultCase. forNumber(int value)
OutputResult.ResultCase
OutputResult.Builder. getResultCase()
OutputResult.ResultCase
OutputResult. getResultCase()
OutputResult.ResultCase
OutputResultOrBuilder. getResultCase()
static OutputResult.ResultCase
OutputResult.ResultCase. valueOf(int value)
Deprecated.static OutputResult.ResultCase
OutputResult.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.
-