Class AutomaticImprovementsServiceGrpc.AutomaticImprovementsServiceBlockingStub (0.16.0)

public static final class AutomaticImprovementsServiceGrpc.AutomaticImprovementsServiceBlockingStub extends AbstractBlockingStub<AutomaticImprovementsServiceGrpc.AutomaticImprovementsServiceBlockingStub>

A stub to allow clients to do synchronous 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.AbstractBlockingStub > AutomaticImprovementsServiceGrpc.AutomaticImprovementsServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

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

getAutomaticImprovements(GetAutomaticImprovementsRequest request)

public AutomaticImprovements getAutomaticImprovements(GetAutomaticImprovementsRequest request)

Retrieves the automatic improvements of an account.

Parameter
Name Description
request GetAutomaticImprovementsRequest
Returns
Type Description
AutomaticImprovements

updateAutomaticImprovements(UpdateAutomaticImprovementsRequest request)

public AutomaticImprovements updateAutomaticImprovements(UpdateAutomaticImprovementsRequest request)

Updates the automatic improvements of an account.

Parameter
Name Description
request UpdateAutomaticImprovementsRequest
Returns
Type Description
AutomaticImprovements