Class MarketingplatformAdminServiceSettings
Settings for MarketingplatformAdminServiceClient instances.
Inherited Members
Namespace: Google.Ads.MarketingPlatform.Admin.V1Alpha
Assembly: Google.Ads.MarketingPlatform.Admin.V1Alpha.dll
Syntax
public sealed class MarketingplatformAdminServiceSettings : ServiceSettingsBase
Constructors
MarketingplatformAdminServiceSettings()
Constructs a new MarketingplatformAdminServiceSettings object with default settings.
Declaration
public MarketingplatformAdminServiceSettings()
Properties
CreateAnalyticsAccountLinkSettings
CallSettings for synchronous and asynchronous calls to
MarketingplatformAdminServiceClient.CreateAnalyticsAccountLink
and
MarketingplatformAdminServiceClient.CreateAnalyticsAccountLinkAsync
.
Declaration
public CallSettings CreateAnalyticsAccountLinkSettings { get; set; }
Property Value
Type | Description |
---|---|
CallSettings |
Remarks
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable, Unknown.
- Timeout: 60 seconds.
DeleteAnalyticsAccountLinkSettings
CallSettings for synchronous and asynchronous calls to
MarketingplatformAdminServiceClient.DeleteAnalyticsAccountLink
and
MarketingplatformAdminServiceClient.DeleteAnalyticsAccountLinkAsync
.
Declaration
public CallSettings DeleteAnalyticsAccountLinkSettings { get; set; }
Property Value
Type | Description |
---|---|
CallSettings |
Remarks
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable, Unknown.
- Timeout: 60 seconds.
GetOrganizationSettings
CallSettings for synchronous and asynchronous calls to
MarketingplatformAdminServiceClient.GetOrganization
and
MarketingplatformAdminServiceClient.GetOrganizationAsync
.
Declaration
public CallSettings GetOrganizationSettings { get; set; }
Property Value
Type | Description |
---|---|
CallSettings |
Remarks
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable, Unknown.
- Timeout: 60 seconds.
ListAnalyticsAccountLinksSettings
CallSettings for synchronous and asynchronous calls to
MarketingplatformAdminServiceClient.ListAnalyticsAccountLinks
and
MarketingplatformAdminServiceClient.ListAnalyticsAccountLinksAsync
.
Declaration
public CallSettings ListAnalyticsAccountLinksSettings { get; set; }
Property Value
Type | Description |
---|---|
CallSettings |
Remarks
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable, Unknown.
- Timeout: 60 seconds.
SetPropertyServiceLevelSettings
CallSettings for synchronous and asynchronous calls to
MarketingplatformAdminServiceClient.SetPropertyServiceLevel
and
MarketingplatformAdminServiceClient.SetPropertyServiceLevelAsync
.
Declaration
public CallSettings SetPropertyServiceLevelSettings { get; set; }
Property Value
Type | Description |
---|---|
CallSettings |
Remarks
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable, Unknown.
- Timeout: 60 seconds.
Methods
Clone()
Creates a deep clone of this object, with all the same property values.
Declaration
public MarketingplatformAdminServiceSettings Clone()
Returns
Type | Description |
---|---|
MarketingplatformAdminServiceSettings | A deep clone of this MarketingplatformAdminServiceSettings object. |
GetDefault()
Get a new instance of the default MarketingplatformAdminServiceSettings.
Declaration
public static MarketingplatformAdminServiceSettings GetDefault()
Returns
Type | Description |
---|---|
MarketingplatformAdminServiceSettings | A new instance of the default MarketingplatformAdminServiceSettings. |