Show / Hide Table of Contents

Class AdReviewCenterAdServiceSettings

Settings for AdReviewCenterAdServiceClient instances.

Inheritance
object
ServiceSettingsBase
AdReviewCenterAdServiceSettings
Inherited Members
ServiceSettingsBase.VersionHeaderBuilder
ServiceSettingsBase.CallSettings
ServiceSettingsBase.Clock
ServiceSettingsBase.Scheduler
ServiceSettingsBase.Interceptor
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class AdReviewCenterAdServiceSettings : ServiceSettingsBase

Constructors

AdReviewCenterAdServiceSettings()

Constructs a new AdReviewCenterAdServiceSettings object with default settings.

Declaration
public AdReviewCenterAdServiceSettings()

Properties

BatchAllowAdReviewCenterAdsOperationsSettings

Long Running Operation settings for calls to AdReviewCenterAdServiceClient.BatchAllowAdReviewCenterAds and AdReviewCenterAdServiceClient.BatchAllowAdReviewCenterAdsAsync.

Declaration
public OperationsSettings BatchAllowAdReviewCenterAdsOperationsSettings { get; set; }
Property Value
Type Description
OperationsSettings
Remarks

Uses default Google.Api.Gax.PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

BatchAllowAdReviewCenterAdsSettings

CallSettings for synchronous and asynchronous calls to AdReviewCenterAdServiceClient.BatchAllowAdReviewCenterAds and AdReviewCenterAdServiceClient.BatchAllowAdReviewCenterAdsAsync.

Declaration
public CallSettings BatchAllowAdReviewCenterAdsSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

BatchBlockAdReviewCenterAdsOperationsSettings

Long Running Operation settings for calls to AdReviewCenterAdServiceClient.BatchBlockAdReviewCenterAds and AdReviewCenterAdServiceClient.BatchBlockAdReviewCenterAdsAsync.

Declaration
public OperationsSettings BatchBlockAdReviewCenterAdsOperationsSettings { get; set; }
Property Value
Type Description
OperationsSettings
Remarks

Uses default Google.Api.Gax.PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

BatchBlockAdReviewCenterAdsSettings

CallSettings for synchronous and asynchronous calls to AdReviewCenterAdServiceClient.BatchBlockAdReviewCenterAds and AdReviewCenterAdServiceClient.BatchBlockAdReviewCenterAdsAsync.

Declaration
public CallSettings BatchBlockAdReviewCenterAdsSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

SearchAdReviewCenterAdsSettings

CallSettings for synchronous and asynchronous calls to AdReviewCenterAdServiceClient.SearchAdReviewCenterAds and AdReviewCenterAdServiceClient.SearchAdReviewCenterAdsAsync.

Declaration
public CallSettings SearchAdReviewCenterAdsSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

Methods

Clone()

Creates a deep clone of this object, with all the same property values.

Declaration
public AdReviewCenterAdServiceSettings Clone()
Returns
Type Description
AdReviewCenterAdServiceSettings

A deep clone of this AdReviewCenterAdServiceSettings object.

GetDefault()

Get a new instance of the default AdReviewCenterAdServiceSettings.

Declaration
public static AdReviewCenterAdServiceSettings GetDefault()
Returns
Type Description
AdReviewCenterAdServiceSettings

A new instance of the default AdReviewCenterAdServiceSettings.

In this article
Back to top Generated by DocFX