Class CustomTargetingValueServiceSettings
Settings for CustomTargetingValueServiceClient instances.
Inherited Members
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class CustomTargetingValueServiceSettings : ServiceSettingsBase
Constructors
CustomTargetingValueServiceSettings()
Constructs a new CustomTargetingValueServiceSettings object with default settings.
Declaration
public CustomTargetingValueServiceSettings()
Properties
BatchActivateCustomTargetingValuesSettings
CallSettings for synchronous and asynchronous calls to
CustomTargetingValueServiceClient.BatchActivateCustomTargetingValues and
CustomTargetingValueServiceClient.BatchActivateCustomTargetingValuesAsync.
Declaration
public CallSettings BatchActivateCustomTargetingValuesSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
BatchCreateCustomTargetingValuesSettings
CallSettings for synchronous and asynchronous calls to
CustomTargetingValueServiceClient.BatchCreateCustomTargetingValues and
CustomTargetingValueServiceClient.BatchCreateCustomTargetingValuesAsync.
Declaration
public CallSettings BatchCreateCustomTargetingValuesSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
BatchDeactivateCustomTargetingValuesSettings
CallSettings for synchronous and asynchronous calls to
CustomTargetingValueServiceClient.BatchDeactivateCustomTargetingValues and
CustomTargetingValueServiceClient.BatchDeactivateCustomTargetingValuesAsync.
Declaration
public CallSettings BatchDeactivateCustomTargetingValuesSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
BatchUpdateCustomTargetingValuesSettings
CallSettings for synchronous and asynchronous calls to
CustomTargetingValueServiceClient.BatchUpdateCustomTargetingValues and
CustomTargetingValueServiceClient.BatchUpdateCustomTargetingValuesAsync.
Declaration
public CallSettings BatchUpdateCustomTargetingValuesSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
CreateCustomTargetingValueSettings
CallSettings for synchronous and asynchronous calls to
CustomTargetingValueServiceClient.CreateCustomTargetingValue and
CustomTargetingValueServiceClient.CreateCustomTargetingValueAsync.
Declaration
public CallSettings CreateCustomTargetingValueSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
GetCustomTargetingValueSettings
CallSettings for synchronous and asynchronous calls to
CustomTargetingValueServiceClient.GetCustomTargetingValue and
CustomTargetingValueServiceClient.GetCustomTargetingValueAsync.
Declaration
public CallSettings GetCustomTargetingValueSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
ListCustomTargetingValuesSettings
CallSettings for synchronous and asynchronous calls to
CustomTargetingValueServiceClient.ListCustomTargetingValues and
CustomTargetingValueServiceClient.ListCustomTargetingValuesAsync.
Declaration
public CallSettings ListCustomTargetingValuesSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
UpdateCustomTargetingValueSettings
CallSettings for synchronous and asynchronous calls to
CustomTargetingValueServiceClient.UpdateCustomTargetingValue and
CustomTargetingValueServiceClient.UpdateCustomTargetingValueAsync.
Declaration
public CallSettings UpdateCustomTargetingValueSettings { 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 CustomTargetingValueServiceSettings Clone()
Returns
| Type | Description |
|---|---|
| CustomTargetingValueServiceSettings | A deep clone of this CustomTargetingValueServiceSettings object. |
GetDefault()
Get a new instance of the default CustomTargetingValueServiceSettings.
Declaration
public static CustomTargetingValueServiceSettings GetDefault()
Returns
| Type | Description |
|---|---|
| CustomTargetingValueServiceSettings | A new instance of the default CustomTargetingValueServiceSettings. |