Class AutokeyAdminGrpc.AutokeyAdminStub (2.48.0)

public static final class AutokeyAdminGrpc.AutokeyAdminStub extends AbstractAsyncStub<AutokeyAdminGrpc.AutokeyAdminStub>

A stub to allow clients to do asynchronous rpc calls to service AutokeyAdmin.

Provides interfaces for managing Cloud KMS Autokey folder-level configurations. A configuration is inherited by all descendent projects. A configuration at one folder overrides any other configurations in its ancestry. Setting a configuration on a folder is a prerequisite for Cloud KMS Autokey, so that users working in a descendant project can request provisioned CryptoKeys, ready for Customer Managed Encryption Key (CMEK) use, on-demand.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > AutokeyAdminGrpc.AutokeyAdminStub

Methods

build(Channel channel, CallOptions callOptions)

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

getAutokeyConfig(GetAutokeyConfigRequest request, StreamObserver<AutokeyConfig> responseObserver)

public void getAutokeyConfig(GetAutokeyConfigRequest request, StreamObserver<AutokeyConfig> responseObserver)

Returns the AutokeyConfig for a folder.

Parameters
Name Description
request GetAutokeyConfigRequest
responseObserver io.grpc.stub.StreamObserver<AutokeyConfig>

showEffectiveAutokeyConfig(ShowEffectiveAutokeyConfigRequest request, StreamObserver<ShowEffectiveAutokeyConfigResponse> responseObserver)

public void showEffectiveAutokeyConfig(ShowEffectiveAutokeyConfigRequest request, StreamObserver<ShowEffectiveAutokeyConfigResponse> responseObserver)

Returns the effective Cloud KMS Autokey configuration for a given project.

Parameters
Name Description
request ShowEffectiveAutokeyConfigRequest
responseObserver io.grpc.stub.StreamObserver<ShowEffectiveAutokeyConfigResponse>

updateAutokeyConfig(UpdateAutokeyConfigRequest request, StreamObserver<AutokeyConfig> responseObserver)

public void updateAutokeyConfig(UpdateAutokeyConfigRequest request, StreamObserver<AutokeyConfig> responseObserver)

Updates the AutokeyConfig for a folder. The caller must have both cloudkms.autokeyConfigs.update permission on the parent folder and cloudkms.cryptoKeys.setIamPolicy permission on the provided key project. A KeyHandle creation in the folder's descendant projects will use this configuration to determine where to create the resulting CryptoKey.

Parameters
Name Description
request UpdateAutokeyConfigRequest
responseObserver io.grpc.stub.StreamObserver<AutokeyConfig>