Class BackupDRGrpc (0.2.0)

public final class BackupDRGrpc

The BackupDR Service

Inheritance

java.lang.Object > BackupDRGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(BackupDRGrpc.AsyncService service)

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

getCreateManagementServerMethod()

public static MethodDescriptor<CreateManagementServerRequest,Operation> getCreateManagementServerMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateManagementServerRequest,Operation>

getDeleteManagementServerMethod()

public static MethodDescriptor<DeleteManagementServerRequest,Operation> getDeleteManagementServerMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteManagementServerRequest,Operation>

getGetManagementServerMethod()

public static MethodDescriptor<GetManagementServerRequest,ManagementServer> getGetManagementServerMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetManagementServerRequest,ManagementServer>

getListManagementServersMethod()

public static MethodDescriptor<ListManagementServersRequest,ListManagementServersResponse> getListManagementServersMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListManagementServersRequest,ListManagementServersResponse>

getServiceDescriptor()

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

newBlockingStub(Channel channel)

public static BackupDRGrpc.BackupDRBlockingStub 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
BackupDRGrpc.BackupDRBlockingStub

newFutureStub(Channel channel)

public static BackupDRGrpc.BackupDRFutureStub 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
BackupDRGrpc.BackupDRFutureStub

newStub(Channel channel)

public static BackupDRGrpc.BackupDRStub 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
BackupDRGrpc.BackupDRStub