Class SimulatorGrpc (0.16.0)

public final class SimulatorGrpc

Policy Simulator API service. Policy Simulator is a collection of endpoints for creating, running, and viewing a Replay. A 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, 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.

Inheritance

java.lang.Object > SimulatorGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(SimulatorGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(SimulatorGrpc.AsyncService service)
Parameter
NameDescription
serviceSimulatorGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getCreateReplayMethod()

public static MethodDescriptor<CreateReplayRequest,Operation> getCreateReplayMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateReplayRequest,Operation>

getGetReplayMethod()

public static MethodDescriptor<GetReplayRequest,Replay> getGetReplayMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetReplayRequest,Replay>

getListReplayResultsMethod()

public static MethodDescriptor<ListReplayResultsRequest,ListReplayResultsResponse> getListReplayResultsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListReplayResultsRequest,ListReplayResultsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static SimulatorGrpc.SimulatorBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
SimulatorGrpc.SimulatorBlockingStub

newFutureStub(Channel channel)

public static SimulatorGrpc.SimulatorFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
SimulatorGrpc.SimulatorFutureStub

newStub(Channel channel)

public static SimulatorGrpc.SimulatorStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
SimulatorGrpc.SimulatorStub