Cloud Debugger V2 API - Class Google::Cloud::Debugger::V2::UpdateActiveBreakpointRequest (v0.6.0)

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

#breakpoint=

def breakpoint=(value) -> ::Google::Cloud::Debugger::V2::Breakpoint
Parameter
Returns

#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.