KMS Inventory v1 API - Class KeyDashboardService.KeyDashboardServiceBase (1.3.0)

[BindServiceMethod(typeof(KeyDashboardService), "BindService")]
public abstract class KeyDashboardService.KeyDashboardServiceBase

Reference documentation and code samples for the KMS Inventory v1 API class KeyDashboardService.KeyDashboardServiceBase.

Base class for server-side implementations of KeyDashboardService

Inheritance

object > KeyDashboardService.KeyDashboardServiceBase

Namespace

Google.Cloud.Kms.Inventory.V1

Assembly

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
NameDescription
requestListCryptoKeysRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskListCryptoKeysResponse

The response to send back to the client (wrapped by a task).