Show / Hide Table of Contents

Class UserListDirectLicenseServiceSettings

Settings for UserListDirectLicenseServiceClient instances.

Inheritance
object
ServiceSettingsBase
UserListDirectLicenseServiceSettings
Inherited Members
ServiceSettingsBase.VersionHeaderBuilder
ServiceSettingsBase.CallSettings
ServiceSettingsBase.Clock
ServiceSettingsBase.Scheduler
ServiceSettingsBase.Interceptor
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class UserListDirectLicenseServiceSettings : ServiceSettingsBase

Constructors

UserListDirectLicenseServiceSettings()

Constructs a new UserListDirectLicenseServiceSettings object with default settings.

Declaration
public UserListDirectLicenseServiceSettings()

Properties

CreateUserListDirectLicenseSettings

CallSettings for synchronous and asynchronous calls to UserListDirectLicenseServiceClient.CreateUserListDirectLicense and UserListDirectLicenseServiceClient.CreateUserListDirectLicenseAsync.

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

GetUserListDirectLicenseSettings

CallSettings for synchronous and asynchronous calls to UserListDirectLicenseServiceClient.GetUserListDirectLicense and UserListDirectLicenseServiceClient.GetUserListDirectLicenseAsync.

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

ListUserListDirectLicensesSettings

CallSettings for synchronous and asynchronous calls to UserListDirectLicenseServiceClient.ListUserListDirectLicenses and UserListDirectLicenseServiceClient.ListUserListDirectLicensesAsync.

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

UpdateUserListDirectLicenseSettings

CallSettings for synchronous and asynchronous calls to UserListDirectLicenseServiceClient.UpdateUserListDirectLicense and UserListDirectLicenseServiceClient.UpdateUserListDirectLicenseAsync.

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

A deep clone of this UserListDirectLicenseServiceSettings object.

GetDefault()

Get a new instance of the default UserListDirectLicenseServiceSettings.

Declaration
public static UserListDirectLicenseServiceSettings GetDefault()
Returns
Type Description
UserListDirectLicenseServiceSettings

A new instance of the default UserListDirectLicenseServiceSettings.

In this article
Back to top Generated by DocFX