Searched refs:debuggees (Results 1 – 2 of 2) sorted by relevance
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | CloudDebugger.php | 69 'debuggees', 73 'path' => 'v2/controller/debuggees/register', 87 'path' => 'v2/controller/debuggees/{debuggeeId}/breakpoints', 109 'path' => 'v2/controller/debuggees/{debuggeeId}/breakpoints/{id}', 130 'debuggees', 134 'path' => 'v2/debugger/debuggees', 161 'path' => 'v2/debugger/debuggees/{debuggeeId}/breakpoints/{breakpointId}', 180 'path' => 'v2/debugger/debuggees/{debuggeeId}/breakpoints/{breakpointId}', 199 'path' => 'v2/debugger/debuggees/{debuggeeId}/breakpoints', 233 'path' => 'v2/debugger/debuggees/{debuggeeId}/breakpoints/set',
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/ |
| D | ListDebuggeesResponse.php | 29 public function setDebuggees($debuggees) argument 31 $this->debuggees = $debuggees; 38 return $this->debuggees;
|