A stub to allow clients to do synchronous rpc calls to service Autokey.
Provides interfaces for using Cloud KMS Autokey to provision new
CryptoKeys, ready for Customer Managed
Encryption Key (CMEK) use, on-demand. To support certain client tooling, this
feature is modeled around a KeyHandle
resource: creating a KeyHandle in a resource
project and given location triggers Cloud KMS Autokey to provision a
CryptoKey in the configured key project and
the same location.
Prior to use in a given resource project,
UpdateAutokeyConfig
should have been called on an ancestor folder, setting the key project where
Cloud KMS Autokey should create new
CryptoKeys. See documentation for additional
prerequisites. To check what key project, if any, is currently configured on
a resource project's ancestor folder, see
ShowEffectiveAutokeyConfig.
Inherited Members
io.grpc.stub.AbstractBlockingStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
io.grpc.stub.AbstractBlockingStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.<T>withOption(io.grpc.CallOptions.Key<T>,T)
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.getCallOptions()
io.grpc.stub.AbstractStub.getChannel()
io.grpc.stub.AbstractStub.withCallCredentials(io.grpc.CallCredentials)
io.grpc.stub.AbstractStub.withChannel(io.grpc.Channel)
io.grpc.stub.AbstractStub.withCompression(java.lang.String)
io.grpc.stub.AbstractStub.withDeadline(io.grpc.Deadline)
io.grpc.stub.AbstractStub.withDeadlineAfter(long,java.util.concurrent.TimeUnit)
io.grpc.stub.AbstractStub.withExecutor(java.util.concurrent.Executor)
io.grpc.stub.AbstractStub.withInterceptors(io.grpc.ClientInterceptor...)
io.grpc.stub.AbstractStub.withMaxInboundMessageSize(int)
io.grpc.stub.AbstractStub.withMaxOutboundMessageSize(int)
io.grpc.stub.AbstractStub.withWaitForReady()
Creates a new KeyHandle, triggering the
provisioning of a new CryptoKey for CMEK
use with the given resource type in the configured key project and the same
location. GetOperation should be used to resolve
the resulting long-running operation and get the resulting
KeyHandle and
CryptoKey.