Reference documentation and code samples for the Cloud Debugger V2 API class Google::Cloud::Debugger::V2::ListActiveBreakpointsResponse.
Response for listing active breakpoints.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#breakpoints
def breakpoints() -> ::Array<::Google::Cloud::Debugger::V2::Breakpoint>
Returns
-
(::Array<::Google::Cloud::Debugger::V2::Breakpoint>) — List of all active breakpoints.
The fields
id
andlocation
are guaranteed to be set on each breakpoint.
#breakpoints=
def breakpoints=(value) -> ::Array<::Google::Cloud::Debugger::V2::Breakpoint>
Parameter
-
value (::Array<::Google::Cloud::Debugger::V2::Breakpoint>) — List of all active breakpoints.
The fields
id
andlocation
are guaranteed to be set on each breakpoint.
Returns
-
(::Array<::Google::Cloud::Debugger::V2::Breakpoint>) — List of all active breakpoints.
The fields
id
andlocation
are guaranteed to be set on each breakpoint.
#next_wait_token
def next_wait_token() -> ::String
Returns
- (::String) — A token that can be used in the next method call to block until the list of breakpoints changes.
#next_wait_token=
def next_wait_token=(value) -> ::String
Parameter
- value (::String) — A token that can be used in the next method call to block until the list of breakpoints changes.
Returns
- (::String) — A token that can be used in the next method call to block until the list of breakpoints changes.
#wait_expired
def wait_expired() -> ::Boolean
Returns
-
(::Boolean) — If set to
true
, indicates that there is no change to the list of active breakpoints and the server-selected timeout has expired. Thebreakpoints
field would be empty and should be ignored.
#wait_expired=
def wait_expired=(value) -> ::Boolean
Parameter
-
value (::Boolean) — If set to
true
, indicates that there is no change to the list of active breakpoints and the server-selected timeout has expired. Thebreakpoints
field would be empty and should be ignored.
Returns
-
(::Boolean) — If set to
true
, indicates that there is no change to the list of active breakpoints and the server-selected timeout has expired. Thebreakpoints
field would be empty and should be ignored.