Class ConsumerProcurementServiceGrpc.ConsumerProcurementServiceStub (0.35.0)

public static final class ConsumerProcurementServiceGrpc.ConsumerProcurementServiceStub extends AbstractAsyncStub<ConsumerProcurementServiceGrpc.ConsumerProcurementServiceStub>

A stub to allow clients to do asynchronous rpc calls to service ConsumerProcurementService.

ConsumerProcurementService allows customers to make purchases of products served by the Cloud Commerce platform. When purchases are made, the 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.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > ConsumerProcurementServiceGrpc.ConsumerProcurementServiceStub

Methods

build(Channel channel, CallOptions callOptions)

protected ConsumerProcurementServiceGrpc.ConsumerProcurementServiceStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
ConsumerProcurementServiceGrpc.ConsumerProcurementServiceStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

getOrder(GetOrderRequest request, StreamObserver<Order> responseObserver)

public void getOrder(GetOrderRequest request, StreamObserver<Order> responseObserver)

Returns the requested Order resource.

Parameters
NameDescription
requestGetOrderRequest
responseObserverio.grpc.stub.StreamObserver<Order>

listOrders(ListOrdersRequest request, StreamObserver<ListOrdersResponse> responseObserver)

public void listOrders(ListOrdersRequest request, StreamObserver<ListOrdersResponse> responseObserver)

Lists Order resources that the user has access to, within the scope of the parent resource.

Parameters
NameDescription
requestListOrdersRequest
responseObserverio.grpc.stub.StreamObserver<ListOrdersResponse>

placeOrder(PlaceOrderRequest request, StreamObserver<Operation> responseObserver)

public void placeOrder(PlaceOrderRequest request, StreamObserver<Operation> responseObserver)

Creates a new Order. This API only supports GCP spend-based committed use discounts specified by GCP documentation. The returned long-running operation is in-progress until the backend completes the creation of the resource. Once completed, the order is in OrderState.ORDER_STATE_ACTIVE. In case of failure, the order resource will be removed.

Parameters
NameDescription
requestPlaceOrderRequest
responseObserverio.grpc.stub.StreamObserver<Operation>