Show / Hide Table of Contents

Class LineItemServiceSettings

Settings for LineItemServiceClient instances.

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

Constructors

LineItemServiceSettings()

Constructs a new LineItemServiceSettings object with default settings.

Declaration
public LineItemServiceSettings()

Properties

GetLineItemSettings

CallSettings for synchronous and asynchronous calls to LineItemServiceClient.GetLineItem and LineItemServiceClient.GetLineItemAsync.

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

ListLineItemsSettings

CallSettings for synchronous and asynchronous calls to LineItemServiceClient.ListLineItems and LineItemServiceClient.ListLineItemsAsync.

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

A deep clone of this LineItemServiceSettings object.

GetDefault()

Get a new instance of the default LineItemServiceSettings.

Declaration
public static LineItemServiceSettings GetDefault()
Returns
Type Description
LineItemServiceSettings

A new instance of the default LineItemServiceSettings.

In this article
Back to top Generated by DocFX