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

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

Request to set a 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

#client_version

def client_version() -> ::String
Returns
  • (::String) — Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

#client_version=

def client_version=(value) -> ::String
Parameter
  • value (::String) — Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).
Returns
  • (::String) — Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

#debuggee_id

def debuggee_id() -> ::String
Returns
  • (::String) — Required. ID of the debuggee where the breakpoint is to be set.

#debuggee_id=

def debuggee_id=(value) -> ::String
Parameter
  • value (::String) — Required. ID of the debuggee where the breakpoint is to be set.
Returns
  • (::String) — Required. ID of the debuggee where the breakpoint is to be set.