@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/policysimulator/v1/simulator.proto") public final class SimulatorGrpc extends Object
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SimulatorGrpc.AsyncService
Policy Simulator API service.
|
static class |
SimulatorGrpc.SimulatorBlockingStub
A stub to allow clients to do synchronous rpc calls to service Simulator.
|
static class |
SimulatorGrpc.SimulatorFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Simulator.
|
static class |
SimulatorGrpc.SimulatorImplBase
Base class for the server implementation of the service Simulator.
|
static class |
SimulatorGrpc.SimulatorStub
A stub to allow clients to do asynchronous rpc calls to service Simulator.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(SimulatorGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CreateReplayRequest,com.google.longrunning.Operation> |
getCreateReplayMethod() |
static io.grpc.MethodDescriptor<GetReplayRequest,Replay> |
getGetReplayMethod() |
static io.grpc.MethodDescriptor<ListReplayResultsRequest,ListReplayResultsResponse> |
getListReplayResultsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static SimulatorGrpc.SimulatorBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static SimulatorGrpc.SimulatorFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static SimulatorGrpc.SimulatorStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<GetReplayRequest,Replay> getGetReplayMethod()
public static io.grpc.MethodDescriptor<CreateReplayRequest,com.google.longrunning.Operation> getCreateReplayMethod()
public static io.grpc.MethodDescriptor<ListReplayResultsRequest,ListReplayResultsResponse> getListReplayResultsMethod()
public static SimulatorGrpc.SimulatorStub newStub(io.grpc.Channel channel)
public static SimulatorGrpc.SimulatorBlockingStub newBlockingStub(io.grpc.Channel channel)
public static SimulatorGrpc.SimulatorFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(SimulatorGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.