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.responsePolicyRules.html b/docs/dyn/dns_v1beta2.responsePolicyRules.html
index 980f293..5b74551 100644
--- a/docs/dyn/dns_v1beta2.responsePolicyRules.html
+++ b/docs/dyn/dns_v1beta2.responsePolicyRules.html
@@ -82,22 +82,22 @@
 <p class="firstline">Creates a new Response Policy Rule.</p>
 <p class="toc_element">
   <code><a href="#delete">delete(project, responsePolicy, responsePolicyRule, clientOperationId=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Delete a previously created Response Policy Rule.</p>
+<p class="firstline">Deletes a previously created Response Policy Rule.</p>
 <p class="toc_element">
   <code><a href="#get">get(project, responsePolicy, responsePolicyRule, clientOperationId=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Fetch the representation of an existing Response Policy Rule.</p>
+<p class="firstline">Fetches the representation of an existing Response Policy Rule.</p>
 <p class="toc_element">
   <code><a href="#list">list(project, responsePolicy, maxResults=None, pageToken=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Enumerate all Response Policy Rules associated with a project.</p>
+<p class="firstline">Enumerates all Response Policy Rules associated with a project.</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>
 <p class="toc_element">
   <code><a href="#patch">patch(project, responsePolicy, responsePolicyRule, body=None, clientOperationId=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Apply a partial update to an existing Response Policy Rule.</p>
+<p class="firstline">Applies a partial update to an existing Response Policy Rule.</p>
 <p class="toc_element">
   <code><a href="#update">update(project, responsePolicy, responsePolicyRule, body=None, clientOperationId=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Update an existing Response Policy Rule.</p>
+<p class="firstline">Updates an existing Response Policy Rule.</p>
 <h3>Method Details</h3>
 <div class="method">
     <code class="details" id="close">close()</code>
@@ -120,7 +120,7 @@
   &quot;kind&quot;: &quot;dns#responsePolicyRule&quot;,
   &quot;localData&quot;: { # Answer this query directly with DNS data. These ResourceRecordSets override any other DNS behavior for the matched name; in particular they override private zones, the public internet, and GCP internal DNS. No SOA nor NS types are allowed.
     &quot;localDatas&quot;: [ # All resource record sets for this selector, one per resource record type. The name must match the dns_name.
-      { # 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.
@@ -152,7 +152,7 @@
   &quot;kind&quot;: &quot;dns#responsePolicyRule&quot;,
   &quot;localData&quot;: { # Answer this query directly with DNS data. These ResourceRecordSets override any other DNS behavior for the matched name; in particular they override private zones, the public internet, and GCP internal DNS. No SOA nor NS types are allowed.
     &quot;localDatas&quot;: [ # All resource record sets for this selector, one per resource record type. The name must match the dns_name.
-      { # 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.
@@ -172,7 +172,7 @@
 
 <div class="method">
     <code class="details" id="delete">delete(project, responsePolicy, responsePolicyRule, clientOperationId=None, x__xgafv=None)</code>
-  <pre>Delete a previously created Response Policy Rule.
+  <pre>Deletes a previously created Response Policy Rule.
 
 Args:
   project: string, Identifies the project addressed by this request. (required)
@@ -188,7 +188,7 @@
 
 <div class="method">
     <code class="details" id="get">get(project, responsePolicy, responsePolicyRule, clientOperationId=None, x__xgafv=None)</code>
-  <pre>Fetch the representation of an existing Response Policy Rule.
+  <pre>Fetches the representation of an existing Response Policy Rule.
 
 Args:
   project: string, Identifies the project addressed by this request. (required)
@@ -209,7 +209,7 @@
   &quot;kind&quot;: &quot;dns#responsePolicyRule&quot;,
   &quot;localData&quot;: { # Answer this query directly with DNS data. These ResourceRecordSets override any other DNS behavior for the matched name; in particular they override private zones, the public internet, and GCP internal DNS. No SOA nor NS types are allowed.
     &quot;localDatas&quot;: [ # All resource record sets for this selector, one per resource record type. The name must match the dns_name.
-      { # 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.
@@ -229,7 +229,7 @@
 
 <div class="method">
     <code class="details" id="list">list(project, responsePolicy, maxResults=None, pageToken=None, x__xgafv=None)</code>
-  <pre>Enumerate all Response Policy Rules associated with a project.
+  <pre>Enumerates all Response Policy Rules associated with a project.
 
 Args:
   project: string, Identifies the project addressed by this request. (required)
@@ -248,7 +248,7 @@
   &quot;header&quot;: { # Elements common to every response.
     &quot;operationId&quot;: &quot;A String&quot;, # For mutating operation requests that completed successfully. This is the client_operation_id if the client specified it, otherwise it is generated by the server (output only).
   },
-  &quot;nextPageToken&quot;: &quot;A String&quot;, # The presence of this field indicates that there exist more results following your last page of results in pagination order. To fetch them, make another list request using this value as your page token. In this way you can retrieve the complete contents of even very large collections one page at a time. However, if the contents of the collection change between the first and last paginated list request, the set of all elements returned are an inconsistent view of the collection. There is no way to retrieve a consistent snapshot of a collection larger than the maximum page size.
+  &quot;nextPageToken&quot;: &quot;A String&quot;, # The presence of this field indicates that there exist more results following your last page of results in pagination order. To fetch them, make another list request using this value as your page token. This lets you the complete contents of even very large collections one page at a time. However, if the contents of the collection change between the first and last paginated list request, the set of all elements returned are an inconsistent view of the collection. You cannot retrieve a consistent snapshot of a collection larger than the maximum page size.
   &quot;responsePolicyRules&quot;: [ # The Response Policy Rule resources.
     { # A Response Policy Rule is a selector that applies its behavior to queries that match the selector. Selectors are DNS names, which may be wildcards or exact matches. Each DNS query subject to a Response Policy matches at most one ResponsePolicyRule, as identified by the dns_name field with the longest matching suffix.
       &quot;behavior&quot;: &quot;A String&quot;, # Answer this query with a behavior rather than DNS data.
@@ -256,7 +256,7 @@
       &quot;kind&quot;: &quot;dns#responsePolicyRule&quot;,
       &quot;localData&quot;: { # Answer this query directly with DNS data. These ResourceRecordSets override any other DNS behavior for the matched name; in particular they override private zones, the public internet, and GCP internal DNS. No SOA nor NS types are allowed.
         &quot;localDatas&quot;: [ # All resource record sets for this selector, one per resource record type. The name must match the dns_name.
-          { # 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.
@@ -292,7 +292,7 @@
 
 <div class="method">
     <code class="details" id="patch">patch(project, responsePolicy, responsePolicyRule, body=None, clientOperationId=None, x__xgafv=None)</code>
-  <pre>Apply a partial update to an existing Response Policy Rule.
+  <pre>Applies a partial update to an existing Response Policy Rule.
 
 Args:
   project: string, Identifies the project addressed by this request. (required)
@@ -307,7 +307,7 @@
   &quot;kind&quot;: &quot;dns#responsePolicyRule&quot;,
   &quot;localData&quot;: { # Answer this query directly with DNS data. These ResourceRecordSets override any other DNS behavior for the matched name; in particular they override private zones, the public internet, and GCP internal DNS. No SOA nor NS types are allowed.
     &quot;localDatas&quot;: [ # All resource record sets for this selector, one per resource record type. The name must match the dns_name.
-      { # 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.
@@ -343,7 +343,7 @@
     &quot;kind&quot;: &quot;dns#responsePolicyRule&quot;,
     &quot;localData&quot;: { # Answer this query directly with DNS data. These ResourceRecordSets override any other DNS behavior for the matched name; in particular they override private zones, the public internet, and GCP internal DNS. No SOA nor NS types are allowed.
       &quot;localDatas&quot;: [ # All resource record sets for this selector, one per resource record type. The name must match the dns_name.
-        { # 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.
@@ -364,7 +364,7 @@
 
 <div class="method">
     <code class="details" id="update">update(project, responsePolicy, responsePolicyRule, body=None, clientOperationId=None, x__xgafv=None)</code>
-  <pre>Update an existing Response Policy Rule.
+  <pre>Updates an existing Response Policy Rule.
 
 Args:
   project: string, Identifies the project addressed by this request. (required)
@@ -379,7 +379,7 @@
   &quot;kind&quot;: &quot;dns#responsePolicyRule&quot;,
   &quot;localData&quot;: { # Answer this query directly with DNS data. These ResourceRecordSets override any other DNS behavior for the matched name; in particular they override private zones, the public internet, and GCP internal DNS. No SOA nor NS types are allowed.
     &quot;localDatas&quot;: [ # All resource record sets for this selector, one per resource record type. The name must match the dns_name.
-      { # 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.
@@ -415,7 +415,7 @@
     &quot;kind&quot;: &quot;dns#responsePolicyRule&quot;,
     &quot;localData&quot;: { # Answer this query directly with DNS data. These ResourceRecordSets override any other DNS behavior for the matched name; in particular they override private zones, the public internet, and GCP internal DNS. No SOA nor NS types are allowed.
       &quot;localDatas&quot;: [ # All resource record sets for this selector, one per resource record type. The name must match the dns_name.
-        { # 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.