Class CreativeSetServiceSettings
Settings for CreativeSetServiceClient instances.
Inherited Members
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class CreativeSetServiceSettings : ServiceSettingsBase
Constructors
CreativeSetServiceSettings()
Constructs a new CreativeSetServiceSettings object with default settings.
Declaration
public CreativeSetServiceSettings()
Properties
CreateCreativeSetSettings
CallSettings for synchronous and asynchronous calls to
CreativeSetServiceClient.CreateCreativeSet and CreativeSetServiceClient.CreateCreativeSetAsync
.
Declaration
public CallSettings CreateCreativeSetSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
GetCreativeSetSettings
CallSettings for synchronous and asynchronous calls to
CreativeSetServiceClient.GetCreativeSet and CreativeSetServiceClient.GetCreativeSetAsync.
Declaration
public CallSettings GetCreativeSetSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
ListCreativeSetsSettings
CallSettings for synchronous and asynchronous calls to
CreativeSetServiceClient.ListCreativeSets and CreativeSetServiceClient.ListCreativeSetsAsync.
Declaration
public CallSettings ListCreativeSetsSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
UpdateCreativeSetSettings
CallSettings for synchronous and asynchronous calls to
CreativeSetServiceClient.UpdateCreativeSet and CreativeSetServiceClient.UpdateCreativeSetAsync
.
Declaration
public CallSettings UpdateCreativeSetSettings { 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 CreativeSetServiceSettings Clone()
Returns
| Type | Description |
|---|---|
| CreativeSetServiceSettings | A deep clone of this CreativeSetServiceSettings object. |
GetDefault()
Get a new instance of the default CreativeSetServiceSettings.
Declaration
public static CreativeSetServiceSettings GetDefault()
Returns
| Type | Description |
|---|---|
| CreativeSetServiceSettings | A new instance of the default CreativeSetServiceSettings. |