Show / Hide Table of Contents

Class ContactServiceSettings

Settings for ContactServiceClient instances.

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

Constructors

ContactServiceSettings()

Constructs a new ContactServiceSettings object with default settings.

Declaration
public ContactServiceSettings()

Properties

BatchCreateContactsSettings

CallSettings for synchronous and asynchronous calls to ContactServiceClient.BatchCreateContacts and ContactServiceClient.BatchCreateContactsAsync.

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

BatchUpdateContactsSettings

CallSettings for synchronous and asynchronous calls to ContactServiceClient.BatchUpdateContacts and ContactServiceClient.BatchUpdateContactsAsync.

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

CreateContactSettings

CallSettings for synchronous and asynchronous calls to ContactServiceClient.CreateContact and ContactServiceClient.CreateContactAsync.

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

GetContactSettings

CallSettings for synchronous and asynchronous calls to ContactServiceClient.GetContact and ContactServiceClient.GetContactAsync.

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

ListContactsSettings

CallSettings for synchronous and asynchronous calls to ContactServiceClient.ListContacts and ContactServiceClient.ListContactsAsync.

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

UpdateContactSettings

CallSettings for synchronous and asynchronous calls to ContactServiceClient.UpdateContact and ContactServiceClient.UpdateContactAsync.

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

A deep clone of this ContactServiceSettings object.

GetDefault()

Get a new instance of the default ContactServiceSettings.

Declaration
public static ContactServiceSettings GetDefault()
Returns
Type Description
ContactServiceSettings

A new instance of the default ContactServiceSettings.

In this article
Back to top Generated by DocFX