Class IamCheckerGrpc.IamCheckerImplBase (1.1.0)

public abstract static class IamCheckerGrpc.IamCheckerImplBase implements BindableService

IAM Policy Troubleshooter service. This service helps you troubleshoot access issues for Google Cloud resources.

Inheritance

java.lang.Object > IamCheckerGrpc.IamCheckerImplBase

Implements

io.grpc.BindableService

Constructors

IamCheckerImplBase()

public IamCheckerImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition

troubleshootIamPolicy(TroubleshootIamPolicyRequest request, StreamObserver<TroubleshootIamPolicyResponse> responseObserver)

public void troubleshootIamPolicy(TroubleshootIamPolicyRequest request, StreamObserver<TroubleshootIamPolicyResponse> responseObserver)

Checks whether a member has a specific permission for a specific resource, and explains why the member does or does not have that permission.

Parameters
NameDescription
requestTroubleshootIamPolicyRequest
responseObserverio.grpc.stub.StreamObserver<TroubleshootIamPolicyResponse>