Reference documentation and code samples for the Cloud Debugger V2 API class Google::Cloud::Debugger::V2::UpdateActiveBreakpointRequest.
Request to update an active 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) — Required. Updated breakpoint information.
The field
id
must be set. The agent must echo all Breakpoint specification fields in the update.
#breakpoint=
def breakpoint=(value) -> ::Google::Cloud::Debugger::V2::Breakpoint
Parameter
-
value (::Google::Cloud::Debugger::V2::Breakpoint) — Required. Updated breakpoint information.
The field
id
must be set. The agent must echo all Breakpoint specification fields in the update.
Returns
-
(::Google::Cloud::Debugger::V2::Breakpoint) — Required. Updated breakpoint information.
The field
id
must be set. The agent must echo all Breakpoint specification fields in the update.
#debuggee_id
def debuggee_id() -> ::String
Returns
- (::String) — Required. Identifies the debuggee being debugged.
#debuggee_id=
def debuggee_id=(value) -> ::String
Parameter
- value (::String) — Required. Identifies the debuggee being debugged.
Returns
- (::String) — Required. Identifies the debuggee being debugged.