Show / Hide Table of Contents

Class RichMediaAdsCompanyServiceSettings

Settings for RichMediaAdsCompanyServiceClient instances.

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

In this article
Back to top Generated by DocFX