Show / Hide Table of Contents

Class MobileCarrierService.MobileCarrierServiceBase

Base class for server-side implementations of MobileCarrierService

Inheritance
object
MobileCarrierService.MobileCarrierServiceBase
Inherited Members
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
[BindServiceMethod(typeof(MobileCarrierService), "BindService")]
public abstract class MobileCarrierService.MobileCarrierServiceBase

Methods

GetMobileCarrier(GetMobileCarrierRequest, ServerCallContext)

API to retrieve a MobileCarrier object.

Declaration
public virtual Task<MobileCarrier> GetMobileCarrier(GetMobileCarrierRequest request, ServerCallContext context)
Parameters
Type Name Description
GetMobileCarrierRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<MobileCarrier>

The response to send back to the client (wrapped by a task).

ListMobileCarriers(ListMobileCarriersRequest, ServerCallContext)

API to retrieve a list of MobileCarrier objects.

Declaration
public virtual Task<ListMobileCarriersResponse> ListMobileCarriers(ListMobileCarriersRequest request, ServerCallContext context)
Parameters
Type Name Description
ListMobileCarriersRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<ListMobileCarriersResponse>

The response to send back to the client (wrapped by a task).

In this article
Back to top Generated by DocFX