Show / Hide Table of Contents

Class BreakTemplateService.BreakTemplateServiceBase

Base class for server-side implementations of BreakTemplateService

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

Methods

BatchCreateBreakTemplates(BatchCreateBreakTemplatesRequest, ServerCallContext)

Batch creates BreakTemplate objects.

Declaration
public virtual Task<BatchCreateBreakTemplatesResponse> BatchCreateBreakTemplates(BatchCreateBreakTemplatesRequest request, ServerCallContext context)
Parameters
Type Name Description
BatchCreateBreakTemplatesRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<BatchCreateBreakTemplatesResponse>

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

BatchUpdateBreakTemplates(BatchUpdateBreakTemplatesRequest, ServerCallContext)

Batch updates BreakTemplate objects.

Declaration
public virtual Task<BatchUpdateBreakTemplatesResponse> BatchUpdateBreakTemplates(BatchUpdateBreakTemplatesRequest request, ServerCallContext context)
Parameters
Type Name Description
BatchUpdateBreakTemplatesRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<BatchUpdateBreakTemplatesResponse>

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

CreateBreakTemplate(CreateBreakTemplateRequest, ServerCallContext)

Creates a BreakTemplate object.

Declaration
public virtual Task<BreakTemplate> CreateBreakTemplate(CreateBreakTemplateRequest request, ServerCallContext context)
Parameters
Type Name Description
CreateBreakTemplateRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<BreakTemplate>

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

GetBreakTemplate(GetBreakTemplateRequest, ServerCallContext)

Retrieves a BreakTemplate object.

Declaration
public virtual Task<BreakTemplate> GetBreakTemplate(GetBreakTemplateRequest request, ServerCallContext context)
Parameters
Type Name Description
GetBreakTemplateRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<BreakTemplate>

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

ListBreakTemplates(ListBreakTemplatesRequest, ServerCallContext)

Lists BreakTemplate objects.

Declaration
public virtual Task<ListBreakTemplatesResponse> ListBreakTemplates(ListBreakTemplatesRequest request, ServerCallContext context)
Parameters
Type Name Description
ListBreakTemplatesRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<ListBreakTemplatesResponse>

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

UpdateBreakTemplate(UpdateBreakTemplateRequest, ServerCallContext)

Updates a BreakTemplate object.

Declaration
public virtual Task<BreakTemplate> UpdateBreakTemplate(UpdateBreakTemplateRequest request, ServerCallContext context)
Parameters
Type Name Description
UpdateBreakTemplateRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<BreakTemplate>

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

In this article
Back to top Generated by DocFX