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