Class PartnerServiceSettings
Settings for PartnerServiceClient instances.
Inherited Members
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class PartnerServiceSettings : ServiceSettingsBase
Constructors
PartnerServiceSettings()
Constructs a new PartnerServiceSettings object with default settings.
Declaration
public PartnerServiceSettings()
Properties
BatchUpdatePartnersSettings
CallSettings for synchronous and asynchronous calls to
PartnerServiceClient.BatchUpdatePartners and PartnerServiceClient.BatchUpdatePartnersAsync.
Declaration
public CallSettings BatchUpdatePartnersSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
GetPartnerSettings
CallSettings for synchronous and asynchronous calls to
PartnerServiceClient.GetPartner and PartnerServiceClient.GetPartnerAsync.
Declaration
public CallSettings GetPartnerSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
ListPartnersSettings
CallSettings for synchronous and asynchronous calls to
PartnerServiceClient.ListPartners and PartnerServiceClient.ListPartnersAsync.
Declaration
public CallSettings ListPartnersSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
UpdatePartnerSettings
CallSettings for synchronous and asynchronous calls to
PartnerServiceClient.UpdatePartner and PartnerServiceClient.UpdatePartnerAsync.
Declaration
public CallSettings UpdatePartnerSettings { 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 PartnerServiceSettings Clone()
Returns
| Type | Description |
|---|---|
| PartnerServiceSettings | A deep clone of this PartnerServiceSettings object. |
GetDefault()
Get a new instance of the default PartnerServiceSettings.
Declaration
public static PartnerServiceSettings GetDefault()
Returns
| Type | Description |
|---|---|
| PartnerServiceSettings | A new instance of the default PartnerServiceSettings. |