Uses of Class
com.google.cloud.kms.v1.KeyManagementServiceClient
-
Packages that use KeyManagementServiceClient Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) API -
-
Uses of KeyManagementServiceClient in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return KeyManagementServiceClient Modifier and Type Method Description static KeyManagementServiceClient
KeyManagementServiceClient. create()
Constructs an instance of KeyManagementServiceClient with default settings.static KeyManagementServiceClient
KeyManagementServiceClient. create(KeyManagementServiceSettings settings)
Constructs an instance of KeyManagementServiceClient, using the given settings.static KeyManagementServiceClient
KeyManagementServiceClient. create(KeyManagementServiceStub stub)
Constructs an instance of KeyManagementServiceClient, using the given stub for making calls.
-