chore: Update discovery artifacts (#1195)

* chore(accesscontextmanager): update the api
* chore(adexchangebuyer2): update the api
* chore(admin): update the api
* chore(alertcenter): update the api
* chore(analyticsadmin): update the api
* chore(analyticsdata): update the api
* chore(androidmanagement): update the api
* chore(apigateway): update the api
* chore(apigee): update the api
* chore(appengine): update the api
* chore(area120tables): update the api
* chore(artifactregistry): update the api
* chore(bigquery): update the api
* chore(bigqueryconnection): update the api
* chore(bigqueryreservation): update the api
* chore(billingbudgets): update the api
* chore(binaryauthorization): update the api
* chore(blogger): update the api
* chore(calendar): update the api
* chore(chat): update the api
* chore(cloudasset): update the api
* chore(cloudbuild): update the api
* chore(cloudfunctions): update the api
* chore(cloudidentity): update the api
* chore(cloudkms): update the api
* chore(cloudresourcemanager): update the api
* chore(cloudscheduler): update the api
* chore(cloudtasks): update the api
* chore(composer): update the api
* chore(compute): update the api
* chore(container): update the api
* chore(containeranalysis): update the api
* chore(content): update the api
* chore(datacatalog): update the api
* chore(dataflow): update the api
* chore(datafusion): update the api
* chore(datamigration): update the api
* chore(dataproc): update the api
* chore(deploymentmanager): update the api
* chore(dialogflow): update the api
* chore(displayvideo): update the api
* chore(dlp): update the api
* chore(dns): update the api
* chore(documentai): update the api
* chore(eventarc): update the api
* chore(file): update the api
* chore(firebaseml): update the api
* chore(games): update the api
* chore(gameservices): update the api
* chore(genomics): update the api
* chore(healthcare): update the api
* chore(homegraph): update the api
* chore(iam): update the api
* chore(iap): update the api
* chore(jobs): update the api
* chore(lifesciences): update the api
* chore(localservices): update the api
* chore(managedidentities): update the api
* chore(manufacturers): update the api
* chore(memcache): update the api
* chore(ml): update the api
* chore(monitoring): update the api
* chore(notebooks): update the api
* chore(osconfig): update the api
* chore(pagespeedonline): update the api
* chore(people): update the api
* chore(privateca): update the api
* chore(prod_tt_sasportal): update the api
* chore(pubsub): update the api
* chore(pubsublite): update the api
* chore(recommender): update the api
* chore(remotebuildexecution): update the api
* chore(reseller): update the api
* chore(run): update the api
* chore(safebrowsing): update the api
* chore(sasportal): update the api
* chore(searchconsole): update the api
* chore(secretmanager): update the api
* chore(securitycenter): update the api
* chore(serviceconsumermanagement): update the api
* chore(servicecontrol): update the api
* chore(servicenetworking): update the api
* chore(serviceusage): update the api
* chore(sheets): update the api
* chore(slides): update the api
* chore(spanner): update the api
* chore(speech): update the api
* chore(sqladmin): update the api
* chore(storage): update the api
* chore(storagetransfer): update the api
* chore(sts): update the api
* chore(tagmanager): update the api
* chore(testing): update the api
* chore(toolresults): update the api
* chore(transcoder): update the api
* chore(vectortile): update the api
* chore(videointelligence): update the api
* chore(vision): update the api
* chore(webmasters): update the api
* chore(workflowexecutions): update the api
* chore(youtube): update the api
diff --git a/docs/dyn/memcache_v1beta2.projects.locations.instances.html b/docs/dyn/memcache_v1beta2.projects.locations.instances.html
index 3837b45..aaebab1 100644
--- a/docs/dyn/memcache_v1beta2.projects.locations.instances.html
+++ b/docs/dyn/memcache_v1beta2.projects.locations.instances.html
@@ -78,6 +78,9 @@
   <code><a href="#applyParameters">applyParameters(name, body=None, x__xgafv=None)</a></code></p>
 <p class="firstline">ApplyParameters will restart the set of specified nodes in order to update them to the current set of parameters for the Memcached Instance.</p>
 <p class="toc_element">
+  <code><a href="#applySoftwareUpdate">applySoftwareUpdate(instance, body=None, x__xgafv=None)</a></code></p>
+<p class="firstline">Updates software on the selected nodes of the Instance.</p>
+<p class="toc_element">
   <code><a href="#close">close()</a></code></p>
 <p class="firstline">Close httplib2 connections.</p>
 <p class="toc_element">
@@ -148,6 +151,51 @@
 </div>
 
 <div class="method">
+    <code class="details" id="applySoftwareUpdate">applySoftwareUpdate(instance, body=None, x__xgafv=None)</code>
+  <pre>Updates software on the selected nodes of the Instance.
+
+Args:
+  instance: string, Required. Resource name of the Memcached instance for which software update should be applied. (required)
+  body: object, The request body.
+    The object takes the form of:
+
+{ # Request for ApplySoftwareUpdate.
+  &quot;applyAll&quot;: True or False, # Whether to apply the update to all nodes. If set to true, will explicitly restrict users from specifying any nodes, and apply software update to all nodes (where applicable) within the instance.
+  &quot;nodeIds&quot;: [ # Nodes to which we should apply the update to. Note all the selected nodes are updated in parallel.
+    &quot;A String&quot;,
+  ],
+}
+
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # This resource represents a long-running operation that is the result of a network API call.
+  &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+  &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+    &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
+    &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+      {
+        &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
+      },
+    ],
+    &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+  },
+  &quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+    &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
+  },
+  &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+  &quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+    &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
+  },
+}</pre>
+</div>
+
+<div class="method">
     <code class="details" id="close">close()</code>
   <pre>Close httplib2 connections.</pre>
 </div>
