Show / Hide Table of Contents

Class CustomTargetingValueServiceSettings

Settings for CustomTargetingValueServiceClient instances.

Inheritance
object
ServiceSettingsBase
CustomTargetingValueServiceSettings
Inherited Members
ServiceSettingsBase.VersionHeaderBuilder
ServiceSettingsBase.CallSettings
ServiceSettingsBase.Clock
ServiceSettingsBase.Scheduler
ServiceSettingsBase.Interceptor
object.GetHashCode()
object.GetType()
object.ToString()
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

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.

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.

In this article
Back to top Generated by DocFX