public class ManagedIdentitiesServiceClient : ClientBase<ManagedIdentitiesService.ManagedIdentitiesServiceClient>Client for ManagedIdentitiesService
Inheritance
Object > ClientBase > ClientBase<ManagedIdentitiesService.ManagedIdentitiesServiceClient> > ManagedIdentitiesService.ManagedIdentitiesServiceClientNamespace
Google.Cloud.ManagedIdentities.V1Assembly
Google.Cloud.ManagedIdentities.V1.dll
Constructors
ManagedIdentitiesServiceClient()
protected ManagedIdentitiesServiceClient()Protected parameterless constructor to allow creation of test doubles.
ManagedIdentitiesServiceClient(CallInvoker)
public ManagedIdentitiesServiceClient(CallInvoker callInvoker)Creates a new client for ManagedIdentitiesService that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description |
callInvoker |
CallInvokerThe callInvoker to use to make remote calls. |
ManagedIdentitiesServiceClient(ChannelBase)
public ManagedIdentitiesServiceClient(ChannelBase channel)Creates a new client for ManagedIdentitiesService
| Parameter | |
|---|---|
| Name | Description |
channel |
ChannelBaseThe channel to use to make remote calls. |
ManagedIdentitiesServiceClient(ClientBase.ClientBaseConfiguration)
protected ManagedIdentitiesServiceClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBase.ClientBaseConfigurationThe client configuration. |
Methods
AttachTrust(AttachTrustRequest, CallOptions)
public virtual Operation AttachTrust(AttachTrustRequest request, CallOptions options)Adds an AD trust to a domain.
| Parameters | |
|---|---|
| Name | Description |
request |
AttachTrustRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
AttachTrust(AttachTrustRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation AttachTrust(AttachTrustRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Adds an AD trust to a domain.
| Parameters | |
|---|---|
| Name | Description |
request |
AttachTrustRequestThe 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 |
Operation |
The response received from the server. |
AttachTrustAsync(AttachTrustRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> AttachTrustAsync(AttachTrustRequest request, CallOptions options)Adds an AD trust to a domain.
| Parameters | |
|---|---|
| Name | Description |
request |
AttachTrustRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Operation> |
The call object. |
AttachTrustAsync(AttachTrustRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> AttachTrustAsync(AttachTrustRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Adds an AD trust to a domain.
| Parameters | |
|---|---|
| Name | Description |
request |
AttachTrustRequestThe 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<Operation> |
The call object. |
CreateMicrosoftAdDomain(CreateMicrosoftAdDomainRequest, CallOptions)
public virtual Operation CreateMicrosoftAdDomain(CreateMicrosoftAdDomainRequest request, CallOptions options)Creates a Microsoft AD domain.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateMicrosoftAdDomainRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateMicrosoftAdDomain(CreateMicrosoftAdDomainRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation CreateMicrosoftAdDomain(CreateMicrosoftAdDomainRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Creates a Microsoft AD domain.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateMicrosoftAdDomainRequestThe 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 |
Operation |
The response received from the server. |
CreateMicrosoftAdDomainAsync(CreateMicrosoftAdDomainRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateMicrosoftAdDomainAsync(CreateMicrosoftAdDomainRequest request, CallOptions options)Creates a Microsoft AD domain.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateMicrosoftAdDomainRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Operation> |
The call object. |
CreateMicrosoftAdDomainAsync(CreateMicrosoftAdDomainRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateMicrosoftAdDomainAsync(CreateMicrosoftAdDomainRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Creates a Microsoft AD domain.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateMicrosoftAdDomainRequestThe 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<Operation> |
The call object. |
CreateOperationsClient()
public virtual Operations.OperationsClient CreateOperationsClient()Creates a new instance of Operations.OperationsClient using the same call invoker as this client.
| Returns | |
|---|---|
| Type | Description |
Operations.OperationsClient |
A new Operations client for the same target as this client. |
DeleteDomain(DeleteDomainRequest, CallOptions)
public virtual Operation DeleteDomain(DeleteDomainRequest request, CallOptions options)Deletes a domain.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDomainRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteDomain(DeleteDomainRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation DeleteDomain(DeleteDomainRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Deletes a domain.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDomainRequestThe 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 |
Operation |
The response received from the server. |
DeleteDomainAsync(DeleteDomainRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteDomainAsync(DeleteDomainRequest request, CallOptions options)Deletes a domain.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDomainRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Operation> |
The call object. |
DeleteDomainAsync(DeleteDomainRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteDomainAsync(DeleteDomainRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Deletes a domain.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDomainRequestThe 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<Operation> |
The call object. |
DetachTrust(DetachTrustRequest, CallOptions)
public virtual Operation DetachTrust(DetachTrustRequest request, CallOptions options)Removes an AD trust.
| Parameters | |
|---|---|
| Name | Description |
request |
DetachTrustRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DetachTrust(DetachTrustRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation DetachTrust(DetachTrustRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Removes an AD trust.
| Parameters | |
|---|---|
| Name | Description |
request |
DetachTrustRequestThe 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 |
Operation |
The response received from the server. |
DetachTrustAsync(DetachTrustRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DetachTrustAsync(DetachTrustRequest request, CallOptions options)Removes an AD trust.
| Parameters | |
|---|---|
| Name | Description |
request |
DetachTrustRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Operation> |
The call object. |
DetachTrustAsync(DetachTrustRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> DetachTrustAsync(DetachTrustRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Removes an AD trust.
| Parameters | |
|---|---|
| Name | Description |
request |
DetachTrustRequestThe 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<Operation> |
The call object. |
GetDomain(GetDomainRequest, CallOptions)
public virtual Domain GetDomain(GetDomainRequest request, CallOptions options)Gets information about a domain.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDomainRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Domain |
The response received from the server. |
GetDomain(GetDomainRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Domain GetDomain(GetDomainRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Gets information about a domain.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDomainRequestThe 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 |
Domain |
The response received from the server. |
GetDomainAsync(GetDomainRequest, CallOptions)
public virtual AsyncUnaryCall<Domain> GetDomainAsync(GetDomainRequest request, CallOptions options)Gets information about a domain.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDomainRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Domain> |
The call object. |
GetDomainAsync(GetDomainRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Domain> GetDomainAsync(GetDomainRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Gets information about a domain.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDomainRequestThe 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<Domain> |
The call object. |
ListDomains(ListDomainsRequest, CallOptions)
public virtual ListDomainsResponse ListDomains(ListDomainsRequest request, CallOptions options)Lists domains in a project.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDomainsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListDomainsResponse |
The response received from the server. |
ListDomains(ListDomainsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual ListDomainsResponse ListDomains(ListDomainsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Lists domains in a project.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDomainsRequestThe 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 |
ListDomainsResponse |
The response received from the server. |
ListDomainsAsync(ListDomainsRequest, CallOptions)
public virtual AsyncUnaryCall<ListDomainsResponse> ListDomainsAsync(ListDomainsRequest request, CallOptions options)Lists domains in a project.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDomainsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<ListDomainsResponse> |
The call object. |
ListDomainsAsync(ListDomainsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<ListDomainsResponse> ListDomainsAsync(ListDomainsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Lists domains in a project.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDomainsRequestThe 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<ListDomainsResponse> |
The call object. |
NewInstance(ClientBase.ClientBaseConfiguration)
protected override ManagedIdentitiesService.ManagedIdentitiesServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBase.ClientBaseConfiguration |
| Returns | |
|---|---|
| Type | Description |
ManagedIdentitiesService.ManagedIdentitiesServiceClient |
|
ReconfigureTrust(ReconfigureTrustRequest, CallOptions)
public virtual Operation ReconfigureTrust(ReconfigureTrustRequest request, CallOptions options)Updates the DNS conditional forwarder.
| Parameters | |
|---|---|
| Name | Description |
request |
ReconfigureTrustRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
ReconfigureTrust(ReconfigureTrustRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation ReconfigureTrust(ReconfigureTrustRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Updates the DNS conditional forwarder.
| Parameters | |
|---|---|
| Name | Description |
request |
ReconfigureTrustRequestThe 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 |
Operation |
The response received from the server. |
ReconfigureTrustAsync(ReconfigureTrustRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> ReconfigureTrustAsync(ReconfigureTrustRequest request, CallOptions options)Updates the DNS conditional forwarder.
| Parameters | |
|---|---|
| Name | Description |
request |
ReconfigureTrustRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Operation> |
The call object. |
ReconfigureTrustAsync(ReconfigureTrustRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> ReconfigureTrustAsync(ReconfigureTrustRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Updates the DNS conditional forwarder.
| Parameters | |
|---|---|
| Name | Description |
request |
ReconfigureTrustRequestThe 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<Operation> |
The call object. |
ResetAdminPassword(ResetAdminPasswordRequest, CallOptions)
public virtual ResetAdminPasswordResponse ResetAdminPassword(ResetAdminPasswordRequest request, CallOptions options)Resets a domain's administrator password.
| Parameters | |
|---|---|
| Name | Description |
request |
ResetAdminPasswordRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ResetAdminPasswordResponse |
The response received from the server. |
ResetAdminPassword(ResetAdminPasswordRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual ResetAdminPasswordResponse ResetAdminPassword(ResetAdminPasswordRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Resets a domain's administrator password.
| Parameters | |
|---|---|
| Name | Description |
request |
ResetAdminPasswordRequestThe 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 |
ResetAdminPasswordResponse |
The response received from the server. |
ResetAdminPasswordAsync(ResetAdminPasswordRequest, CallOptions)
public virtual AsyncUnaryCall<ResetAdminPasswordResponse> ResetAdminPasswordAsync(ResetAdminPasswordRequest request, CallOptions options)Resets a domain's administrator password.
| Parameters | |
|---|---|
| Name | Description |
request |
ResetAdminPasswordRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<ResetAdminPasswordResponse> |
The call object. |
ResetAdminPasswordAsync(ResetAdminPasswordRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<ResetAdminPasswordResponse> ResetAdminPasswordAsync(ResetAdminPasswordRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Resets a domain's administrator password.
| Parameters | |
|---|---|
| Name | Description |
request |
ResetAdminPasswordRequestThe 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<ResetAdminPasswordResponse> |
The call object. |
UpdateDomain(UpdateDomainRequest, CallOptions)
public virtual Operation UpdateDomain(UpdateDomainRequest request, CallOptions options)Updates the metadata and configuration of a domain.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDomainRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateDomain(UpdateDomainRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation UpdateDomain(UpdateDomainRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Updates the metadata and configuration of a domain.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDomainRequestThe 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 |
Operation |
The response received from the server. |
UpdateDomainAsync(UpdateDomainRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateDomainAsync(UpdateDomainRequest request, CallOptions options)Updates the metadata and configuration of a domain.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDomainRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Operation> |
The call object. |
UpdateDomainAsync(UpdateDomainRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateDomainAsync(UpdateDomainRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Updates the metadata and configuration of a domain.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDomainRequestThe 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<Operation> |
The call object. |
ValidateTrust(ValidateTrustRequest, CallOptions)
public virtual Operation ValidateTrust(ValidateTrustRequest request, CallOptions options)Validates a trust state, that the target domain is reachable, and that the target domain is able to accept incoming trust requests.
| Parameters | |
|---|---|
| Name | Description |
request |
ValidateTrustRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
ValidateTrust(ValidateTrustRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation ValidateTrust(ValidateTrustRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Validates a trust state, that the target domain is reachable, and that the target domain is able to accept incoming trust requests.
| Parameters | |
|---|---|
| Name | Description |
request |
ValidateTrustRequestThe 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 |
Operation |
The response received from the server. |
ValidateTrustAsync(ValidateTrustRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> ValidateTrustAsync(ValidateTrustRequest request, CallOptions options)Validates a trust state, that the target domain is reachable, and that the target domain is able to accept incoming trust requests.
| Parameters | |
|---|---|
| Name | Description |
request |
ValidateTrustRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCall<Operation> |
The call object. |
ValidateTrustAsync(ValidateTrustRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> ValidateTrustAsync(ValidateTrustRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Validates a trust state, that the target domain is reachable, and that the target domain is able to accept incoming trust requests.
| Parameters | |
|---|---|
| Name | Description |
request |
ValidateTrustRequestThe 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<Operation> |
The call object. |