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