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/cloudbilling_v1.services.html b/docs/dyn/cloudbilling_v1.services.html
index 958ccd8..786013e 100644
--- a/docs/dyn/cloudbilling_v1.services.html
+++ b/docs/dyn/cloudbilling_v1.services.html
@@ -104,18 +104,18 @@
   An object of the form:
 
     { # Response message for `ListServices`.
-    "services": [ # A list of services.
+    &quot;services&quot;: [ # A list of services.
       { # Encapsulates a single service in Google Cloud Platform.
-        "displayName": "A String", # A human readable display name for this service.
-        "serviceId": "A String", # The identifier for the service.
-            # Example: "DA34-426B-A397"
-        "businessEntityName": "A String", # The business under which the service is offered.
-            # Ex. "businessEntities/GCP", "businessEntities/Maps"
-        "name": "A String", # The resource name for the service.
-            # Example: "services/DA34-426B-A397"
+        &quot;name&quot;: &quot;A String&quot;, # The resource name for the service.
+            # Example: &quot;services/DA34-426B-A397&quot;
+        &quot;businessEntityName&quot;: &quot;A String&quot;, # The business under which the service is offered.
+            # Ex. &quot;businessEntities/GCP&quot;, &quot;businessEntities/Maps&quot;
+        &quot;displayName&quot;: &quot;A String&quot;, # A human readable display name for this service.
+        &quot;serviceId&quot;: &quot;A String&quot;, # The identifier for the service.
+            # Example: &quot;DA34-426B-A397&quot;
       },
     ],
-    "nextPageToken": "A String", # A token to retrieve the next page of results. To retrieve the next page,
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # A token to retrieve the next page of results. To retrieve the next page,
         # call `ListServices` again with the `page_token` field set to this
         # value. This field is empty if there are no more results to retrieve.
   }</pre>
@@ -130,7 +130,7 @@
   previous_response: The response from the request for the previous page. (required)
 
 Returns:
-  A request object that you can call 'execute()' on to request the next
+  A request object that you can call &#x27;execute()&#x27; on to request the next
   page. Returns None if there are no more items in the collection.
     </pre>
 </div>