Show / Hide Table of Contents

Class IngestionServiceSettings

Settings for IngestionServiceClient instances.

Inheritance
object
ServiceSettingsBase
IngestionServiceSettings
Inherited Members
ServiceSettingsBase.VersionHeaderBuilder
ServiceSettingsBase.CallSettings
ServiceSettingsBase.Clock
ServiceSettingsBase.Scheduler
ServiceSettingsBase.Interceptor
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class IngestionServiceSettings : ServiceSettingsBase

Constructors

IngestionServiceSettings()

Constructs a new IngestionServiceSettings object with default settings.

Declaration
public IngestionServiceSettings()

Properties

IngestAudienceMembersSettings

CallSettings for synchronous and asynchronous calls to IngestionServiceClient.IngestAudienceMembers and IngestionServiceClient.IngestAudienceMembersAsync .

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

IngestEventsSettings

CallSettings for synchronous and asynchronous calls to IngestionServiceClient.IngestEvents and IngestionServiceClient.IngestEventsAsync.

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

RemoveAudienceMembersSettings

CallSettings for synchronous and asynchronous calls to IngestionServiceClient.RemoveAudienceMembers and IngestionServiceClient.RemoveAudienceMembersAsync .

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

RetrieveRequestStatusSettings

CallSettings for synchronous and asynchronous calls to IngestionServiceClient.RetrieveRequestStatus and IngestionServiceClient.RetrieveRequestStatusAsync .

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

A deep clone of this IngestionServiceSettings object.

GetDefault()

Get a new instance of the default IngestionServiceSettings.

Declaration
public static IngestionServiceSettings GetDefault()
Returns
Type Description
IngestionServiceSettings

A new instance of the default IngestionServiceSettings.

In this article
Back to top Generated by DocFX