public sealed class ExportServiceSettings : ServiceSettingsBaseReference documentation and code samples for the Cloud Profiler v2 API class ExportServiceSettings.
Settings for ExportServiceClient instances.
Namespace
Google.Cloud.Profiler.V2Assembly
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 | |
|---|---|
| Type | Description |
CallSettings |
|
- 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 | |
|---|---|
| Type | Description |
ExportServiceSettings |
A deep clone of this ExportServiceSettings object. |
GetDefault()
public static ExportServiceSettings GetDefault()Get a new instance of the default ExportServiceSettings.
| Returns | |
|---|---|
| Type | Description |
ExportServiceSettings |
A new instance of the default ExportServiceSettings. |