Class McmEarningsService.McmEarningsServiceBase
Base class for server-side implementations of McmEarningsService
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
[BindServiceMethod(typeof(McmEarningsService), "BindService")]
public abstract class McmEarningsService.McmEarningsServiceBase
Methods
FetchMcmEarnings(FetchMcmEarningsRequest, ServerCallContext)
API to retrieve a list of McmEarnings objects.
Declaration
public virtual Task<FetchMcmEarningsResponse> FetchMcmEarnings(FetchMcmEarningsRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| FetchMcmEarningsRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<FetchMcmEarningsResponse> | The response to send back to the client (wrapped by a task). |