Class ErrorStatsServiceSettings (2.0.0-beta05)

public sealed class ErrorStatsServiceSettings : ServiceSettingsBase

Settings for ErrorStatsServiceClient instances.

Inheritance

Object > ServiceSettingsBase > ErrorStatsServiceSettings

Namespace

Google.Cloud.ErrorReporting.V1Beta1

Assembly

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
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Timeout: 600 seconds.

ListEventsSettings

public CallSettings ListEventsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ErrorStatsServiceClient.ListEvents and ErrorStatsServiceClient.ListEventsAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Timeout: 600 seconds.

ListGroupStatsSettings

public CallSettings ListGroupStatsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ErrorStatsServiceClient.ListGroupStats and ErrorStatsServiceClient.ListGroupStatsAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Timeout: 600 seconds.

Methods

Clone()

public ErrorStatsServiceSettings Clone()

Creates a deep clone of this object, with all the same property values.

Returns
TypeDescription
ErrorStatsServiceSettings

A deep clone of this ErrorStatsServiceSettings object.

GetDefault()

public static ErrorStatsServiceSettings GetDefault()

Get a new instance of the default ErrorStatsServiceSettings.

Returns
TypeDescription
ErrorStatsServiceSettings

A new instance of the default ErrorStatsServiceSettings.