Class AccountTaxServiceGrpc (0.2.0)

public final class AccountTaxServiceGrpc

Manages account level tax setting data. This API defines the following resource model:

  • AccountTax

Inheritance

java.lang.Object > AccountTaxServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(AccountTaxServiceGrpc.AsyncService service)

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

getGetAccountTaxMethod()

public static MethodDescriptor<GetAccountTaxRequest,AccountTax> getGetAccountTaxMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetAccountTaxRequest,AccountTax>

getListAccountTaxMethod()

public static MethodDescriptor<ListAccountTaxRequest,ListAccountTaxResponse> getListAccountTaxMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListAccountTaxRequest,ListAccountTaxResponse>

getServiceDescriptor()

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

getUpdateAccountTaxMethod()

public static MethodDescriptor<UpdateAccountTaxRequest,AccountTax> getUpdateAccountTaxMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateAccountTaxRequest,AccountTax>

newBlockingStub(Channel channel)

public static AccountTaxServiceGrpc.AccountTaxServiceBlockingStub 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
AccountTaxServiceGrpc.AccountTaxServiceBlockingStub

newFutureStub(Channel channel)

public static AccountTaxServiceGrpc.AccountTaxServiceFutureStub 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
AccountTaxServiceGrpc.AccountTaxServiceFutureStub

newStub(Channel channel)

public static AccountTaxServiceGrpc.AccountTaxServiceStub 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
AccountTaxServiceGrpc.AccountTaxServiceStub