Google Cloud Error Reporting v1beta1 API - Class ErrorGroupServiceSettings (3.0.0-beta04)

public sealed class ErrorGroupServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the Google Cloud Error Reporting v1beta1 API class ErrorGroupServiceSettings.

Settings for ErrorGroupServiceClient instances.

Inheritance

object > ServiceSettingsBase > ErrorGroupServiceSettings

Namespace

Google.Cloud.ErrorReporting.V1Beta1

Assembly

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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
ErrorGroupServiceSettings

A deep clone of this ErrorGroupServiceSettings object.

GetDefault()

public static ErrorGroupServiceSettings GetDefault()

Get a new instance of the default ErrorGroupServiceSettings.

Returns
TypeDescription
ErrorGroupServiceSettings

A new instance of the default ErrorGroupServiceSettings.