Show / Hide Table of Contents

Class UserListGlobalLicenseServiceSettings

Settings for UserListGlobalLicenseServiceClient instances.

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

Constructors

UserListGlobalLicenseServiceSettings()

Constructs a new UserListGlobalLicenseServiceSettings object with default settings.

Declaration
public UserListGlobalLicenseServiceSettings()

Properties

CreateUserListGlobalLicenseSettings

CallSettings for synchronous and asynchronous calls to UserListGlobalLicenseServiceClient.CreateUserListGlobalLicense and UserListGlobalLicenseServiceClient.CreateUserListGlobalLicenseAsync.

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

GetUserListGlobalLicenseSettings

CallSettings for synchronous and asynchronous calls to UserListGlobalLicenseServiceClient.GetUserListGlobalLicense and UserListGlobalLicenseServiceClient.GetUserListGlobalLicenseAsync.

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

ListUserListGlobalLicenseCustomerInfosSettings

CallSettings for synchronous and asynchronous calls to UserListGlobalLicenseServiceClient.ListUserListGlobalLicenseCustomerInfos and UserListGlobalLicenseServiceClient.ListUserListGlobalLicenseCustomerInfosAsync.

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

ListUserListGlobalLicensesSettings

CallSettings for synchronous and asynchronous calls to UserListGlobalLicenseServiceClient.ListUserListGlobalLicenses and UserListGlobalLicenseServiceClient.ListUserListGlobalLicensesAsync.

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

UpdateUserListGlobalLicenseSettings

CallSettings for synchronous and asynchronous calls to UserListGlobalLicenseServiceClient.UpdateUserListGlobalLicense and UserListGlobalLicenseServiceClient.UpdateUserListGlobalLicenseAsync.

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

A deep clone of this UserListGlobalLicenseServiceSettings object.

GetDefault()

Get a new instance of the default UserListGlobalLicenseServiceSettings.

Declaration
public static UserListGlobalLicenseServiceSettings GetDefault()
Returns
Type Description
UserListGlobalLicenseServiceSettings

A new instance of the default UserListGlobalLicenseServiceSettings.

In this article
Back to top Generated by DocFX