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
- (ServiceStub) — a new instance of ServiceStub
#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
- request_pb (::Google::Cloud::Debugger::V2::ListActiveBreakpointsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Debugger::V2::ListActiveBreakpointsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Debugger::V2::ListActiveBreakpointsResponse) — A result object deserialized from the server's reply
- (::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
- request_pb (::Google::Cloud::Debugger::V2::RegisterDebuggeeRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Debugger::V2::RegisterDebuggeeResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Debugger::V2::RegisterDebuggeeResponse) — A result object deserialized from the server's reply
- (::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
- request_pb (::Google::Cloud::Debugger::V2::UpdateActiveBreakpointRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Debugger::V2::UpdateActiveBreakpointResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Debugger::V2::UpdateActiveBreakpointResponse) — A result object deserialized from the server's reply
- (::ArgumentError)