Class PrivateAuctionDealService.PrivateAuctionDealServiceBase
Base class for server-side implementations of PrivateAuctionDealService
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
[BindServiceMethod(typeof(PrivateAuctionDealService), "BindService")]
public abstract class PrivateAuctionDealService.PrivateAuctionDealServiceBase
Methods
CreatePrivateAuctionDeal(CreatePrivateAuctionDealRequest, ServerCallContext)
API to create a PrivateAuctionDeal object.
Declaration
public virtual Task<PrivateAuctionDeal> CreatePrivateAuctionDeal(CreatePrivateAuctionDealRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| CreatePrivateAuctionDealRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<PrivateAuctionDeal> | The response to send back to the client (wrapped by a task). |
GetPrivateAuctionDeal(GetPrivateAuctionDealRequest, ServerCallContext)
API to retrieve a PrivateAuctionDeal object.
Declaration
public virtual Task<PrivateAuctionDeal> GetPrivateAuctionDeal(GetPrivateAuctionDealRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| GetPrivateAuctionDealRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<PrivateAuctionDeal> | The response to send back to the client (wrapped by a task). |
ListPrivateAuctionDeals(ListPrivateAuctionDealsRequest, ServerCallContext)
API to retrieve a list of PrivateAuctionDeal objects.
Declaration
public virtual Task<ListPrivateAuctionDealsResponse> ListPrivateAuctionDeals(ListPrivateAuctionDealsRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ListPrivateAuctionDealsRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<ListPrivateAuctionDealsResponse> | The response to send back to the client (wrapped by a task). |
UpdatePrivateAuctionDeal(UpdatePrivateAuctionDealRequest, ServerCallContext)
API to update a PrivateAuctionDeal object.
Declaration
public virtual Task<PrivateAuctionDeal> UpdatePrivateAuctionDeal(UpdatePrivateAuctionDealRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdatePrivateAuctionDealRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<PrivateAuctionDeal> | The response to send back to the client (wrapped by a task). |