@@ -188,6 +236,7 @@
       },
       &quot;port&quot;: 42, # Output only. The port number of the Memcached server on this node.
       &quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the Memcached node.
+      &quot;updateAvailable&quot;: True or False, # Output only. Returns true if there is an update waiting to be applied
       &quot;zone&quot;: &quot;A String&quot;, # Output only. Location (GCP Zone) for the Memcached node.
     },
   ],
@@ -205,6 +254,7 @@
     },
   },
   &quot;state&quot;: &quot;A String&quot;, # Output only. The state of this Memcached instance.
+  &quot;updateAvailable&quot;: True or False, # Output only. Returns true if there is an update waiting to be applied
   &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time the instance was updated.
   &quot;zones&quot;: [ # Zones where Memcached nodes should be provisioned in. Memcached nodes will be equally distributed across these zones. If not provided, the service will by default create nodes in all zones in the region for the instance.
     &quot;A String&quot;,
@@ -317,6 +367,7 @@
       },
       &quot;port&quot;: 42, # Output only. The port number of the Memcached server on this node.
       &quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the Memcached node.
+      &quot;updateAvailable&quot;: True or False, # Output only. Returns true if there is an update waiting to be applied
       &quot;zone&quot;: &quot;A String&quot;, # Output only. Location (GCP Zone) for the Memcached node.
     },
   ],
@@ -334,6 +385,7 @@
     },
   },
   &quot;state&quot;: &quot;A String&quot;, # Output only. The state of this Memcached instance.
+  &quot;updateAvailable&quot;: True or False, # Output only. Returns true if there is an update waiting to be applied
   &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time the instance was updated.
   &quot;zones&quot;: [ # Zones where Memcached nodes should be provisioned in. Memcached nodes will be equally distributed across these zones. If not provided, the service will by default create nodes in all zones in the region for the instance.
     &quot;A String&quot;,
@@ -389,6 +441,7 @@
           },
           &quot;port&quot;: 42, # Output only. The port number of the Memcached server on this node.
           &quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the Memcached node.
+          &quot;updateAvailable&quot;: True or False, # Output only. Returns true if there is an update waiting to be applied
           &quot;zone&quot;: &quot;A String&quot;, # Output only. Location (GCP Zone) for the Memcached node.
         },
       ],
@@ -406,6 +459,7 @@
         },
       },
       &quot;state&quot;: &quot;A String&quot;, # Output only. The state of this Memcached instance.
+      &quot;updateAvailable&quot;: True or False, # Output only. Returns true if there is an update waiting to be applied
       &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time the instance was updated.
       &quot;zones&quot;: [ # Zones where Memcached nodes should be provisioned in. Memcached nodes will be equally distributed across these zones. If not provided, the service will by default create nodes in all zones in the region for the instance.
         &quot;A String&quot;,
@@ -468,6 +522,7 @@
       },
       &quot;port&quot;: 42, # Output only. The port number of the Memcached server on this node.
       &quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the Memcached node.
+      &quot;updateAvailable&quot;: True or False, # Output only. Returns true if there is an update waiting to be applied
       &quot;zone&quot;: &quot;A String&quot;, # Output only. Location (GCP Zone) for the Memcached node.
     },
   ],
@@ -485,6 +540,7 @@
     },
   },
   &quot;state&quot;: &quot;A String&quot;, # Output only. The state of this Memcached instance.
+  &quot;updateAvailable&quot;: True or False, # Output only. Returns true if there is an update waiting to be applied
   &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time the instance was updated.
   &quot;zones&quot;: [ # Zones where Memcached nodes should be provisioned in. Memcached nodes will be equally distributed across these zones. If not provided, the service will by default create nodes in all zones in the region for the instance.
     &quot;A String&quot;,