Show / Hide Table of Contents

Class PrivateAuctionServiceSettings

Settings for PrivateAuctionServiceClient instances.

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

Constructors

PrivateAuctionServiceSettings()

Constructs a new PrivateAuctionServiceSettings object with default settings.

Declaration
public PrivateAuctionServiceSettings()

Properties

CreatePrivateAuctionSettings

CallSettings for synchronous and asynchronous calls to PrivateAuctionServiceClient.CreatePrivateAuction and PrivateAuctionServiceClient.CreatePrivateAuctionAsync.

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

GetPrivateAuctionSettings

CallSettings for synchronous and asynchronous calls to PrivateAuctionServiceClient.GetPrivateAuction and PrivateAuctionServiceClient.GetPrivateAuctionAsync.

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

ListPrivateAuctionsSettings

CallSettings for synchronous and asynchronous calls to PrivateAuctionServiceClient.ListPrivateAuctions and PrivateAuctionServiceClient.ListPrivateAuctionsAsync.

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

UpdatePrivateAuctionSettings

CallSettings for synchronous and asynchronous calls to PrivateAuctionServiceClient.UpdatePrivateAuction and PrivateAuctionServiceClient.UpdatePrivateAuctionAsync.

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

A deep clone of this PrivateAuctionServiceSettings object.

GetDefault()

Get a new instance of the default PrivateAuctionServiceSettings.

Declaration
public static PrivateAuctionServiceSettings GetDefault()
Returns
Type Description
PrivateAuctionServiceSettings

A new instance of the default PrivateAuctionServiceSettings.

In this article
Back to top Generated by DocFX