Class CmekConfigServiceGrpc.CmekConfigServiceBlockingV2Stub (0.60.0)

public static final class CmekConfigServiceGrpc.CmekConfigServiceBlockingV2Stub extends AbstractBlockingStub<CmekConfigServiceGrpc.CmekConfigServiceBlockingV2Stub>

A stub to allow clients to do synchronous rpc calls to service CmekConfigService.

Service for managing CMEK related tasks

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > CmekConfigServiceGrpc.CmekConfigServiceBlockingV2Stub

Methods

build(Channel channel, CallOptions callOptions)

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

deleteCmekConfig(DeleteCmekConfigRequest request)

public Operation deleteCmekConfig(DeleteCmekConfigRequest request)

De-provisions a CmekConfig.

Parameter
Name Description
request DeleteCmekConfigRequest
Returns
Type Description
Operation

getCmekConfig(GetCmekConfigRequest request)

public CmekConfig getCmekConfig(GetCmekConfigRequest request)

Gets the CmekConfig.

Parameter
Name Description
request GetCmekConfigRequest
Returns
Type Description
CmekConfig

listCmekConfigs(ListCmekConfigsRequest request)

public ListCmekConfigsResponse listCmekConfigs(ListCmekConfigsRequest request)

Lists all the CmekConfigs with the project.

Parameter
Name Description
request ListCmekConfigsRequest
Returns
Type Description
ListCmekConfigsResponse

updateCmekConfig(UpdateCmekConfigRequest request)

public Operation updateCmekConfig(UpdateCmekConfigRequest request)

Provisions a CMEK key for use in a location of a customer's project. This method will also conduct location validation on the provided cmekConfig to make sure the key is valid and can be used in the selected location.

Parameter
Name Description
request UpdateCmekConfigRequest
Returns
Type Description
Operation