Cloud Debugger V2 API - Class Google::Cloud::Debugger::V2::RegisterDebuggeeResponse (v0.5.0)

Reference documentation and code samples for the Cloud Debugger V2 API class Google::Cloud::Debugger::V2::RegisterDebuggeeResponse.

Response for registering a debuggee.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#debuggee

def debuggee() -> ::Google::Cloud::Debugger::V2::Debuggee
Returns
  • (::Google::Cloud::Debugger::V2::Debuggee) — Debuggee resource. The field id is guaranteed to be set (in addition to the echoed fields). If the field is_disabled is set to true, the agent should disable itself by removing all breakpoints and detaching from the application. It should however continue to poll RegisterDebuggee until reenabled.

#debuggee=

def debuggee=(value) -> ::Google::Cloud::Debugger::V2::Debuggee
Parameter
  • value (::Google::Cloud::Debugger::V2::Debuggee) — Debuggee resource. The field id is guaranteed to be set (in addition to the echoed fields). If the field is_disabled is set to true, the agent should disable itself by removing all breakpoints and detaching from the application. It should however continue to poll RegisterDebuggee until reenabled.
Returns
  • (::Google::Cloud::Debugger::V2::Debuggee) — Debuggee resource. The field id is guaranteed to be set (in addition to the echoed fields). If the field is_disabled is set to true, the agent should disable itself by removing all breakpoints and detaching from the application. It should however continue to poll RegisterDebuggee until reenabled.