Class ConfigGrpc (0.1.0)

public final class ConfigGrpc

Service describing handlers for config resources

Inheritance

java.lang.Object > ConfigGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(ConfigGrpc.AsyncService service)

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

getCreateCloudControlMethod()

public static MethodDescriptor<CreateCloudControlRequest,CloudControl> getCreateCloudControlMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateCloudControlRequest,CloudControl>

getCreateFrameworkMethod()

public static MethodDescriptor<CreateFrameworkRequest,Framework> getCreateFrameworkMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateFrameworkRequest,Framework>

getDeleteCloudControlMethod()

public static MethodDescriptor<DeleteCloudControlRequest,Empty> getDeleteCloudControlMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteCloudControlRequest,Empty>

getDeleteFrameworkMethod()

public static MethodDescriptor<DeleteFrameworkRequest,Empty> getDeleteFrameworkMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteFrameworkRequest,Empty>

getGetCloudControlMethod()

public static MethodDescriptor<GetCloudControlRequest,CloudControl> getGetCloudControlMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetCloudControlRequest,CloudControl>

getGetFrameworkMethod()

public static MethodDescriptor<GetFrameworkRequest,Framework> getGetFrameworkMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetFrameworkRequest,Framework>

getListCloudControlsMethod()

public static MethodDescriptor<ListCloudControlsRequest,ListCloudControlsResponse> getListCloudControlsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListCloudControlsRequest,ListCloudControlsResponse>

getListFrameworksMethod()

public static MethodDescriptor<ListFrameworksRequest,ListFrameworksResponse> getListFrameworksMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListFrameworksRequest,ListFrameworksResponse>

getServiceDescriptor()

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

getUpdateCloudControlMethod()

public static MethodDescriptor<UpdateCloudControlRequest,CloudControl> getUpdateCloudControlMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateCloudControlRequest,CloudControl>

getUpdateFrameworkMethod()

public static MethodDescriptor<UpdateFrameworkRequest,Framework> getUpdateFrameworkMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateFrameworkRequest,Framework>

newBlockingStub(Channel channel)

public static ConfigGrpc.ConfigBlockingStub 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
ConfigGrpc.ConfigBlockingStub

newBlockingV2Stub(Channel channel)

public static ConfigGrpc.ConfigBlockingV2Stub 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
ConfigGrpc.ConfigBlockingV2Stub

newFutureStub(Channel channel)

public static ConfigGrpc.ConfigFutureStub 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
ConfigGrpc.ConfigFutureStub

newStub(Channel channel)

public static ConfigGrpc.ConfigStub 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
ConfigGrpc.ConfigStub