Show / Hide Table of Contents

Class CdnConfigServiceSettings

Settings for CdnConfigServiceClient instances.

Inheritance
object
ServiceSettingsBase
CdnConfigServiceSettings
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 CdnConfigServiceSettings : ServiceSettingsBase

Constructors

CdnConfigServiceSettings()

Constructs a new CdnConfigServiceSettings object with default settings.

Declaration
public CdnConfigServiceSettings()

Properties

BatchActivateCdnConfigsSettings

CallSettings for synchronous and asynchronous calls to CdnConfigServiceClient.BatchActivateCdnConfigs and CdnConfigServiceClient.BatchActivateCdnConfigsAsync.

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

BatchArchiveCdnConfigsSettings

CallSettings for synchronous and asynchronous calls to CdnConfigServiceClient.BatchArchiveCdnConfigs and CdnConfigServiceClient.BatchArchiveCdnConfigsAsync.

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

BatchCreateCdnConfigsSettings

CallSettings for synchronous and asynchronous calls to CdnConfigServiceClient.BatchCreateCdnConfigs and CdnConfigServiceClient.BatchCreateCdnConfigsAsync .

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

BatchUpdateCdnConfigsSettings

CallSettings for synchronous and asynchronous calls to CdnConfigServiceClient.BatchUpdateCdnConfigs and CdnConfigServiceClient.BatchUpdateCdnConfigsAsync .

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

CreateCdnConfigSettings

CallSettings for synchronous and asynchronous calls to CdnConfigServiceClient.CreateCdnConfig and CdnConfigServiceClient.CreateCdnConfigAsync.

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

GetCdnConfigSettings

CallSettings for synchronous and asynchronous calls to CdnConfigServiceClient.GetCdnConfig and CdnConfigServiceClient.GetCdnConfigAsync.

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

ListCdnConfigsSettings

CallSettings for synchronous and asynchronous calls to CdnConfigServiceClient.ListCdnConfigs and CdnConfigServiceClient.ListCdnConfigsAsync.

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

UpdateCdnConfigSettings

CallSettings for synchronous and asynchronous calls to CdnConfigServiceClient.UpdateCdnConfig and CdnConfigServiceClient.UpdateCdnConfigAsync.

Declaration
public CallSettings UpdateCdnConfigSettings { 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 CdnConfigServiceSettings Clone()
Returns
Type Description
CdnConfigServiceSettings

A deep clone of this CdnConfigServiceSettings object.

GetDefault()

Get a new instance of the default CdnConfigServiceSettings.

Declaration
public static CdnConfigServiceSettings GetDefault()
Returns
Type Description
CdnConfigServiceSettings

A new instance of the default CdnConfigServiceSettings.

In this article
Back to top Generated by DocFX