Show / Hide Table of Contents

Class BrowserServiceSettings

Settings for BrowserServiceClient instances.

Inheritance
object
ServiceSettingsBase
BrowserServiceSettings
Inherited Members
ServiceSettingsBase.VersionHeaderBuilder
ServiceSettingsBase.CallSettings
ServiceSettingsBase.Clock
ServiceSettingsBase.Scheduler
ServiceSettingsBase.Interceptor
object.GetHashCode()
object.GetType()
object.ToString()
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.

In this article
Back to top Generated by DocFX