Class AdSpotServiceSettings
Settings for AdSpotServiceClient instances.
Inherited Members
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class AdSpotServiceSettings : ServiceSettingsBase
Constructors
AdSpotServiceSettings()
Constructs a new AdSpotServiceSettings object with default settings.
Declaration
public AdSpotServiceSettings()
Properties
BatchCreateAdSpotsSettings
CallSettings for synchronous and asynchronous calls to
AdSpotServiceClient.BatchCreateAdSpots and AdSpotServiceClient.BatchCreateAdSpotsAsync.
Declaration
public CallSettings BatchCreateAdSpotsSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
BatchUpdateAdSpotsSettings
CallSettings for synchronous and asynchronous calls to
AdSpotServiceClient.BatchUpdateAdSpots and AdSpotServiceClient.BatchUpdateAdSpotsAsync.
Declaration
public CallSettings BatchUpdateAdSpotsSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
CreateAdSpotSettings
CallSettings for synchronous and asynchronous calls to
AdSpotServiceClient.CreateAdSpot and AdSpotServiceClient.CreateAdSpotAsync.
Declaration
public CallSettings CreateAdSpotSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
GetAdSpotSettings
CallSettings for synchronous and asynchronous calls to
AdSpotServiceClient.GetAdSpot and AdSpotServiceClient.GetAdSpotAsync.
Declaration
public CallSettings GetAdSpotSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
ListAdSpotsSettings
CallSettings for synchronous and asynchronous calls to
AdSpotServiceClient.ListAdSpots and AdSpotServiceClient.ListAdSpotsAsync.
Declaration
public CallSettings ListAdSpotsSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
UpdateAdSpotSettings
CallSettings for synchronous and asynchronous calls to
AdSpotServiceClient.UpdateAdSpot and AdSpotServiceClient.UpdateAdSpotAsync.
Declaration
public CallSettings UpdateAdSpotSettings { 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 AdSpotServiceSettings Clone()
Returns
| Type | Description |
|---|---|
| AdSpotServiceSettings | A deep clone of this AdSpotServiceSettings object. |
GetDefault()
Get a new instance of the default AdSpotServiceSettings.
Declaration
public static AdSpotServiceSettings GetDefault()
Returns
| Type | Description |
|---|---|
| AdSpotServiceSettings | A new instance of the default AdSpotServiceSettings. |