Show / Hide Table of Contents

Class DaiAuthenticationKeyServiceSettings

Settings for DaiAuthenticationKeyServiceClient instances.

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

Constructors

DaiAuthenticationKeyServiceSettings()

Constructs a new DaiAuthenticationKeyServiceSettings object with default settings.

Declaration
public DaiAuthenticationKeyServiceSettings()

Properties

BatchActivateDaiAuthenticationKeysSettings

CallSettings for synchronous and asynchronous calls to DaiAuthenticationKeyServiceClient.BatchActivateDaiAuthenticationKeys and DaiAuthenticationKeyServiceClient.BatchActivateDaiAuthenticationKeysAsync.

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

BatchCreateDaiAuthenticationKeysSettings

CallSettings for synchronous and asynchronous calls to DaiAuthenticationKeyServiceClient.BatchCreateDaiAuthenticationKeys and DaiAuthenticationKeyServiceClient.BatchCreateDaiAuthenticationKeysAsync.

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

BatchDeactivateDaiAuthenticationKeysSettings

CallSettings for synchronous and asynchronous calls to DaiAuthenticationKeyServiceClient.BatchDeactivateDaiAuthenticationKeys and DaiAuthenticationKeyServiceClient.BatchDeactivateDaiAuthenticationKeysAsync.

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

BatchUpdateDaiAuthenticationKeysSettings

CallSettings for synchronous and asynchronous calls to DaiAuthenticationKeyServiceClient.BatchUpdateDaiAuthenticationKeys and DaiAuthenticationKeyServiceClient.BatchUpdateDaiAuthenticationKeysAsync.

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

CreateDaiAuthenticationKeySettings

CallSettings for synchronous and asynchronous calls to DaiAuthenticationKeyServiceClient.CreateDaiAuthenticationKey and DaiAuthenticationKeyServiceClient.CreateDaiAuthenticationKeyAsync.

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

GetDaiAuthenticationKeySettings

CallSettings for synchronous and asynchronous calls to DaiAuthenticationKeyServiceClient.GetDaiAuthenticationKey and DaiAuthenticationKeyServiceClient.GetDaiAuthenticationKeyAsync.

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

ListDaiAuthenticationKeysSettings

CallSettings for synchronous and asynchronous calls to DaiAuthenticationKeyServiceClient.ListDaiAuthenticationKeys and DaiAuthenticationKeyServiceClient.ListDaiAuthenticationKeysAsync.

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

UpdateDaiAuthenticationKeySettings

CallSettings for synchronous and asynchronous calls to DaiAuthenticationKeyServiceClient.UpdateDaiAuthenticationKey and DaiAuthenticationKeyServiceClient.UpdateDaiAuthenticationKeyAsync.

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

A deep clone of this DaiAuthenticationKeyServiceSettings object.

GetDefault()

Get a new instance of the default DaiAuthenticationKeyServiceSettings.

Declaration
public static DaiAuthenticationKeyServiceSettings GetDefault()
Returns
Type Description
DaiAuthenticationKeyServiceSettings

A new instance of the default DaiAuthenticationKeyServiceSettings.

In this article
Back to top Generated by DocFX