Class ThirdPartyCompanyService.ThirdPartyCompanyServiceBase
Base class for server-side implementations of ThirdPartyCompanyService
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
[BindServiceMethod(typeof(ThirdPartyCompanyService), "BindService")]
public abstract class ThirdPartyCompanyService.ThirdPartyCompanyServiceBase
Methods
GetThirdPartyCompany(GetThirdPartyCompanyRequest, ServerCallContext)
Retrieves a ThirdPartyCompany object.
Declaration
public virtual Task<ThirdPartyCompany> GetThirdPartyCompany(GetThirdPartyCompanyRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| GetThirdPartyCompanyRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<ThirdPartyCompany> | The response to send back to the client (wrapped by a task). |
ListThirdPartyCompanies(ListThirdPartyCompaniesRequest, ServerCallContext)
Lists ThirdPartyCompany objects.
Declaration
public virtual Task<ListThirdPartyCompaniesResponse> ListThirdPartyCompanies(ListThirdPartyCompaniesRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ListThirdPartyCompaniesRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<ListThirdPartyCompaniesResponse> | The response to send back to the client (wrapped by a task). |