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
-
(::Google::Cloud::Debugger::V2::Breakpoint) — Required. Breakpoint specification to set.
The field
location
of the breakpoint must be set.
#breakpoint=
def breakpoint=(value) -> ::Google::Cloud::Debugger::V2::Breakpoint
Parameter
-
value (::Google::Cloud::Debugger::V2::Breakpoint) — Required. Breakpoint specification to set.
The field
location
of the breakpoint must be set.
Returns
-
(::Google::Cloud::Debugger::V2::Breakpoint) — Required. Breakpoint specification to set.
The field
location
of the breakpoint must be set.
#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.