Show / Hide Table of Contents

Class SlateService.SlateServiceBase

Base class for server-side implementations of SlateService

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

Methods

BatchArchiveSlates(BatchArchiveSlatesRequest, ServerCallContext)

Batch archives Slate objects.

Declaration
public virtual Task<BatchArchiveSlatesResponse> BatchArchiveSlates(BatchArchiveSlatesRequest request, ServerCallContext context)
Parameters
Type Name Description
BatchArchiveSlatesRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<BatchArchiveSlatesResponse>

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

BatchCreateSlates(BatchCreateSlatesRequest, ServerCallContext)

Batch creates Slate objects.

Declaration
public virtual Task<BatchCreateSlatesResponse> BatchCreateSlates(BatchCreateSlatesRequest request, ServerCallContext context)
Parameters
Type Name Description
BatchCreateSlatesRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<BatchCreateSlatesResponse>

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

BatchUnarchiveSlates(BatchUnarchiveSlatesRequest, ServerCallContext)

Batch unarchives Slate objects.

Declaration
public virtual Task<BatchUnarchiveSlatesResponse> BatchUnarchiveSlates(BatchUnarchiveSlatesRequest request, ServerCallContext context)
Parameters
Type Name Description
BatchUnarchiveSlatesRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<BatchUnarchiveSlatesResponse>

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

BatchUpdateSlates(BatchUpdateSlatesRequest, ServerCallContext)

Batch updates Slate objects.

Declaration
public virtual Task<BatchUpdateSlatesResponse> BatchUpdateSlates(BatchUpdateSlatesRequest request, ServerCallContext context)
Parameters
Type Name Description
BatchUpdateSlatesRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<BatchUpdateSlatesResponse>

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

CreateSlate(CreateSlateRequest, ServerCallContext)

Creates a Slate object.

Declaration
public virtual Task<Slate> CreateSlate(CreateSlateRequest request, ServerCallContext context)
Parameters
Type Name Description
CreateSlateRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<Slate>

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

GetSlate(GetSlateRequest, ServerCallContext)

Retrieves a Slate object.

Declaration
public virtual Task<Slate> GetSlate(GetSlateRequest request, ServerCallContext context)
Parameters
Type Name Description
GetSlateRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<Slate>

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

ListSlates(ListSlatesRequest, ServerCallContext)

Lists Slate objects.

Declaration
public virtual Task<ListSlatesResponse> ListSlates(ListSlatesRequest request, ServerCallContext context)
Parameters
Type Name Description
ListSlatesRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<ListSlatesResponse>

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

UpdateSlate(UpdateSlateRequest, ServerCallContext)

Updates a Slate object.

Declaration
public virtual Task<Slate> UpdateSlate(UpdateSlateRequest request, ServerCallContext context)
Parameters
Type Name Description
UpdateSlateRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<Slate>

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

In this article
Back to top Generated by DocFX