chore: regens API reference docs (#889)
diff --git a/docs/dyn/jobs_v2.v2.html b/docs/dyn/jobs_v2.v2.html
index a71b071..b1f8ea2 100644
--- a/docs/dyn/jobs_v2.v2.html
+++ b/docs/dyn/jobs_v2.v2.html
@@ -75,18 +75,16 @@
<h1><a href="jobs_v2.html">Cloud Talent Solution API</a> . <a href="jobs_v2.v2.html">v2</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
- <code><a href="#complete">complete(languageCode=None, pageSize=None, companyName=None, type=None, scope=None, query=None, x__xgafv=None)</a></code></p>
+ <code><a href="#complete">complete(languageCode=None, pageSize=None, companyName=None, scope=None, query=None, type=None, x__xgafv=None)</a></code></p>
<p class="firstline">Completes the specified prefix with job keyword suggestions.</p>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="complete">complete(languageCode=None, pageSize=None, companyName=None, type=None, scope=None, query=None, x__xgafv=None)</code>
+ <code class="details" id="complete">complete(languageCode=None, pageSize=None, companyName=None, scope=None, query=None, type=None, x__xgafv=None)</code>
<pre>Completes the specified prefix with job keyword suggestions.
Intended for use by a job search auto-complete search box.
Args:
- languageCode: string, Required.
-
-The language of the query. This is
+ languageCode: string, Required. The language of the query. This is
the BCP-47 language code, such as "en-US" or "sr-Latn".
For more information, see
[Tags for Identifying Languages](https://tools.ietf.org/html/bcp47).
@@ -101,22 +99,12 @@
For CompletionType.COMBINED type, only open jobs with same
language_code or companies having open jobs with same
language_code are returned.
- pageSize: integer, Required.
-
-Completion result count.
+ pageSize: integer, Required. Completion result count.
The maximum allowed page size is 10.
- companyName: string, Optional.
-
-If provided, restricts completion to the specified company.
- type: string, Optional.
-
-The completion topic. The default is CompletionType.COMBINED.
- scope: string, Optional.
-
-The scope of the completion. The defaults is CompletionScope.PUBLIC.
- query: string, Required.
-
-The query used to generate suggestions.
+ companyName: string, Optional. If provided, restricts completion to the specified company.
+ scope: string, Optional. The scope of the completion. The defaults is CompletionScope.PUBLIC.
+ query: string, Required. The query used to generate suggestions.
+ type: string, Optional. The completion topic. The default is CompletionType.COMBINED.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format