Class FulfillmentsStub (4.25.0)

See more code actions.
public abstract class FulfillmentsStub implements BackgroundResource

Base stub class for the Fulfillments service API.

This class is for advanced usage and reflects the underlying API directly.

java.lang.Object > FulfillmentsStub
BackgroundResource

Constructors

FulfillmentsStub()

public FulfillmentsStub()

Methods

close()

public abstract void close()

getFulfillmentCallable()

public UnaryCallable<GetFulfillmentRequest,Fulfillment> getFulfillmentCallable()
Returns
Type Description
UnaryCallable<GetFulfillmentRequest,Fulfillment>

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,FulfillmentsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

updateFulfillmentCallable()

public UnaryCallable<UpdateFulfillmentRequest,Fulfillment> updateFulfillmentCallable()