public class IamCheckerClient : ClientBase<IamChecker.IamCheckerClient>Client for IamChecker
Inheritance
Object > ClientBase > ClientBase<IamChecker.IamCheckerClient> > IamChecker.IamCheckerClientNamespace
Google.Cloud.PolicyTroubleshooter.V1Assembly
Google.Cloud.PolicyTroubleshooter.V1.dll
Constructors
IamCheckerClient()
protected IamCheckerClient()Protected parameterless constructor to allow creation of test doubles.
IamCheckerClient(CallInvoker)
public IamCheckerClient(CallInvoker callInvoker)Creates a new client for IamChecker that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description |
callInvoker |
CallInvokerThe callInvoker to use to make remote calls. |
IamCheckerClient(ChannelBase)
public IamCheckerClient(ChannelBase channel)Creates a new client for IamChecker
| Parameter | |
|---|---|
| Name | Description |
channel |
ChannelBaseThe channel to use to make remote calls. |
IamCheckerClient(ClientBase.ClientBaseConfiguration)
protected IamCheckerClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBase.ClientBaseConfigurationThe client configuration. |
Methods
NewInstance(ClientBase.ClientBaseConfiguration)
protected override IamChecker.IamCheckerClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBase.ClientBaseConfiguration |
| Returns | |
|---|---|
| Type | Description |
IamChecker.IamCheckerClient |
|
TroubleshootIamPolicy(TroubleshootIamPolicyRequest, CallOptions)
public virtual TroubleshootIamPolicyResponse TroubleshootIamPolicy(TroubleshootIamPolicyRequest request, CallOptions options)Checks whether a member has a specific permission for a specific resource, and explains why the member does or does not have that permission.
| Parameters | |
|---|---|
| Name | Description |
request |
TroubleshootIamPolicyRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
TroubleshootIamPolicyResponse |
The response received from the server. |
TroubleshootIamPolicy(TroubleshootIamPolicyRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual TroubleshootIamPolicyResponse TroubleshootIamPolicy(TroubleshootIamPolicyRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))Checks whether a member has a specific permission for a specific resource, and explains why the member does or does not have that permission.
| Parameters | |
|---|---|
| Name | Description |
request |
TroubleshootIamPolicyRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime>An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
TroubleshootIamPolicyResponse |
The response received from the server. |
TroubleshootIamPolicyAsync(TroubleshootIamPolicyRequest, CallOptions)
public virtual AsyncUnaryCall<TroubleshootIamPolicyResponse> TroubleshootIamPolicyAsync(TroubleshootIamPolicyRequest request, CallOptions options)Checks whether a member has a specific permission for a specific resource, and explains why the member does or does not have that permission.
| Parameters | |
|---|---|
| Name | Description |
request |
TroubleshootIamPolicyRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<TroubleshootIamPolicyResponse> |
The call object. |
TroubleshootIamPolicyAsync(TroubleshootIamPolicyRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<TroubleshootIamPolicyResponse> TroubleshootIamPolicyAsync(TroubleshootIamPolicyRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))Checks whether a member has a specific permission for a specific resource, and explains why the member does or does not have that permission.
| Parameters | |
|---|---|
| Name | Description |
request |
TroubleshootIamPolicyRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
Nullable<DateTime>An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<TroubleshootIamPolicyResponse> |
The call object. |