Class UserListServiceGrpc (0.8.0)

public final class UserListServiceGrpc

Service for managing UserList resources.

Inheritance

java.lang.Object > UserListServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(UserListServiceGrpc.AsyncService service)

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

getCreateUserListMethod()

public static MethodDescriptor<CreateUserListRequest,UserList> getCreateUserListMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateUserListRequest,UserList>

getDeleteUserListMethod()

public static MethodDescriptor<DeleteUserListRequest,Empty> getDeleteUserListMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteUserListRequest,Empty>

getGetUserListMethod()

public static MethodDescriptor<GetUserListRequest,UserList> getGetUserListMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetUserListRequest,UserList>

getListUserListsMethod()

public static MethodDescriptor<ListUserListsRequest,ListUserListsResponse> getListUserListsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListUserListsRequest,ListUserListsResponse>

getServiceDescriptor()

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

getUpdateUserListMethod()

public static MethodDescriptor<UpdateUserListRequest,UserList> getUpdateUserListMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateUserListRequest,UserList>

newBlockingStub(Channel channel)

public static UserListServiceGrpc.UserListServiceBlockingStub 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
UserListServiceGrpc.UserListServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static UserListServiceGrpc.UserListServiceBlockingV2Stub 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
UserListServiceGrpc.UserListServiceBlockingV2Stub

newFutureStub(Channel channel)

public static UserListServiceGrpc.UserListServiceFutureStub 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
UserListServiceGrpc.UserListServiceFutureStub

newStub(Channel channel)

public static UserListServiceGrpc.UserListServiceStub 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
UserListServiceGrpc.UserListServiceStub