Uses of Class
com.google.cloud.kms.v1.UpdateCryptoKeyRequest
-
Packages that use UpdateCryptoKeyRequest Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) APIcom.google.cloud.kms.v1.stub -
-
Uses of UpdateCryptoKeyRequest in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return UpdateCryptoKeyRequest Modifier and Type Method Description UpdateCryptoKeyRequestUpdateCryptoKeyRequest.Builder. build()UpdateCryptoKeyRequestUpdateCryptoKeyRequest.Builder. buildPartial()static UpdateCryptoKeyRequestUpdateCryptoKeyRequest. getDefaultInstance()UpdateCryptoKeyRequestUpdateCryptoKeyRequest.Builder. getDefaultInstanceForType()UpdateCryptoKeyRequestUpdateCryptoKeyRequest. getDefaultInstanceForType()static UpdateCryptoKeyRequestUpdateCryptoKeyRequest. parseDelimitedFrom(InputStream input)static UpdateCryptoKeyRequestUpdateCryptoKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateCryptoKeyRequestUpdateCryptoKeyRequest. parseFrom(byte[] data)static UpdateCryptoKeyRequestUpdateCryptoKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateCryptoKeyRequestUpdateCryptoKeyRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateCryptoKeyRequestUpdateCryptoKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateCryptoKeyRequestUpdateCryptoKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateCryptoKeyRequestUpdateCryptoKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateCryptoKeyRequestUpdateCryptoKeyRequest. parseFrom(InputStream input)static UpdateCryptoKeyRequestUpdateCryptoKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateCryptoKeyRequestUpdateCryptoKeyRequest. parseFrom(ByteBuffer data)static UpdateCryptoKeyRequestUpdateCryptoKeyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.kms.v1 that return types with arguments of type UpdateCryptoKeyRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateCryptoKeyRequest>UpdateCryptoKeyRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateCryptoKeyRequest,CryptoKey>KeyManagementServiceGrpc. getUpdateCryptoKeyMethod()static com.google.protobuf.Parser<UpdateCryptoKeyRequest>UpdateCryptoKeyRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateCryptoKeyRequest,CryptoKey>KeyManagementServiceClient. updateCryptoKeyCallable()Update a [CryptoKey][google.cloud.kms.v1.CryptoKey].com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateCryptoKeyRequest,CryptoKey>KeyManagementServiceSettings.Builder. updateCryptoKeySettings()Returns the builder for the settings used for calls to updateCryptoKey.com.google.api.gax.rpc.UnaryCallSettings<UpdateCryptoKeyRequest,CryptoKey>KeyManagementServiceSettings. updateCryptoKeySettings()Returns the object with the settings used for calls to updateCryptoKey.Methods in com.google.cloud.kms.v1 with parameters of type UpdateCryptoKeyRequest Modifier and Type Method Description UpdateCryptoKeyRequest.BuilderUpdateCryptoKeyRequest.Builder. mergeFrom(UpdateCryptoKeyRequest other)static UpdateCryptoKeyRequest.BuilderUpdateCryptoKeyRequest. newBuilder(UpdateCryptoKeyRequest prototype)CryptoKeyKeyManagementServiceClient. updateCryptoKey(UpdateCryptoKeyRequest request)Update a [CryptoKey][google.cloud.kms.v1.CryptoKey].default voidKeyManagementServiceGrpc.AsyncService. updateCryptoKey(UpdateCryptoKeyRequest request, io.grpc.stub.StreamObserver<CryptoKey> responseObserver)Update a [CryptoKey][google.cloud.kms.v1.CryptoKey].CryptoKeyKeyManagementServiceGrpc.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].voidKeyManagementServiceGrpc.KeyManagementServiceStub. updateCryptoKey(UpdateCryptoKeyRequest request, io.grpc.stub.StreamObserver<CryptoKey> responseObserver)Update a [CryptoKey][google.cloud.kms.v1.CryptoKey]. -
Uses of UpdateCryptoKeyRequest in com.google.cloud.kms.v1.stub
Methods in com.google.cloud.kms.v1.stub that return types with arguments of type UpdateCryptoKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateCryptoKeyRequest,CryptoKey>GrpcKeyManagementServiceStub. updateCryptoKeyCallable()com.google.api.gax.rpc.UnaryCallable<UpdateCryptoKeyRequest,CryptoKey>HttpJsonKeyManagementServiceStub. updateCryptoKeyCallable()com.google.api.gax.rpc.UnaryCallable<UpdateCryptoKeyRequest,CryptoKey>KeyManagementServiceStub. updateCryptoKeyCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateCryptoKeyRequest,CryptoKey>KeyManagementServiceStubSettings.Builder. updateCryptoKeySettings()Returns the builder for the settings used for calls to updateCryptoKey.com.google.api.gax.rpc.UnaryCallSettings<UpdateCryptoKeyRequest,CryptoKey>KeyManagementServiceStubSettings. updateCryptoKeySettings()Returns the object with the settings used for calls to updateCryptoKey.
-