Package | Description |
---|---|
com.google.cloud.kms.v1 |
A client to Cloud Key Management Service (KMS) API
|
com.google.cloud.kms.v1.stub |
Modifier and Type | Method and Description |
---|---|
Parser<UpdateCryptoKeyPrimaryVersionRequest> |
UpdateCryptoKeyPrimaryVersionRequest.getParserForType() |
static MethodDescriptor<UpdateCryptoKeyPrimaryVersionRequest,CryptoKey> |
KeyManagementServiceGrpc.getUpdateCryptoKeyPrimaryVersionMethod() |
static Parser<UpdateCryptoKeyPrimaryVersionRequest> |
UpdateCryptoKeyPrimaryVersionRequest.parser() |
UnaryCallable<UpdateCryptoKeyPrimaryVersionRequest,CryptoKey> |
KeyManagementServiceClient.updateCryptoKeyPrimaryVersionCallable()
Update the version of a [CryptoKey][google.cloud.kms.v1.CryptoKey] that will be used in
[Encrypt][google.cloud.kms.v1.KeyManagementService.Encrypt].
|
UnaryCallSettings<UpdateCryptoKeyPrimaryVersionRequest,CryptoKey> |
KeyManagementServiceSettings.updateCryptoKeyPrimaryVersionSettings()
Returns the object with the settings used for calls to updateCryptoKeyPrimaryVersion.
|
UnaryCallSettings.Builder<UpdateCryptoKeyPrimaryVersionRequest,CryptoKey> |
KeyManagementServiceSettings.Builder.updateCryptoKeyPrimaryVersionSettings()
Returns the builder for the settings used for calls to updateCryptoKeyPrimaryVersion.
|
Modifier and Type | Method and Description |
---|---|
UpdateCryptoKeyPrimaryVersionRequest.Builder |
UpdateCryptoKeyPrimaryVersionRequest.Builder.mergeFrom(UpdateCryptoKeyPrimaryVersionRequest other) |
static UpdateCryptoKeyPrimaryVersionRequest.Builder |
UpdateCryptoKeyPrimaryVersionRequest.newBuilder(UpdateCryptoKeyPrimaryVersionRequest prototype) |
CryptoKey |
KeyManagementServiceGrpc.KeyManagementServiceBlockingStub.updateCryptoKeyPrimaryVersion(UpdateCryptoKeyPrimaryVersionRequest request)
Update the version of a [CryptoKey][google.cloud.kms.v1.CryptoKey] that
will be used in
[Encrypt][google.cloud.kms.v1.KeyManagementService.Encrypt].
|
com.google.common.util.concurrent.ListenableFuture<CryptoKey> |
KeyManagementServiceGrpc.KeyManagementServiceFutureStub.updateCryptoKeyPrimaryVersion(UpdateCryptoKeyPrimaryVersionRequest request)
Update the version of a [CryptoKey][google.cloud.kms.v1.CryptoKey] that
will be used in
[Encrypt][google.cloud.kms.v1.KeyManagementService.Encrypt].
|
CryptoKey |
KeyManagementServiceClient.updateCryptoKeyPrimaryVersion(UpdateCryptoKeyPrimaryVersionRequest request)
Update the version of a [CryptoKey][google.cloud.kms.v1.CryptoKey] that will be used in
[Encrypt][google.cloud.kms.v1.KeyManagementService.Encrypt].
|
void |
KeyManagementServiceGrpc.KeyManagementServiceImplBase.updateCryptoKeyPrimaryVersion(UpdateCryptoKeyPrimaryVersionRequest request,
StreamObserver<CryptoKey> responseObserver)
Update the version of a [CryptoKey][google.cloud.kms.v1.CryptoKey] that
will be used in
[Encrypt][google.cloud.kms.v1.KeyManagementService.Encrypt].
|
void |
KeyManagementServiceGrpc.KeyManagementServiceStub.updateCryptoKeyPrimaryVersion(UpdateCryptoKeyPrimaryVersionRequest request,
StreamObserver<CryptoKey> responseObserver)
Update the version of a [CryptoKey][google.cloud.kms.v1.CryptoKey] that
will be used in
[Encrypt][google.cloud.kms.v1.KeyManagementService.Encrypt].
|
Copyright © 2022 Google LLC. All rights reserved.