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