Class LineItemServiceStub (0.3.0)

public abstract class LineItemServiceStub implements BackgroundResource

Base stub class for the LineItemService service API.

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

Inheritance

java.lang.Object > LineItemServiceStub

Implements

BackgroundResource

Constructors

LineItemServiceStub()

public LineItemServiceStub()

Methods

close()

public abstract void close()

getLineItemCallable()

public UnaryCallable<GetLineItemRequest,LineItem> getLineItemCallable()
Returns
Type Description
UnaryCallable<GetLineItemRequest,LineItem>

listLineItemsCallable()

public UnaryCallable<ListLineItemsRequest,ListLineItemsResponse> listLineItemsCallable()
Returns
Type Description
UnaryCallable<ListLineItemsRequest,ListLineItemsResponse>

listLineItemsPagedCallable()

public UnaryCallable<ListLineItemsRequest,LineItemServiceClient.ListLineItemsPagedResponse> listLineItemsPagedCallable()
Returns
Type Description
UnaryCallable<ListLineItemsRequest,ListLineItemsPagedResponse>