public sealed class ListBreakpointsRequest : IMessage<ListBreakpointsRequest>, IEquatable<ListBreakpointsRequest>, IDeepCloneable<ListBreakpointsRequest>, IBufferMessage, IMessage
Request to list breakpoints.
Implements
IMessage<ListBreakpointsRequest>, IEquatable<ListBreakpointsRequest>, IDeepCloneable<ListBreakpointsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Debugger.V2Assembly
Google.Cloud.Debugger.V2.dll
Constructors
ListBreakpointsRequest()
public ListBreakpointsRequest()
ListBreakpointsRequest(ListBreakpointsRequest)
public ListBreakpointsRequest(ListBreakpointsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListBreakpointsRequest |
Properties
Action
public ListBreakpointsRequest.Types.BreakpointActionValue Action { get; set; }
When set, the response includes only breakpoints with the specified action.
Property Value | |
---|---|
Type | Description |
ListBreakpointsRequest.Types.BreakpointActionValue |
ClientVersion
public string ClientVersion { get; set; }
Required. The client version making the call.
Schema: domain/type/version
(e.g., google.com/intellij/v1
).
Property Value | |
---|---|
Type | Description |
String |
DebuggeeId
public string DebuggeeId { get; set; }
Required. ID of the debuggee whose breakpoints to list.
Property Value | |
---|---|
Type | Description |
String |
IncludeAllUsers
public bool IncludeAllUsers { get; set; }
When set to true
, the response includes the list of breakpoints set by
any user. Otherwise, it includes only breakpoints set by the caller.
Property Value | |
---|---|
Type | Description |
Boolean |
IncludeInactive
public bool IncludeInactive { get; set; }
When set to true
, the response includes active and inactive
breakpoints. Otherwise, it includes only active breakpoints.
Property Value | |
---|---|
Type | Description |
Boolean |
StripResults
[Obsolete]
public bool StripResults { get; set; }
This field is deprecated. The following fields are always stripped out of
the result: stack_frames
, evaluated_expressions
and variable_table
.
Property Value | |
---|---|
Type | Description |
Boolean |
WaitToken
public string WaitToken { get; set; }
A wait token that, if specified, blocks the call until the breakpoints
list has changed, or a server selected timeout has expired. The value
should be set from the last response. The error code
google.rpc.Code.ABORTED
(RPC) is returned on wait timeout, which
should be called again with the same wait_token
.
Property Value | |
---|---|
Type | Description |
String |