Show / Hide Table of Contents

Class BandwidthGroupServiceSettings

Settings for BandwidthGroupServiceClient instances.

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

Constructors

BandwidthGroupServiceSettings()

Constructs a new BandwidthGroupServiceSettings object with default settings.

Declaration
public BandwidthGroupServiceSettings()

Properties

GetBandwidthGroupSettings

CallSettings for synchronous and asynchronous calls to BandwidthGroupServiceClient.GetBandwidthGroup and BandwidthGroupServiceClient.GetBandwidthGroupAsync.

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

ListBandwidthGroupsSettings

CallSettings for synchronous and asynchronous calls to BandwidthGroupServiceClient.ListBandwidthGroups and BandwidthGroupServiceClient.ListBandwidthGroupsAsync.

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

A deep clone of this BandwidthGroupServiceSettings object.

GetDefault()

Get a new instance of the default BandwidthGroupServiceSettings.

Declaration
public static BandwidthGroupServiceSettings GetDefault()
Returns
Type Description
BandwidthGroupServiceSettings

A new instance of the default BandwidthGroupServiceSettings.

In this article
Back to top Generated by DocFX