Class IngestionServiceSettings
Settings for IngestionServiceClient instances.
Inherited Members
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. |