public sealed class ListActiveBreakpointsRequest : IMessage<ListActiveBreakpointsRequest>, IEquatable<ListActiveBreakpointsRequest>, IDeepCloneable<ListActiveBreakpointsRequest>, IBufferMessage, IMessage
Request to list active breakpoints.
Implements
IMessage<ListActiveBreakpointsRequest>, IEquatable<ListActiveBreakpointsRequest>, IDeepCloneable<ListActiveBreakpointsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Debugger.V2Assembly
Google.Cloud.Debugger.V2.dll
Constructors
ListActiveBreakpointsRequest()
public ListActiveBreakpointsRequest()
ListActiveBreakpointsRequest(ListActiveBreakpointsRequest)
public ListActiveBreakpointsRequest(ListActiveBreakpointsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListActiveBreakpointsRequest |
Properties
DebuggeeId
public string DebuggeeId { get; set; }
Required. Identifies the debuggee.
Property Value | |
---|---|
Type | Description |
String |
SuccessOnTimeout
public bool SuccessOnTimeout { get; set; }
If set to true
(recommended), returns google.rpc.Code.OK
status and
sets the wait_expired
response field to true
when the server-selected
timeout has expired.
If set to false
(deprecated), returns google.rpc.Code.ABORTED
status
when the server-selected timeout has expired.
Property Value | |
---|---|
Type | Description |
Boolean |
WaitToken
public string WaitToken { get; set; }
A token that, if specified, blocks the method call until the list
of active breakpoints has changed, or a server-selected timeout has
expired. The value should be set from the next_wait_token
field in
the last response. The initial value should be set to "init"
.
Property Value | |
---|---|
Type | Description |
String |