Show / Hide Table of Contents

Class CustomTargetingKeyServiceSettings

Settings for CustomTargetingKeyServiceClient instances.

Inheritance
object
ServiceSettingsBase
CustomTargetingKeyServiceSettings
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 CustomTargetingKeyServiceSettings : ServiceSettingsBase

Constructors

CustomTargetingKeyServiceSettings()

Constructs a new CustomTargetingKeyServiceSettings object with default settings.

Declaration
public CustomTargetingKeyServiceSettings()

Properties

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.

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.

In this article
Back to top Generated by DocFX