public sealed class FeedServiceSettings : ServiceSettingsBase
Reference documentation and code samples for the Google Cloud Support v2beta API class FeedServiceSettings.
Settings for FeedServiceClient instances.
Namespace
Google.Cloud.Support.V2BetaAssembly
Google.Cloud.Support.V2Beta.dll
Constructors
FeedServiceSettings()
public FeedServiceSettings()
Constructs a new FeedServiceSettings object with default settings.
Properties
ShowFeedSettings
public CallSettings ShowFeedSettings { get; set; }
CallSettings for synchronous and asynchronous calls to FeedServiceClient.ShowFeed
and FeedServiceClient.ShowFeedAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
Methods
Clone()
public FeedServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
FeedServiceSettings |
A deep clone of this FeedServiceSettings object. |
GetDefault()
public static FeedServiceSettings GetDefault()
Get a new instance of the default FeedServiceSettings.
Returns | |
---|---|
Type | Description |
FeedServiceSettings |
A new instance of the default FeedServiceSettings. |