Show / Hide Table of Contents

Class CustomFieldServiceSettings

Settings for CustomFieldServiceClient instances.

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

Constructors

CustomFieldServiceSettings()

Constructs a new CustomFieldServiceSettings object with default settings.

Declaration
public CustomFieldServiceSettings()

Properties

GetCustomFieldSettings

CallSettings for synchronous and asynchronous calls to CustomFieldServiceClient.GetCustomField and CustomFieldServiceClient.GetCustomFieldAsync.

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

ListCustomFieldsSettings

CallSettings for synchronous and asynchronous calls to CustomFieldServiceClient.ListCustomFields and CustomFieldServiceClient.ListCustomFieldsAsync.

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

A deep clone of this CustomFieldServiceSettings object.

GetDefault()

Get a new instance of the default CustomFieldServiceSettings.

Declaration
public static CustomFieldServiceSettings GetDefault()
Returns
Type Description
CustomFieldServiceSettings

A new instance of the default CustomFieldServiceSettings.

In this article
Back to top Generated by DocFX