Show / Hide Table of Contents

Class TaxonomyCategoryService.TaxonomyCategoryServiceBase

Base class for server-side implementations of TaxonomyCategoryService

Inheritance
object
TaxonomyCategoryService.TaxonomyCategoryServiceBase
Inherited Members
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
[BindServiceMethod(typeof(TaxonomyCategoryService), "BindService")]
public abstract class TaxonomyCategoryService.TaxonomyCategoryServiceBase

Methods

GetTaxonomyCategory(GetTaxonomyCategoryRequest, ServerCallContext)

API to retrieve a TaxonomyCategory object.

Declaration
public virtual Task<TaxonomyCategory> GetTaxonomyCategory(GetTaxonomyCategoryRequest request, ServerCallContext context)
Parameters
Type Name Description
GetTaxonomyCategoryRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<TaxonomyCategory>

The response to send back to the client (wrapped by a task).

ListTaxonomyCategories(ListTaxonomyCategoriesRequest, ServerCallContext)

API to retrieve a list of TaxonomyCategory objects.

Declaration
public virtual Task<ListTaxonomyCategoriesResponse> ListTaxonomyCategories(ListTaxonomyCategoriesRequest request, ServerCallContext context)
Parameters
Type Name Description
ListTaxonomyCategoriesRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<ListTaxonomyCategoriesResponse>

The response to send back to the client (wrapped by a task).

In this article
Back to top Generated by DocFX