Class CmekServiceGrpc (1.61.0)

public final class CmekServiceGrpc

Dataplex Cmek Service

Inheritance

java.lang.Object > CmekServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(CmekServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(CmekServiceGrpc.AsyncService service)
Parameter
Name Description
service CmekServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getCreateEncryptionConfigMethod()

public static MethodDescriptor<CreateEncryptionConfigRequest,Operation> getCreateEncryptionConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateEncryptionConfigRequest,Operation>

getDeleteEncryptionConfigMethod()

public static MethodDescriptor<DeleteEncryptionConfigRequest,Operation> getDeleteEncryptionConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteEncryptionConfigRequest,Operation>

getGetEncryptionConfigMethod()

public static MethodDescriptor<GetEncryptionConfigRequest,EncryptionConfig> getGetEncryptionConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetEncryptionConfigRequest,EncryptionConfig>

getListEncryptionConfigsMethod()

public static MethodDescriptor<ListEncryptionConfigsRequest,ListEncryptionConfigsResponse> getListEncryptionConfigsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListEncryptionConfigsRequest,ListEncryptionConfigsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateEncryptionConfigMethod()

public static MethodDescriptor<UpdateEncryptionConfigRequest,Operation> getUpdateEncryptionConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateEncryptionConfigRequest,Operation>

newBlockingStub(Channel channel)

public static CmekServiceGrpc.CmekServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
CmekServiceGrpc.CmekServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static CmekServiceGrpc.CmekServiceBlockingV2Stub newBlockingV2Stub(Channel channel)

Creates a new blocking-style stub that supports all types of calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
CmekServiceGrpc.CmekServiceBlockingV2Stub

newFutureStub(Channel channel)

public static CmekServiceGrpc.CmekServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
CmekServiceGrpc.CmekServiceFutureStub

newStub(Channel channel)

public static CmekServiceGrpc.CmekServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
CmekServiceGrpc.CmekServiceStub