Show / Hide Table of Contents

Class McmEarningsService.McmEarningsServiceBase

Base class for server-side implementations of McmEarningsService

Inheritance
object
McmEarningsService.McmEarningsServiceBase
Inherited Members
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ToString()
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).

In this article
Back to top Generated by DocFX