Class SimulatorGrpc.SimulatorImplBase
- java.lang.Object
-
- com.google.cloud.policysimulator.v1.SimulatorGrpc.SimulatorImplBase
-
- All Implemented Interfaces:
SimulatorGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- SimulatorGrpc
public abstract static class SimulatorGrpc.SimulatorImplBase extends Object implements io.grpc.BindableService, SimulatorGrpc.AsyncService
Base class for the server implementation of the service Simulator.Policy Simulator API service. Policy Simulator is a collection of endpoints for creating, running, and viewing a [Replay][google.cloud.policysimulator.v1.Replay]. A [Replay][google.cloud.policysimulator.v1.Replay] is a type of simulation that lets you see how your principals' access to resources might change if you changed your IAM policy. During a [Replay][google.cloud.policysimulator.v1.Replay], Policy Simulator re-evaluates, or replays, past access attempts under both the current policy and your proposed policy, and compares those results to determine how your principals' access might change under the proposed policy.
-
-
Constructor Summary
Constructors Constructor Description SimulatorImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.policysimulator.v1.SimulatorGrpc.AsyncService
createReplay, getReplay, listReplayResults
-
-