Class ListActiveBreakpointsRequest (2.4.0)

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

Request to list active breakpoints.

Inheritance

Object > ListActiveBreakpointsRequest

Namespace

Google.Cloud.Debugger.V2

Assembly

Google.Cloud.Debugger.V2.dll

Constructors

ListActiveBreakpointsRequest()

public ListActiveBreakpointsRequest()

ListActiveBreakpointsRequest(ListActiveBreakpointsRequest)

public ListActiveBreakpointsRequest(ListActiveBreakpointsRequest other)
Parameter
NameDescription
otherListActiveBreakpointsRequest

Properties

DebuggeeId

public string DebuggeeId { get; set; }

Required. Identifies the debuggee.

Property Value
TypeDescription
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
TypeDescription
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 &quot;init&quot;.

Property Value
TypeDescription
String