public sealed class ChangelogsSettings : ServiceSettingsBase
Settings for ChangelogsClient instances.
Namespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
ChangelogsSettings()
public ChangelogsSettings()
Constructs a new ChangelogsSettings object with default settings.
Properties
GetChangelogSettings
public CallSettings GetChangelogSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ChangelogsClient.GetChangelog
and ChangelogsClient.GetChangelogAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
ListChangelogsSettings
public CallSettings ListChangelogsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ChangelogsClient.ListChangelogs
and ChangelogsClient.ListChangelogsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
Methods
Clone()
public ChangelogsSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
ChangelogsSettings | A deep clone of this ChangelogsSettings object. |
GetDefault()
public static ChangelogsSettings GetDefault()
Get a new instance of the default ChangelogsSettings.
Returns | |
---|---|
Type | Description |
ChangelogsSettings | A new instance of the default ChangelogsSettings. |