Class AccountsServiceGrpc (0.4.0)

public final class AccountsServiceGrpc

Service to support Accounts API.

Inheritance

java.lang.Object > AccountsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(AccountsServiceGrpc.AsyncService service)

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

getCreateAndConfigureAccountMethod()

public static MethodDescriptor<CreateAndConfigureAccountRequest,Account> getCreateAndConfigureAccountMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateAndConfigureAccountRequest,Account>

getDeleteAccountMethod()

public static MethodDescriptor<DeleteAccountRequest,Empty> getDeleteAccountMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteAccountRequest,Empty>

getGetAccountMethod()

public static MethodDescriptor<GetAccountRequest,Account> getGetAccountMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetAccountRequest,Account>

getListAccountsMethod()

public static MethodDescriptor<ListAccountsRequest,ListAccountsResponse> getListAccountsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListAccountsRequest,ListAccountsResponse>

getListSubAccountsMethod()

public static MethodDescriptor<ListSubAccountsRequest,ListSubAccountsResponse> getListSubAccountsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListSubAccountsRequest,ListSubAccountsResponse>

getServiceDescriptor()

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

getUpdateAccountMethod()

public static MethodDescriptor<UpdateAccountRequest,Account> getUpdateAccountMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateAccountRequest,Account>

newBlockingStub(Channel channel)

public static AccountsServiceGrpc.AccountsServiceBlockingStub 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
AccountsServiceGrpc.AccountsServiceBlockingStub

newFutureStub(Channel channel)

public static AccountsServiceGrpc.AccountsServiceFutureStub 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
AccountsServiceGrpc.AccountsServiceFutureStub

newStub(Channel channel)

public static AccountsServiceGrpc.AccountsServiceStub 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
AccountsServiceGrpc.AccountsServiceStub