Show / Hide Table of Contents

Class ThirdPartyCompanyService.ThirdPartyCompanyServiceBase

Base class for server-side implementations of ThirdPartyCompanyService

Inheritance
object
ThirdPartyCompanyService.ThirdPartyCompanyServiceBase
Inherited Members
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ToString()
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).

In this article
Back to top Generated by DocFX