docs: docs update (#911)

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/container_v1beta1.projects.locations.html b/docs/dyn/container_v1beta1.projects.locations.html
index 8ee4049..d48b2df 100644
--- a/docs/dyn/container_v1beta1.projects.locations.html
+++ b/docs/dyn/container_v1beta1.projects.locations.html
@@ -97,7 +97,7 @@
 
 Args:
   name: string, The name (project and location) of the server config to get,
-specified in the format 'projects/*/locations/*'. (required)
+specified in the format `projects/*/locations/*`. (required)
   projectId: string, Required. Deprecated. The Google Developers Console [project ID or project
 number](https://support.google.com/cloud/answer/6158840).
 This field has been deprecated and replaced by the name field.
@@ -114,29 +114,29 @@
   An object of the form:
 
     { # Kubernetes Engine service configuration.
-    "validNodeVersions": [ # List of valid node upgrade target versions.
-      "A String",
+    &quot;validMasterVersions&quot;: [ # List of valid master versions.
+      &quot;A String&quot;,
     ],
-    "defaultImageType": "A String", # Default image type.
-    "defaultClusterVersion": "A String", # Version of Kubernetes the service deploys by default.
-    "validMasterVersions": [ # List of valid master versions.
-      "A String",
-    ],
-    "channels": [ # List of release channel configurations.
+    &quot;defaultImageType&quot;: &quot;A String&quot;, # Default image type.
+    &quot;channels&quot;: [ # List of release channel configurations.
       { # ReleaseChannelConfig exposes configuration for a release channel.
-        "defaultVersion": "A String", # The default version for newly created clusters on the channel.
-        "channel": "A String", # The release channel this configuration applies to.
-        "availableVersions": [ # List of available versions for the release channel.
+        &quot;channel&quot;: &quot;A String&quot;, # The release channel this configuration applies to.
+        &quot;defaultVersion&quot;: &quot;A String&quot;, # The default version for newly created clusters on the channel.
+        &quot;availableVersions&quot;: [ # List of available versions for the release channel.
           { # AvailableVersion is an additional Kubernetes versions offered
               # to users who subscribed to the release channel.
-            "reason": "A String", # Reason for availability.
-            "version": "A String", # Kubernetes version.
+            &quot;version&quot;: &quot;A String&quot;, # Kubernetes version.
+            &quot;reason&quot;: &quot;A String&quot;, # Reason for availability.
           },
         ],
       },
     ],
-    "validImageTypes": [ # List of valid image types.
-      "A String",
+    &quot;defaultClusterVersion&quot;: &quot;A String&quot;, # Version of Kubernetes the service deploys by default.
+    &quot;validImageTypes&quot;: [ # List of valid image types.
+      &quot;A String&quot;,
+    ],
+    &quot;validNodeVersions&quot;: [ # List of valid node upgrade target versions.
+      &quot;A String&quot;,
     ],
   }</pre>
 </div>
@@ -147,7 +147,7 @@
 
 Args:
   parent: string, Required. Contains the name of the resource requested.
-Specified in the format 'projects/*'. (required)
+Specified in the format `projects/*`. (required)
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -158,18 +158,18 @@
 
     { # ListLocationsResponse returns the list of all GKE locations and their
       # recommendation state.
-    "nextPageToken": "A String", # Only return ListLocationsResponse that occur after the page_token. This
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # Only return ListLocationsResponse that occur after the page_token. This
         # value should be populated from the ListLocationsResponse.next_page_token if
         # that response token was set (which happens when listing more Locations than
         # fit in a single ListLocationsResponse).
-    "locations": [ # A full list of GKE locations.
+    &quot;locations&quot;: [ # A full list of GKE locations.
       { # Location returns the location name, and if the location is recommended
           # for GKE cluster scheduling.
-        "recommended": True or False, # Whether the location is recomended for GKE cluster scheduling.
-        "type": "A String", # Contains the type of location this Location is for.
+        &quot;name&quot;: &quot;A String&quot;, # Contains the name of the resource requested.
+            # Specified in the format `projects/*/locations/*`.
+        &quot;recommended&quot;: True or False, # Whether the location is recomended for GKE cluster scheduling.
+        &quot;type&quot;: &quot;A String&quot;, # Contains the type of location this Location is for.
             # Regional or Zonal.
-        "name": "A String", # Contains the name of the resource requested.
-            # Specified in the format 'projects/*/locations/*'.
       },
     ],
   }</pre>