public sealed class AppTopologySettings : ServiceSettingsBaseReference documentation and code samples for the App Topology v1 API class AppTopologySettings.
Settings for AppTopologyClient instances.
Namespace
Google.Cloud.AppTopology.V1Assembly
Google.Cloud.AppTopology.V1.dll
Constructors
AppTopologySettings()
public AppTopologySettings()Constructs a new AppTopologySettings object with default settings.
Properties
GenerateDiscoveredResourcesTopologySettings
public CallSettings GenerateDiscoveredResourcesTopologySettings { get; set; }CallSettings for synchronous and asynchronous calls to
AppTopologyClient.GenerateDiscoveredResourcesTopology and
AppTopologyClient.GenerateDiscoveredResourcesTopologyAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 300 seconds.
GetDomainSettings
public CallSettings GetDomainSettings { get; set; }CallSettings for synchronous and asynchronous calls to AppTopologyClient.GetDomain
and AppTopologyClient.GetDomainAsync.
| 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.
GetSchemaSettings
public CallSettings GetSchemaSettings { get; set; }CallSettings for synchronous and asynchronous calls to AppTopologyClient.GetSchema
and AppTopologyClient.GetSchemaAsync.
| 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.
ListDomainsSettings
public CallSettings ListDomainsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
AppTopologyClient.ListDomains and AppTopologyClient.ListDomainsAsync.
| 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 |
|
Methods
Clone()
public AppTopologySettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
AppTopologySettings |
A deep clone of this AppTopologySettings object. |
GetDefault()
public static AppTopologySettings GetDefault()Get a new instance of the default AppTopologySettings.
| Returns | |
|---|---|
| Type | Description |
AppTopologySettings |
A new instance of the default AppTopologySettings. |