Class PartnerLinkServiceSettings
Settings for PartnerLinkServiceClient instances.
Inherited Members
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class PartnerLinkServiceSettings : ServiceSettingsBase
Constructors
PartnerLinkServiceSettings()
Constructs a new PartnerLinkServiceSettings object with default settings.
Declaration
public PartnerLinkServiceSettings()
Properties
CreatePartnerLinkSettings
CallSettings for synchronous and asynchronous calls to
PartnerLinkServiceClient.CreatePartnerLink and PartnerLinkServiceClient.CreatePartnerLinkAsync
.
Declaration
public CallSettings CreatePartnerLinkSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
DeletePartnerLinkSettings
CallSettings for synchronous and asynchronous calls to
PartnerLinkServiceClient.DeletePartnerLink and PartnerLinkServiceClient.DeletePartnerLinkAsync
.
Declaration
public CallSettings DeletePartnerLinkSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
SearchPartnerLinksSettings
CallSettings for synchronous and asynchronous calls to
PartnerLinkServiceClient.SearchPartnerLinks and PartnerLinkServiceClient.SearchPartnerLinksAsync
.
Declaration
public CallSettings SearchPartnerLinksSettings { 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 PartnerLinkServiceSettings Clone()
Returns
| Type | Description |
|---|---|
| PartnerLinkServiceSettings | A deep clone of this PartnerLinkServiceSettings object. |
GetDefault()
Get a new instance of the default PartnerLinkServiceSettings.
Declaration
public static PartnerLinkServiceSettings GetDefault()
Returns
| Type | Description |
|---|---|
| PartnerLinkServiceSettings | A new instance of the default PartnerLinkServiceSettings. |