Class CmekServiceGrpc.CmekServiceBlockingStub (1.62.0)

public static final class CmekServiceGrpc.CmekServiceBlockingStub extends AbstractBlockingStub<CmekServiceGrpc.CmekServiceBlockingStub>

A stub to allow clients to do limited synchronous rpc calls to service CmekService.

Dataplex Cmek Service

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > CmekServiceGrpc.CmekServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

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

createEncryptionConfig(CreateEncryptionConfigRequest request)

public Operation createEncryptionConfig(CreateEncryptionConfigRequest request)

Create an EncryptionConfig.

Parameter
Name Description
request CreateEncryptionConfigRequest
Returns
Type Description
Operation

deleteEncryptionConfig(DeleteEncryptionConfigRequest request)

public Operation deleteEncryptionConfig(DeleteEncryptionConfigRequest request)

Delete an EncryptionConfig.

Parameter
Name Description
request DeleteEncryptionConfigRequest
Returns
Type Description
Operation

getEncryptionConfig(GetEncryptionConfigRequest request)

public EncryptionConfig getEncryptionConfig(GetEncryptionConfigRequest request)

Get an EncryptionConfig.

Parameter
Name Description
request GetEncryptionConfigRequest
Returns
Type Description
EncryptionConfig

listEncryptionConfigs(ListEncryptionConfigsRequest request)

public ListEncryptionConfigsResponse listEncryptionConfigs(ListEncryptionConfigsRequest request)

List EncryptionConfigs.

Parameter
Name Description
request ListEncryptionConfigsRequest
Returns
Type Description
ListEncryptionConfigsResponse

updateEncryptionConfig(UpdateEncryptionConfigRequest request)

public Operation updateEncryptionConfig(UpdateEncryptionConfigRequest request)

Update an EncryptionConfig.

Parameter
Name Description
request UpdateEncryptionConfigRequest
Returns
Type Description
Operation