Cloud Dataplex v1 API - Class CmekService.CmekServiceBase (3.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
[BindServiceMethod(typeof(CmekService), "BindService")]
public abstract class CmekService.CmekServiceBaseReference documentation and code samples for the Cloud Dataplex v1 API class CmekService.CmekServiceBase.
Base class for server-side implementations of CmekService
Namespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Methods
CreateEncryptionConfig(CreateEncryptionConfigRequest, ServerCallContext)
public virtual Task<Operation> CreateEncryptionConfig(CreateEncryptionConfigRequest request, ServerCallContext context)Create an EncryptionConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEncryptionConfigRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task Operation |
The response to send back to the client (wrapped by a task). |
DeleteEncryptionConfig(DeleteEncryptionConfigRequest, ServerCallContext)
public virtual Task<Operation> DeleteEncryptionConfig(DeleteEncryptionConfigRequest request, ServerCallContext context)Delete an EncryptionConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEncryptionConfigRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task Operation |
The response to send back to the client (wrapped by a task). |
GetEncryptionConfig(GetEncryptionConfigRequest, ServerCallContext)
public virtual Task<EncryptionConfig> GetEncryptionConfig(GetEncryptionConfigRequest request, ServerCallContext context)Get an EncryptionConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEncryptionConfigRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task EncryptionConfig |
The response to send back to the client (wrapped by a task). |
ListEncryptionConfigs(ListEncryptionConfigsRequest, ServerCallContext)
public virtual Task<ListEncryptionConfigsResponse> ListEncryptionConfigs(ListEncryptionConfigsRequest request, ServerCallContext context)List EncryptionConfigs.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEncryptionConfigsRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task ListEncryptionConfigsResponse |
The response to send back to the client (wrapped by a task). |
UpdateEncryptionConfig(UpdateEncryptionConfigRequest, ServerCallContext)
public virtual Task<Operation> UpdateEncryptionConfig(UpdateEncryptionConfigRequest request, ServerCallContext context)Update an EncryptionConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEncryptionConfigRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task Operation |
The response to send back to the client (wrapped by a task). |