Class ConsumerProcurementServiceGrpc.ConsumerProcurementServiceImplBase
- java.lang.Object
-
- com.google.cloud.commerce.consumer.procurement.v1alpha1.ConsumerProcurementServiceGrpc.ConsumerProcurementServiceImplBase
-
- All Implemented Interfaces:
ConsumerProcurementServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ConsumerProcurementServiceGrpc
public abstract static class ConsumerProcurementServiceGrpc.ConsumerProcurementServiceImplBase extends Object implements io.grpc.BindableService, ConsumerProcurementServiceGrpc.AsyncService
Base class for the server implementation of the service ConsumerProcurementService.ConsumerProcurementService allows customers to make purchases of products served by the Cloud Commerce platform. When purchases are made, the [ConsumerProcurementService][google.cloud.commerce.consumer.procurement.v1alpha1.ConsumerProcurementService] programs the appropriate backends, including both Google's own infrastructure, as well as third-party systems, and to enable billing setup for charging for the procured item.
-
-
Constructor Summary
Constructors Constructor Description ConsumerProcurementServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.commerce.consumer.procurement.v1alpha1.ConsumerProcurementServiceGrpc.AsyncService
getOrder, listOrders, placeOrder
-
-