Class McmEarningsServiceSettings
Settings for McmEarningsServiceClient instances.
Inherited Members
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class McmEarningsServiceSettings : ServiceSettingsBase
Constructors
McmEarningsServiceSettings()
Constructs a new McmEarningsServiceSettings object with default settings.
Declaration
public McmEarningsServiceSettings()
Properties
FetchMcmEarningsSettings
CallSettings for synchronous and asynchronous calls to
McmEarningsServiceClient.FetchMcmEarnings and McmEarningsServiceClient.FetchMcmEarningsAsync.
Declaration
public CallSettings FetchMcmEarningsSettings { 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 McmEarningsServiceSettings Clone()
Returns
| Type | Description |
|---|---|
| McmEarningsServiceSettings | A deep clone of this McmEarningsServiceSettings object. |
GetDefault()
Get a new instance of the default McmEarningsServiceSettings.
Declaration
public static McmEarningsServiceSettings GetDefault()
Returns
| Type | Description |
|---|---|
| McmEarningsServiceSettings | A new instance of the default McmEarningsServiceSettings. |