KMS Inventory v1 API - Class KeyDashboardServiceClientImpl (1.3.0)

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.

Inheritance

object > KeyDashboardServiceClient > KeyDashboardServiceClientImpl

Namespace

Google.Cloud.Kms.Inventory.V1

Assembly

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

The underlying gRPC client.

settingsKeyDashboardServiceSettings

The base KeyDashboardServiceSettings used within this client.

loggerILogger

Optional ILogger to use within this client.

Properties

GrpcClient

public override KeyDashboardService.KeyDashboardServiceClient GrpcClient { get; }

The underlying gRPC KeyDashboardService client

Property Value
TypeDescription
KeyDashboardServiceKeyDashboardServiceClient
Overrides

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

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedEnumerableListCryptoKeysResponseCryptoKey

A pageable sequence of CryptoKey resources.

Overrides

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

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedAsyncEnumerableListCryptoKeysResponseCryptoKey

A pageable asynchronous sequence of CryptoKey resources.

Overrides