Show / Hide Table of Contents

Class CompanyServiceSettings

Settings for CompanyServiceClient instances.

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

Constructors

CompanyServiceSettings()

Constructs a new CompanyServiceSettings object with default settings.

Declaration
public CompanyServiceSettings()

Properties

BatchCreateCompaniesSettings

CallSettings for synchronous and asynchronous calls to CompanyServiceClient.BatchCreateCompanies and CompanyServiceClient.BatchCreateCompaniesAsync.

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

BatchUpdateCompaniesSettings

CallSettings for synchronous and asynchronous calls to CompanyServiceClient.BatchUpdateCompanies and CompanyServiceClient.BatchUpdateCompaniesAsync.

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

CreateCompanySettings

CallSettings for synchronous and asynchronous calls to CompanyServiceClient.CreateCompany and CompanyServiceClient.CreateCompanyAsync.

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

GetCompanySettings

CallSettings for synchronous and asynchronous calls to CompanyServiceClient.GetCompany and CompanyServiceClient.GetCompanyAsync.

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

ListCompaniesSettings

CallSettings for synchronous and asynchronous calls to CompanyServiceClient.ListCompanies and CompanyServiceClient.ListCompaniesAsync.

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

UpdateCompanySettings

CallSettings for synchronous and asynchronous calls to CompanyServiceClient.UpdateCompany and CompanyServiceClient.UpdateCompanyAsync.

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

A deep clone of this CompanyServiceSettings object.

GetDefault()

Get a new instance of the default CompanyServiceSettings.

Declaration
public static CompanyServiceSettings GetDefault()
Returns
Type Description
CompanyServiceSettings

A new instance of the default CompanyServiceSettings.

In this article
Back to top Generated by DocFX