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