public abstract class KeyManagementServiceStub implements BackgroundResource
Base stub class for the KeyManagementService service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
KeyManagementServiceStub()
public KeyManagementServiceStub()
Methods
asymmetricDecryptCallable()
public UnaryCallable<AsymmetricDecryptRequest,AsymmetricDecryptResponse> asymmetricDecryptCallable()
Returns
asymmetricSignCallable()
public UnaryCallable<AsymmetricSignRequest,AsymmetricSignResponse> asymmetricSignCallable()
Returns
close()
public abstract void close()
createCryptoKeyCallable()
public UnaryCallable<CreateCryptoKeyRequest,CryptoKey> createCryptoKeyCallable()
Returns
createCryptoKeyVersionCallable()
public UnaryCallable<CreateCryptoKeyVersionRequest,CryptoKeyVersion> createCryptoKeyVersionCallable()
Returns
createImportJobCallable()
public UnaryCallable<CreateImportJobRequest,ImportJob> createImportJobCallable()
Returns
createKeyRingCallable()
public UnaryCallable<CreateKeyRingRequest,KeyRing> createKeyRingCallable()
Returns
decryptCallable()
public UnaryCallable<DecryptRequest,DecryptResponse> decryptCallable()
Returns
destroyCryptoKeyVersionCallable()
public UnaryCallable<DestroyCryptoKeyVersionRequest,CryptoKeyVersion> destroyCryptoKeyVersionCallable()
Returns
encryptCallable()
public UnaryCallable<EncryptRequest,EncryptResponse> encryptCallable()
Returns
generateRandomBytesCallable()
public UnaryCallable<GenerateRandomBytesRequest,GenerateRandomBytesResponse> generateRandomBytesCallable()
Returns
getCryptoKeyCallable()
public UnaryCallable<GetCryptoKeyRequest,CryptoKey> getCryptoKeyCallable()
Returns
getCryptoKeyVersionCallable()
public UnaryCallable<GetCryptoKeyVersionRequest,CryptoKeyVersion> getCryptoKeyVersionCallable()
Returns
getIamPolicyCallable()
public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
Type | Description |
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> | |
getImportJobCallable()
public UnaryCallable<GetImportJobRequest,ImportJob> getImportJobCallable()
Returns
getKeyRingCallable()
public UnaryCallable<GetKeyRingRequest,KeyRing> getKeyRingCallable()
Returns
getLocationCallable()
public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type | Description |
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> | |
getPublicKeyCallable()
public UnaryCallable<GetPublicKeyRequest,PublicKey> getPublicKeyCallable()
Returns
importCryptoKeyVersionCallable()
public UnaryCallable<ImportCryptoKeyVersionRequest,CryptoKeyVersion> importCryptoKeyVersionCallable()
Returns
listCryptoKeyVersionsCallable()
public UnaryCallable<ListCryptoKeyVersionsRequest,ListCryptoKeyVersionsResponse> listCryptoKeyVersionsCallable()
Returns
listCryptoKeyVersionsPagedCallable()
public UnaryCallable<ListCryptoKeyVersionsRequest,KeyManagementServiceClient.ListCryptoKeyVersionsPagedResponse> listCryptoKeyVersionsPagedCallable()
Returns
listCryptoKeysCallable()
public UnaryCallable<ListCryptoKeysRequest,ListCryptoKeysResponse> listCryptoKeysCallable()
Returns
listCryptoKeysPagedCallable()
public UnaryCallable<ListCryptoKeysRequest,KeyManagementServiceClient.ListCryptoKeysPagedResponse> listCryptoKeysPagedCallable()
Returns
listImportJobsCallable()
public UnaryCallable<ListImportJobsRequest,ListImportJobsResponse> listImportJobsCallable()
Returns
listImportJobsPagedCallable()
public UnaryCallable<ListImportJobsRequest,KeyManagementServiceClient.ListImportJobsPagedResponse> listImportJobsPagedCallable()
Returns
listKeyRingsCallable()
public UnaryCallable<ListKeyRingsRequest,ListKeyRingsResponse> listKeyRingsCallable()
Returns
listKeyRingsPagedCallable()
public UnaryCallable<ListKeyRingsRequest,KeyManagementServiceClient.ListKeyRingsPagedResponse> listKeyRingsPagedCallable()
Returns
listLocationsCallable()
public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
Type | Description |
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> | |
listLocationsPagedCallable()
public UnaryCallable<ListLocationsRequest,KeyManagementServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
macSignCallable()
public UnaryCallable<MacSignRequest,MacSignResponse> macSignCallable()
Returns
macVerifyCallable()
public UnaryCallable<MacVerifyRequest,MacVerifyResponse> macVerifyCallable()
Returns
restoreCryptoKeyVersionCallable()
public UnaryCallable<RestoreCryptoKeyVersionRequest,CryptoKeyVersion> restoreCryptoKeyVersionCallable()
Returns
setIamPolicyCallable()
public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
Type | Description |
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> | |
testIamPermissionsCallable()
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
Type | Description |
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> | |
updateCryptoKeyCallable()
public UnaryCallable<UpdateCryptoKeyRequest,CryptoKey> updateCryptoKeyCallable()
Returns
updateCryptoKeyPrimaryVersionCallable()
public UnaryCallable<UpdateCryptoKeyPrimaryVersionRequest,CryptoKey> updateCryptoKeyPrimaryVersionCallable()
Returns
updateCryptoKeyVersionCallable()
public UnaryCallable<UpdateCryptoKeyVersionRequest,CryptoKeyVersion> updateCryptoKeyVersionCallable()
Returns