Show / Hide Table of Contents

Class PlacementServiceSettings

Settings for PlacementServiceClient instances.

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

Constructors

PlacementServiceSettings()

Constructs a new PlacementServiceSettings object with default settings.

Declaration
public PlacementServiceSettings()

Properties

BatchActivatePlacementsSettings

CallSettings for synchronous and asynchronous calls to PlacementServiceClient.BatchActivatePlacements and PlacementServiceClient.BatchActivatePlacementsAsync.

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

BatchArchivePlacementsSettings

CallSettings for synchronous and asynchronous calls to PlacementServiceClient.BatchArchivePlacements and PlacementServiceClient.BatchArchivePlacementsAsync.

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

BatchCreatePlacementsSettings

CallSettings for synchronous and asynchronous calls to PlacementServiceClient.BatchCreatePlacements and PlacementServiceClient.BatchCreatePlacementsAsync .

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

BatchDeactivatePlacementsSettings

CallSettings for synchronous and asynchronous calls to PlacementServiceClient.BatchDeactivatePlacements and PlacementServiceClient.BatchDeactivatePlacementsAsync.

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

BatchUpdatePlacementsSettings

CallSettings for synchronous and asynchronous calls to PlacementServiceClient.BatchUpdatePlacements and PlacementServiceClient.BatchUpdatePlacementsAsync .

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

CreatePlacementSettings

CallSettings for synchronous and asynchronous calls to PlacementServiceClient.CreatePlacement and PlacementServiceClient.CreatePlacementAsync.

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

GetPlacementSettings

CallSettings for synchronous and asynchronous calls to PlacementServiceClient.GetPlacement and PlacementServiceClient.GetPlacementAsync.

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

ListPlacementsSettings

CallSettings for synchronous and asynchronous calls to PlacementServiceClient.ListPlacements and PlacementServiceClient.ListPlacementsAsync.

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

UpdatePlacementSettings

CallSettings for synchronous and asynchronous calls to PlacementServiceClient.UpdatePlacement and PlacementServiceClient.UpdatePlacementAsync.

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

A deep clone of this PlacementServiceSettings object.

GetDefault()

Get a new instance of the default PlacementServiceSettings.

Declaration
public static PlacementServiceSettings GetDefault()
Returns
Type Description
PlacementServiceSettings

A new instance of the default PlacementServiceSettings.

In this article
Back to top Generated by DocFX