lib/google/devtools/clouddebugger/v2/debugger_services_pb.rb in google-cloud-debugger-0.28.2 vs lib/google/devtools/clouddebugger/v2/debugger_services_pb.rb in google-cloud-debugger-0.29.0

- old
+ new

@@ -27,13 +27,13 @@ # The Debugger service provides the API that allows users to collect run-time # information from a running application, without stopping or slowing it down # and without modifying its state. An application may include one or # more replicated processes performing the same work. # - # The application is represented using the Debuggee concept. The Debugger - # service provides a way to query for available Debuggees, but does not - # provide a way to create one. A debuggee is created using the Controller + # A debugged application is represented using the Debuggee concept. The + # Debugger service provides a way to query for available debuggees, but does + # not provide a way to create one. A debuggee is created using the Controller # service, usually by running a debugger agent with the application. # # The Debugger service enables the client to set one or more Breakpoints on a # Debuggee and collect the results of the set Breakpoints. class Service @@ -50,10 +50,10 @@ rpc :GetBreakpoint, GetBreakpointRequest, GetBreakpointResponse # Deletes the breakpoint from the debuggee. rpc :DeleteBreakpoint, DeleteBreakpointRequest, Google::Protobuf::Empty # Lists all breakpoints for the debuggee. rpc :ListBreakpoints, ListBreakpointsRequest, ListBreakpointsResponse - # Lists all the debuggees that the user can set breakpoints to. + # Lists all the debuggees that the user has access to. rpc :ListDebuggees, ListDebuggeesRequest, ListDebuggeesResponse end Stub = Service.rpc_stub_class end