Show / Hide Table of Contents

Class CreativeSetService.CreativeSetServiceBase

Base class for server-side implementations of CreativeSetService

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

Methods

CreateCreativeSet(CreateCreativeSetRequest, ServerCallContext)

Creates a CreativeSet object.

Declaration
public virtual Task<CreativeSet> CreateCreativeSet(CreateCreativeSetRequest request, ServerCallContext context)
Parameters
Type Name Description
CreateCreativeSetRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<CreativeSet>

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

GetCreativeSet(GetCreativeSetRequest, ServerCallContext)

Retrieves a CreativeSet object.

Declaration
public virtual Task<CreativeSet> GetCreativeSet(GetCreativeSetRequest request, ServerCallContext context)
Parameters
Type Name Description
GetCreativeSetRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<CreativeSet>

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

ListCreativeSets(ListCreativeSetsRequest, ServerCallContext)

Lists CreativeSet objects.

Declaration
public virtual Task<ListCreativeSetsResponse> ListCreativeSets(ListCreativeSetsRequest request, ServerCallContext context)
Parameters
Type Name Description
ListCreativeSetsRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<ListCreativeSetsResponse>

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

UpdateCreativeSet(UpdateCreativeSetRequest, ServerCallContext)

Updates a CreativeSet object.

Declaration
public virtual Task<CreativeSet> UpdateCreativeSet(UpdateCreativeSetRequest request, ServerCallContext context)
Parameters
Type Name Description
UpdateCreativeSetRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<CreativeSet>

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

In this article
Back to top Generated by DocFX