Class MobileDeviceServiceSettings
Settings for MobileDeviceServiceClient instances.
Inherited Members
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class MobileDeviceServiceSettings : ServiceSettingsBase
Constructors
MobileDeviceServiceSettings()
Constructs a new MobileDeviceServiceSettings object with default settings.
Declaration
public MobileDeviceServiceSettings()
Properties
GetMobileDeviceSettings
CallSettings for synchronous and asynchronous calls to
MobileDeviceServiceClient.GetMobileDevice and MobileDeviceServiceClient.GetMobileDeviceAsync.
Declaration
public CallSettings GetMobileDeviceSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
ListMobileDevicesSettings
CallSettings for synchronous and asynchronous calls to
MobileDeviceServiceClient.ListMobileDevices and MobileDeviceServiceClient.ListMobileDevicesAsync
.
Declaration
public CallSettings ListMobileDevicesSettings { 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 MobileDeviceServiceSettings Clone()
Returns
| Type | Description |
|---|---|
| MobileDeviceServiceSettings | A deep clone of this MobileDeviceServiceSettings object. |
GetDefault()
Get a new instance of the default MobileDeviceServiceSettings.
Declaration
public static MobileDeviceServiceSettings GetDefault()
Returns
| Type | Description |
|---|---|
| MobileDeviceServiceSettings | A new instance of the default MobileDeviceServiceSettings. |