public sealed class KeyDashboardServiceClientImpl : KeyDashboardServiceClient
Reference 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 | KeyDashboardServiceKeyDashboardServiceClient The underlying gRPC client. |
settings | KeyDashboardServiceSettings The base KeyDashboardServiceSettings used within this client. |
logger | ILogger Optional 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 | ListCryptoKeysRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If 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 | ListCryptoKeysRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerableListCryptoKeysResponseCryptoKey | A pageable asynchronous sequence of CryptoKey resources. |