Show / Hide Table of Contents

Class ContentBundleService.ContentBundleServiceBase

Base class for server-side implementations of ContentBundleService

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

Methods

GetContentBundle(GetContentBundleRequest, ServerCallContext)

API to retrieve a ContentBundle object.

Declaration
public virtual Task<ContentBundle> GetContentBundle(GetContentBundleRequest request, ServerCallContext context)
Parameters
Type Name Description
GetContentBundleRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<ContentBundle>

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

ListContentBundles(ListContentBundlesRequest, ServerCallContext)

API to retrieve a list of ContentBundle objects.

Declaration
public virtual Task<ListContentBundlesResponse> ListContentBundles(ListContentBundlesRequest request, ServerCallContext context)
Parameters
Type Name Description
ListContentBundlesRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<ListContentBundlesResponse>

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

In this article
Back to top Generated by DocFX