Uses of Class
com.google.cloud.kms.v1.stub.KeyManagementServiceStub
-
Packages that use KeyManagementServiceStub Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) APIcom.google.cloud.kms.v1.stub -
-
Uses of KeyManagementServiceStub in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return KeyManagementServiceStub Modifier and Type Method Description KeyManagementServiceStub
KeyManagementServiceClient. getStub()
Methods in com.google.cloud.kms.v1 with parameters of type KeyManagementServiceStub Modifier and Type Method Description static KeyManagementServiceClient
KeyManagementServiceClient. create(KeyManagementServiceStub stub)
Constructs an instance of KeyManagementServiceClient, using the given stub for making calls.Constructors in com.google.cloud.kms.v1 with parameters of type KeyManagementServiceStub Constructor Description KeyManagementServiceClient(KeyManagementServiceStub stub)
-
Uses of KeyManagementServiceStub in com.google.cloud.kms.v1.stub
Subclasses of KeyManagementServiceStub in com.google.cloud.kms.v1.stub Modifier and Type Class Description class
GrpcKeyManagementServiceStub
gRPC stub implementation for the KeyManagementService service API.class
HttpJsonKeyManagementServiceStub
REST stub implementation for the KeyManagementService service API.Methods in com.google.cloud.kms.v1.stub that return KeyManagementServiceStub Modifier and Type Method Description KeyManagementServiceStub
KeyManagementServiceStubSettings. createStub()
-