Show / Hide Table of Contents

Class TaxonomyCategoryServiceSettings

Settings for TaxonomyCategoryServiceClient instances.

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

Constructors

TaxonomyCategoryServiceSettings()

Constructs a new TaxonomyCategoryServiceSettings object with default settings.

Declaration
public TaxonomyCategoryServiceSettings()

Properties

GetTaxonomyCategorySettings

CallSettings for synchronous and asynchronous calls to TaxonomyCategoryServiceClient.GetTaxonomyCategory and TaxonomyCategoryServiceClient.GetTaxonomyCategoryAsync.

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

ListTaxonomyCategoriesSettings

CallSettings for synchronous and asynchronous calls to TaxonomyCategoryServiceClient.ListTaxonomyCategories and TaxonomyCategoryServiceClient.ListTaxonomyCategoriesAsync.

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

A deep clone of this TaxonomyCategoryServiceSettings object.

GetDefault()

Get a new instance of the default TaxonomyCategoryServiceSettings.

Declaration
public static TaxonomyCategoryServiceSettings GetDefault()
Returns
Type Description
TaxonomyCategoryServiceSettings

A new instance of the default TaxonomyCategoryServiceSettings.

In this article
Back to top Generated by DocFX