Class BreakTemplateServiceSettings
Settings for BreakTemplateServiceClient instances.
Inherited Members
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BreakTemplateServiceSettings : ServiceSettingsBase
Constructors
BreakTemplateServiceSettings()
Constructs a new BreakTemplateServiceSettings object with default settings.
Declaration
public BreakTemplateServiceSettings()
Properties
BatchCreateBreakTemplatesSettings
CallSettings for synchronous and asynchronous calls to
BreakTemplateServiceClient.BatchCreateBreakTemplates and
BreakTemplateServiceClient.BatchCreateBreakTemplatesAsync.
Declaration
public CallSettings BatchCreateBreakTemplatesSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
BatchUpdateBreakTemplatesSettings
CallSettings for synchronous and asynchronous calls to
BreakTemplateServiceClient.BatchUpdateBreakTemplates and
BreakTemplateServiceClient.BatchUpdateBreakTemplatesAsync.
Declaration
public CallSettings BatchUpdateBreakTemplatesSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
CreateBreakTemplateSettings
CallSettings for synchronous and asynchronous calls to
BreakTemplateServiceClient.CreateBreakTemplate and
BreakTemplateServiceClient.CreateBreakTemplateAsync.
Declaration
public CallSettings CreateBreakTemplateSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
GetBreakTemplateSettings
CallSettings for synchronous and asynchronous calls to
BreakTemplateServiceClient.GetBreakTemplate and BreakTemplateServiceClient.GetBreakTemplateAsync
.
Declaration
public CallSettings GetBreakTemplateSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
ListBreakTemplatesSettings
CallSettings for synchronous and asynchronous calls to
BreakTemplateServiceClient.ListBreakTemplates and
BreakTemplateServiceClient.ListBreakTemplatesAsync.
Declaration
public CallSettings ListBreakTemplatesSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
UpdateBreakTemplateSettings
CallSettings for synchronous and asynchronous calls to
BreakTemplateServiceClient.UpdateBreakTemplate and
BreakTemplateServiceClient.UpdateBreakTemplateAsync.
Declaration
public CallSettings UpdateBreakTemplateSettings { 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 BreakTemplateServiceSettings Clone()
Returns
| Type | Description |
|---|---|
| BreakTemplateServiceSettings | A deep clone of this BreakTemplateServiceSettings object. |
GetDefault()
Get a new instance of the default BreakTemplateServiceSettings.
Declaration
public static BreakTemplateServiceSettings GetDefault()
Returns
| Type | Description |
|---|---|
| BreakTemplateServiceSettings | A new instance of the default BreakTemplateServiceSettings. |