Show / Hide Table of Contents

Class LinkedDeviceServiceSettings

Settings for LinkedDeviceServiceClient instances.

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

Constructors

LinkedDeviceServiceSettings()

Constructs a new LinkedDeviceServiceSettings object with default settings.

Declaration
public LinkedDeviceServiceSettings()

Properties

GetLinkedDeviceSettings

CallSettings for synchronous and asynchronous calls to LinkedDeviceServiceClient.GetLinkedDevice and LinkedDeviceServiceClient.GetLinkedDeviceAsync.

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

ListLinkedDevicesSettings

CallSettings for synchronous and asynchronous calls to LinkedDeviceServiceClient.ListLinkedDevices and LinkedDeviceServiceClient.ListLinkedDevicesAsync .

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

A deep clone of this LinkedDeviceServiceSettings object.

GetDefault()

Get a new instance of the default LinkedDeviceServiceSettings.

Declaration
public static LinkedDeviceServiceSettings GetDefault()
Returns
Type Description
LinkedDeviceServiceSettings

A new instance of the default LinkedDeviceServiceSettings.

In this article
Back to top Generated by DocFX