Class IamCheckerGrpc.IamCheckerFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<IamCheckerGrpc.IamCheckerFutureStub>
-
- com.google.cloud.policytroubleshooter.v1.IamCheckerGrpc.IamCheckerFutureStub
-
- Enclosing class:
- IamCheckerGrpc
public static final class IamCheckerGrpc.IamCheckerFutureStub extends io.grpc.stub.AbstractFutureStub<IamCheckerGrpc.IamCheckerFutureStub>
A stub to allow clients to do ListenableFuture-style 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.IamCheckerFutureStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.common.util.concurrent.ListenableFuture<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.IamCheckerFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<IamCheckerGrpc.IamCheckerFutureStub>
-
troubleshootIamPolicy
public com.google.common.util.concurrent.ListenableFuture<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.
-
-