public sealed class NativeDashboardServiceSettings : ServiceSettingsBaseReference documentation and code samples for the Chronicle v1 API class NativeDashboardServiceSettings.
Settings for NativeDashboardServiceClient instances.
Namespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
NativeDashboardServiceSettings()
public NativeDashboardServiceSettings()Constructs a new NativeDashboardServiceSettings object with default settings.
Properties
AddChartSettings
public CallSettings AddChartSettings { get; set; }CallSettings for synchronous and asynchronous calls to
NativeDashboardServiceClient.AddChart and NativeDashboardServiceClient.AddChartAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
CreateNativeDashboardSettings
public CallSettings CreateNativeDashboardSettings { get; set; }CallSettings for synchronous and asynchronous calls to
NativeDashboardServiceClient.CreateNativeDashboard and
NativeDashboardServiceClient.CreateNativeDashboardAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
DeleteNativeDashboardSettings
public CallSettings DeleteNativeDashboardSettings { get; set; }CallSettings for synchronous and asynchronous calls to
NativeDashboardServiceClient.DeleteNativeDashboard and
NativeDashboardServiceClient.DeleteNativeDashboardAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
DuplicateChartSettings
public CallSettings DuplicateChartSettings { get; set; }CallSettings for synchronous and asynchronous calls to
NativeDashboardServiceClient.DuplicateChart and NativeDashboardServiceClient.DuplicateChartAsync
.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
DuplicateNativeDashboardSettings
public CallSettings DuplicateNativeDashboardSettings { get; set; }CallSettings for synchronous and asynchronous calls to
NativeDashboardServiceClient.DuplicateNativeDashboard and
NativeDashboardServiceClient.DuplicateNativeDashboardAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
EditChartSettings
public CallSettings EditChartSettings { get; set; }CallSettings for synchronous and asynchronous calls to
NativeDashboardServiceClient.EditChart and NativeDashboardServiceClient.EditChartAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
ExportNativeDashboardsSettings
public CallSettings ExportNativeDashboardsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
NativeDashboardServiceClient.ExportNativeDashboards and
NativeDashboardServiceClient.ExportNativeDashboardsAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- 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.
GetNativeDashboardSettings
public CallSettings GetNativeDashboardSettings { get; set; }CallSettings for synchronous and asynchronous calls to
NativeDashboardServiceClient.GetNativeDashboard and
NativeDashboardServiceClient.GetNativeDashboardAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- 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.
ImportNativeDashboardsSettings
public CallSettings ImportNativeDashboardsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
NativeDashboardServiceClient.ImportNativeDashboards and
NativeDashboardServiceClient.ImportNativeDashboardsAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
ListNativeDashboardsSettings
public CallSettings ListNativeDashboardsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
NativeDashboardServiceClient.ListNativeDashboards and
NativeDashboardServiceClient.ListNativeDashboardsAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- 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.
RemoveChartSettings
public CallSettings RemoveChartSettings { get; set; }CallSettings for synchronous and asynchronous calls to
NativeDashboardServiceClient.RemoveChart and NativeDashboardServiceClient.RemoveChartAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
UpdateNativeDashboardSettings
public CallSettings UpdateNativeDashboardSettings { get; set; }CallSettings for synchronous and asynchronous calls to
NativeDashboardServiceClient.UpdateNativeDashboard and
NativeDashboardServiceClient.UpdateNativeDashboardAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
Methods
Clone()
public NativeDashboardServiceSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
NativeDashboardServiceSettings |
A deep clone of this NativeDashboardServiceSettings object. |
GetDefault()
public static NativeDashboardServiceSettings GetDefault()Get a new instance of the default NativeDashboardServiceSettings.
| Returns | |
|---|---|
| Type | Description |
NativeDashboardServiceSettings |
A new instance of the default NativeDashboardServiceSettings. |