Class IamCheckerGrpc.IamCheckerBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<IamCheckerGrpc.IamCheckerBlockingStub>
-
- com.google.cloud.policytroubleshooter.v1.IamCheckerGrpc.IamCheckerBlockingStub
-
- Enclosing class:
- IamCheckerGrpc
public static final class IamCheckerGrpc.IamCheckerBlockingStub extends io.grpc.stub.AbstractBlockingStub<IamCheckerGrpc.IamCheckerBlockingStub>
A stub to allow clients to do synchronous 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.IamCheckerBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
TroubleshootIamPolicyResponse
troubleshootIamPolicy(TroubleshootIamPolicyRequest request)
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.IamCheckerBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<IamCheckerGrpc.IamCheckerBlockingStub>
-
troubleshootIamPolicy
public TroubleshootIamPolicyResponse troubleshootIamPolicy(TroubleshootIamPolicyRequest request)
Checks whether a principal has a specific permission for a specific resource, and explains why the principal does or does not have that permission.
-
-