chore: Update discovery artifacts (#1269)

* chore(accessapproval): update the api
* chore(accesscontextmanager): update the api
* chore(apigateway): update the api
* chore(area120tables): update the api
* chore(bigquerydatatransfer): update the api
* chore(billingbudgets): update the api
* chore(calendar): update the api
* chore(chat): update the api
* chore(cloudbilling): update the api
* chore(cloudfunctions): update the api
* chore(cloudkms): update the api
* chore(cloudprofiler): update the api
* chore(cloudscheduler): update the api
* chore(cloudshell): update the api
* chore(cloudtasks): update the api
* chore(composer): update the api
* chore(datalabeling): update the api
* chore(datamigration): update the api
* chore(deploymentmanager): update the api
* chore(dlp): update the api
* chore(doubleclickbidmanager): update the api
* chore(drive): update the api
* chore(driveactivity): update the api
* chore(eventarc): update the api
* chore(fcm): update the api
* chore(firebaseml): update the api
* chore(firestore): update the api
* chore(gameservices): update the api
* chore(genomics): update the api
* chore(groupsmigration): update the api
* chore(iam): update the api
* chore(language): update the api
* chore(libraryagent): update the api
* chore(lifesciences): update the api
* chore(logging): update the api
* chore(monitoring): update the api
* chore(policytroubleshooter): update the api
* chore(recommendationengine): update the api
* chore(recommender): update the api
* chore(redis): update the api
* chore(runtimeconfig): update the api
* chore(script): update the api
* chore(serviceconsumermanagement): update the api
* chore(servicedirectory): update the api
* chore(servicenetworking): update the api
* chore(serviceusage): update the api
* chore(sheets): update the api
* chore(texttospeech): update the api
* chore(toolresults): update the api
* chore(transcoder): update the api
* chore(translate): update the api
* chore(vision): update the api
* chore(workflows): update the api

Co-authored-by: Yoshi Automation <yoshi-automation@google.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
diff --git a/docs/dyn/dns_v1beta2.projects.managedZones.rrsets.html b/docs/dyn/dns_v1beta2.projects.managedZones.rrsets.html
index 4c098ef..6cdb637 100644
--- a/docs/dyn/dns_v1beta2.projects.managedZones.rrsets.html
+++ b/docs/dyn/dns_v1beta2.projects.managedZones.rrsets.html
@@ -79,16 +79,16 @@
 <p class="firstline">Close httplib2 connections.</p>
 <p class="toc_element">
   <code><a href="#create">create(project, managedZone, body=None, clientOperationId=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Create a new ResourceRecordSet.</p>
+<p class="firstline">Creates a new ResourceRecordSet.</p>
 <p class="toc_element">
   <code><a href="#delete">delete(project, managedZone, name, type, clientOperationId=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Delete a previously created ResourceRecordSet.</p>
+<p class="firstline">Deletes a previously created ResourceRecordSet.</p>
 <p class="toc_element">
   <code><a href="#get">get(project, managedZone, name, type, clientOperationId=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Fetch the representation of an existing ResourceRecordSet.</p>
+<p class="firstline">Fetches the representation of an existing ResourceRecordSet.</p>
 <p class="toc_element">
   <code><a href="#patch">patch(project, managedZone, name, type, body=None, clientOperationId=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Apply a partial update to an existing ResourceRecordSet.</p>
+<p class="firstline">Applies a partial update to an existing ResourceRecordSet.</p>
 <h3>Method Details</h3>
 <div class="method">
     <code class="details" id="close">close()</code>
@@ -97,7 +97,7 @@
 
 <div class="method">
     <code class="details" id="create">create(project, managedZone, body=None, clientOperationId=None, x__xgafv=None)</code>
-  <pre>Create a new ResourceRecordSet.
+  <pre>Creates a new ResourceRecordSet.
 
 Args:
   project: string, Identifies the project addressed by this request. (required)
@@ -105,7 +105,7 @@
   body: object, The request body.
     The object takes the form of:
 
-{ # A unit of data that will be returned by the DNS servers.
+{ # A unit of data that is returned by the DNS servers.
   &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
   &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
   &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
@@ -127,7 +127,7 @@
 Returns:
   An object of the form:
 
-    { # A unit of data that will be returned by the DNS servers.
+    { # A unit of data that is returned by the DNS servers.
   &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
   &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
   &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
@@ -143,7 +143,7 @@
 
 <div class="method">
     <code class="details" id="delete">delete(project, managedZone, name, type, clientOperationId=None, x__xgafv=None)</code>
-  <pre>Delete a previously created ResourceRecordSet.
+  <pre>Deletes a previously created ResourceRecordSet.
 
 Args:
   project: string, Identifies the project addressed by this request. (required)
@@ -160,7 +160,7 @@
 
 <div class="method">
     <code class="details" id="get">get(project, managedZone, name, type, clientOperationId=None, x__xgafv=None)</code>
-  <pre>Fetch the representation of an existing ResourceRecordSet.
+  <pre>Fetches the representation of an existing ResourceRecordSet.
 
 Args:
   project: string, Identifies the project addressed by this request. (required)
@@ -176,7 +176,7 @@
 Returns:
   An object of the form:
 
-    { # A unit of data that will be returned by the DNS servers.
+    { # A unit of data that is returned by the DNS servers.
   &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
   &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
   &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
@@ -192,7 +192,7 @@
 
 <div class="method">
     <code class="details" id="patch">patch(project, managedZone, name, type, body=None, clientOperationId=None, x__xgafv=None)</code>
-  <pre>Apply a partial update to an existing ResourceRecordSet.
+  <pre>Applies a partial update to an existing ResourceRecordSet.
 
 Args:
   project: string, Identifies the project addressed by this request. (required)
@@ -202,7 +202,7 @@
   body: object, The request body.
     The object takes the form of:
 
-{ # A unit of data that will be returned by the DNS servers.
+{ # A unit of data that is returned by the DNS servers.
   &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
   &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
   &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
@@ -224,7 +224,7 @@
 Returns:
   An object of the form:
 
-    { # A unit of data that will be returned by the DNS servers.
+    { # A unit of data that is returned by the DNS servers.
   &quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
   &quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
   &quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.