public sealed class ErrorGroupServiceSettings : ServiceSettingsBase
Reference documentation and code samples for the Google Cloud Error Reporting v1beta1 API class ErrorGroupServiceSettings.
Settings for ErrorGroupServiceClient instances.
Namespace
Google.Cloud.ErrorReporting.V1Beta1Assembly
Google.Cloud.ErrorReporting.V1Beta1.dll
Constructors
ErrorGroupServiceSettings()
public ErrorGroupServiceSettings()
Constructs a new ErrorGroupServiceSettings object with default settings.
Properties
GetGroupSettings
public CallSettings GetGroupSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ErrorGroupServiceClient.GetGroup
and ErrorGroupServiceClient.GetGroupAsync
.
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.
UpdateGroupSettings
public CallSettings UpdateGroupSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ErrorGroupServiceClient.UpdateGroup
and ErrorGroupServiceClient.UpdateGroupAsync
.
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 ErrorGroupServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
ErrorGroupServiceSettings |
A deep clone of this ErrorGroupServiceSettings object. |
GetDefault()
public static ErrorGroupServiceSettings GetDefault()
Get a new instance of the default ErrorGroupServiceSettings.
Returns | |
---|---|
Type | Description |
ErrorGroupServiceSettings |
A new instance of the default ErrorGroupServiceSettings. |