Show / Hide Table of Contents

Class DeviceManufacturerServiceSettings

Settings for DeviceManufacturerServiceClient instances.

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

Constructors

DeviceManufacturerServiceSettings()

Constructs a new DeviceManufacturerServiceSettings object with default settings.

Declaration
public DeviceManufacturerServiceSettings()

Properties

GetDeviceManufacturerSettings

CallSettings for synchronous and asynchronous calls to DeviceManufacturerServiceClient.GetDeviceManufacturer and DeviceManufacturerServiceClient.GetDeviceManufacturerAsync.

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

ListDeviceManufacturersSettings

CallSettings for synchronous and asynchronous calls to DeviceManufacturerServiceClient.ListDeviceManufacturers and DeviceManufacturerServiceClient.ListDeviceManufacturersAsync.

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

A deep clone of this DeviceManufacturerServiceSettings object.

GetDefault()

Get a new instance of the default DeviceManufacturerServiceSettings.

Declaration
public static DeviceManufacturerServiceSettings GetDefault()
Returns
Type Description
DeviceManufacturerServiceSettings

A new instance of the default DeviceManufacturerServiceSettings.

In this article
Back to top Generated by DocFX