Class AutokeyGrpc.AutokeyStub (2.48.0)

public static final class AutokeyGrpc.AutokeyStub extends AbstractAsyncStub<AutokeyGrpc.AutokeyStub>

A stub to allow clients to do asynchronous 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.AbstractAsyncStub > AutokeyGrpc.AutokeyStub

Methods

build(Channel channel, CallOptions callOptions)

protected AutokeyGrpc.AutokeyStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
AutokeyGrpc.AutokeyStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

createKeyHandle(CreateKeyHandleRequest request, StreamObserver<Operation> responseObserver)

public void createKeyHandle(CreateKeyHandleRequest request, StreamObserver<Operation> responseObserver)

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.

Parameters
Name Description
request CreateKeyHandleRequest
responseObserver io.grpc.stub.StreamObserver<Operation>

getKeyHandle(GetKeyHandleRequest request, StreamObserver<KeyHandle> responseObserver)

public void getKeyHandle(GetKeyHandleRequest request, StreamObserver<KeyHandle> responseObserver)

Returns the KeyHandle.

Parameters
Name Description
request GetKeyHandleRequest
responseObserver io.grpc.stub.StreamObserver<KeyHandle>

listKeyHandles(ListKeyHandlesRequest request, StreamObserver<ListKeyHandlesResponse> responseObserver)

public void listKeyHandles(ListKeyHandlesRequest request, StreamObserver<ListKeyHandlesResponse> responseObserver)

Lists KeyHandles.

Parameters
Name Description
request ListKeyHandlesRequest
responseObserver io.grpc.stub.StreamObserver<ListKeyHandlesResponse>