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

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
Returns
  • (::String) — Required. Identifies the debuggee.

#debuggee_id=

def debuggee_id=(value) -> ::String
Parameter
  • value (::String) — Required. Identifies the debuggee.
Returns
  • (::String) — Required. Identifies the debuggee.

#success_on_timeout

def success_on_timeout() -> ::Boolean
Returns
  • (::Boolean) — If set to true (recommended), returns google.rpc.Code.OK status and sets the wait_expired response field to true when the server-selected timeout has expired.

    If set to false (deprecated), returns google.rpc.Code.ABORTED status when the server-selected timeout has expired.

#success_on_timeout=

def success_on_timeout=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If set to true (recommended), returns google.rpc.Code.OK status and sets the wait_expired response field to true when the server-selected timeout has expired.

    If set to false (deprecated), returns google.rpc.Code.ABORTED status when the server-selected timeout has expired.

Returns
  • (::Boolean) — If set to true (recommended), returns google.rpc.Code.OK status and sets the wait_expired response field to true when the server-selected timeout has expired.

    If set to false (deprecated), returns google.rpc.Code.ABORTED status when the server-selected timeout has expired.

#wait_token

def wait_token() -> ::String
Returns
  • (::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
Parameter
  • 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".
Returns
  • (::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".