public sealed class AppOptimizeSettings : ServiceSettingsBaseReference documentation and code samples for the App Optimize v1beta API class AppOptimizeSettings.
Settings for AppOptimizeClient instances.
Namespace
Google.Cloud.AppOptimize.V1BetaAssembly
Google.Cloud.AppOptimize.V1Beta.dll
Constructors
AppOptimizeSettings()
public AppOptimizeSettings()Constructs a new AppOptimizeSettings object with default settings.
Properties
CreateReportOperationsSettings
public OperationsSettings CreateReportOperationsSettings { get; set; }Long Running Operation settings for calls to AppOptimizeClient.CreateReport and
AppOptimizeClient.CreateReportAsync.
| Property Value | |
|---|---|
| Type | Description |
OperationsSettings |
|
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
CreateReportSettings
public CallSettings CreateReportSettings { get; set; }CallSettings for synchronous and asynchronous calls to
AppOptimizeClient.CreateReport and AppOptimizeClient.CreateReportAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
DeleteReportSettings
public CallSettings DeleteReportSettings { get; set; }CallSettings for synchronous and asynchronous calls to
AppOptimizeClient.DeleteReport and AppOptimizeClient.DeleteReportAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
GetReportSettings
public CallSettings GetReportSettings { get; set; }CallSettings for synchronous and asynchronous calls to AppOptimizeClient.GetReport
and AppOptimizeClient.GetReportAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
ListReportsSettings
public CallSettings ListReportsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
AppOptimizeClient.ListReports and AppOptimizeClient.ListReportsAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
LocationsSettings
public LocationsSettings LocationsSettings { get; set; }The settings to use for the LocationsClient associated with the client.
| Property Value | |
|---|---|
| Type | Description |
LocationsSettings |
|
ReadReportSettings
public CallSettings ReadReportSettings { get; set; }CallSettings for synchronous and asynchronous calls to
AppOptimizeClient.ReadReport and AppOptimizeClient.ReadReportAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
Methods
Clone()
public AppOptimizeSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
AppOptimizeSettings |
A deep clone of this AppOptimizeSettings object. |
GetDefault()
public static AppOptimizeSettings GetDefault()Get a new instance of the default AppOptimizeSettings.
| Returns | |
|---|---|
| Type | Description |
AppOptimizeSettings |
A new instance of the default AppOptimizeSettings. |