Reference documentation and code samples for the Cloud Debugger V2 API class Google::Cloud::Debugger::V2::ListBreakpointsRequest.
Request to list breakpoints.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#action
def action() -> ::Google::Cloud::Debugger::V2::ListBreakpointsRequest::BreakpointActionValue
Returns
- (::Google::Cloud::Debugger::V2::ListBreakpointsRequest::BreakpointActionValue) — When set, the response includes only breakpoints with the specified action.
#action=
def action=(value) -> ::Google::Cloud::Debugger::V2::ListBreakpointsRequest::BreakpointActionValue
Parameter
- value (::Google::Cloud::Debugger::V2::ListBreakpointsRequest::BreakpointActionValue) — When set, the response includes only breakpoints with the specified action.
Returns
- (::Google::Cloud::Debugger::V2::ListBreakpointsRequest::BreakpointActionValue) — When set, the response includes only breakpoints with the specified action.
#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 breakpoints to list.
#debuggee_id=
def debuggee_id=(value) -> ::String
Parameter
- value (::String) — Required. ID of the debuggee whose breakpoints to list.
Returns
- (::String) — Required. ID of the debuggee whose breakpoints to list.
#include_all_users
def include_all_users() -> ::Boolean
Returns
-
(::Boolean) — When set to
true
, the response includes the list of breakpoints set by any user. Otherwise, it includes only breakpoints set by the caller.
#include_all_users=
def include_all_users=(value) -> ::Boolean
Parameter
-
value (::Boolean) — When set to
true
, the response includes the list of breakpoints set by any user. Otherwise, it includes only breakpoints set by the caller.
Returns
-
(::Boolean) — When set to
true
, the response includes the list of breakpoints set by any user. Otherwise, it includes only breakpoints set by the caller.
#include_inactive
def include_inactive() -> ::Boolean
Returns
-
(::Boolean) — When set to
true
, the response includes active and inactive breakpoints. Otherwise, it includes only active breakpoints.
#include_inactive=
def include_inactive=(value) -> ::Boolean
Parameter
-
value (::Boolean) — When set to
true
, the response includes active and inactive breakpoints. Otherwise, it includes only active breakpoints.
Returns
-
(::Boolean) — When set to
true
, the response includes active and inactive breakpoints. Otherwise, it includes only active breakpoints.
#strip_results
def strip_results() -> ::Boolean
Returns
-
(::Boolean) — This field is deprecated. The following fields are always stripped out of
the result:
stack_frames
,evaluated_expressions
andvariable_table
.
#strip_results=
def strip_results=(value) -> ::Boolean
Parameter
-
value (::Boolean) — This field is deprecated. The following fields are always stripped out of
the result:
stack_frames
,evaluated_expressions
andvariable_table
.
Returns
-
(::Boolean) — This field is deprecated. The following fields are always stripped out of
the result:
stack_frames
,evaluated_expressions
andvariable_table
.
#wait_token
def wait_token() -> ::String
Returns
-
(::String) — A wait token that, if specified, blocks the call until the breakpoints
list has changed, or a server selected timeout has expired. The value
should be set from the last response. The error code
google.rpc.Code.ABORTED
(RPC) is returned on wait timeout, which should be called again with the samewait_token
.
#wait_token=
def wait_token=(value) -> ::String
Parameter
-
value (::String) — A wait token that, if specified, blocks the call until the breakpoints
list has changed, or a server selected timeout has expired. The value
should be set from the last response. The error code
google.rpc.Code.ABORTED
(RPC) is returned on wait timeout, which should be called again with the samewait_token
.
Returns
-
(::String) — A wait token that, if specified, blocks the call until the breakpoints
list has changed, or a server selected timeout has expired. The value
should be set from the last response. The error code
google.rpc.Code.ABORTED
(RPC) is returned on wait timeout, which should be called again with the samewait_token
.