Update docs
diff --git a/docs/dyn/clouddebugger_v2.debugger.debuggees.html b/docs/dyn/clouddebugger_v2.debugger.debuggees.html
index 9502736..06bf7c5 100644
--- a/docs/dyn/clouddebugger_v2.debugger.debuggees.html
+++ b/docs/dyn/clouddebugger_v2.debugger.debuggees.html
@@ -80,14 +80,15 @@
<p class="firstline">Returns the breakpoints Resource.</p>
<p class="toc_element">
- <code><a href="#list">list(includeInactive=None, project=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(clientVersion=None, includeInactive=None, project=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists all the debuggees that the user can set breakpoints to.</p>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="list">list(includeInactive=None, project=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(clientVersion=None, includeInactive=None, project=None, x__xgafv=None)</code>
<pre>Lists all the debuggees that the user can set breakpoints to.
Args:
+ clientVersion: string, The client version making the call. Following: `domain/type/version` (e.g., `google.com/intellij/v1`).
includeInactive: boolean, When set to `true`, the result includes all debuggees. Otherwise, the result includes only debuggees that are active.
project: string, Project number of a Google Cloud project whose debuggees to list.
x__xgafv: string, V1 error format.