Show / Hide Table of Contents

Class AdReviewCenterAdService.AdReviewCenterAdServiceBase

Base class for server-side implementations of AdReviewCenterAdService

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

Methods

BatchAllowAdReviewCenterAds(BatchAllowAdReviewCenterAdsRequest, ServerCallContext)

API to batch allow AdReviewCenterAds. This method supports partial success. Some operations may succeed while others fail. Callers should check the failedRequests field in the response to determine which operations failed.

Declaration
public virtual Task<Operation> BatchAllowAdReviewCenterAds(BatchAllowAdReviewCenterAdsRequest request, ServerCallContext context)
Parameters
Type Name Description
BatchAllowAdReviewCenterAdsRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<Operation>

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

BatchBlockAdReviewCenterAds(BatchBlockAdReviewCenterAdsRequest, ServerCallContext)

API to batch block AdReviewCenterAds. This method supports partial success. Some operations may succeed while others fail. Callers should check the failedRequests field in the response to determine which operations failed.

Declaration
public virtual Task<Operation> BatchBlockAdReviewCenterAds(BatchBlockAdReviewCenterAdsRequest request, ServerCallContext context)
Parameters
Type Name Description
BatchBlockAdReviewCenterAdsRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<Operation>

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

SearchAdReviewCenterAds(SearchAdReviewCenterAdsRequest, ServerCallContext)

API to search for AdReviewCenterAds.

Declaration
public virtual Task<SearchAdReviewCenterAdsResponse> SearchAdReviewCenterAds(SearchAdReviewCenterAdsRequest request, ServerCallContext context)
Parameters
Type Name Description
SearchAdReviewCenterAdsRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<SearchAdReviewCenterAdsResponse>

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

In this article
Back to top Generated by DocFX