Reference documentation and code samples for the Cloud Debugger V2 API class Google::Cloud::Debugger::V2::ListActiveBreakpointsRequest.
Request to list active breakpoints.
Inherits
Object
Extended By
Google::Protobuf::MessageExts::ClassMethods
Includes
Google::Protobuf::MessageExts
Methods
#debuggee_id
defdebuggee_id()->::String
Returns
(::String) — Required. Identifies the debuggee.
#debuggee_id=
defdebuggee_id=(value)->::String
Parameter
value (::String) — Required. Identifies the debuggee.
Returns
(::String) — Required. Identifies the debuggee.
#success_on_timeout
defsuccess_on_timeout()->::Boolean
Returns
(::Boolean) — 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.
#success_on_timeout=
defsuccess_on_timeout=(value)->::Boolean
Parameter
value (::Boolean) — 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.
Returns
(::Boolean) — 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.
#wait_token
defwait_token()->::String
Returns
(::String) — 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".
#wait_token=
defwait_token=(value)->::String
Parameter
value (::String) — 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".
Returns
(::String) — 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".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Cloud Debugger V2 API - Class Google::Cloud::Debugger::V2::ListActiveBreakpointsRequest (v0.6.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.6.0 (latest)](/ruby/docs/reference/google-cloud-debugger-v2/latest/Google-Cloud-Debugger-V2-ListActiveBreakpointsRequest)\n- [0.5.0](/ruby/docs/reference/google-cloud-debugger-v2/0.5.0/Google-Cloud-Debugger-V2-ListActiveBreakpointsRequest)\n- [0.4.0](/ruby/docs/reference/google-cloud-debugger-v2/0.4.0/Google-Cloud-Debugger-V2-ListActiveBreakpointsRequest)\n- [0.3.5](/ruby/docs/reference/google-cloud-debugger-v2/0.3.5/Google-Cloud-Debugger-V2-ListActiveBreakpointsRequest) \nReference documentation and code samples for the Cloud Debugger V2 API class Google::Cloud::Debugger::V2::ListActiveBreakpointsRequest.\n\nRequest to list active breakpoints. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #debuggee_id\n\n def debuggee_id() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Required. Identifies the debuggee.\n\n### #debuggee_id=\n\n def debuggee_id=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Required. Identifies the debuggee. \n**Returns**\n\n- (::String) --- Required. Identifies the debuggee.\n\n### #success_on_timeout\n\n def success_on_timeout() -\u003e ::Boolean\n\n**Returns**\n\n- (::Boolean) --- 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.\n\n\n If set to `false` (deprecated), returns `google.rpc.Code.ABORTED` status\n when the server-selected timeout has expired.\n\n### #success_on_timeout=\n\n def success_on_timeout=(value) -\u003e ::Boolean\n\n**Parameter**\n\n- **value** (::Boolean) --- 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.\n\n\n If set to `false` (deprecated), returns `google.rpc.Code.ABORTED` status\nwhen the server-selected timeout has expired. \n**Returns**\n\n- (::Boolean) --- 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.\n\n\n If set to `false` (deprecated), returns `google.rpc.Code.ABORTED` status\n when the server-selected timeout has expired.\n\n### #wait_token\n\n def wait_token() -\u003e ::String\n\n**Returns**\n\n- (::String) --- 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\"`.\n\n### #wait_token=\n\n def wait_token=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- 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\"`. \n**Returns**\n\n- (::String) --- 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\"`."]]