Show / Hide Table of Contents

Class GeoTargetServiceSettings

Settings for GeoTargetServiceClient instances.

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

Constructors

GeoTargetServiceSettings()

Constructs a new GeoTargetServiceSettings object with default settings.

Declaration
public GeoTargetServiceSettings()

Properties

GetGeoTargetSettings

CallSettings for synchronous and asynchronous calls to GeoTargetServiceClient.GetGeoTarget and GeoTargetServiceClient.GetGeoTargetAsync.

Declaration
public CallSettings GetGeoTargetSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

ListGeoTargetsSettings

CallSettings for synchronous and asynchronous calls to GeoTargetServiceClient.ListGeoTargets and GeoTargetServiceClient.ListGeoTargetsAsync.

Declaration
public CallSettings ListGeoTargetsSettings { 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 GeoTargetServiceSettings Clone()
Returns
Type Description
GeoTargetServiceSettings

A deep clone of this GeoTargetServiceSettings object.

GetDefault()

Get a new instance of the default GeoTargetServiceSettings.

Declaration
public static GeoTargetServiceSettings GetDefault()
Returns
Type Description
GeoTargetServiceSettings

A new instance of the default GeoTargetServiceSettings.

In this article
Back to top Generated by DocFX