Class FulfillmentsGrpc.FulfillmentsBlockingV2Stub (4.68.0)

public static final class FulfillmentsGrpc.FulfillmentsBlockingV2Stub extends AbstractBlockingStub<FulfillmentsGrpc.FulfillmentsBlockingV2Stub>

A stub to allow clients to do synchronous rpc calls to service Fulfillments.

Service for managing Fulfillments.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > FulfillmentsGrpc.FulfillmentsBlockingV2Stub

Methods

build(Channel channel, CallOptions callOptions)

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

getFulfillment(GetFulfillmentRequest request)

public Fulfillment getFulfillment(GetFulfillmentRequest request)

Retrieves the fulfillment.

Parameter
Name Description
request GetFulfillmentRequest
Returns
Type Description
Fulfillment

updateFulfillment(UpdateFulfillmentRequest request)

public Fulfillment updateFulfillment(UpdateFulfillmentRequest request)

Updates the fulfillment.

Parameter
Name Description
request UpdateFulfillmentRequest
Returns
Type Description
Fulfillment