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