Show / Hide Table of Contents

Class OperatingSystemVersionServiceSettings

Settings for OperatingSystemVersionServiceClient instances.

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

Constructors

OperatingSystemVersionServiceSettings()

Constructs a new OperatingSystemVersionServiceSettings object with default settings.

Declaration
public OperatingSystemVersionServiceSettings()

Properties

GetOperatingSystemVersionSettings

CallSettings for synchronous and asynchronous calls to OperatingSystemVersionServiceClient.GetOperatingSystemVersion and OperatingSystemVersionServiceClient.GetOperatingSystemVersionAsync.

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

ListOperatingSystemVersionsSettings

CallSettings for synchronous and asynchronous calls to OperatingSystemVersionServiceClient.ListOperatingSystemVersions and OperatingSystemVersionServiceClient.ListOperatingSystemVersionsAsync.

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

A deep clone of this OperatingSystemVersionServiceSettings object.

GetDefault()

Get a new instance of the default OperatingSystemVersionServiceSettings.

Declaration
public static OperatingSystemVersionServiceSettings GetDefault()
Returns
Type Description
OperatingSystemVersionServiceSettings

A new instance of the default OperatingSystemVersionServiceSettings.

In this article
Back to top Generated by DocFX