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

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

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

Inherits

  • Object

Methods

#delete_breakpoint

def delete_breakpoint(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty

Baseline implementation for the delete_breakpoint REST call

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

#get_breakpoint

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

Baseline implementation for the get_breakpoint REST call

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

#initialize

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

#list_breakpoints

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

Baseline implementation for the list_breakpoints REST call

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

#list_debuggees

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

Baseline implementation for the list_debuggees REST call

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

#set_breakpoint

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

Baseline implementation for the set_breakpoint REST call

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