Reference documentation and code samples for the Cloud Debugger V2 API class Google::Cloud::Debugger::V2::GetBreakpointResponse.
Response for getting breakpoint information.
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) — Complete breakpoint state.
The fields
id
andlocation
are guaranteed to be set.
#breakpoint=
def breakpoint=(value) -> ::Google::Cloud::Debugger::V2::Breakpoint
Parameter
-
value (::Google::Cloud::Debugger::V2::Breakpoint) — Complete breakpoint state.
The fields
id
andlocation
are guaranteed to be set.
Returns
-
(::Google::Cloud::Debugger::V2::Breakpoint) — Complete breakpoint state.
The fields
id
andlocation
are guaranteed to be set.