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

BatchActivateCustomFieldsSettings

CallSettings for synchronous and asynchronous calls to CustomFieldServiceClient.BatchActivateCustomFields and CustomFieldServiceClient.BatchActivateCustomFieldsAsync.

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

BatchCreateCustomFieldsSettings

CallSettings for synchronous and asynchronous calls to CustomFieldServiceClient.BatchCreateCustomFields and CustomFieldServiceClient.BatchCreateCustomFieldsAsync.

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

BatchDeactivateCustomFieldsSettings

CallSettings for synchronous and asynchronous calls to CustomFieldServiceClient.BatchDeactivateCustomFields and CustomFieldServiceClient.BatchDeactivateCustomFieldsAsync.

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

BatchUpdateCustomFieldsSettings

CallSettings for synchronous and asynchronous calls to CustomFieldServiceClient.BatchUpdateCustomFields and CustomFieldServiceClient.BatchUpdateCustomFieldsAsync.

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

CreateCustomFieldSettings

CallSettings for synchronous and asynchronous calls to CustomFieldServiceClient.CreateCustomField and CustomFieldServiceClient.CreateCustomFieldAsync .

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

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.

UpdateCustomFieldSettings

CallSettings for synchronous and asynchronous calls to CustomFieldServiceClient.UpdateCustomField and CustomFieldServiceClient.UpdateCustomFieldAsync .

Declaration
public CallSettings UpdateCustomFieldSettings { 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