Class MobileCarrierServiceSettings
Settings for MobileCarrierServiceClient instances.
Inherited Members
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. |