Google Cloud Debugger v2 API - Class Controller2Settings (3.2.0)

public sealed class Controller2Settings : ServiceSettingsBase

Reference documentation and code samples for the Google Cloud Debugger v2 API class Controller2Settings.

Settings for Controller2Client instances.

Inheritance

object > ServiceSettingsBase > Controller2Settings

Namespace

Google.Cloud.Debugger.V2

Assembly

Google.Cloud.Debugger.V2.dll

Constructors

Controller2Settings()

public Controller2Settings()

Constructs a new Controller2Settings object with default settings.

Properties

ListActiveBreakpointsSettings

public CallSettings ListActiveBreakpointsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to Controller2Client.ListActiveBreakpoints and Controller2Client.ListActiveBreakpointsAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Retriable status codes: Unavailable, DeadlineExceeded.
  • Timeout: 600 seconds.

RegisterDebuggeeSettings

public CallSettings RegisterDebuggeeSettings { get; set; }

CallSettings for synchronous and asynchronous calls to Controller2Client.RegisterDebuggee and Controller2Client.RegisterDebuggeeAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 600 seconds.

UpdateActiveBreakpointSettings

public CallSettings UpdateActiveBreakpointSettings { get; set; }

CallSettings for synchronous and asynchronous calls to Controller2Client.UpdateActiveBreakpoint and Controller2Client.UpdateActiveBreakpointAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Retriable status codes: Unavailable, DeadlineExceeded.
  • Timeout: 600 seconds.

Methods

Clone()

public Controller2Settings Clone()

Creates a deep clone of this object, with all the same property values.

Returns
TypeDescription
Controller2Settings

A deep clone of this Controller2Settings object.

GetDefault()

public static Controller2Settings GetDefault()

Get a new instance of the default Controller2Settings.

Returns
TypeDescription
Controller2Settings

A new instance of the default Controller2Settings.