public sealed class Controller2Settings : ServiceSettingsBase
Reference documentation and code samples for the Google Cloud Debugger v2 API class Controller2Settings.
Settings for Controller2Client instances.
Namespace
Google.Cloud.Debugger.V2Assembly
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 | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
Type | Description |
Controller2Settings | A deep clone of this Controller2Settings object. |
GetDefault()
public static Controller2Settings GetDefault()
Get a new instance of the default Controller2Settings.
Returns | |
---|---|
Type | Description |
Controller2Settings | A new instance of the default Controller2Settings. |