Class ShippingSettingsServiceGrpc (0.2.0)

public final class ShippingSettingsServiceGrpc

Service to get method call shipping setting information per Merchant API method.

Inheritance

java.lang.Object > ShippingSettingsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(ShippingSettingsServiceGrpc.AsyncService service)

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

getGetShippingSettingsMethod()

public static MethodDescriptor<GetShippingSettingsRequest,ShippingSettings> getGetShippingSettingsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetShippingSettingsRequest,ShippingSettings>

getInsertShippingSettingsMethod()

public static MethodDescriptor<InsertShippingSettingsRequest,ShippingSettings> getInsertShippingSettingsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<InsertShippingSettingsRequest,ShippingSettings>

getServiceDescriptor()

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

newBlockingStub(Channel channel)

public static ShippingSettingsServiceGrpc.ShippingSettingsServiceBlockingStub 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
ShippingSettingsServiceGrpc.ShippingSettingsServiceBlockingStub

newFutureStub(Channel channel)

public static ShippingSettingsServiceGrpc.ShippingSettingsServiceFutureStub 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
ShippingSettingsServiceGrpc.ShippingSettingsServiceFutureStub

newStub(Channel channel)

public static ShippingSettingsServiceGrpc.ShippingSettingsServiceStub 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
ShippingSettingsServiceGrpc.ShippingSettingsServiceStub