Class AdRuleServiceSettings
Settings for AdRuleServiceClient instances.
Inherited Members
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class AdRuleServiceSettings : ServiceSettingsBase
Constructors
AdRuleServiceSettings()
Constructs a new AdRuleServiceSettings object with default settings.
Declaration
public AdRuleServiceSettings()
Properties
BatchActivateAdRulesSettings
CallSettings for synchronous and asynchronous calls to
AdRuleServiceClient.BatchActivateAdRules and AdRuleServiceClient.BatchActivateAdRulesAsync.
Declaration
public CallSettings BatchActivateAdRulesSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
BatchCreateAdRulesSettings
CallSettings for synchronous and asynchronous calls to
AdRuleServiceClient.BatchCreateAdRules and AdRuleServiceClient.BatchCreateAdRulesAsync.
Declaration
public CallSettings BatchCreateAdRulesSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
BatchDeactivateAdRulesSettings
CallSettings for synchronous and asynchronous calls to
AdRuleServiceClient.BatchDeactivateAdRules and AdRuleServiceClient.BatchDeactivateAdRulesAsync
.
Declaration
public CallSettings BatchDeactivateAdRulesSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
BatchDeleteAdRulesSettings
CallSettings for synchronous and asynchronous calls to
AdRuleServiceClient.BatchDeleteAdRules and AdRuleServiceClient.BatchDeleteAdRulesAsync.
Declaration
public CallSettings BatchDeleteAdRulesSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
BatchUpdateAdRulesSettings
CallSettings for synchronous and asynchronous calls to
AdRuleServiceClient.BatchUpdateAdRules and AdRuleServiceClient.BatchUpdateAdRulesAsync.
Declaration
public CallSettings BatchUpdateAdRulesSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
CreateAdRuleSettings
CallSettings for synchronous and asynchronous calls to
AdRuleServiceClient.CreateAdRule and AdRuleServiceClient.CreateAdRuleAsync.
Declaration
public CallSettings CreateAdRuleSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
GetAdRuleSettings
CallSettings for synchronous and asynchronous calls to
AdRuleServiceClient.GetAdRule and AdRuleServiceClient.GetAdRuleAsync.
Declaration
public CallSettings GetAdRuleSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
ListAdRulesSettings
CallSettings for synchronous and asynchronous calls to
AdRuleServiceClient.ListAdRules and AdRuleServiceClient.ListAdRulesAsync.
Declaration
public CallSettings ListAdRulesSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
UpdateAdRuleSettings
CallSettings for synchronous and asynchronous calls to
AdRuleServiceClient.UpdateAdRule and AdRuleServiceClient.UpdateAdRuleAsync.
Declaration
public CallSettings UpdateAdRuleSettings { 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 AdRuleServiceSettings Clone()
Returns
| Type | Description |
|---|---|
| AdRuleServiceSettings | A deep clone of this AdRuleServiceSettings object. |
GetDefault()
Get a new instance of the default AdRuleServiceSettings.
Declaration
public static AdRuleServiceSettings GetDefault()
Returns
| Type | Description |
|---|---|
| AdRuleServiceSettings | A new instance of the default AdRuleServiceSettings. |