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/adexchangebuyer_v1_4.marketplacenotes.html b/docs/dyn/adexchangebuyer_v1_4.marketplacenotes.html
index 3600d15..232be10 100644
--- a/docs/dyn/adexchangebuyer_v1_4.marketplacenotes.html
+++ b/docs/dyn/adexchangebuyer_v1_4.marketplacenotes.html
@@ -91,16 +91,16 @@
     The object takes the form of:
 
 {
-    "notes": [ # The list of notes to add.
+    &quot;notes&quot;: [ # The list of notes to add.
       { # A proposal is associated with a bunch of notes which may optionally be associated with a deal and/or revision number.
-        "kind": "adexchangebuyer#marketplaceNote", # Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#marketplaceNote".
-        "proposalRevisionNumber": "A String", # If the note is associated with a proposal revision number, then store that here. (readonly, except on create)
-        "dealId": "A String", # Notes can optionally be associated with a deal. (readonly, except on create)
-        "note": "A String", # The actual note to attach. (readonly, except on create)
-        "proposalId": "A String", # The proposalId that a note is attached to. (readonly)
-        "creatorRole": "A String", # The role of the person (buyer/seller) creating the note. (readonly)
-        "noteId": "A String", # The unique id for the note. (readonly)
-        "timestampMs": "A String", # The timestamp (ms since epoch) that this note was created. (readonly)
+        &quot;creatorRole&quot;: &quot;A String&quot;, # The role of the person (buyer/seller) creating the note. (readonly)
+        &quot;dealId&quot;: &quot;A String&quot;, # Notes can optionally be associated with a deal. (readonly, except on create)
+        &quot;kind&quot;: &quot;adexchangebuyer#marketplaceNote&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;adexchangebuyer#marketplaceNote&quot;.
+        &quot;note&quot;: &quot;A String&quot;, # The actual note to attach. (readonly, except on create)
+        &quot;noteId&quot;: &quot;A String&quot;, # The unique id for the note. (readonly)
+        &quot;proposalId&quot;: &quot;A String&quot;, # The proposalId that a note is attached to. (readonly)
+        &quot;proposalRevisionNumber&quot;: &quot;A String&quot;, # If the note is associated with a proposal revision number, then store that here. (readonly, except on create)
+        &quot;timestampMs&quot;: &quot;A String&quot;, # The timestamp (ms since epoch) that this note was created. (readonly)
       },
     ],
   }
@@ -110,16 +110,16 @@
   An object of the form:
 
     {
-    "notes": [
+    &quot;notes&quot;: [
       { # A proposal is associated with a bunch of notes which may optionally be associated with a deal and/or revision number.
-        "kind": "adexchangebuyer#marketplaceNote", # Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#marketplaceNote".
-        "proposalRevisionNumber": "A String", # If the note is associated with a proposal revision number, then store that here. (readonly, except on create)
-        "dealId": "A String", # Notes can optionally be associated with a deal. (readonly, except on create)
-        "note": "A String", # The actual note to attach. (readonly, except on create)
-        "proposalId": "A String", # The proposalId that a note is attached to. (readonly)
-        "creatorRole": "A String", # The role of the person (buyer/seller) creating the note. (readonly)
-        "noteId": "A String", # The unique id for the note. (readonly)
-        "timestampMs": "A String", # The timestamp (ms since epoch) that this note was created. (readonly)
+        &quot;creatorRole&quot;: &quot;A String&quot;, # The role of the person (buyer/seller) creating the note. (readonly)
+        &quot;dealId&quot;: &quot;A String&quot;, # Notes can optionally be associated with a deal. (readonly, except on create)
+        &quot;kind&quot;: &quot;adexchangebuyer#marketplaceNote&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;adexchangebuyer#marketplaceNote&quot;.
+        &quot;note&quot;: &quot;A String&quot;, # The actual note to attach. (readonly, except on create)
+        &quot;noteId&quot;: &quot;A String&quot;, # The unique id for the note. (readonly)
+        &quot;proposalId&quot;: &quot;A String&quot;, # The proposalId that a note is attached to. (readonly)
+        &quot;proposalRevisionNumber&quot;: &quot;A String&quot;, # If the note is associated with a proposal revision number, then store that here. (readonly, except on create)
+        &quot;timestampMs&quot;: &quot;A String&quot;, # The timestamp (ms since epoch) that this note was created. (readonly)
       },
     ],
   }</pre>
@@ -130,23 +130,23 @@
   <pre>Get all the notes associated with a proposal
 
 Args:
-  proposalId: string, The proposalId to get notes for. To search across all proposals specify order_id = '-' as part of the URL. (required)
-  pqlQuery: string, Query string to retrieve specific notes. To search the text contents of notes, please use syntax like "WHERE note.note = "foo" or "WHERE note.note LIKE "%bar%"
+  proposalId: string, The proposalId to get notes for. To search across all proposals specify order_id = &#x27;-&#x27; as part of the URL. (required)
+  pqlQuery: string, Query string to retrieve specific notes. To search the text contents of notes, please use syntax like &quot;WHERE note.note = &quot;foo&quot; or &quot;WHERE note.note LIKE &quot;%bar%&quot;
 
 Returns:
   An object of the form:
 
     {
-    "notes": [ # The list of matching notes. The notes for a proposal are ordered from oldest to newest. If the notes span multiple proposals, they will be grouped by proposal, with the notes for the most recently modified proposal appearing first.
+    &quot;notes&quot;: [ # The list of matching notes. The notes for a proposal are ordered from oldest to newest. If the notes span multiple proposals, they will be grouped by proposal, with the notes for the most recently modified proposal appearing first.
       { # A proposal is associated with a bunch of notes which may optionally be associated with a deal and/or revision number.
-        "kind": "adexchangebuyer#marketplaceNote", # Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#marketplaceNote".
-        "proposalRevisionNumber": "A String", # If the note is associated with a proposal revision number, then store that here. (readonly, except on create)
-        "dealId": "A String", # Notes can optionally be associated with a deal. (readonly, except on create)
-        "note": "A String", # The actual note to attach. (readonly, except on create)
-        "proposalId": "A String", # The proposalId that a note is attached to. (readonly)
-        "creatorRole": "A String", # The role of the person (buyer/seller) creating the note. (readonly)
-        "noteId": "A String", # The unique id for the note. (readonly)
-        "timestampMs": "A String", # The timestamp (ms since epoch) that this note was created. (readonly)
+        &quot;creatorRole&quot;: &quot;A String&quot;, # The role of the person (buyer/seller) creating the note. (readonly)
+        &quot;dealId&quot;: &quot;A String&quot;, # Notes can optionally be associated with a deal. (readonly, except on create)
+        &quot;kind&quot;: &quot;adexchangebuyer#marketplaceNote&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;adexchangebuyer#marketplaceNote&quot;.
+        &quot;note&quot;: &quot;A String&quot;, # The actual note to attach. (readonly, except on create)
+        &quot;noteId&quot;: &quot;A String&quot;, # The unique id for the note. (readonly)
+        &quot;proposalId&quot;: &quot;A String&quot;, # The proposalId that a note is attached to. (readonly)
+        &quot;proposalRevisionNumber&quot;: &quot;A String&quot;, # If the note is associated with a proposal revision number, then store that here. (readonly, except on create)
+        &quot;timestampMs&quot;: &quot;A String&quot;, # The timestamp (ms since epoch) that this note was created. (readonly)
       },
     ],
   }</pre>