Class MobileCarrierService.MobileCarrierServiceBase
Base class for server-side implementations of MobileCarrierService
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). |