Stackdriver Debugger V2 Client - Class GetBreakpointRequest (1.9.5)

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

Request to get breakpoint information.

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

Namespace

Google \ Cloud \ Debugger \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ debuggee_id string

Required. ID of the debuggee whose breakpoint to get.

↳ breakpoint_id string

Required. ID of the breakpoint to get.

↳ client_version string

Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

getDebuggeeId

Required. ID of the debuggee whose breakpoint to get.

Returns
Type Description
string

setDebuggeeId

Required. ID of the debuggee whose breakpoint to get.

Parameter
Name Description
var string
Returns
Type Description
$this

getBreakpointId

Required. ID of the breakpoint to get.

Returns
Type Description
string

setBreakpointId

Required. ID of the breakpoint to get.

Parameter
Name Description
var string
Returns
Type Description
$this

getClientVersion

Required. The client version making the call.

Schema: domain/type/version (e.g., google.com/intellij/v1).

Returns
Type Description
string

setClientVersion

Required. The client version making the call.

Schema: domain/type/version (e.g., google.com/intellij/v1).

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameters
Name Description
debuggeeId string

Required. ID of the debuggee whose breakpoint to get.

breakpointId string

Required. ID of the breakpoint to get.

clientVersion string

Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

Returns
Type Description
GetBreakpointRequest

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.