Stackdriver Debugger V2 Client - Class UpdateActiveBreakpointRequest (1.9.5)

Reference documentation and code samples for the Stackdriver Debugger V2 Client class UpdateActiveBreakpointRequest.

Request to update an active breakpoint.

Generated from protobuf message google.devtools.clouddebugger.v2.UpdateActiveBreakpointRequest

Namespace

Google \ Cloud \ Debugger \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ debuggee_id string

Required. Identifies the debuggee being debugged.

↳ breakpoint Breakpoint

Required. Updated breakpoint information. The field id must be set. The agent must echo all Breakpoint specification fields in the update.

getDebuggeeId

Required. Identifies the debuggee being debugged.

Returns
Type Description
string

setDebuggeeId

Required. Identifies the debuggee being debugged.

Parameter
Name Description
var string
Returns
Type Description
$this

getBreakpoint

Required. Updated breakpoint information.

The field id must be set. The agent must echo all Breakpoint specification fields in the update.

Returns
Type Description
Breakpoint|null

hasBreakpoint

clearBreakpoint

setBreakpoint

Required. Updated breakpoint information.

The field id must be set. The agent must echo all Breakpoint specification fields in the update.

Parameter
Name Description
var Breakpoint
Returns
Type Description
$this

static::build

Parameters
Name Description
debuggeeId string

Required. Identifies the debuggee being debugged.

breakpoint Breakpoint

Required. Updated breakpoint information. The field id must be set. The agent must echo all Breakpoint specification fields in the update.

Returns
Type Description
UpdateActiveBreakpointRequest

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.