Class AutomaticImprovementsServiceGrpc (0.16.0)

public final class AutomaticImprovementsServiceGrpc

Service to manage the automatic improvements of an account. The automatic improvements of the account can be used to automatically update products, improve images and shipping.

Inheritance

java.lang.Object > AutomaticImprovementsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(AutomaticImprovementsServiceGrpc.AsyncService service)

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

getGetAutomaticImprovementsMethod()

public static MethodDescriptor<GetAutomaticImprovementsRequest,AutomaticImprovements> getGetAutomaticImprovementsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetAutomaticImprovementsRequest,AutomaticImprovements>

getServiceDescriptor()

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

getUpdateAutomaticImprovementsMethod()

public static MethodDescriptor<UpdateAutomaticImprovementsRequest,AutomaticImprovements> getUpdateAutomaticImprovementsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateAutomaticImprovementsRequest,AutomaticImprovements>

newBlockingStub(Channel channel)

public static AutomaticImprovementsServiceGrpc.AutomaticImprovementsServiceBlockingStub 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
AutomaticImprovementsServiceGrpc.AutomaticImprovementsServiceBlockingStub

newFutureStub(Channel channel)

public static AutomaticImprovementsServiceGrpc.AutomaticImprovementsServiceFutureStub 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
AutomaticImprovementsServiceGrpc.AutomaticImprovementsServiceFutureStub

newStub(Channel channel)

public static AutomaticImprovementsServiceGrpc.AutomaticImprovementsServiceStub 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
AutomaticImprovementsServiceGrpc.AutomaticImprovementsServiceStub