Class CmekConfigServiceGrpc (0.60.0)

public final class CmekConfigServiceGrpc

Service for managing CMEK related tasks

Inheritance

java.lang.Object > CmekConfigServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(CmekConfigServiceGrpc.AsyncService service)

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

getDeleteCmekConfigMethod()

public static MethodDescriptor<DeleteCmekConfigRequest,Operation> getDeleteCmekConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteCmekConfigRequest,Operation>

getGetCmekConfigMethod()

public static MethodDescriptor<GetCmekConfigRequest,CmekConfig> getGetCmekConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetCmekConfigRequest,CmekConfig>

getListCmekConfigsMethod()

public static MethodDescriptor<ListCmekConfigsRequest,ListCmekConfigsResponse> getListCmekConfigsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListCmekConfigsRequest,ListCmekConfigsResponse>

getServiceDescriptor()

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

getUpdateCmekConfigMethod()

public static MethodDescriptor<UpdateCmekConfigRequest,Operation> getUpdateCmekConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateCmekConfigRequest,Operation>

newBlockingStub(Channel channel)

public static CmekConfigServiceGrpc.CmekConfigServiceBlockingStub 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
CmekConfigServiceGrpc.CmekConfigServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static CmekConfigServiceGrpc.CmekConfigServiceBlockingV2Stub 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
CmekConfigServiceGrpc.CmekConfigServiceBlockingV2Stub

newFutureStub(Channel channel)

public static CmekConfigServiceGrpc.CmekConfigServiceFutureStub 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
CmekConfigServiceGrpc.CmekConfigServiceFutureStub

newStub(Channel channel)

public static CmekConfigServiceGrpc.CmekConfigServiceStub 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
CmekConfigServiceGrpc.CmekConfigServiceStub