Show / Hide Table of Contents

Class CdnConfigService.CdnConfigServiceBase

Base class for server-side implementations of CdnConfigService

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

Methods

BatchActivateCdnConfigs(BatchActivateCdnConfigsRequest, ServerCallContext)

Batch activates CdnConfig objects.

Declaration
public virtual Task<BatchActivateCdnConfigsResponse> BatchActivateCdnConfigs(BatchActivateCdnConfigsRequest request, ServerCallContext context)
Parameters
Type Name Description
BatchActivateCdnConfigsRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<BatchActivateCdnConfigsResponse>

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

BatchArchiveCdnConfigs(BatchArchiveCdnConfigsRequest, ServerCallContext)

Batch archives CdnConfig objects.

Declaration
public virtual Task<BatchArchiveCdnConfigsResponse> BatchArchiveCdnConfigs(BatchArchiveCdnConfigsRequest request, ServerCallContext context)
Parameters
Type Name Description
BatchArchiveCdnConfigsRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<BatchArchiveCdnConfigsResponse>

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

BatchCreateCdnConfigs(BatchCreateCdnConfigsRequest, ServerCallContext)

Batch creates CdnConfig objects.

Declaration
public virtual Task<BatchCreateCdnConfigsResponse> BatchCreateCdnConfigs(BatchCreateCdnConfigsRequest request, ServerCallContext context)
Parameters
Type Name Description
BatchCreateCdnConfigsRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<BatchCreateCdnConfigsResponse>

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

BatchUpdateCdnConfigs(BatchUpdateCdnConfigsRequest, ServerCallContext)

Batch updates CdnConfig objects.

Declaration
public virtual Task<BatchUpdateCdnConfigsResponse> BatchUpdateCdnConfigs(BatchUpdateCdnConfigsRequest request, ServerCallContext context)
Parameters
Type Name Description
BatchUpdateCdnConfigsRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<BatchUpdateCdnConfigsResponse>

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

CreateCdnConfig(CreateCdnConfigRequest, ServerCallContext)

Creates a CdnConfig object.

Declaration
public virtual Task<CdnConfig> CreateCdnConfig(CreateCdnConfigRequest request, ServerCallContext context)
Parameters
Type Name Description
CreateCdnConfigRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<CdnConfig>

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

GetCdnConfig(GetCdnConfigRequest, ServerCallContext)

Retrieves a CdnConfig object.

Declaration
public virtual Task<CdnConfig> GetCdnConfig(GetCdnConfigRequest request, ServerCallContext context)
Parameters
Type Name Description
GetCdnConfigRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<CdnConfig>

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

ListCdnConfigs(ListCdnConfigsRequest, ServerCallContext)

Lists CdnConfig objects.

Declaration
public virtual Task<ListCdnConfigsResponse> ListCdnConfigs(ListCdnConfigsRequest request, ServerCallContext context)
Parameters
Type Name Description
ListCdnConfigsRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<ListCdnConfigsResponse>

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

UpdateCdnConfig(UpdateCdnConfigRequest, ServerCallContext)

Updates a CdnConfig object.

Declaration
public virtual Task<CdnConfig> UpdateCdnConfig(UpdateCdnConfigRequest request, ServerCallContext context)
Parameters
Type Name Description
UpdateCdnConfigRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<CdnConfig>

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

In this article
Back to top Generated by DocFX