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
- request_pb (::Google::Cloud::Debugger::V2::DeleteBreakpointRequest) — 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::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::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
- request_pb (::Google::Cloud::Debugger::V2::GetBreakpointRequest) — 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::GetBreakpointResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Debugger::V2::GetBreakpointResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#list_breakpoints
def list_breakpoints(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Debugger::V2::ListBreakpointsResponse
Baseline implementation for the list_breakpoints REST call
- request_pb (::Google::Cloud::Debugger::V2::ListBreakpointsRequest) — 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::ListBreakpointsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Debugger::V2::ListBreakpointsResponse) — A result object deserialized from the server's reply
- (::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
- request_pb (::Google::Cloud::Debugger::V2::ListDebuggeesRequest) — 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::ListDebuggeesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Debugger::V2::ListDebuggeesResponse) — A result object deserialized from the server's reply
- (::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
- request_pb (::Google::Cloud::Debugger::V2::SetBreakpointRequest) — 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::SetBreakpointResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Debugger::V2::SetBreakpointResponse) — A result object deserialized from the server's reply
- (::ArgumentError)