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