Reference documentation and code samples for the Cloud Debugger V2 API class Google::Cloud::Debugger::V2::ListActiveBreakpointsRequest.
Request to list active breakpoints.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#debuggee_id
def debuggee_id() -> ::String
- (::String) — Required. Identifies the debuggee.
#debuggee_id=
def debuggee_id=(value) -> ::String
- value (::String) — Required. Identifies the debuggee.
- (::String) — Required. Identifies the debuggee.
#success_on_timeout
def success_on_timeout() -> ::Boolean
-
(::Boolean) — If set to
true
(recommended), returnsgoogle.rpc.Code.OK
status and sets thewait_expired
response field totrue
when the server-selected timeout has expired.If set to
false
(deprecated), returnsgoogle.rpc.Code.ABORTED
status when the server-selected timeout has expired.
#success_on_timeout=
def success_on_timeout=(value) -> ::Boolean
-
value (::Boolean) — If set to
true
(recommended), returnsgoogle.rpc.Code.OK
status and sets thewait_expired
response field totrue
when the server-selected timeout has expired.If set to
false
(deprecated), returnsgoogle.rpc.Code.ABORTED
status when the server-selected timeout has expired.
-
(::Boolean) — If set to
true
(recommended), returnsgoogle.rpc.Code.OK
status and sets thewait_expired
response field totrue
when the server-selected timeout has expired.If set to
false
(deprecated), returnsgoogle.rpc.Code.ABORTED
status when the server-selected timeout has expired.
#wait_token
def wait_token() -> ::String
-
(::String) — A token that, if specified, blocks the method call until the list
of active breakpoints has changed, or a server-selected timeout has
expired. The value should be set from the
next_wait_token
field in the last response. The initial value should be set to"init"
.
#wait_token=
def wait_token=(value) -> ::String
-
value (::String) — A token that, if specified, blocks the method call until the list
of active breakpoints has changed, or a server-selected timeout has
expired. The value should be set from the
next_wait_token
field in the last response. The initial value should be set to"init"
.
-
(::String) — A token that, if specified, blocks the method call until the list
of active breakpoints has changed, or a server-selected timeout has
expired. The value should be set from the
next_wait_token
field in the last response. The initial value should be set to"init"
.