Show / Hide Table of Contents

Class UserListServiceSettings

Settings for UserListServiceClient instances.

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

Constructors

UserListServiceSettings()

Constructs a new UserListServiceSettings object with default settings.

Declaration
public UserListServiceSettings()

Properties

CreateUserListSettings

CallSettings for synchronous and asynchronous calls to UserListServiceClient.CreateUserList and UserListServiceClient.CreateUserListAsync.

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

DeleteUserListSettings

CallSettings for synchronous and asynchronous calls to UserListServiceClient.DeleteUserList and UserListServiceClient.DeleteUserListAsync.

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

GetUserListSettings

CallSettings for synchronous and asynchronous calls to UserListServiceClient.GetUserList and UserListServiceClient.GetUserListAsync.

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

ListUserListsSettings

CallSettings for synchronous and asynchronous calls to UserListServiceClient.ListUserLists and UserListServiceClient.ListUserListsAsync.

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

UpdateUserListSettings

CallSettings for synchronous and asynchronous calls to UserListServiceClient.UpdateUserList and UserListServiceClient.UpdateUserListAsync.

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

A deep clone of this UserListServiceSettings object.

GetDefault()

Get a new instance of the default UserListServiceSettings.

Declaration
public static UserListServiceSettings GetDefault()
Returns
Type Description
UserListServiceSettings

A new instance of the default UserListServiceSettings.

In this article
Back to top Generated by DocFX