Class CustomTargetingKeyServiceSettings
Settings for CustomTargetingKeyServiceClient instances.
Inherited Members
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class CustomTargetingKeyServiceSettings : ServiceSettingsBase
Constructors
CustomTargetingKeyServiceSettings()
Constructs a new CustomTargetingKeyServiceSettings object with default settings.
Declaration
public CustomTargetingKeyServiceSettings()
Properties
BatchActivateCustomTargetingKeysSettings
CallSettings for synchronous and asynchronous calls to
CustomTargetingKeyServiceClient.BatchActivateCustomTargetingKeys and
CustomTargetingKeyServiceClient.BatchActivateCustomTargetingKeysAsync.
Declaration
public CallSettings BatchActivateCustomTargetingKeysSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
BatchCreateCustomTargetingKeysSettings
CallSettings for synchronous and asynchronous calls to
CustomTargetingKeyServiceClient.BatchCreateCustomTargetingKeys and
CustomTargetingKeyServiceClient.BatchCreateCustomTargetingKeysAsync.
Declaration
public CallSettings BatchCreateCustomTargetingKeysSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
BatchDeactivateCustomTargetingKeysSettings
CallSettings for synchronous and asynchronous calls to
CustomTargetingKeyServiceClient.BatchDeactivateCustomTargetingKeys and
CustomTargetingKeyServiceClient.BatchDeactivateCustomTargetingKeysAsync.
Declaration
public CallSettings BatchDeactivateCustomTargetingKeysSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
BatchUpdateCustomTargetingKeysSettings
CallSettings for synchronous and asynchronous calls to
CustomTargetingKeyServiceClient.BatchUpdateCustomTargetingKeys and
CustomTargetingKeyServiceClient.BatchUpdateCustomTargetingKeysAsync.
Declaration
public CallSettings BatchUpdateCustomTargetingKeysSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
CreateCustomTargetingKeySettings
CallSettings for synchronous and asynchronous calls to
CustomTargetingKeyServiceClient.CreateCustomTargetingKey and
CustomTargetingKeyServiceClient.CreateCustomTargetingKeyAsync.
Declaration
public CallSettings CreateCustomTargetingKeySettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
GetCustomTargetingKeySettings
CallSettings for synchronous and asynchronous calls to
CustomTargetingKeyServiceClient.GetCustomTargetingKey and
CustomTargetingKeyServiceClient.GetCustomTargetingKeyAsync.
Declaration
public CallSettings GetCustomTargetingKeySettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
ListCustomTargetingKeysSettings
CallSettings for synchronous and asynchronous calls to
CustomTargetingKeyServiceClient.ListCustomTargetingKeys and
CustomTargetingKeyServiceClient.ListCustomTargetingKeysAsync.
Declaration
public CallSettings ListCustomTargetingKeysSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
UpdateCustomTargetingKeySettings
CallSettings for synchronous and asynchronous calls to
CustomTargetingKeyServiceClient.UpdateCustomTargetingKey and
CustomTargetingKeyServiceClient.UpdateCustomTargetingKeyAsync.
Declaration
public CallSettings UpdateCustomTargetingKeySettings { 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 CustomTargetingKeyServiceSettings Clone()
Returns
| Type | Description |
|---|---|
| CustomTargetingKeyServiceSettings | A deep clone of this CustomTargetingKeyServiceSettings object. |
GetDefault()
Get a new instance of the default CustomTargetingKeyServiceSettings.
Declaration
public static CustomTargetingKeyServiceSettings GetDefault()
Returns
| Type | Description |
|---|---|
| CustomTargetingKeyServiceSettings | A new instance of the default CustomTargetingKeyServiceSettings. |