Class AudienceSegmentServiceSettings
Settings for AudienceSegmentServiceClient instances.
Inherited Members
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. |