Class IamCheckerGrpc.IamCheckerStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<IamCheckerGrpc.IamCheckerStub>
-
- com.google.cloud.policytroubleshooter.v1.IamCheckerGrpc.IamCheckerStub
-
- Enclosing class:
- IamCheckerGrpc
public static final class IamCheckerGrpc.IamCheckerStub extends io.grpc.stub.AbstractAsyncStub<IamCheckerGrpc.IamCheckerStub>
A stub to allow clients to do asynchronous rpc calls to service IamChecker.IAM Policy Troubleshooter service. This service helps you troubleshoot access issues for Google Cloud resources.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IamCheckerGrpc.IamCheckerStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
troubleshootIamPolicy(TroubleshootIamPolicyRequest request, io.grpc.stub.StreamObserver<TroubleshootIamPolicyResponse> responseObserver)
Checks whether a principal has a specific permission for a specific resource, and explains why the principal does or does not have that permission.
-
-
-
Method Detail
-
build
protected IamCheckerGrpc.IamCheckerStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<IamCheckerGrpc.IamCheckerStub>
-
troubleshootIamPolicy
public void troubleshootIamPolicy(TroubleshootIamPolicyRequest request, io.grpc.stub.StreamObserver<TroubleshootIamPolicyResponse> responseObserver)
Checks whether a principal has a specific permission for a specific resource, and explains why the principal does or does not have that permission.
-
-