App Topology v1 API - Class AppTopologySettings (1.0.0-beta01)

public sealed class AppTopologySettings : ServiceSettingsBase

Reference documentation and code samples for the App Topology v1 API class AppTopologySettings.

Settings for AppTopologyClient instances.

Inheritance

object > ServiceSettingsBase > AppTopologySettings

Namespace

Google.Cloud.AppTopology.V1

Assembly

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
Remarks
  • 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
Remarks
  • 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
Remarks
  • 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
Remarks
  • 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.