Reference documentation and code samples for the Stackdriver Debugger V2 Client class DeleteBreakpointRequest.
Request to delete a breakpoint.
Generated from protobuf message google.devtools.clouddebugger.v2.DeleteBreakpointRequest
Namespace
Google \ Cloud \ Debugger \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ debuggee_id
string
Required. ID of the debuggee whose breakpoint to delete.
↳ breakpoint_id
string
Required. ID of the breakpoint to delete.
↳ 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 delete.
string
setDebuggeeId
Required. ID of the debuggee whose breakpoint to delete.
var
string
$this
getBreakpointId
Required. ID of the breakpoint to delete.
string
setBreakpointId
Required. ID of the breakpoint to delete.
var
string
$this
getClientVersion
Required. The client version making the call.
Schema: domain/type/version
(e.g., google.com/intellij/v1
).
string
setClientVersion
Required. The client version making the call.
Schema: domain/type/version
(e.g., google.com/intellij/v1
).
var
string
$this
static::build
debuggeeId
string
Required. ID of the debuggee whose breakpoint to delete.
breakpointId
string
Required. ID of the breakpoint to delete.
clientVersion
string
Required. The client version making the call.
Schema: domain/type/version
(e.g., google.com/intellij/v1
).