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