chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets
- [ ] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/jobs_v2.v2.html b/docs/dyn/jobs_v2.v2.html
index 7edac47..bb6c6f2 100644
--- a/docs/dyn/jobs_v2.v2.html
+++ b/docs/dyn/jobs_v2.v2.html
@@ -115,20 +115,20 @@
An object of the form:
{ # Output only. Response of auto-complete query.
- "metadata": { # Output only. Additional information returned to client, such as debugging information. # Additional information for the API invocation, such as the request tracking id.
- "requestId": "A String", # A unique id associated with this call. This id is logged for tracking purposes.
- "mode": "A String", # For search response only. Indicates the mode of a performed search.
- "experimentIdList": [ # Identifiers for the versions of the search algorithm used during this API invocation if multiple algorithms are used. The default value is empty. For search response only.
- 42,
- ],
- },
"completionResults": [ # Results of the matching job/company candidates.
{ # Output only. Resource that represents completion results.
- "type": "A String", # The completion topic.
"suggestion": "A String", # The suggestion for the query.
+ "type": "A String", # The completion topic.
"imageUrl": "A String", # The URL for the company logo if `type=COMPANY_NAME`.
},
],
+ "metadata": { # Output only. Additional information returned to client, such as debugging information. # Additional information for the API invocation, such as the request tracking id.
+ "requestId": "A String", # A unique id associated with this call. This id is logged for tracking purposes.
+ "experimentIdList": [ # Identifiers for the versions of the search algorithm used during this API invocation if multiple algorithms are used. The default value is empty. For search response only.
+ 42,
+ ],
+ "mode": "A String", # For search response only. Indicates the mode of a performed search.
+ },
}</pre>
</div>