Show / Hide Table of Contents

Class ChildPublisherService.ChildPublisherServiceBase

Base class for server-side implementations of ChildPublisherService

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

Methods

BatchCreateChildPublishers(BatchCreateChildPublishersRequest, ServerCallContext)

Creates [ChildPublisher][google.ads.admanager.v1.ChildPublisher] objects.

Declaration
public virtual Task<BatchCreateChildPublishersResponse> BatchCreateChildPublishers(BatchCreateChildPublishersRequest request, ServerCallContext context)
Parameters
Type Name Description
BatchCreateChildPublishersRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<BatchCreateChildPublishersResponse>

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

BatchUpdateChildPublishers(BatchUpdateChildPublishersRequest, ServerCallContext)

Batch updates [ChildPublisher][google.ads.admanager.v1.ChildPublisher] objects.

Declaration
public virtual Task<BatchUpdateChildPublishersResponse> BatchUpdateChildPublishers(BatchUpdateChildPublishersRequest request, ServerCallContext context)
Parameters
Type Name Description
BatchUpdateChildPublishersRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<BatchUpdateChildPublishersResponse>

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

CreateChildPublisher(CreateChildPublisherRequest, ServerCallContext)

Creates a [ChildPublisher][google.ads.admanager.v1.ChildPublisher] object.

Declaration
public virtual Task<ChildPublisher> CreateChildPublisher(CreateChildPublisherRequest request, ServerCallContext context)
Parameters
Type Name Description
CreateChildPublisherRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<ChildPublisher>

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

GetChildPublisher(GetChildPublisherRequest, ServerCallContext)

Retrieves a [ChildPublisher][google.ads.admanager.v1.ChildPublisher] object.

Declaration
public virtual Task<ChildPublisher> GetChildPublisher(GetChildPublisherRequest request, ServerCallContext context)
Parameters
Type Name Description
GetChildPublisherRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<ChildPublisher>

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

ListChildPublishers(ListChildPublishersRequest, ServerCallContext)

Lists [ChildPublisher][google.ads.admanager.v1.ChildPublisher] objects.

Declaration
public virtual Task<ListChildPublishersResponse> ListChildPublishers(ListChildPublishersRequest request, ServerCallContext context)
Parameters
Type Name Description
ListChildPublishersRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<ListChildPublishersResponse>

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

UpdateChildPublisher(UpdateChildPublisherRequest, ServerCallContext)

Updates a [ChildPublisher][google.ads.admanager.v1.ChildPublisher] object.

Declaration
public virtual Task<ChildPublisher> UpdateChildPublisher(UpdateChildPublisherRequest request, ServerCallContext context)
Parameters
Type Name Description
UpdateChildPublisherRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<ChildPublisher>

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

In this article
Back to top Generated by DocFX