Cloud Debugger V2 API - Class Google::Cloud::Debugger::V2::DeleteBreakpointRequest (v0.3.5)

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

Request to delete a breakpoint.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#breakpoint_id

def breakpoint_id() -> ::String
Returns
  • (::String) — Required. ID of the breakpoint to delete.

#breakpoint_id=

def breakpoint_id=(value) -> ::String
Parameter
  • value (::String) — Required. ID of the breakpoint to delete.
Returns
  • (::String) — Required. ID of the breakpoint to delete.

#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 whose breakpoint to delete.

#debuggee_id=

def debuggee_id=(value) -> ::String
Parameter
  • value (::String) — Required. ID of the debuggee whose breakpoint to delete.
Returns
  • (::String) — Required. ID of the debuggee whose breakpoint to delete.