@BetaApi @Generated(value="by gapic-generator-java") public abstract class ConsumerProcurementServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
| Constructor and Description |
|---|
ConsumerProcurementServiceStub() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
com.google.api.gax.httpjson.longrunning.stub.OperationsStub |
getHttpJsonOperationsStub() |
com.google.longrunning.stub.OperationsStub |
getOperationsStub() |
com.google.api.gax.rpc.UnaryCallable<GetOrderRequest,Order> |
getOrderCallable() |
com.google.api.gax.rpc.UnaryCallable<ListOrdersRequest,ListOrdersResponse> |
listOrdersCallable() |
com.google.api.gax.rpc.UnaryCallable<ListOrdersRequest,ConsumerProcurementServiceClient.ListOrdersPagedResponse> |
listOrdersPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<PlaceOrderRequest,com.google.longrunning.Operation> |
placeOrderCallable() |
com.google.api.gax.rpc.OperationCallable<PlaceOrderRequest,Order,PlaceOrderMetadata> |
placeOrderOperationCallable() |
public com.google.longrunning.stub.OperationsStub getOperationsStub()
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub()
public com.google.api.gax.rpc.OperationCallable<PlaceOrderRequest,Order,PlaceOrderMetadata> placeOrderOperationCallable()
public com.google.api.gax.rpc.UnaryCallable<PlaceOrderRequest,com.google.longrunning.Operation> placeOrderCallable()
public com.google.api.gax.rpc.UnaryCallable<GetOrderRequest,Order> getOrderCallable()
public com.google.api.gax.rpc.UnaryCallable<ListOrdersRequest,ConsumerProcurementServiceClient.ListOrdersPagedResponse> listOrdersPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListOrdersRequest,ListOrdersResponse> listOrdersCallable()
public abstract void close()
close in interface AutoCloseableCopyright © 2022 Google LLC. All rights reserved.