Cloud Profiler v2 API - Class ExportServiceSettings (2.5.0)

public sealed class ExportServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the Cloud Profiler v2 API class ExportServiceSettings.

Settings for ExportServiceClient instances.

Inheritance

object > ServiceSettingsBase > ExportServiceSettings

Namespace

Google.Cloud.Profiler.V2

Assembly

Google.Cloud.Profiler.V2.dll

Constructors

ExportServiceSettings()

public ExportServiceSettings()

Constructs a new ExportServiceSettings object with default settings.

Properties

ListProfilesSettings

public CallSettings ListProfilesSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ExportServiceClient.ListProfiles and ExportServiceClient.ListProfilesAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: 3
  • Retriable status codes: Unavailable.
  • Timeout: 130 seconds.

Methods

Clone()

public ExportServiceSettings Clone()

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

Returns
TypeDescription
ExportServiceSettings

A deep clone of this ExportServiceSettings object.

GetDefault()

public static ExportServiceSettings GetDefault()

Get a new instance of the default ExportServiceSettings.

Returns
TypeDescription
ExportServiceSettings

A new instance of the default ExportServiceSettings.