Show / Hide Table of Contents

Class OperatingSystemServiceSettings

Settings for OperatingSystemServiceClient instances.

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

Constructors

OperatingSystemServiceSettings()

Constructs a new OperatingSystemServiceSettings object with default settings.

Declaration
public OperatingSystemServiceSettings()

Properties

GetOperatingSystemSettings

CallSettings for synchronous and asynchronous calls to OperatingSystemServiceClient.GetOperatingSystem and OperatingSystemServiceClient.GetOperatingSystemAsync.

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

ListOperatingSystemsSettings

CallSettings for synchronous and asynchronous calls to OperatingSystemServiceClient.ListOperatingSystems and OperatingSystemServiceClient.ListOperatingSystemsAsync.

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

A deep clone of this OperatingSystemServiceSettings object.

GetDefault()

Get a new instance of the default OperatingSystemServiceSettings.

Declaration
public static OperatingSystemServiceSettings GetDefault()
Returns
Type Description
OperatingSystemServiceSettings

A new instance of the default OperatingSystemServiceSettings.

In this article
Back to top Generated by DocFX