Chronicle v1 API - Class DashboardChartServiceSettings (1.0.0-beta05)

public sealed class DashboardChartServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the Chronicle v1 API class DashboardChartServiceSettings.

Settings for DashboardChartServiceClient instances.

Inheritance

object > ServiceSettingsBase > DashboardChartServiceSettings

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

DashboardChartServiceSettings()

public DashboardChartServiceSettings()

Constructs a new DashboardChartServiceSettings object with default settings.

Properties

BatchGetDashboardChartsSettings

public CallSettings BatchGetDashboardChartsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DashboardChartServiceClient.BatchGetDashboardCharts and DashboardChartServiceClient.BatchGetDashboardChartsAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Retriable status codes: Unavailable.
  • Timeout: 60 seconds.

GetDashboardChartSettings

public CallSettings GetDashboardChartSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DashboardChartServiceClient.GetDashboardChart and DashboardChartServiceClient.GetDashboardChartAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Retriable status codes: Unavailable.
  • Timeout: 60 seconds.

Methods

Clone()

public DashboardChartServiceSettings Clone()

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

Returns
Type Description
DashboardChartServiceSettings

A deep clone of this DashboardChartServiceSettings object.

GetDefault()

public static DashboardChartServiceSettings GetDefault()

Get a new instance of the default DashboardChartServiceSettings.

Returns
Type Description
DashboardChartServiceSettings

A new instance of the default DashboardChartServiceSettings.