docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/osconfig_v1.projects.patchJobs.instanceDetails.html b/docs/dyn/osconfig_v1.projects.patchJobs.instanceDetails.html
index 294a4c9..c9d1804 100644
--- a/docs/dyn/osconfig_v1.projects.patchJobs.instanceDetails.html
+++ b/docs/dyn/osconfig_v1.projects.patchJobs.instanceDetails.html
@@ -75,24 +75,29 @@
<h1><a href="osconfig_v1.html">Cloud OS Config API</a> . <a href="osconfig_v1.projects.html">projects</a> . <a href="osconfig_v1.projects.patchJobs.html">patchJobs</a> . <a href="osconfig_v1.projects.patchJobs.instanceDetails.html">instanceDetails</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
- <code><a href="#list">list(parent, filter=None, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+ <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, pageSize=None, filter=None, pageToken=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>
<p class="firstline">Retrieves the next page of results.</p>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="list">list(parent, filter=None, pageToken=None, pageSize=None, x__xgafv=None)</code>
+ <code class="details" id="close">close()</code>
+ <pre>Close httplib2 connections.</pre>
+</div>
+
+<div class="method">
+ <code class="details" id="list">list(parent, pageSize=None, filter=None, pageToken=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)
- 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`.
- 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.
+ 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`.
+ pageToken: string, A pagination token returned from a previous call that indicates where this listing should continue from.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -102,20 +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).
- "instanceSystemId": "A String", # The unique identifier for the instance. This identifier is
- # defined by the server.
+ { # 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.
- "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.
+ "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.
},
],
- "nextPageToken": "A String", # A pagination token that can be used to get the next page of results.
}</pre>
</div>