Class SqlDatabasesServiceGrpc (0.1.0)

public final class SqlDatabasesServiceGrpc

Inheritance

java.lang.Object > SqlDatabasesServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(SqlDatabasesServiceGrpc.AsyncService service)

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

getDeleteMethod()

public static MethodDescriptor<SqlDatabasesDeleteRequest,Operation> getDeleteMethod()
Returns
Type Description
io.grpc.MethodDescriptor<SqlDatabasesDeleteRequest,Operation>

getGetMethod()

public static MethodDescriptor<SqlDatabasesGetRequest,Database> getGetMethod()
Returns
Type Description
io.grpc.MethodDescriptor<SqlDatabasesGetRequest,Database>

getInsertMethod()

public static MethodDescriptor<SqlDatabasesInsertRequest,Operation> getInsertMethod()
Returns
Type Description
io.grpc.MethodDescriptor<SqlDatabasesInsertRequest,Operation>

getListMethod()

public static MethodDescriptor<SqlDatabasesListRequest,DatabasesListResponse> getListMethod()
Returns
Type Description
io.grpc.MethodDescriptor<SqlDatabasesListRequest,DatabasesListResponse>

getPatchMethod()

public static MethodDescriptor<SqlDatabasesUpdateRequest,Operation> getPatchMethod()
Returns
Type Description
io.grpc.MethodDescriptor<SqlDatabasesUpdateRequest,Operation>

getServiceDescriptor()

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

getUpdateMethod()

public static MethodDescriptor<SqlDatabasesUpdateRequest,Operation> getUpdateMethod()
Returns
Type Description
io.grpc.MethodDescriptor<SqlDatabasesUpdateRequest,Operation>

newBlockingStub(Channel channel)

public static SqlDatabasesServiceGrpc.SqlDatabasesServiceBlockingStub 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
SqlDatabasesServiceGrpc.SqlDatabasesServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static SqlDatabasesServiceGrpc.SqlDatabasesServiceBlockingV2Stub 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
SqlDatabasesServiceGrpc.SqlDatabasesServiceBlockingV2Stub

newFutureStub(Channel channel)

public static SqlDatabasesServiceGrpc.SqlDatabasesServiceFutureStub 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
SqlDatabasesServiceGrpc.SqlDatabasesServiceFutureStub

newStub(Channel channel)

public static SqlDatabasesServiceGrpc.SqlDatabasesServiceStub 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
SqlDatabasesServiceGrpc.SqlDatabasesServiceStub