Show / Hide Table of Contents

Class MobileCarrierServiceSettings

Settings for MobileCarrierServiceClient instances.

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

Constructors

MobileCarrierServiceSettings()

Constructs a new MobileCarrierServiceSettings object with default settings.

Declaration
public MobileCarrierServiceSettings()

Properties

GetMobileCarrierSettings

CallSettings for synchronous and asynchronous calls to MobileCarrierServiceClient.GetMobileCarrier and MobileCarrierServiceClient.GetMobileCarrierAsync .

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

ListMobileCarriersSettings

CallSettings for synchronous and asynchronous calls to MobileCarrierServiceClient.ListMobileCarriers and MobileCarrierServiceClient.ListMobileCarriersAsync.

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

A deep clone of this MobileCarrierServiceSettings object.

GetDefault()

Get a new instance of the default MobileCarrierServiceSettings.

Declaration
public static MobileCarrierServiceSettings GetDefault()
Returns
Type Description
MobileCarrierServiceSettings

A new instance of the default MobileCarrierServiceSettings.

In this article
Back to top Generated by DocFX