[BindServiceMethod(typeof(KeyDashboardService), "BindService")]
public abstract class KeyDashboardService.KeyDashboardServiceBaseReference documentation and code samples for the KMS Inventory v1 API class KeyDashboardService.KeyDashboardServiceBase.
Base class for server-side implementations of KeyDashboardService
Namespace
Google.Cloud.Kms.Inventory.V1Assembly
Google.Cloud.Kms.Inventory.V1.dll
Methods
ListCryptoKeys(ListCryptoKeysRequest, ServerCallContext)
public virtual Task<ListCryptoKeysResponse> ListCryptoKeys(ListCryptoKeysRequest request, ServerCallContext context)Returns cryptographic keys managed by Cloud KMS in a given Cloud project. Note that this data is sourced from snapshots, meaning it may not completely reflect the actual state of key metadata at call time.
| Parameters | |
|---|---|
| Name | Description |
request |
ListCryptoKeysRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListCryptoKeysResponse |
The response to send back to the client (wrapped by a task). |