Class UserServiceSettings
Settings for UserServiceClient instances.
Inherited Members
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class UserServiceSettings : ServiceSettingsBase
Constructors
UserServiceSettings()
Constructs a new UserServiceSettings object with default settings.
Declaration
public UserServiceSettings()
Properties
GetUserSettings
CallSettings for synchronous and asynchronous calls to UserServiceClient.GetUser
and UserServiceClient.GetUserAsync
.
Declaration
public CallSettings GetUserSettings { 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 UserServiceSettings Clone()
Returns
Type | Description |
---|---|
UserServiceSettings | A deep clone of this UserServiceSettings object. |
GetDefault()
Get a new instance of the default UserServiceSettings.
Declaration
public static UserServiceSettings GetDefault()
Returns
Type | Description |
---|---|
UserServiceSettings | A new instance of the default UserServiceSettings. |