docs: update generated docs (#981)

diff --git a/docs/dyn/compute_alpha.globalAddresses.html b/docs/dyn/compute_alpha.globalAddresses.html
index c0a8f86..851b78c 100644
--- a/docs/dyn/compute_alpha.globalAddresses.html
+++ b/docs/dyn/compute_alpha.globalAddresses.html
@@ -81,6 +81,9 @@
   <code><a href="#get">get(project, address)</a></code></p>
 <p class="firstline">Returns the specified address resource. Gets a list of available addresses by making a list() request.</p>
 <p class="toc_element">
+  <code><a href="#getOwnerInstance">getOwnerInstance(project, ipAddress=None)</a></code></p>
+<p class="firstline">Find owner instance from given ip address</p>
+<p class="toc_element">
   <code><a href="#insert">insert(project, body=None, requestId=None)</a></code></p>
 <p class="firstline">Creates an address resource in the specified project by using the data included in the request.</p>
 <p class="toc_element">
@@ -235,6 +238,22 @@
 </div>
 
 <div class="method">
+    <code class="details" id="getOwnerInstance">getOwnerInstance(project, ipAddress=None)</code>
+  <pre>Find owner instance from given ip address
+
+Args:
+  project: string, Project ID for this request. (required)
+  ipAddress: string, The ip_address could be external IPv4, or internal IPv4 within IPv6 form of virtual_network_id with internal IPv4. IPv6 is not supported yet.
+
+Returns:
+  An object of the form:
+
+    {
+    &quot;instance&quot;: &quot;A String&quot;, # Full instance resource URL.
+  }</pre>
+</div>
+
+<div class="method">
     <code class="details" id="insert">insert(project, body=None, requestId=None)</code>
   <pre>Creates an address resource in the specified project by using the data included in the request.