Cloud Debugger V2 API - Class Google::Cloud::Debugger::V2::Controller::Rest::ServiceStub (v0.6.0)

Reference documentation and code samples for the Cloud Debugger V2 API class Google::Cloud::Debugger::V2::Controller::Rest::ServiceStub.

REST service stub for the Controller service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.

Inherits

  • Object

Methods

#initialize

def initialize(endpoint:, credentials:) -> ServiceStub
Returns

#list_active_breakpoints

def list_active_breakpoints(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Debugger::V2::ListActiveBreakpointsResponse

Baseline implementation for the list_active_breakpoints REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#register_debuggee

def register_debuggee(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Debugger::V2::RegisterDebuggeeResponse

Baseline implementation for the register_debuggee REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#update_active_breakpoint

def update_active_breakpoint(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Debugger::V2::UpdateActiveBreakpointResponse

Baseline implementation for the update_active_breakpoint REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)