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<UpdateCryptoKeyRequest> |
UpdateCryptoKeyRequest.getParserForType() |
static MethodDescriptor<UpdateCryptoKeyRequest,CryptoKey> |
KeyManagementServiceGrpc.getUpdateCryptoKeyMethod() |
static Parser<UpdateCryptoKeyRequest> |
UpdateCryptoKeyRequest.parser() |
UnaryCallable<UpdateCryptoKeyRequest,CryptoKey> |
KeyManagementServiceClient.updateCryptoKeyCallable()
Update a [CryptoKey][google.cloud.kms.v1.CryptoKey].
|
UnaryCallSettings<UpdateCryptoKeyRequest,CryptoKey> |
KeyManagementServiceSettings.updateCryptoKeySettings()
Returns the object with the settings used for calls to updateCryptoKey.
|
UnaryCallSettings.Builder<UpdateCryptoKeyRequest,CryptoKey> |
KeyManagementServiceSettings.Builder.updateCryptoKeySettings()
Returns the builder for the settings used for calls to updateCryptoKey.
|
Modifier and Type | Method and Description |
---|---|
UpdateCryptoKeyRequest.Builder |
UpdateCryptoKeyRequest.Builder.mergeFrom(UpdateCryptoKeyRequest other) |
static UpdateCryptoKeyRequest.Builder |
UpdateCryptoKeyRequest.newBuilder(UpdateCryptoKeyRequest prototype) |
CryptoKey |
KeyManagementServiceGrpc.KeyManagementServiceBlockingStub.updateCryptoKey(UpdateCryptoKeyRequest request)
Update a [CryptoKey][google.cloud.kms.v1.CryptoKey].
|
com.google.common.util.concurrent.ListenableFuture<CryptoKey> |
KeyManagementServiceGrpc.KeyManagementServiceFutureStub.updateCryptoKey(UpdateCryptoKeyRequest request)
Update a [CryptoKey][google.cloud.kms.v1.CryptoKey].
|
CryptoKey |
KeyManagementServiceClient.updateCryptoKey(UpdateCryptoKeyRequest request)
Update a [CryptoKey][google.cloud.kms.v1.CryptoKey].
|
void |
KeyManagementServiceGrpc.KeyManagementServiceImplBase.updateCryptoKey(UpdateCryptoKeyRequest request,
StreamObserver<CryptoKey> responseObserver)
Update a [CryptoKey][google.cloud.kms.v1.CryptoKey].
|
void |
KeyManagementServiceGrpc.KeyManagementServiceStub.updateCryptoKey(UpdateCryptoKeyRequest request,
StreamObserver<CryptoKey> responseObserver)
Update a [CryptoKey][google.cloud.kms.v1.CryptoKey].
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<UpdateCryptoKeyRequest,CryptoKey> |
HttpJsonKeyManagementServiceStub.updateCryptoKeyCallable() |
UnaryCallable<UpdateCryptoKeyRequest,CryptoKey> |
KeyManagementServiceStub.updateCryptoKeyCallable() |
UnaryCallable<UpdateCryptoKeyRequest,CryptoKey> |
GrpcKeyManagementServiceStub.updateCryptoKeyCallable() |
UnaryCallSettings<UpdateCryptoKeyRequest,CryptoKey> |
KeyManagementServiceStubSettings.updateCryptoKeySettings()
Returns the object with the settings used for calls to updateCryptoKey.
|
UnaryCallSettings.Builder<UpdateCryptoKeyRequest,CryptoKey> |
KeyManagementServiceStubSettings.Builder.updateCryptoKeySettings()
Returns the builder for the settings used for calls to updateCryptoKey.
|
Copyright © 2022 Google LLC. All rights reserved.