Show / Hide Table of Contents

Class CreativeWrapperServiceSettings

Settings for CreativeWrapperServiceClient instances.

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

Constructors

CreativeWrapperServiceSettings()

Constructs a new CreativeWrapperServiceSettings object with default settings.

Declaration
public CreativeWrapperServiceSettings()

Properties

BatchActivateCreativeWrappersSettings

CallSettings for synchronous and asynchronous calls to CreativeWrapperServiceClient.BatchActivateCreativeWrappers and CreativeWrapperServiceClient.BatchActivateCreativeWrappersAsync.

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

BatchCreateCreativeWrappersSettings

CallSettings for synchronous and asynchronous calls to CreativeWrapperServiceClient.BatchCreateCreativeWrappers and CreativeWrapperServiceClient.BatchCreateCreativeWrappersAsync.

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

BatchDeactivateCreativeWrappersSettings

CallSettings for synchronous and asynchronous calls to CreativeWrapperServiceClient.BatchDeactivateCreativeWrappers and CreativeWrapperServiceClient.BatchDeactivateCreativeWrappersAsync.

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

BatchUpdateCreativeWrappersSettings

CallSettings for synchronous and asynchronous calls to CreativeWrapperServiceClient.BatchUpdateCreativeWrappers and CreativeWrapperServiceClient.BatchUpdateCreativeWrappersAsync.

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

CreateCreativeWrapperSettings

CallSettings for synchronous and asynchronous calls to CreativeWrapperServiceClient.CreateCreativeWrapper and CreativeWrapperServiceClient.CreateCreativeWrapperAsync.

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

GetCreativeWrapperSettings

CallSettings for synchronous and asynchronous calls to CreativeWrapperServiceClient.GetCreativeWrapper and CreativeWrapperServiceClient.GetCreativeWrapperAsync.

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

ListCreativeWrappersSettings

CallSettings for synchronous and asynchronous calls to CreativeWrapperServiceClient.ListCreativeWrappers and CreativeWrapperServiceClient.ListCreativeWrappersAsync.

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

UpdateCreativeWrapperSettings

CallSettings for synchronous and asynchronous calls to CreativeWrapperServiceClient.UpdateCreativeWrapper and CreativeWrapperServiceClient.UpdateCreativeWrapperAsync.

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

A deep clone of this CreativeWrapperServiceSettings object.

GetDefault()

Get a new instance of the default CreativeWrapperServiceSettings.

Declaration
public static CreativeWrapperServiceSettings GetDefault()
Returns
Type Description
CreativeWrapperServiceSettings

A new instance of the default CreativeWrapperServiceSettings.

In this article
Back to top Generated by DocFX