Show / Hide Table of Contents

Class EntitySignalsMappingService.EntitySignalsMappingServiceBase

Base class for server-side implementations of EntitySignalsMappingService

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

Methods

BatchCreateEntitySignalsMappings(BatchCreateEntitySignalsMappingsRequest, ServerCallContext)

API to batch create EntitySignalsMapping objects.

Declaration
public virtual Task<BatchCreateEntitySignalsMappingsResponse> BatchCreateEntitySignalsMappings(BatchCreateEntitySignalsMappingsRequest request, ServerCallContext context)
Parameters
Type Name Description
BatchCreateEntitySignalsMappingsRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<BatchCreateEntitySignalsMappingsResponse>

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

BatchUpdateEntitySignalsMappings(BatchUpdateEntitySignalsMappingsRequest, ServerCallContext)

API to batch update EntitySignalsMapping objects.

Declaration
public virtual Task<BatchUpdateEntitySignalsMappingsResponse> BatchUpdateEntitySignalsMappings(BatchUpdateEntitySignalsMappingsRequest request, ServerCallContext context)
Parameters
Type Name Description
BatchUpdateEntitySignalsMappingsRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<BatchUpdateEntitySignalsMappingsResponse>

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

CreateEntitySignalsMapping(CreateEntitySignalsMappingRequest, ServerCallContext)

API to create an EntitySignalsMapping object.

Declaration
public virtual Task<EntitySignalsMapping> CreateEntitySignalsMapping(CreateEntitySignalsMappingRequest request, ServerCallContext context)
Parameters
Type Name Description
CreateEntitySignalsMappingRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<EntitySignalsMapping>

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

GetEntitySignalsMapping(GetEntitySignalsMappingRequest, ServerCallContext)

API to retrieve a EntitySignalsMapping object.

Declaration
public virtual Task<EntitySignalsMapping> GetEntitySignalsMapping(GetEntitySignalsMappingRequest request, ServerCallContext context)
Parameters
Type Name Description
GetEntitySignalsMappingRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<EntitySignalsMapping>

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

ListEntitySignalsMappings(ListEntitySignalsMappingsRequest, ServerCallContext)

API to retrieve a list of EntitySignalsMapping objects.

Declaration
public virtual Task<ListEntitySignalsMappingsResponse> ListEntitySignalsMappings(ListEntitySignalsMappingsRequest request, ServerCallContext context)
Parameters
Type Name Description
ListEntitySignalsMappingsRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<ListEntitySignalsMappingsResponse>

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

UpdateEntitySignalsMapping(UpdateEntitySignalsMappingRequest, ServerCallContext)

API to update an EntitySignalsMapping object.

Declaration
public virtual Task<EntitySignalsMapping> UpdateEntitySignalsMapping(UpdateEntitySignalsMappingRequest request, ServerCallContext context)
Parameters
Type Name Description
UpdateEntitySignalsMappingRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<EntitySignalsMapping>

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

In this article
Back to top Generated by DocFX