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/osconfig_v1.projects.patchJobs.instanceDetails.html b/docs/dyn/osconfig_v1.projects.patchJobs.instanceDetails.html
index 1e45bb7..417dd61 100644
--- a/docs/dyn/osconfig_v1.projects.patchJobs.instanceDetails.html
+++ b/docs/dyn/osconfig_v1.projects.patchJobs.instanceDetails.html
@@ -78,7 +78,7 @@
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
- <code><a href="#list">list(parent, pageToken=None, pageSize=None, filter=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(parent, pageToken=None, filter=None, pageSize=None, x__xgafv=None)</a></code></p>
<p class="firstline">Get a list of instance details for a given patch job.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -90,14 +90,14 @@
</div>
<div class="method">
- <code class="details" id="list">list(parent, pageToken=None, pageSize=None, filter=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(parent, pageToken=None, filter=None, pageSize=None, x__xgafv=None)</code>
<pre>Get a list of instance details for a given patch job.
Args:
parent: string, Required. The parent for the instances are in the form of `projects/*/patchJobs/*`. (required)
pageToken: string, A pagination token returned from a previous call that indicates where this listing should continue from.
- pageSize: integer, The maximum number of instance details records to return. Default is 100.
filter: string, A filter expression that filters results listed in the response. This field supports filtering results by instance zone, name, state, or `failure_reason`.
+ pageSize: integer, The maximum number of instance details records to return. Default is 100.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -109,10 +109,10 @@
{ # A response message for listing the instances details for a patch job.
"patchJobInstanceDetails": [ # A list of instance status.
{ # Patch details for a VM instance. For more information about reviewing VM instance details, see [Listing all VM instance details for a specific patch job](https://cloud.google.com/compute/docs/os-patch-management/manage-patch-jobs#list-instance-details).
- "name": "A String", # The instance name in the form `projects/*/zones/*/instances/*`
+ "failureReason": "A String", # If the patch fails, this field provides the reason.
"attemptCount": "A String", # The number of times the agent that the agent attempts to apply the patch.
"instanceSystemId": "A String", # The unique identifier for the instance. This identifier is defined by the server.
- "failureReason": "A String", # If the patch fails, this field provides the reason.
+ "name": "A String", # The instance name in the form `projects/*/zones/*/instances/*`
"state": "A String", # Current state of instance patch.
},
],