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

Reference documentation and code samples for the Cloud Debugger V2 API class Google::Cloud::Debugger::V2::ListBreakpointsResponse.

Response for listing 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 breakpoints matching the request. The fields id and location are guaranteed to be set on each breakpoint. The fields: stack_frames, evaluated_expressions and variable_table are cleared on each breakpoint regardless of its status.

#breakpoints=

def breakpoints=(value) -> ::Array<::Google::Cloud::Debugger::V2::Breakpoint>
Parameter
  • value (::Array<::Google::Cloud::Debugger::V2::Breakpoint>) — List of breakpoints matching the request. The fields id and location are guaranteed to be set on each breakpoint. The fields: stack_frames, evaluated_expressions and variable_table are cleared on each breakpoint regardless of its status.
Returns
  • (::Array<::Google::Cloud::Debugger::V2::Breakpoint>) — List of breakpoints matching the request. The fields id and location are guaranteed to be set on each breakpoint. The fields: stack_frames, evaluated_expressions and variable_table are cleared on each breakpoint regardless of its status.

#next_wait_token

def next_wait_token() -> ::String
Returns
  • (::String) — A wait token that can be used in the next call to list (REST) or ListBreakpoints (RPC) to block until the list of breakpoints has changes.

#next_wait_token=

def next_wait_token=(value) -> ::String
Parameter
  • value (::String) — A wait token that can be used in the next call to list (REST) or ListBreakpoints (RPC) to block until the list of breakpoints has changes.
Returns
  • (::String) — A wait token that can be used in the next call to list (REST) or ListBreakpoints (RPC) to block until the list of breakpoints has changes.