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

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

Request to list breakpoints.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#action

def action() -> ::Google::Cloud::Debugger::V2::ListBreakpointsRequest::BreakpointActionValue
Returns

#action=

def action=(value) -> ::Google::Cloud::Debugger::V2::ListBreakpointsRequest::BreakpointActionValue
Parameter
Returns

#client_version

def client_version() -> ::String
Returns
  • (::String) — Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

#client_version=

def client_version=(value) -> ::String
Parameter
  • value (::String) — Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).
Returns
  • (::String) — Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

#debuggee_id

def debuggee_id() -> ::String
Returns
  • (::String) — Required. ID of the debuggee whose breakpoints to list.

#debuggee_id=

def debuggee_id=(value) -> ::String
Parameter
  • value (::String) — Required. ID of the debuggee whose breakpoints to list.
Returns
  • (::String) — Required. ID of the debuggee whose breakpoints to list.

#include_all_users

def include_all_users() -> ::Boolean
Returns
  • (::Boolean) — When set to true, the response includes the list of breakpoints set by any user. Otherwise, it includes only breakpoints set by the caller.

#include_all_users=

def include_all_users=(value) -> ::Boolean
Parameter
  • value (::Boolean) — When set to true, the response includes the list of breakpoints set by any user. Otherwise, it includes only breakpoints set by the caller.
Returns
  • (::Boolean) — When set to true, the response includes the list of breakpoints set by any user. Otherwise, it includes only breakpoints set by the caller.

#include_inactive

def include_inactive() -> ::Boolean
Returns
  • (::Boolean) — When set to true, the response includes active and inactive breakpoints. Otherwise, it includes only active breakpoints.

#include_inactive=

def include_inactive=(value) -> ::Boolean
Parameter
  • value (::Boolean) — When set to true, the response includes active and inactive breakpoints. Otherwise, it includes only active breakpoints.
Returns
  • (::Boolean) — When set to true, the response includes active and inactive breakpoints. Otherwise, it includes only active breakpoints.

#strip_results

def strip_results() -> ::Boolean
Returns
  • (::Boolean) — This field is deprecated. The following fields are always stripped out of the result: stack_frames, evaluated_expressions and variable_table.

#strip_results=

def strip_results=(value) -> ::Boolean
Parameter
  • value (::Boolean) — This field is deprecated. The following fields are always stripped out of the result: stack_frames, evaluated_expressions and variable_table.
Returns
  • (::Boolean) — This field is deprecated. The following fields are always stripped out of the result: stack_frames, evaluated_expressions and variable_table.

#wait_token

def wait_token() -> ::String
Returns
  • (::String) — A wait token that, if specified, blocks the call until the breakpoints list has changed, or a server selected timeout has expired. The value should be set from the last response. The error code google.rpc.Code.ABORTED (RPC) is returned on wait timeout, which should be called again with the same wait_token.

#wait_token=

def wait_token=(value) -> ::String
Parameter
  • value (::String) — A wait token that, if specified, blocks the call until the breakpoints list has changed, or a server selected timeout has expired. The value should be set from the last response. The error code google.rpc.Code.ABORTED (RPC) is returned on wait timeout, which should be called again with the same wait_token.
Returns
  • (::String) — A wait token that, if specified, blocks the call until the breakpoints list has changed, or a server selected timeout has expired. The value should be set from the last response. The error code google.rpc.Code.ABORTED (RPC) is returned on wait timeout, which should be called again with the same wait_token.