Uses of Class
com.google.cloud.kms.inventory.v1.KeyTrackingServiceClient
-
Packages that use KeyTrackingServiceClient Package Description com.google.cloud.kms.inventory.v1 A client to KMS Inventory API -
-
Uses of KeyTrackingServiceClient in com.google.cloud.kms.inventory.v1
Methods in com.google.cloud.kms.inventory.v1 that return KeyTrackingServiceClient Modifier and Type Method Description static KeyTrackingServiceClient
KeyTrackingServiceClient. create()
Constructs an instance of KeyTrackingServiceClient with default settings.static KeyTrackingServiceClient
KeyTrackingServiceClient. create(KeyTrackingServiceSettings settings)
Constructs an instance of KeyTrackingServiceClient, using the given settings.static KeyTrackingServiceClient
KeyTrackingServiceClient. create(KeyTrackingServiceStub stub)
Constructs an instance of KeyTrackingServiceClient, using the given stub for making calls.
-