Show / Hide Table of Contents

Class MobileDeviceSubmodelServiceSettings

Settings for MobileDeviceSubmodelServiceClient instances.

Inheritance
object
ServiceSettingsBase
MobileDeviceSubmodelServiceSettings
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 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.

In this article
Back to top Generated by DocFX