Class SqlBackupsServiceGrpc (0.1.0)

public final class SqlBackupsServiceGrpc

Inheritance

java.lang.Object > SqlBackupsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(SqlBackupsServiceGrpc.AsyncService service)

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

getCreateBackupMethod()

public static MethodDescriptor<CreateBackupRequest,Operation> getCreateBackupMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateBackupRequest,Operation>

getDeleteBackupMethod()

public static MethodDescriptor<DeleteBackupRequest,Operation> getDeleteBackupMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteBackupRequest,Operation>

getGetBackupMethod()

public static MethodDescriptor<GetBackupRequest,Backup> getGetBackupMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetBackupRequest,Backup>

getListBackupsMethod()

public static MethodDescriptor<ListBackupsRequest,ListBackupsResponse> getListBackupsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListBackupsRequest,ListBackupsResponse>

getServiceDescriptor()

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

getUpdateBackupMethod()

public static MethodDescriptor<UpdateBackupRequest,Operation> getUpdateBackupMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateBackupRequest,Operation>

newBlockingStub(Channel channel)

public static SqlBackupsServiceGrpc.SqlBackupsServiceBlockingStub 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
SqlBackupsServiceGrpc.SqlBackupsServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static SqlBackupsServiceGrpc.SqlBackupsServiceBlockingV2Stub 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
SqlBackupsServiceGrpc.SqlBackupsServiceBlockingV2Stub

newFutureStub(Channel channel)

public static SqlBackupsServiceGrpc.SqlBackupsServiceFutureStub 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
SqlBackupsServiceGrpc.SqlBackupsServiceFutureStub

newStub(Channel channel)

public static SqlBackupsServiceGrpc.SqlBackupsServiceStub 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
SqlBackupsServiceGrpc.SqlBackupsServiceStub