public sealed class ErrorStatsServiceSettings : ServiceSettingsBase
Reference documentation and code samples for the Google Cloud Error Reporting v1beta1 API class ErrorStatsServiceSettings.
Settings for ErrorStatsServiceClient instances.
Namespace
Google.Cloud.ErrorReporting.V1Beta1Assembly
Google.Cloud.ErrorReporting.V1Beta1.dll
Constructors
ErrorStatsServiceSettings()
public ErrorStatsServiceSettings()
Constructs a new ErrorStatsServiceSettings object with default settings.
Properties
DeleteEventsSettings
public CallSettings DeleteEventsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ErrorStatsServiceClient.DeleteEvents
and ErrorStatsServiceClient.DeleteEventsAsync
.
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, DeadlineExceeded.
- Timeout: 600 seconds.
ListEventsSettings
public CallSettings ListEventsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ErrorStatsServiceClient.ListEvents
and ErrorStatsServiceClient.ListEventsAsync
.
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, DeadlineExceeded.
- Timeout: 600 seconds.
ListGroupStatsSettings
public CallSettings ListGroupStatsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ErrorStatsServiceClient.ListGroupStats
and ErrorStatsServiceClient.ListGroupStatsAsync
.
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, DeadlineExceeded.
- Timeout: 600 seconds.
Methods
Clone()
public ErrorStatsServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
ErrorStatsServiceSettings |
A deep clone of this ErrorStatsServiceSettings object. |
GetDefault()
public static ErrorStatsServiceSettings GetDefault()
Get a new instance of the default ErrorStatsServiceSettings.
Returns | |
---|---|
Type | Description |
ErrorStatsServiceSettings |
A new instance of the default ErrorStatsServiceSettings. |