Uses of Class
com.google.cloud.kms.v1.KeyManagementServiceSettings
-
Packages that use KeyManagementServiceSettings Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) API -
-
Uses of KeyManagementServiceSettings in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return KeyManagementServiceSettings Modifier and Type Method Description KeyManagementServiceSettings
KeyManagementServiceSettings.Builder. build()
static KeyManagementServiceSettings
KeyManagementServiceSettings. create(KeyManagementServiceStubSettings stub)
KeyManagementServiceSettings
KeyManagementServiceClient. getSettings()
Methods in com.google.cloud.kms.v1 with parameters of type KeyManagementServiceSettings Modifier and Type Method Description static KeyManagementServiceClient
KeyManagementServiceClient. create(KeyManagementServiceSettings settings)
Constructs an instance of KeyManagementServiceClient, using the given settings.Constructors in com.google.cloud.kms.v1 with parameters of type KeyManagementServiceSettings Constructor Description Builder(KeyManagementServiceSettings settings)
KeyManagementServiceClient(KeyManagementServiceSettings settings)
Constructs an instance of KeyManagementServiceClient, using the given settings.
-