chore: regens API reference docs (#889)
diff --git a/docs/dyn/jobs_v3.projects.html b/docs/dyn/jobs_v3.projects.html
index 2dbb0ff..5a32841 100644
--- a/docs/dyn/jobs_v3.projects.html
+++ b/docs/dyn/jobs_v3.projects.html
@@ -99,9 +99,7 @@
Intended for use by a job search auto-complete search box.
Args:
- name: string, Required.
-
-Resource name of project the completion is performed within.
+ name: string, Required. Resource name of project the completion is performed within.
The format is "projects/{project_id}", for example,
"projects/api-test-project". (required)
@@ -126,14 +124,10 @@
language_code are returned.
The maximum number of allowed characters is 255.
- pageSize: integer, Required.
-
-Completion result count.
+ pageSize: integer, Required. Completion result count.
The maximum allowed page size is 10.
- languageCodes: string, Optional.
-
-The list of languages of the query. This is
+ languageCodes: string, Optional. The list of languages 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).
@@ -150,24 +144,16 @@
language_codes are returned.
The maximum number of allowed characters is 255. (repeated)
- query: string, Required.
-
-The query used to generate suggestions.
+ query: string, Required. The query used to generate suggestions.
The maximum number of allowed characters is 255.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
- scope: string, Optional.
-
-The scope of the completion. The defaults is CompletionScope.PUBLIC.
- type: string, Optional.
-
-The completion topic. The default is CompletionType.COMBINED.
- companyName: string, Optional.
-
-If provided, restricts completion to specified company.
+ scope: string, Optional. The scope of the completion. The defaults is CompletionScope.PUBLIC.
+ type: string, Optional. The completion topic. The default is CompletionType.COMBINED.
+ companyName: string, Optional. If provided, restricts completion to specified company.
The format is "projects/{project_id}/companies/{company_id}", for example,
"projects/api-test-project/companies/foo".