Cloud Debugger V2 API - Class Google::Cloud::Debugger::V2::ListActiveBreakpointsResponse (v0.6.0)

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

#breakpoints=

def breakpoints=(value) -> ::Array<::Google::Cloud::Debugger::V2::Breakpoint>
Parameter
Returns

#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. The breakpoints 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. The breakpoints 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. The breakpoints field would be empty and should be ignored.