Class AutomaticImprovementsServiceGrpc.AutomaticImprovementsServiceFutureStub (0.16.0)

public static final class AutomaticImprovementsServiceGrpc.AutomaticImprovementsServiceFutureStub extends AbstractFutureStub<AutomaticImprovementsServiceGrpc.AutomaticImprovementsServiceFutureStub>

A stub to allow clients to do ListenableFuture-style rpc calls to service AutomaticImprovementsService.

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 > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > AutomaticImprovementsServiceGrpc.AutomaticImprovementsServiceFutureStub

Methods

build(Channel channel, CallOptions callOptions)

protected AutomaticImprovementsServiceGrpc.AutomaticImprovementsServiceFutureStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
AutomaticImprovementsServiceGrpc.AutomaticImprovementsServiceFutureStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

getAutomaticImprovements(GetAutomaticImprovementsRequest request)

public ListenableFuture<AutomaticImprovements> getAutomaticImprovements(GetAutomaticImprovementsRequest request)

Retrieves the automatic improvements of an account.

Parameter
Name Description
request GetAutomaticImprovementsRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<AutomaticImprovements>

updateAutomaticImprovements(UpdateAutomaticImprovementsRequest request)

public ListenableFuture<AutomaticImprovements> updateAutomaticImprovements(UpdateAutomaticImprovementsRequest request)

Updates the automatic improvements of an account.

Parameter
Name Description
request UpdateAutomaticImprovementsRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<AutomaticImprovements>