public sealed class KeyDashboardServiceClientImpl : KeyDashboardServiceClientReference documentation and code samples for the KMS Inventory v1 API class KeyDashboardServiceClientImpl.
KeyDashboardService client wrapper implementation, for convenient use.
Namespace
Google.Cloud.Kms.Inventory.V1Assembly
Google.Cloud.Kms.Inventory.V1.dll
Remarks
Provides a cross-region view of all Cloud KMS keys in a given Cloud project.
Constructors
KeyDashboardServiceClientImpl(KeyDashboardServiceClient, KeyDashboardServiceSettings, ILogger)
public KeyDashboardServiceClientImpl(KeyDashboardService.KeyDashboardServiceClient grpcClient, KeyDashboardServiceSettings settings, ILogger logger)Constructs a client wrapper for the KeyDashboardService service, with the specified gRPC client and settings.
| Parameters | |
|---|---|
| Name | Description |
grpcClient |
KeyDashboardServiceKeyDashboardServiceClientThe underlying gRPC client. |
settings |
KeyDashboardServiceSettingsThe base KeyDashboardServiceSettings used within this client. |
logger |
ILoggerOptional ILogger to use within this client. |
Properties
GrpcClient
public override KeyDashboardService.KeyDashboardServiceClient GrpcClient { get; }The underlying gRPC KeyDashboardService client
| Property Value | |
|---|---|
| Type | Description |
KeyDashboardServiceKeyDashboardServiceClient |
|
Methods
ListCryptoKeys(ListCryptoKeysRequest, CallSettings)
public override PagedEnumerable<ListCryptoKeysResponse, CryptoKey> ListCryptoKeys(ListCryptoKeysRequest request, CallSettings callSettings = null)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 object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListCryptoKeysResponseCryptoKey |
A pageable sequence of CryptoKey resources. |
ListCryptoKeysAsync(ListCryptoKeysRequest, CallSettings)
public override PagedAsyncEnumerable<ListCryptoKeysResponse, CryptoKey> ListCryptoKeysAsync(ListCryptoKeysRequest request, CallSettings callSettings = null)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 object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListCryptoKeysResponseCryptoKey |
A pageable asynchronous sequence of CryptoKey resources. |