Show / Hide Table of Contents

Class SlateServiceSettings

Settings for SlateServiceClient instances.

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

Constructors

SlateServiceSettings()

Constructs a new SlateServiceSettings object with default settings.

Declaration
public SlateServiceSettings()

Properties

BatchArchiveSlatesSettings

CallSettings for synchronous and asynchronous calls to SlateServiceClient.BatchArchiveSlates and SlateServiceClient.BatchArchiveSlatesAsync.

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

BatchCreateSlatesSettings

CallSettings for synchronous and asynchronous calls to SlateServiceClient.BatchCreateSlates and SlateServiceClient.BatchCreateSlatesAsync.

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

BatchUnarchiveSlatesSettings

CallSettings for synchronous and asynchronous calls to SlateServiceClient.BatchUnarchiveSlates and SlateServiceClient.BatchUnarchiveSlatesAsync.

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

BatchUpdateSlatesSettings

CallSettings for synchronous and asynchronous calls to SlateServiceClient.BatchUpdateSlates and SlateServiceClient.BatchUpdateSlatesAsync.

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

CreateSlateSettings

CallSettings for synchronous and asynchronous calls to SlateServiceClient.CreateSlate and SlateServiceClient.CreateSlateAsync.

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

GetSlateSettings

CallSettings for synchronous and asynchronous calls to SlateServiceClient.GetSlate and SlateServiceClient.GetSlateAsync.

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

ListSlatesSettings

CallSettings for synchronous and asynchronous calls to SlateServiceClient.ListSlates and SlateServiceClient.ListSlatesAsync.

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

UpdateSlateSettings

CallSettings for synchronous and asynchronous calls to SlateServiceClient.UpdateSlate and SlateServiceClient.UpdateSlateAsync.

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

A deep clone of this SlateServiceSettings object.

GetDefault()

Get a new instance of the default SlateServiceSettings.

Declaration
public static SlateServiceSettings GetDefault()
Returns
Type Description
SlateServiceSettings

A new instance of the default SlateServiceSettings.

In this article
Back to top Generated by DocFX