Show / Hide Table of Contents

Class AudienceSegmentServiceSettings

Settings for AudienceSegmentServiceClient instances.

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

Constructors

AudienceSegmentServiceSettings()

Constructs a new AudienceSegmentServiceSettings object with default settings.

Declaration
public AudienceSegmentServiceSettings()

Properties

BatchActivateAudienceSegmentsSettings

CallSettings for synchronous and asynchronous calls to AudienceSegmentServiceClient.BatchActivateAudienceSegments and AudienceSegmentServiceClient.BatchActivateAudienceSegmentsAsync.

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

BatchApproveAudienceSegmentsSettings

CallSettings for synchronous and asynchronous calls to AudienceSegmentServiceClient.BatchApproveAudienceSegments and AudienceSegmentServiceClient.BatchApproveAudienceSegmentsAsync.

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

BatchCreateAudienceSegmentsSettings

CallSettings for synchronous and asynchronous calls to AudienceSegmentServiceClient.BatchCreateAudienceSegments and AudienceSegmentServiceClient.BatchCreateAudienceSegmentsAsync.

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

BatchDeactivateAudienceSegmentsSettings

CallSettings for synchronous and asynchronous calls to AudienceSegmentServiceClient.BatchDeactivateAudienceSegments and AudienceSegmentServiceClient.BatchDeactivateAudienceSegmentsAsync.

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

BatchPopulateAudienceSegmentsSettings

CallSettings for synchronous and asynchronous calls to AudienceSegmentServiceClient.BatchPopulateAudienceSegments and AudienceSegmentServiceClient.BatchPopulateAudienceSegmentsAsync.

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

BatchRejectAudienceSegmentsSettings

CallSettings for synchronous and asynchronous calls to AudienceSegmentServiceClient.BatchRejectAudienceSegments and AudienceSegmentServiceClient.BatchRejectAudienceSegmentsAsync.

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

CreateAudienceSegmentSettings

CallSettings for synchronous and asynchronous calls to AudienceSegmentServiceClient.CreateAudienceSegment and AudienceSegmentServiceClient.CreateAudienceSegmentAsync.

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

GetAudienceSegmentSettings

CallSettings for synchronous and asynchronous calls to AudienceSegmentServiceClient.GetAudienceSegment and AudienceSegmentServiceClient.GetAudienceSegmentAsync.

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

ListAudienceSegmentsSettings

CallSettings for synchronous and asynchronous calls to AudienceSegmentServiceClient.ListAudienceSegments and AudienceSegmentServiceClient.ListAudienceSegmentsAsync.

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

A deep clone of this AudienceSegmentServiceSettings object.

GetDefault()

Get a new instance of the default AudienceSegmentServiceSettings.

Declaration
public static AudienceSegmentServiceSettings GetDefault()
Returns
Type Description
AudienceSegmentServiceSettings

A new instance of the default AudienceSegmentServiceSettings.

In this article
Back to top Generated by DocFX