Class SqlUsersServiceGrpc (0.1.0)

public final class SqlUsersServiceGrpc

Cloud SQL users service.

Inheritance

java.lang.Object > SqlUsersServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(SqlUsersServiceGrpc.AsyncService service)

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

getDeleteMethod()

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

getGetMethod()

public static MethodDescriptor<SqlUsersGetRequest,User> getGetMethod()
Returns
Type Description
io.grpc.MethodDescriptor<SqlUsersGetRequest,User>

getInsertMethod()

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

getListMethod()

public static MethodDescriptor<SqlUsersListRequest,UsersListResponse> getListMethod()
Returns
Type Description
io.grpc.MethodDescriptor<SqlUsersListRequest,UsersListResponse>

getServiceDescriptor()

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

getUpdateMethod()

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

newBlockingStub(Channel channel)

public static SqlUsersServiceGrpc.SqlUsersServiceBlockingStub 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
SqlUsersServiceGrpc.SqlUsersServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static SqlUsersServiceGrpc.SqlUsersServiceBlockingV2Stub 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
SqlUsersServiceGrpc.SqlUsersServiceBlockingV2Stub

newFutureStub(Channel channel)

public static SqlUsersServiceGrpc.SqlUsersServiceFutureStub 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
SqlUsersServiceGrpc.SqlUsersServiceFutureStub

newStub(Channel channel)

public static SqlUsersServiceGrpc.SqlUsersServiceStub 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
SqlUsersServiceGrpc.SqlUsersServiceStub