@Generated(value="by gapic-generator-java") public abstract class KeyManagementServiceStub extends Object implements BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
Constructor and Description |
---|
KeyManagementServiceStub() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
public UnaryCallable<ListKeyRingsRequest,KeyManagementServiceClient.ListKeyRingsPagedResponse> listKeyRingsPagedCallable()
public UnaryCallable<ListKeyRingsRequest,ListKeyRingsResponse> listKeyRingsCallable()
public UnaryCallable<ListCryptoKeysRequest,KeyManagementServiceClient.ListCryptoKeysPagedResponse> listCryptoKeysPagedCallable()
public UnaryCallable<ListCryptoKeysRequest,ListCryptoKeysResponse> listCryptoKeysCallable()
public UnaryCallable<ListCryptoKeyVersionsRequest,KeyManagementServiceClient.ListCryptoKeyVersionsPagedResponse> listCryptoKeyVersionsPagedCallable()
public UnaryCallable<ListCryptoKeyVersionsRequest,ListCryptoKeyVersionsResponse> listCryptoKeyVersionsCallable()
public UnaryCallable<ListImportJobsRequest,KeyManagementServiceClient.ListImportJobsPagedResponse> listImportJobsPagedCallable()
public UnaryCallable<ListImportJobsRequest,ListImportJobsResponse> listImportJobsCallable()
public UnaryCallable<GetKeyRingRequest,KeyRing> getKeyRingCallable()
public UnaryCallable<GetCryptoKeyRequest,CryptoKey> getCryptoKeyCallable()
public UnaryCallable<GetCryptoKeyVersionRequest,CryptoKeyVersion> getCryptoKeyVersionCallable()
public UnaryCallable<GetPublicKeyRequest,PublicKey> getPublicKeyCallable()
public UnaryCallable<GetImportJobRequest,ImportJob> getImportJobCallable()
public UnaryCallable<CreateKeyRingRequest,KeyRing> createKeyRingCallable()
public UnaryCallable<CreateCryptoKeyRequest,CryptoKey> createCryptoKeyCallable()
public UnaryCallable<CreateCryptoKeyVersionRequest,CryptoKeyVersion> createCryptoKeyVersionCallable()
public UnaryCallable<ImportCryptoKeyVersionRequest,CryptoKeyVersion> importCryptoKeyVersionCallable()
public UnaryCallable<CreateImportJobRequest,ImportJob> createImportJobCallable()
public UnaryCallable<UpdateCryptoKeyRequest,CryptoKey> updateCryptoKeyCallable()
public UnaryCallable<UpdateCryptoKeyVersionRequest,CryptoKeyVersion> updateCryptoKeyVersionCallable()
public UnaryCallable<UpdateCryptoKeyPrimaryVersionRequest,CryptoKey> updateCryptoKeyPrimaryVersionCallable()
public UnaryCallable<DestroyCryptoKeyVersionRequest,CryptoKeyVersion> destroyCryptoKeyVersionCallable()
public UnaryCallable<RestoreCryptoKeyVersionRequest,CryptoKeyVersion> restoreCryptoKeyVersionCallable()
public UnaryCallable<EncryptRequest,EncryptResponse> encryptCallable()
public UnaryCallable<DecryptRequest,DecryptResponse> decryptCallable()
public UnaryCallable<AsymmetricSignRequest,AsymmetricSignResponse> asymmetricSignCallable()
public UnaryCallable<AsymmetricDecryptRequest,AsymmetricDecryptResponse> asymmetricDecryptCallable()
public UnaryCallable<MacSignRequest,MacSignResponse> macSignCallable()
public UnaryCallable<MacVerifyRequest,MacVerifyResponse> macVerifyCallable()
public UnaryCallable<GenerateRandomBytesRequest,GenerateRandomBytesResponse> generateRandomBytesCallable()
public UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
public UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicyCallable()
public UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
public abstract void close()
close
in interface AutoCloseable
Copyright © 2022 Google LLC. All rights reserved.