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