Class TaxonomyCategoryService.TaxonomyCategoryServiceBase
Base class for server-side implementations of TaxonomyCategoryService
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). |