Class OrderService.OrderServiceClient
Client for OrderService
Inheritance
Inherited Members
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public class OrderService.OrderServiceClient : ClientBase<OrderService.OrderServiceClient>
Constructors
OrderServiceClient()
Protected parameterless constructor to allow creation of test doubles.
Declaration
protected OrderServiceClient()
OrderServiceClient(CallInvoker)
Creates a new client for OrderService that uses a custom CallInvoker.
Declaration
public OrderServiceClient(CallInvoker callInvoker)
Parameters
| Type | Name | Description |
|---|---|---|
| CallInvoker | callInvoker | The callInvoker to use to make remote calls. |
OrderServiceClient(ChannelBase)
Creates a new client for OrderService
Declaration
public OrderServiceClient(ChannelBase channel)
Parameters
| Type | Name | Description |
|---|---|---|
| ChannelBase | channel | The channel to use to make remote calls. |
OrderServiceClient(ClientBaseConfiguration)
Protected constructor to allow creation of configured clients.
Declaration
protected OrderServiceClient(ClientBase.ClientBaseConfiguration configuration)
Parameters
| Type | Name | Description |
|---|---|---|
| ClientBase.ClientBaseConfiguration | configuration | The client configuration. |
Methods
BatchApproveAndOverbookOrders(BatchApproveAndOverbookOrdersRequest, CallOptions)
Approves and overbooks a list of Order objects.
Declaration
public virtual BatchApproveAndOverbookOrdersResponse BatchApproveAndOverbookOrders(BatchApproveAndOverbookOrdersRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchApproveAndOverbookOrdersRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| BatchApproveAndOverbookOrdersResponse | The response received from the server. |
BatchApproveAndOverbookOrders(BatchApproveAndOverbookOrdersRequest, Metadata, DateTime?, CancellationToken)
Approves and overbooks a list of Order objects.
Declaration
public virtual BatchApproveAndOverbookOrdersResponse BatchApproveAndOverbookOrders(BatchApproveAndOverbookOrdersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchApproveAndOverbookOrdersRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| BatchApproveAndOverbookOrdersResponse | The response received from the server. |
BatchApproveAndOverbookOrdersAsync(BatchApproveAndOverbookOrdersRequest, CallOptions)
Approves and overbooks a list of Order objects.
Declaration
public virtual AsyncUnaryCall<BatchApproveAndOverbookOrdersResponse> BatchApproveAndOverbookOrdersAsync(BatchApproveAndOverbookOrdersRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchApproveAndOverbookOrdersRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchApproveAndOverbookOrdersResponse> | The call object. |
BatchApproveAndOverbookOrdersAsync(BatchApproveAndOverbookOrdersRequest, Metadata, DateTime?, CancellationToken)
Approves and overbooks a list of Order objects.
Declaration
public virtual AsyncUnaryCall<BatchApproveAndOverbookOrdersResponse> BatchApproveAndOverbookOrdersAsync(BatchApproveAndOverbookOrdersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchApproveAndOverbookOrdersRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchApproveAndOverbookOrdersResponse> | The call object. |
BatchApproveOrders(BatchApproveOrdersRequest, CallOptions)
Approves a list of Order objects.
Declaration
public virtual BatchApproveOrdersResponse BatchApproveOrders(BatchApproveOrdersRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchApproveOrdersRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| BatchApproveOrdersResponse | The response received from the server. |
BatchApproveOrders(BatchApproveOrdersRequest, Metadata, DateTime?, CancellationToken)
Approves a list of Order objects.
Declaration
public virtual BatchApproveOrdersResponse BatchApproveOrders(BatchApproveOrdersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchApproveOrdersRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| BatchApproveOrdersResponse | The response received from the server. |
BatchApproveOrdersAsync(BatchApproveOrdersRequest, CallOptions)
Approves a list of Order objects.
Declaration
public virtual AsyncUnaryCall<BatchApproveOrdersResponse> BatchApproveOrdersAsync(BatchApproveOrdersRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchApproveOrdersRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchApproveOrdersResponse> | The call object. |
BatchApproveOrdersAsync(BatchApproveOrdersRequest, Metadata, DateTime?, CancellationToken)
Approves a list of Order objects.
Declaration
public virtual AsyncUnaryCall<BatchApproveOrdersResponse> BatchApproveOrdersAsync(BatchApproveOrdersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchApproveOrdersRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchApproveOrdersResponse> | The call object. |
BatchApproveOrdersWithoutReservation(BatchApproveOrdersWithoutReservationRequest, CallOptions)
Approves a list of Order objects without changing reservation status.
Declaration
public virtual BatchApproveOrdersWithoutReservationResponse BatchApproveOrdersWithoutReservation(BatchApproveOrdersWithoutReservationRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchApproveOrdersWithoutReservationRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| BatchApproveOrdersWithoutReservationResponse | The response received from the server. |
BatchApproveOrdersWithoutReservation(BatchApproveOrdersWithoutReservationRequest, Metadata, DateTime?, CancellationToken)
Approves a list of Order objects without changing reservation status.
Declaration
public virtual BatchApproveOrdersWithoutReservationResponse BatchApproveOrdersWithoutReservation(BatchApproveOrdersWithoutReservationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchApproveOrdersWithoutReservationRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| BatchApproveOrdersWithoutReservationResponse | The response received from the server. |
BatchApproveOrdersWithoutReservationAsync(BatchApproveOrdersWithoutReservationRequest, CallOptions)
Approves a list of Order objects without changing reservation status.
Declaration
public virtual AsyncUnaryCall<BatchApproveOrdersWithoutReservationResponse> BatchApproveOrdersWithoutReservationAsync(BatchApproveOrdersWithoutReservationRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchApproveOrdersWithoutReservationRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchApproveOrdersWithoutReservationResponse> | The call object. |
BatchApproveOrdersWithoutReservationAsync(BatchApproveOrdersWithoutReservationRequest, Metadata, DateTime?, CancellationToken)
Approves a list of Order objects without changing reservation status.
Declaration
public virtual AsyncUnaryCall<BatchApproveOrdersWithoutReservationResponse> BatchApproveOrdersWithoutReservationAsync(BatchApproveOrdersWithoutReservationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchApproveOrdersWithoutReservationRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchApproveOrdersWithoutReservationResponse> | The call object. |
BatchArchiveOrders(BatchArchiveOrdersRequest, CallOptions)
Archives a list of Order objects.
Declaration
public virtual BatchArchiveOrdersResponse BatchArchiveOrders(BatchArchiveOrdersRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchArchiveOrdersRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| BatchArchiveOrdersResponse | The response received from the server. |
BatchArchiveOrders(BatchArchiveOrdersRequest, Metadata, DateTime?, CancellationToken)
Archives a list of Order objects.
Declaration
public virtual BatchArchiveOrdersResponse BatchArchiveOrders(BatchArchiveOrdersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchArchiveOrdersRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| BatchArchiveOrdersResponse | The response received from the server. |
BatchArchiveOrdersAsync(BatchArchiveOrdersRequest, CallOptions)
Archives a list of Order objects.
Declaration
public virtual AsyncUnaryCall<BatchArchiveOrdersResponse> BatchArchiveOrdersAsync(BatchArchiveOrdersRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchArchiveOrdersRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchArchiveOrdersResponse> | The call object. |
BatchArchiveOrdersAsync(BatchArchiveOrdersRequest, Metadata, DateTime?, CancellationToken)
Archives a list of Order objects.
Declaration
public virtual AsyncUnaryCall<BatchArchiveOrdersResponse> BatchArchiveOrdersAsync(BatchArchiveOrdersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchArchiveOrdersRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchArchiveOrdersResponse> | The call object. |
BatchCreateOrders(BatchCreateOrdersRequest, CallOptions)
Creates Order objects.
Declaration
public virtual BatchCreateOrdersResponse BatchCreateOrders(BatchCreateOrdersRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateOrdersRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| BatchCreateOrdersResponse | The response received from the server. |
BatchCreateOrders(BatchCreateOrdersRequest, Metadata, DateTime?, CancellationToken)
Creates Order objects.
Declaration
public virtual BatchCreateOrdersResponse BatchCreateOrders(BatchCreateOrdersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateOrdersRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| BatchCreateOrdersResponse | The response received from the server. |
BatchCreateOrdersAsync(BatchCreateOrdersRequest, CallOptions)
Creates Order objects.
Declaration
public virtual AsyncUnaryCall<BatchCreateOrdersResponse> BatchCreateOrdersAsync(BatchCreateOrdersRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateOrdersRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchCreateOrdersResponse> | The call object. |
BatchCreateOrdersAsync(BatchCreateOrdersRequest, Metadata, DateTime?, CancellationToken)
Creates Order objects.
Declaration
public virtual AsyncUnaryCall<BatchCreateOrdersResponse> BatchCreateOrdersAsync(BatchCreateOrdersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateOrdersRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchCreateOrdersResponse> | The call object. |
BatchDeleteOrders(BatchDeleteOrdersRequest, CallOptions)
Deletes a list of Order objects.
Declaration
public virtual BatchDeleteOrdersResponse BatchDeleteOrders(BatchDeleteOrdersRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchDeleteOrdersRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| BatchDeleteOrdersResponse | The response received from the server. |
BatchDeleteOrders(BatchDeleteOrdersRequest, Metadata, DateTime?, CancellationToken)
Deletes a list of Order objects.
Declaration
public virtual BatchDeleteOrdersResponse BatchDeleteOrders(BatchDeleteOrdersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchDeleteOrdersRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| BatchDeleteOrdersResponse | The response received from the server. |
BatchDeleteOrdersAsync(BatchDeleteOrdersRequest, CallOptions)
Deletes a list of Order objects.
Declaration
public virtual AsyncUnaryCall<BatchDeleteOrdersResponse> BatchDeleteOrdersAsync(BatchDeleteOrdersRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchDeleteOrdersRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchDeleteOrdersResponse> | The call object. |
BatchDeleteOrdersAsync(BatchDeleteOrdersRequest, Metadata, DateTime?, CancellationToken)
Deletes a list of Order objects.
Declaration
public virtual AsyncUnaryCall<BatchDeleteOrdersResponse> BatchDeleteOrdersAsync(BatchDeleteOrdersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchDeleteOrdersRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchDeleteOrdersResponse> | The call object. |
BatchDisapproveOrders(BatchDisapproveOrdersRequest, CallOptions)
Disapproves a list of Order objects.
Declaration
public virtual BatchDisapproveOrdersResponse BatchDisapproveOrders(BatchDisapproveOrdersRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchDisapproveOrdersRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| BatchDisapproveOrdersResponse | The response received from the server. |
BatchDisapproveOrders(BatchDisapproveOrdersRequest, Metadata, DateTime?, CancellationToken)
Disapproves a list of Order objects.
Declaration
public virtual BatchDisapproveOrdersResponse BatchDisapproveOrders(BatchDisapproveOrdersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchDisapproveOrdersRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| BatchDisapproveOrdersResponse | The response received from the server. |
BatchDisapproveOrdersAsync(BatchDisapproveOrdersRequest, CallOptions)
Disapproves a list of Order objects.
Declaration
public virtual AsyncUnaryCall<BatchDisapproveOrdersResponse> BatchDisapproveOrdersAsync(BatchDisapproveOrdersRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchDisapproveOrdersRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchDisapproveOrdersResponse> | The call object. |
BatchDisapproveOrdersAsync(BatchDisapproveOrdersRequest, Metadata, DateTime?, CancellationToken)
Disapproves a list of Order objects.
Declaration
public virtual AsyncUnaryCall<BatchDisapproveOrdersResponse> BatchDisapproveOrdersAsync(BatchDisapproveOrdersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchDisapproveOrdersRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchDisapproveOrdersResponse> | The call object. |
BatchDisapproveOrdersWithoutReservationChanges(BatchDisapproveOrdersWithoutReservationChangesRequest, CallOptions)
Disapproves a list of Order objects without changing reservation status.
Declaration
public virtual BatchDisapproveOrdersWithoutReservationChangesResponse BatchDisapproveOrdersWithoutReservationChanges(BatchDisapproveOrdersWithoutReservationChangesRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchDisapproveOrdersWithoutReservationChangesRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| BatchDisapproveOrdersWithoutReservationChangesResponse | The response received from the server. |
BatchDisapproveOrdersWithoutReservationChanges(BatchDisapproveOrdersWithoutReservationChangesRequest, Metadata, DateTime?, CancellationToken)
Disapproves a list of Order objects without changing reservation status.
Declaration
public virtual BatchDisapproveOrdersWithoutReservationChangesResponse BatchDisapproveOrdersWithoutReservationChanges(BatchDisapproveOrdersWithoutReservationChangesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchDisapproveOrdersWithoutReservationChangesRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| BatchDisapproveOrdersWithoutReservationChangesResponse | The response received from the server. |
BatchDisapproveOrdersWithoutReservationChangesAsync(BatchDisapproveOrdersWithoutReservationChangesRequest, CallOptions)
Disapproves a list of Order objects without changing reservation status.
Declaration
public virtual AsyncUnaryCall<BatchDisapproveOrdersWithoutReservationChangesResponse> BatchDisapproveOrdersWithoutReservationChangesAsync(BatchDisapproveOrdersWithoutReservationChangesRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchDisapproveOrdersWithoutReservationChangesRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchDisapproveOrdersWithoutReservationChangesResponse> | The call object. |
BatchDisapproveOrdersWithoutReservationChangesAsync(BatchDisapproveOrdersWithoutReservationChangesRequest, Metadata, DateTime?, CancellationToken)
Disapproves a list of Order objects without changing reservation status.
Declaration
public virtual AsyncUnaryCall<BatchDisapproveOrdersWithoutReservationChangesResponse> BatchDisapproveOrdersWithoutReservationChangesAsync(BatchDisapproveOrdersWithoutReservationChangesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchDisapproveOrdersWithoutReservationChangesRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchDisapproveOrdersWithoutReservationChangesResponse> | The call object. |
BatchPauseOrders(BatchPauseOrdersRequest, CallOptions)
Pauses a list of Order objects.
Declaration
public virtual BatchPauseOrdersResponse BatchPauseOrders(BatchPauseOrdersRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchPauseOrdersRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| BatchPauseOrdersResponse | The response received from the server. |
BatchPauseOrders(BatchPauseOrdersRequest, Metadata, DateTime?, CancellationToken)
Pauses a list of Order objects.
Declaration
public virtual BatchPauseOrdersResponse BatchPauseOrders(BatchPauseOrdersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchPauseOrdersRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| BatchPauseOrdersResponse | The response received from the server. |
BatchPauseOrdersAsync(BatchPauseOrdersRequest, CallOptions)
Pauses a list of Order objects.
Declaration
public virtual AsyncUnaryCall<BatchPauseOrdersResponse> BatchPauseOrdersAsync(BatchPauseOrdersRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchPauseOrdersRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchPauseOrdersResponse> | The call object. |
BatchPauseOrdersAsync(BatchPauseOrdersRequest, Metadata, DateTime?, CancellationToken)
Pauses a list of Order objects.
Declaration
public virtual AsyncUnaryCall<BatchPauseOrdersResponse> BatchPauseOrdersAsync(BatchPauseOrdersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchPauseOrdersRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchPauseOrdersResponse> | The call object. |
BatchResumeAndOverbookOrders(BatchResumeAndOverbookOrdersRequest, CallOptions)
Resumes and overbooks a list of Order objects.
Declaration
public virtual BatchResumeAndOverbookOrdersResponse BatchResumeAndOverbookOrders(BatchResumeAndOverbookOrdersRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchResumeAndOverbookOrdersRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| BatchResumeAndOverbookOrdersResponse | The response received from the server. |
BatchResumeAndOverbookOrders(BatchResumeAndOverbookOrdersRequest, Metadata, DateTime?, CancellationToken)
Resumes and overbooks a list of Order objects.
Declaration
public virtual BatchResumeAndOverbookOrdersResponse BatchResumeAndOverbookOrders(BatchResumeAndOverbookOrdersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchResumeAndOverbookOrdersRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| BatchResumeAndOverbookOrdersResponse | The response received from the server. |
BatchResumeAndOverbookOrdersAsync(BatchResumeAndOverbookOrdersRequest, CallOptions)
Resumes and overbooks a list of Order objects.
Declaration
public virtual AsyncUnaryCall<BatchResumeAndOverbookOrdersResponse> BatchResumeAndOverbookOrdersAsync(BatchResumeAndOverbookOrdersRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchResumeAndOverbookOrdersRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchResumeAndOverbookOrdersResponse> | The call object. |
BatchResumeAndOverbookOrdersAsync(BatchResumeAndOverbookOrdersRequest, Metadata, DateTime?, CancellationToken)
Resumes and overbooks a list of Order objects.
Declaration
public virtual AsyncUnaryCall<BatchResumeAndOverbookOrdersResponse> BatchResumeAndOverbookOrdersAsync(BatchResumeAndOverbookOrdersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchResumeAndOverbookOrdersRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchResumeAndOverbookOrdersResponse> | The call object. |
BatchResumeOrders(BatchResumeOrdersRequest, CallOptions)
Resumes a list of Order objects.
Declaration
public virtual BatchResumeOrdersResponse BatchResumeOrders(BatchResumeOrdersRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchResumeOrdersRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| BatchResumeOrdersResponse | The response received from the server. |
BatchResumeOrders(BatchResumeOrdersRequest, Metadata, DateTime?, CancellationToken)
Resumes a list of Order objects.
Declaration
public virtual BatchResumeOrdersResponse BatchResumeOrders(BatchResumeOrdersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchResumeOrdersRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| BatchResumeOrdersResponse | The response received from the server. |
BatchResumeOrdersAsync(BatchResumeOrdersRequest, CallOptions)
Resumes a list of Order objects.
Declaration
public virtual AsyncUnaryCall<BatchResumeOrdersResponse> BatchResumeOrdersAsync(BatchResumeOrdersRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchResumeOrdersRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchResumeOrdersResponse> | The call object. |
BatchResumeOrdersAsync(BatchResumeOrdersRequest, Metadata, DateTime?, CancellationToken)
Resumes a list of Order objects.
Declaration
public virtual AsyncUnaryCall<BatchResumeOrdersResponse> BatchResumeOrdersAsync(BatchResumeOrdersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchResumeOrdersRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchResumeOrdersResponse> | The call object. |
BatchRetractOrders(BatchRetractOrdersRequest, CallOptions)
Retracts a list of Order objects.
Declaration
public virtual BatchRetractOrdersResponse BatchRetractOrders(BatchRetractOrdersRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchRetractOrdersRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| BatchRetractOrdersResponse | The response received from the server. |
BatchRetractOrders(BatchRetractOrdersRequest, Metadata, DateTime?, CancellationToken)
Retracts a list of Order objects.
Declaration
public virtual BatchRetractOrdersResponse BatchRetractOrders(BatchRetractOrdersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchRetractOrdersRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| BatchRetractOrdersResponse | The response received from the server. |
BatchRetractOrdersAsync(BatchRetractOrdersRequest, CallOptions)
Retracts a list of Order objects.
Declaration
public virtual AsyncUnaryCall<BatchRetractOrdersResponse> BatchRetractOrdersAsync(BatchRetractOrdersRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchRetractOrdersRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchRetractOrdersResponse> | The call object. |
BatchRetractOrdersAsync(BatchRetractOrdersRequest, Metadata, DateTime?, CancellationToken)
Retracts a list of Order objects.
Declaration
public virtual AsyncUnaryCall<BatchRetractOrdersResponse> BatchRetractOrdersAsync(BatchRetractOrdersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchRetractOrdersRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchRetractOrdersResponse> | The call object. |
BatchRetractOrdersWithoutReservationChanges(BatchRetractOrdersWithoutReservationChangesRequest, CallOptions)
Retracts a list of Order objects without changing reservation status.
Declaration
public virtual BatchRetractOrdersWithoutReservationChangesResponse BatchRetractOrdersWithoutReservationChanges(BatchRetractOrdersWithoutReservationChangesRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchRetractOrdersWithoutReservationChangesRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| BatchRetractOrdersWithoutReservationChangesResponse | The response received from the server. |
BatchRetractOrdersWithoutReservationChanges(BatchRetractOrdersWithoutReservationChangesRequest, Metadata, DateTime?, CancellationToken)
Retracts a list of Order objects without changing reservation status.
Declaration
public virtual BatchRetractOrdersWithoutReservationChangesResponse BatchRetractOrdersWithoutReservationChanges(BatchRetractOrdersWithoutReservationChangesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchRetractOrdersWithoutReservationChangesRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| BatchRetractOrdersWithoutReservationChangesResponse | The response received from the server. |
BatchRetractOrdersWithoutReservationChangesAsync(BatchRetractOrdersWithoutReservationChangesRequest, CallOptions)
Retracts a list of Order objects without changing reservation status.
Declaration
public virtual AsyncUnaryCall<BatchRetractOrdersWithoutReservationChangesResponse> BatchRetractOrdersWithoutReservationChangesAsync(BatchRetractOrdersWithoutReservationChangesRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchRetractOrdersWithoutReservationChangesRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchRetractOrdersWithoutReservationChangesResponse> | The call object. |
BatchRetractOrdersWithoutReservationChangesAsync(BatchRetractOrdersWithoutReservationChangesRequest, Metadata, DateTime?, CancellationToken)
Retracts a list of Order objects without changing reservation status.
Declaration
public virtual AsyncUnaryCall<BatchRetractOrdersWithoutReservationChangesResponse> BatchRetractOrdersWithoutReservationChangesAsync(BatchRetractOrdersWithoutReservationChangesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchRetractOrdersWithoutReservationChangesRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchRetractOrdersWithoutReservationChangesResponse> | The call object. |
BatchSubmitOrdersForApproval(BatchSubmitOrdersForApprovalRequest, CallOptions)
Submits a list of Order objects for approval.
Declaration
public virtual BatchSubmitOrdersForApprovalResponse BatchSubmitOrdersForApproval(BatchSubmitOrdersForApprovalRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchSubmitOrdersForApprovalRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| BatchSubmitOrdersForApprovalResponse | The response received from the server. |
BatchSubmitOrdersForApproval(BatchSubmitOrdersForApprovalRequest, Metadata, DateTime?, CancellationToken)
Submits a list of Order objects for approval.
Declaration
public virtual BatchSubmitOrdersForApprovalResponse BatchSubmitOrdersForApproval(BatchSubmitOrdersForApprovalRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchSubmitOrdersForApprovalRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| BatchSubmitOrdersForApprovalResponse | The response received from the server. |
BatchSubmitOrdersForApprovalAndOverbook(BatchSubmitOrdersForApprovalAndOverbookRequest, CallOptions)
Submits and overbooks a list of Order objects for approval.
Declaration
public virtual BatchSubmitOrdersForApprovalAndOverbookResponse BatchSubmitOrdersForApprovalAndOverbook(BatchSubmitOrdersForApprovalAndOverbookRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchSubmitOrdersForApprovalAndOverbookRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| BatchSubmitOrdersForApprovalAndOverbookResponse | The response received from the server. |
BatchSubmitOrdersForApprovalAndOverbook(BatchSubmitOrdersForApprovalAndOverbookRequest, Metadata, DateTime?, CancellationToken)
Submits and overbooks a list of Order objects for approval.
Declaration
public virtual BatchSubmitOrdersForApprovalAndOverbookResponse BatchSubmitOrdersForApprovalAndOverbook(BatchSubmitOrdersForApprovalAndOverbookRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchSubmitOrdersForApprovalAndOverbookRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| BatchSubmitOrdersForApprovalAndOverbookResponse | The response received from the server. |
BatchSubmitOrdersForApprovalAndOverbookAsync(BatchSubmitOrdersForApprovalAndOverbookRequest, CallOptions)
Submits and overbooks a list of Order objects for approval.
Declaration
public virtual AsyncUnaryCall<BatchSubmitOrdersForApprovalAndOverbookResponse> BatchSubmitOrdersForApprovalAndOverbookAsync(BatchSubmitOrdersForApprovalAndOverbookRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchSubmitOrdersForApprovalAndOverbookRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchSubmitOrdersForApprovalAndOverbookResponse> | The call object. |
BatchSubmitOrdersForApprovalAndOverbookAsync(BatchSubmitOrdersForApprovalAndOverbookRequest, Metadata, DateTime?, CancellationToken)
Submits and overbooks a list of Order objects for approval.
Declaration
public virtual AsyncUnaryCall<BatchSubmitOrdersForApprovalAndOverbookResponse> BatchSubmitOrdersForApprovalAndOverbookAsync(BatchSubmitOrdersForApprovalAndOverbookRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchSubmitOrdersForApprovalAndOverbookRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchSubmitOrdersForApprovalAndOverbookResponse> | The call object. |
BatchSubmitOrdersForApprovalAsync(BatchSubmitOrdersForApprovalRequest, CallOptions)
Submits a list of Order objects for approval.
Declaration
public virtual AsyncUnaryCall<BatchSubmitOrdersForApprovalResponse> BatchSubmitOrdersForApprovalAsync(BatchSubmitOrdersForApprovalRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchSubmitOrdersForApprovalRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchSubmitOrdersForApprovalResponse> | The call object. |
BatchSubmitOrdersForApprovalAsync(BatchSubmitOrdersForApprovalRequest, Metadata, DateTime?, CancellationToken)
Submits a list of Order objects for approval.
Declaration
public virtual AsyncUnaryCall<BatchSubmitOrdersForApprovalResponse> BatchSubmitOrdersForApprovalAsync(BatchSubmitOrdersForApprovalRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchSubmitOrdersForApprovalRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchSubmitOrdersForApprovalResponse> | The call object. |
BatchSubmitOrdersForApprovalWithoutReservationChanges(BatchSubmitOrdersForApprovalWithoutReservationChangesRequest, CallOptions)
Submits a list of Order objects for approval without changing reservation
status.
Declaration
public virtual BatchSubmitOrdersForApprovalWithoutReservationChangesResponse BatchSubmitOrdersForApprovalWithoutReservationChanges(BatchSubmitOrdersForApprovalWithoutReservationChangesRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchSubmitOrdersForApprovalWithoutReservationChangesRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| BatchSubmitOrdersForApprovalWithoutReservationChangesResponse | The response received from the server. |
BatchSubmitOrdersForApprovalWithoutReservationChanges(BatchSubmitOrdersForApprovalWithoutReservationChangesRequest, Metadata, DateTime?, CancellationToken)
Submits a list of Order objects for approval without changing reservation
status.
Declaration
public virtual BatchSubmitOrdersForApprovalWithoutReservationChangesResponse BatchSubmitOrdersForApprovalWithoutReservationChanges(BatchSubmitOrdersForApprovalWithoutReservationChangesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchSubmitOrdersForApprovalWithoutReservationChangesRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| BatchSubmitOrdersForApprovalWithoutReservationChangesResponse | The response received from the server. |
BatchSubmitOrdersForApprovalWithoutReservationChangesAsync(BatchSubmitOrdersForApprovalWithoutReservationChangesRequest, CallOptions)
Submits a list of Order objects for approval without changing reservation
status.
Declaration
public virtual AsyncUnaryCall<BatchSubmitOrdersForApprovalWithoutReservationChangesResponse> BatchSubmitOrdersForApprovalWithoutReservationChangesAsync(BatchSubmitOrdersForApprovalWithoutReservationChangesRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchSubmitOrdersForApprovalWithoutReservationChangesRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchSubmitOrdersForApprovalWithoutReservationChangesResponse> | The call object. |
BatchSubmitOrdersForApprovalWithoutReservationChangesAsync(BatchSubmitOrdersForApprovalWithoutReservationChangesRequest, Metadata, DateTime?, CancellationToken)
Submits a list of Order objects for approval without changing reservation
status.
Declaration
public virtual AsyncUnaryCall<BatchSubmitOrdersForApprovalWithoutReservationChangesResponse> BatchSubmitOrdersForApprovalWithoutReservationChangesAsync(BatchSubmitOrdersForApprovalWithoutReservationChangesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchSubmitOrdersForApprovalWithoutReservationChangesRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchSubmitOrdersForApprovalWithoutReservationChangesResponse> | The call object. |
BatchUnarchiveOrders(BatchUnarchiveOrdersRequest, CallOptions)
Unarchives a list of Order objects.
Declaration
public virtual BatchUnarchiveOrdersResponse BatchUnarchiveOrders(BatchUnarchiveOrdersRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchUnarchiveOrdersRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| BatchUnarchiveOrdersResponse | The response received from the server. |
BatchUnarchiveOrders(BatchUnarchiveOrdersRequest, Metadata, DateTime?, CancellationToken)
Unarchives a list of Order objects.
Declaration
public virtual BatchUnarchiveOrdersResponse BatchUnarchiveOrders(BatchUnarchiveOrdersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchUnarchiveOrdersRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| BatchUnarchiveOrdersResponse | The response received from the server. |
BatchUnarchiveOrdersAsync(BatchUnarchiveOrdersRequest, CallOptions)
Unarchives a list of Order objects.
Declaration
public virtual AsyncUnaryCall<BatchUnarchiveOrdersResponse> BatchUnarchiveOrdersAsync(BatchUnarchiveOrdersRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchUnarchiveOrdersRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchUnarchiveOrdersResponse> | The call object. |
BatchUnarchiveOrdersAsync(BatchUnarchiveOrdersRequest, Metadata, DateTime?, CancellationToken)
Unarchives a list of Order objects.
Declaration
public virtual AsyncUnaryCall<BatchUnarchiveOrdersResponse> BatchUnarchiveOrdersAsync(BatchUnarchiveOrdersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchUnarchiveOrdersRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchUnarchiveOrdersResponse> | The call object. |
BatchUpdateOrders(BatchUpdateOrdersRequest, CallOptions)
Batch updates Order objects.
Declaration
public virtual BatchUpdateOrdersResponse BatchUpdateOrders(BatchUpdateOrdersRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchUpdateOrdersRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| BatchUpdateOrdersResponse | The response received from the server. |
BatchUpdateOrders(BatchUpdateOrdersRequest, Metadata, DateTime?, CancellationToken)
Batch updates Order objects.
Declaration
public virtual BatchUpdateOrdersResponse BatchUpdateOrders(BatchUpdateOrdersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchUpdateOrdersRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| BatchUpdateOrdersResponse | The response received from the server. |
BatchUpdateOrdersAsync(BatchUpdateOrdersRequest, CallOptions)
Batch updates Order objects.
Declaration
public virtual AsyncUnaryCall<BatchUpdateOrdersResponse> BatchUpdateOrdersAsync(BatchUpdateOrdersRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchUpdateOrdersRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchUpdateOrdersResponse> | The call object. |
BatchUpdateOrdersAsync(BatchUpdateOrdersRequest, Metadata, DateTime?, CancellationToken)
Batch updates Order objects.
Declaration
public virtual AsyncUnaryCall<BatchUpdateOrdersResponse> BatchUpdateOrdersAsync(BatchUpdateOrdersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchUpdateOrdersRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<BatchUpdateOrdersResponse> | The call object. |
GetOrder(GetOrderRequest, CallOptions)
Retrieves an Order object.
Declaration
public virtual Order GetOrder(GetOrderRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| GetOrderRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| Order | The response received from the server. |
GetOrder(GetOrderRequest, Metadata, DateTime?, CancellationToken)
Retrieves an Order object.
Declaration
public virtual Order GetOrder(GetOrderRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| GetOrderRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| Order | The response received from the server. |
GetOrderAsync(GetOrderRequest, CallOptions)
Retrieves an Order object.
Declaration
public virtual AsyncUnaryCall<Order> GetOrderAsync(GetOrderRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| GetOrderRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<Order> | The call object. |
GetOrderAsync(GetOrderRequest, Metadata, DateTime?, CancellationToken)
Retrieves an Order object.
Declaration
public virtual AsyncUnaryCall<Order> GetOrderAsync(GetOrderRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| GetOrderRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<Order> | The call object. |
ListOrders(ListOrdersRequest, CallOptions)
Lists Order objects.
Fields used for literal matching in filter string:
order_iddisplay_nameexternal_order_id
Declaration
public virtual ListOrdersResponse ListOrders(ListOrdersRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| ListOrdersRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| ListOrdersResponse | The response received from the server. |
ListOrders(ListOrdersRequest, Metadata, DateTime?, CancellationToken)
Lists Order objects.
Fields used for literal matching in filter string:
order_iddisplay_nameexternal_order_id
Declaration
public virtual ListOrdersResponse ListOrders(ListOrdersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| ListOrdersRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| ListOrdersResponse | The response received from the server. |
ListOrdersAsync(ListOrdersRequest, CallOptions)
Lists Order objects.
Fields used for literal matching in filter string:
order_iddisplay_nameexternal_order_id
Declaration
public virtual AsyncUnaryCall<ListOrdersResponse> ListOrdersAsync(ListOrdersRequest request, CallOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| ListOrdersRequest | request | The request to send to the server. |
| CallOptions | options | The options for the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<ListOrdersResponse> | The call object. |
ListOrdersAsync(ListOrdersRequest, Metadata, DateTime?, CancellationToken)
Lists Order objects.
Fields used for literal matching in filter string:
order_iddisplay_nameexternal_order_id
Declaration
public virtual AsyncUnaryCall<ListOrdersResponse> ListOrdersAsync(ListOrdersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| ListOrdersRequest | request | The request to send to the server. |
| Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
| DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
| Type | Description |
|---|---|
| AsyncUnaryCall<ListOrdersResponse> | The call object. |
NewInstance(ClientBaseConfiguration)
Creates a new instance of client from given ClientBaseConfiguration.
Declaration
protected override OrderService.OrderServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
Parameters
| Type | Name | Description |
|---|---|---|
| ClientBase.ClientBaseConfiguration | configuration |
Returns
| Type | Description |
|---|---|
| OrderService.OrderServiceClient |