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

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