Show / Hide Table of Contents

Class CreativeTemplateService.CreativeTemplateServiceBase

Base class for server-side implementations of CreativeTemplateService

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

Methods

GetCreativeTemplate(GetCreativeTemplateRequest, ServerCallContext)

API to retrieve a CreativeTemplate object.

Declaration
public virtual Task<CreativeTemplate> GetCreativeTemplate(GetCreativeTemplateRequest request, ServerCallContext context)
Parameters
Type Name Description
GetCreativeTemplateRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<CreativeTemplate>

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

ListCreativeTemplates(ListCreativeTemplatesRequest, ServerCallContext)

API to retrieve a list of CreativeTemplate objects.

Declaration
public virtual Task<ListCreativeTemplatesResponse> ListCreativeTemplates(ListCreativeTemplatesRequest request, ServerCallContext context)
Parameters
Type Name Description
ListCreativeTemplatesRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<ListCreativeTemplatesResponse>

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

In this article
Back to top Generated by DocFX