Class AutokeyGrpc.AutokeyFutureStub (2.62.0)

public static final class AutokeyGrpc.AutokeyFutureStub extends AbstractFutureStub<AutokeyGrpc.AutokeyFutureStub>

A stub to allow clients to do ListenableFuture-style 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.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > AutokeyGrpc.AutokeyFutureStub

Methods

build(Channel channel, CallOptions callOptions)

protected AutokeyGrpc.AutokeyFutureStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
AutokeyGrpc.AutokeyFutureStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

createKeyHandle(CreateKeyHandleRequest request)

public ListenableFuture<Operation> createKeyHandle(CreateKeyHandleRequest request)

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.

Parameter
NameDescription
requestCreateKeyHandleRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<Operation>

getKeyHandle(GetKeyHandleRequest request)

public ListenableFuture<KeyHandle> getKeyHandle(GetKeyHandleRequest request)

Returns the KeyHandle.

Parameter
NameDescription
requestGetKeyHandleRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<KeyHandle>

listKeyHandles(ListKeyHandlesRequest request)

public ListenableFuture<ListKeyHandlesResponse> listKeyHandles(ListKeyHandlesRequest request)

Lists KeyHandles.

Parameter
NameDescription
requestListKeyHandlesRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<ListKeyHandlesResponse>