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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides reference documentation for the `KeyDashboardService.KeyDashboardServiceBase` class within the KMS Inventory v1 API."],["The `KeyDashboardService.KeyDashboardServiceBase` class is a base for server-side implementations of the `KeyDashboardService` and inherits from the `object` class."],["The latest version of the API is 1.4.0, with other available versions including 1.3.0, 1.2.0, 1.1.0, and 1.0.0, all of which are also documented."],["The `ListCryptoKeys` method within this class allows for retrieving a list of cryptographic keys managed by Cloud KMS in a specified project, with the data being sourced from snapshots."],["The `ListCryptoKeys` method takes a `ListCryptoKeysRequest` and a `ServerCallContext` as parameters, and it returns a `Task` containing a `ListCryptoKeysResponse`."]]],[]]