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