Class BrowserServiceSettings
Settings for BrowserServiceClient instances.
Inherited Members
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BrowserServiceSettings : ServiceSettingsBase
Constructors
BrowserServiceSettings()
Constructs a new BrowserServiceSettings object with default settings.
Declaration
public BrowserServiceSettings()
Properties
GetBrowserSettings
CallSettings for synchronous and asynchronous calls to
BrowserServiceClient.GetBrowser and BrowserServiceClient.GetBrowserAsync.
Declaration
public CallSettings GetBrowserSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
ListBrowsersSettings
CallSettings for synchronous and asynchronous calls to
BrowserServiceClient.ListBrowsers and BrowserServiceClient.ListBrowsersAsync.
Declaration
public CallSettings ListBrowsersSettings { 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 BrowserServiceSettings Clone()
Returns
| Type | Description |
|---|---|
| BrowserServiceSettings | A deep clone of this BrowserServiceSettings object. |
GetDefault()
Get a new instance of the default BrowserServiceSettings.
Declaration
public static BrowserServiceSettings GetDefault()
Returns
| Type | Description |
|---|---|
| BrowserServiceSettings | A new instance of the default BrowserServiceSettings. |