Class ListBreakpointsRequest (3.0.0)

public sealed class ListBreakpointsRequest : IMessage<ListBreakpointsRequest>, IEquatable<ListBreakpointsRequest>, IDeepCloneable<ListBreakpointsRequest>, IBufferMessage, IMessage

Request to list breakpoints.

Inheritance

Object > ListBreakpointsRequest

Namespace

Google.Cloud.Debugger.V2

Assembly

Google.Cloud.Debugger.V2.dll

Constructors

ListBreakpointsRequest()

public ListBreakpointsRequest()

ListBreakpointsRequest(ListBreakpointsRequest)

public ListBreakpointsRequest(ListBreakpointsRequest other)
Parameter
NameDescription
otherListBreakpointsRequest

Properties

Action

public ListBreakpointsRequest.Types.BreakpointActionValue Action { get; set; }

When set, the response includes only breakpoints with the specified action.

Property Value
TypeDescription
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
TypeDescription
String

DebuggeeId

public string DebuggeeId { get; set; }

Required. ID of the debuggee whose breakpoints to list.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
String