public static final class IamCheckerGrpc.IamCheckerFutureStub extends io.grpc.stub.AbstractFutureStub<IamCheckerGrpc.IamCheckerFutureStub>
IAM Policy Troubleshooter service. This service helps you troubleshoot access issues for Google Cloud resources.
| Modifier and Type | Method and 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.
|
protected IamCheckerGrpc.IamCheckerFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<IamCheckerGrpc.IamCheckerFutureStub>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.
Copyright © 2023 Google LLC. All rights reserved.