Class CustomTargetingValueServiceSettings
Settings for Custom
Inherited Members
Namespace: Google.Ads.AdManager .V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class CustomTargetingValueServiceSettings : ServiceSettingsBase
Constructors
CustomTargetingValueServiceSettings()
Constructs a new Custom
Declaration
public CustomTargetingValueServiceSettings()
Properties
GetCustomTargetingValueSettings
CallCustomTargetingValueServiceClient.GetCustomTargetingValue
and
CustomTargetingValueServiceClient.GetCustomTargetingValueAsync
.
Declaration
public CallSettings GetCustomTargetingValueSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- This call will not be retried.
- No timeout is applied.
ListCustomTargetingValuesSettings
CallCustomTargetingValueServiceClient.ListCustomTargetingValues
and
CustomTargetingValueServiceClient.ListCustomTargetingValuesAsync
.
Declaration
public CallSettings ListCustomTargetingValuesSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
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 |
---|---|
Custom |
A deep clone of this Custom |
GetDefault()
Get a new instance of the default Custom
Declaration
public static CustomTargetingValueServiceSettings GetDefault()
Returns
Type | Description |
---|---|
Custom |
A new instance of the default Custom |