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