Reference documentation and code samples for the Cloud Debugger V2 API class Google::Cloud::Debugger::V2::SetBreakpointResponse.
Response for setting a breakpoint.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#breakpoint
def breakpoint() -> ::Google::Cloud::Debugger::V2::Breakpoint
Returns
-
(::Google::Cloud::Debugger::V2::Breakpoint) — Breakpoint resource.
The field
id
is guaranteed to be set (in addition to the echoed fileds).
#breakpoint=
def breakpoint=(value) -> ::Google::Cloud::Debugger::V2::Breakpoint
Parameter
-
value (::Google::Cloud::Debugger::V2::Breakpoint) — Breakpoint resource.
The field
id
is guaranteed to be set (in addition to the echoed fileds).
Returns
-
(::Google::Cloud::Debugger::V2::Breakpoint) — Breakpoint resource.
The field
id
is guaranteed to be set (in addition to the echoed fileds).