Class ConfigManagementServiceGrpc (0.83.0)

public final class ConfigManagementServiceGrpc

Lineage Config Management service. Config Management service is used to manage the configuration for Data Lineage. These Configs define different configuration options for Lineage customers to control behaviour of lineage systems.

Inheritance

java.lang.Object > ConfigManagementServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(ConfigManagementServiceGrpc.AsyncService service)

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

getGetConfigMethod()

public static MethodDescriptor<GetConfigRequest,Config> getGetConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetConfigRequest,Config>

getServiceDescriptor()

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

getUpdateConfigMethod()

public static MethodDescriptor<UpdateConfigRequest,Config> getUpdateConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateConfigRequest,Config>

newBlockingStub(Channel channel)

public static ConfigManagementServiceGrpc.ConfigManagementServiceBlockingStub 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
ConfigManagementServiceGrpc.ConfigManagementServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static ConfigManagementServiceGrpc.ConfigManagementServiceBlockingV2Stub 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
ConfigManagementServiceGrpc.ConfigManagementServiceBlockingV2Stub

newFutureStub(Channel channel)

public static ConfigManagementServiceGrpc.ConfigManagementServiceFutureStub 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
ConfigManagementServiceGrpc.ConfigManagementServiceFutureStub

newStub(Channel channel)

public static ConfigManagementServiceGrpc.ConfigManagementServiceStub 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
ConfigManagementServiceGrpc.ConfigManagementServiceStub