Class PlacementServiceSettings
Settings for PlacementServiceClient instances.
Inherited Members
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
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.
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. |