Class OperatingSystemServiceSettings
Settings for OperatingSystemServiceClient instances.
Inherited Members
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. |