chore: update generated docs (#1115)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets
- [x] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/osconfig_v1beta.projects.patchJobs.instanceDetails.html b/docs/dyn/osconfig_v1beta.projects.patchJobs.instanceDetails.html
index 3969ff5..7d773c4 100644
--- a/docs/dyn/osconfig_v1beta.projects.patchJobs.instanceDetails.html
+++ b/docs/dyn/osconfig_v1beta.projects.patchJobs.instanceDetails.html
@@ -107,16 +107,16 @@
An object of the form:
{ # A response message for listing the instances details for a patch job.
+ "nextPageToken": "A String", # A pagination token that can be used to get the next page of results.
"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).
- "state": "A String", # Current state of instance patch.
- "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.
- "name": "A String", # The instance name in the form `projects/*/zones/*/instances/*`
"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.
},
],
- "nextPageToken": "A String", # A pagination token that can be used to get the next page of results.
}</pre>
</div>