Show / Hide Table of Contents

Class ThirdPartyCompanyServiceSettings

Settings for ThirdPartyCompanyServiceClient instances.

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

Constructors

ThirdPartyCompanyServiceSettings()

Constructs a new ThirdPartyCompanyServiceSettings object with default settings.

Declaration
public ThirdPartyCompanyServiceSettings()

Properties

GetThirdPartyCompanySettings

CallSettings for synchronous and asynchronous calls to ThirdPartyCompanyServiceClient.GetThirdPartyCompany and ThirdPartyCompanyServiceClient.GetThirdPartyCompanyAsync.

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

ListThirdPartyCompaniesSettings

CallSettings for synchronous and asynchronous calls to ThirdPartyCompanyServiceClient.ListThirdPartyCompanies and ThirdPartyCompanyServiceClient.ListThirdPartyCompaniesAsync.

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

A deep clone of this ThirdPartyCompanyServiceSettings object.

GetDefault()

Get a new instance of the default ThirdPartyCompanyServiceSettings.

Declaration
public static ThirdPartyCompanyServiceSettings GetDefault()
Returns
Type Description
ThirdPartyCompanyServiceSettings

A new instance of the default ThirdPartyCompanyServiceSettings.

In this article
Back to top Generated by DocFX