public class EkmService.EkmServiceClient : ClientBase<EkmService.EkmServiceClient>Reference documentation and code samples for the Google Cloud Key Management Service v1 API class EkmService.EkmServiceClient.
Client for EkmService
Inheritance
object > ClientBase > ClientBaseEkmServiceEkmServiceClient > EkmService.EkmServiceClientNamespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Constructors
EkmServiceClient()
protected EkmServiceClient()Protected parameterless constructor to allow creation of test doubles.
EkmServiceClient(CallInvoker)
public EkmServiceClient(CallInvoker callInvoker)Creates a new client for EkmService that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description |
callInvoker |
CallInvokerThe callInvoker to use to make remote calls. |
EkmServiceClient(ChannelBase)
public EkmServiceClient(ChannelBase channel)Creates a new client for EkmService
| Parameter | |
|---|---|
| Name | Description |
channel |
ChannelBaseThe channel to use to make remote calls. |
EkmServiceClient(ClientBaseConfiguration)
protected EkmServiceClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfigurationThe client configuration. |
Methods
CreateEkmConnection(CreateEkmConnectionRequest, CallOptions)
public virtual EkmConnection CreateEkmConnection(CreateEkmConnectionRequest request, CallOptions options)Creates a new [EkmConnection][google.cloud.kms.v1.EkmConnection] in a given Project and Location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEkmConnectionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
EkmConnection |
The response received from the server. |
CreateEkmConnection(CreateEkmConnectionRequest, Metadata, DateTime?, CancellationToken)
public virtual EkmConnection CreateEkmConnection(CreateEkmConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new [EkmConnection][google.cloud.kms.v1.EkmConnection] in a given Project and Location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEkmConnectionRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn 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 |
EkmConnection |
The response received from the server. |
CreateEkmConnectionAsync(CreateEkmConnectionRequest, CallOptions)
public virtual AsyncUnaryCall<EkmConnection> CreateEkmConnectionAsync(CreateEkmConnectionRequest request, CallOptions options)Creates a new [EkmConnection][google.cloud.kms.v1.EkmConnection] in a given Project and Location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEkmConnectionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEkmConnection |
The call object. |
CreateEkmConnectionAsync(CreateEkmConnectionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<EkmConnection> CreateEkmConnectionAsync(CreateEkmConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a new [EkmConnection][google.cloud.kms.v1.EkmConnection] in a given Project and Location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEkmConnectionRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn 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 |
AsyncUnaryCallEkmConnection |
The call object. |
CreateIAMPolicyClient()
public virtual IAMPolicy.IAMPolicyClient CreateIAMPolicyClient()Creates a new instance of IAMPolicy.IAMPolicyClient using the same call invoker as this client.
| Returns | |
|---|---|
| Type | Description |
IAMPolicyIAMPolicyClient |
A new IAMPolicy.IAMPolicyClient for the same target as this client. |
CreateLocationsClient()
public virtual Locations.LocationsClient CreateLocationsClient()Creates a new instance of Locations.LocationsClient using the same call invoker as this client.
| Returns | |
|---|---|
| Type | Description |
LocationsLocationsClient |
A new Locations.LocationsClient for the same target as this client. |
GetEkmConfig(GetEkmConfigRequest, CallOptions)
public virtual EkmConfig GetEkmConfig(GetEkmConfigRequest request, CallOptions options)Returns the [EkmConfig][google.cloud.kms.v1.EkmConfig] singleton resource for a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEkmConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
EkmConfig |
The response received from the server. |
GetEkmConfig(GetEkmConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual EkmConfig GetEkmConfig(GetEkmConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Returns the [EkmConfig][google.cloud.kms.v1.EkmConfig] singleton resource for a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEkmConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn 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 |
EkmConfig |
The response received from the server. |
GetEkmConfigAsync(GetEkmConfigRequest, CallOptions)
public virtual AsyncUnaryCall<EkmConfig> GetEkmConfigAsync(GetEkmConfigRequest request, CallOptions options)Returns the [EkmConfig][google.cloud.kms.v1.EkmConfig] singleton resource for a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEkmConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEkmConfig |
The call object. |
GetEkmConfigAsync(GetEkmConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<EkmConfig> GetEkmConfigAsync(GetEkmConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Returns the [EkmConfig][google.cloud.kms.v1.EkmConfig] singleton resource for a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEkmConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn 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 |
AsyncUnaryCallEkmConfig |
The call object. |
GetEkmConnection(GetEkmConnectionRequest, CallOptions)
public virtual EkmConnection GetEkmConnection(GetEkmConnectionRequest request, CallOptions options)Returns metadata for a given [EkmConnection][google.cloud.kms.v1.EkmConnection].
| Parameters | |
|---|---|
| Name | Description |
request |
GetEkmConnectionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
EkmConnection |
The response received from the server. |
GetEkmConnection(GetEkmConnectionRequest, Metadata, DateTime?, CancellationToken)
public virtual EkmConnection GetEkmConnection(GetEkmConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Returns metadata for a given [EkmConnection][google.cloud.kms.v1.EkmConnection].
| Parameters | |
|---|---|
| Name | Description |
request |
GetEkmConnectionRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn 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 |
EkmConnection |
The response received from the server. |
GetEkmConnectionAsync(GetEkmConnectionRequest, CallOptions)
public virtual AsyncUnaryCall<EkmConnection> GetEkmConnectionAsync(GetEkmConnectionRequest request, CallOptions options)Returns metadata for a given [EkmConnection][google.cloud.kms.v1.EkmConnection].
| Parameters | |
|---|---|
| Name | Description |
request |
GetEkmConnectionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEkmConnection |
The call object. |
GetEkmConnectionAsync(GetEkmConnectionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<EkmConnection> GetEkmConnectionAsync(GetEkmConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Returns metadata for a given [EkmConnection][google.cloud.kms.v1.EkmConnection].
| Parameters | |
|---|---|
| Name | Description |
request |
GetEkmConnectionRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn 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 |
AsyncUnaryCallEkmConnection |
The call object. |
ListEkmConnections(ListEkmConnectionsRequest, CallOptions)
public virtual ListEkmConnectionsResponse ListEkmConnections(ListEkmConnectionsRequest request, CallOptions options)Lists [EkmConnections][google.cloud.kms.v1.EkmConnection].
| Parameters | |
|---|---|
| Name | Description |
request |
ListEkmConnectionsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListEkmConnectionsResponse |
The response received from the server. |
ListEkmConnections(ListEkmConnectionsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListEkmConnectionsResponse ListEkmConnections(ListEkmConnectionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists [EkmConnections][google.cloud.kms.v1.EkmConnection].
| Parameters | |
|---|---|
| Name | Description |
request |
ListEkmConnectionsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn 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 |
ListEkmConnectionsResponse |
The response received from the server. |
ListEkmConnectionsAsync(ListEkmConnectionsRequest, CallOptions)
public virtual AsyncUnaryCall<ListEkmConnectionsResponse> ListEkmConnectionsAsync(ListEkmConnectionsRequest request, CallOptions options)Lists [EkmConnections][google.cloud.kms.v1.EkmConnection].
| Parameters | |
|---|---|
| Name | Description |
request |
ListEkmConnectionsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListEkmConnectionsResponse |
The call object. |
ListEkmConnectionsAsync(ListEkmConnectionsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListEkmConnectionsResponse> ListEkmConnectionsAsync(ListEkmConnectionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists [EkmConnections][google.cloud.kms.v1.EkmConnection].
| Parameters | |
|---|---|
| Name | Description |
request |
ListEkmConnectionsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn 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 |
AsyncUnaryCallListEkmConnectionsResponse |
The call object. |
NewInstance(ClientBaseConfiguration)
protected override EkmService.EkmServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfiguration |
| Returns | |
|---|---|
| Type | Description |
EkmServiceEkmServiceClient |
|
UpdateEkmConfig(UpdateEkmConfigRequest, CallOptions)
public virtual EkmConfig UpdateEkmConfig(UpdateEkmConfigRequest request, CallOptions options)Updates the [EkmConfig][google.cloud.kms.v1.EkmConfig] singleton resource for a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEkmConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
EkmConfig |
The response received from the server. |
UpdateEkmConfig(UpdateEkmConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual EkmConfig UpdateEkmConfig(UpdateEkmConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the [EkmConfig][google.cloud.kms.v1.EkmConfig] singleton resource for a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEkmConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn 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 |
EkmConfig |
The response received from the server. |
UpdateEkmConfigAsync(UpdateEkmConfigRequest, CallOptions)
public virtual AsyncUnaryCall<EkmConfig> UpdateEkmConfigAsync(UpdateEkmConfigRequest request, CallOptions options)Updates the [EkmConfig][google.cloud.kms.v1.EkmConfig] singleton resource for a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEkmConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEkmConfig |
The call object. |
UpdateEkmConfigAsync(UpdateEkmConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<EkmConfig> UpdateEkmConfigAsync(UpdateEkmConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the [EkmConfig][google.cloud.kms.v1.EkmConfig] singleton resource for a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEkmConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn 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 |
AsyncUnaryCallEkmConfig |
The call object. |
UpdateEkmConnection(UpdateEkmConnectionRequest, CallOptions)
public virtual EkmConnection UpdateEkmConnection(UpdateEkmConnectionRequest request, CallOptions options)Updates an [EkmConnection][google.cloud.kms.v1.EkmConnection]'s metadata.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEkmConnectionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
EkmConnection |
The response received from the server. |
UpdateEkmConnection(UpdateEkmConnectionRequest, Metadata, DateTime?, CancellationToken)
public virtual EkmConnection UpdateEkmConnection(UpdateEkmConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates an [EkmConnection][google.cloud.kms.v1.EkmConnection]'s metadata.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEkmConnectionRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn 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 |
EkmConnection |
The response received from the server. |
UpdateEkmConnectionAsync(UpdateEkmConnectionRequest, CallOptions)
public virtual AsyncUnaryCall<EkmConnection> UpdateEkmConnectionAsync(UpdateEkmConnectionRequest request, CallOptions options)Updates an [EkmConnection][google.cloud.kms.v1.EkmConnection]'s metadata.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEkmConnectionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEkmConnection |
The call object. |
UpdateEkmConnectionAsync(UpdateEkmConnectionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<EkmConnection> UpdateEkmConnectionAsync(UpdateEkmConnectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates an [EkmConnection][google.cloud.kms.v1.EkmConnection]'s metadata.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEkmConnectionRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn 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 |
AsyncUnaryCallEkmConnection |
The call object. |
VerifyConnectivity(VerifyConnectivityRequest, CallOptions)
public virtual VerifyConnectivityResponse VerifyConnectivity(VerifyConnectivityRequest request, CallOptions options)Verifies that Cloud KMS can successfully connect to the external key manager specified by an [EkmConnection][google.cloud.kms.v1.EkmConnection]. If there is an error connecting to the EKM, this method returns a FAILED_PRECONDITION status containing structured information as described at https://cloud.google.com/kms/docs/reference/ekm_errors.
| Parameters | |
|---|---|
| Name | Description |
request |
VerifyConnectivityRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
VerifyConnectivityResponse |
The response received from the server. |
VerifyConnectivity(VerifyConnectivityRequest, Metadata, DateTime?, CancellationToken)
public virtual VerifyConnectivityResponse VerifyConnectivity(VerifyConnectivityRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Verifies that Cloud KMS can successfully connect to the external key manager specified by an [EkmConnection][google.cloud.kms.v1.EkmConnection]. If there is an error connecting to the EKM, this method returns a FAILED_PRECONDITION status containing structured information as described at https://cloud.google.com/kms/docs/reference/ekm_errors.
| Parameters | |
|---|---|
| Name | Description |
request |
VerifyConnectivityRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn 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 |
VerifyConnectivityResponse |
The response received from the server. |
VerifyConnectivityAsync(VerifyConnectivityRequest, CallOptions)
public virtual AsyncUnaryCall<VerifyConnectivityResponse> VerifyConnectivityAsync(VerifyConnectivityRequest request, CallOptions options)Verifies that Cloud KMS can successfully connect to the external key manager specified by an [EkmConnection][google.cloud.kms.v1.EkmConnection]. If there is an error connecting to the EKM, this method returns a FAILED_PRECONDITION status containing structured information as described at https://cloud.google.com/kms/docs/reference/ekm_errors.
| Parameters | |
|---|---|
| Name | Description |
request |
VerifyConnectivityRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallVerifyConnectivityResponse |
The call object. |
VerifyConnectivityAsync(VerifyConnectivityRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<VerifyConnectivityResponse> VerifyConnectivityAsync(VerifyConnectivityRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Verifies that Cloud KMS can successfully connect to the external key manager specified by an [EkmConnection][google.cloud.kms.v1.EkmConnection]. If there is an error connecting to the EKM, this method returns a FAILED_PRECONDITION status containing structured information as described at https://cloud.google.com/kms/docs/reference/ekm_errors.
| Parameters | |
|---|---|
| Name | Description |
request |
VerifyConnectivityRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn 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 |
AsyncUnaryCallVerifyConnectivityResponse |
The call object. |