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