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.
Implements
BackgroundResourceConstructors
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> |