Uses of Class
com.google.cloud.policysimulator.v1.Replay.State
-
Packages that use Replay.State Package Description com.google.cloud.policysimulator.v1 A client to Policy Simulator API -
-
Uses of Replay.State in com.google.cloud.policysimulator.v1
Methods in com.google.cloud.policysimulator.v1 that return Replay.State Modifier and Type Method Description static Replay.State
Replay.State. forNumber(int value)
Replay.State
Replay.Builder. getState()
Output only.Replay.State
Replay. getState()
Output only.Replay.State
ReplayOrBuilder. getState()
Output only.static Replay.State
Replay.State. valueOf(int value)
Deprecated.static Replay.State
Replay.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Replay.State
Replay.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Replay.State[]
Replay.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.policysimulator.v1 that return types with arguments of type Replay.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Replay.State>
Replay.State. internalGetValueMap()
Methods in com.google.cloud.policysimulator.v1 with parameters of type Replay.State Modifier and Type Method Description Replay.Builder
Replay.Builder. setState(Replay.State value)
Output only.
-