docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/realtimebidding_v1.buyers.html b/docs/dyn/realtimebidding_v1.buyers.html
index 9d2071e..d2fe0d7 100644
--- a/docs/dyn/realtimebidding_v1.buyers.html
+++ b/docs/dyn/realtimebidding_v1.buyers.html
@@ -85,26 +85,23 @@
<p class="firstline">Returns the userLists Resource.</p>
<p class="toc_element">
+ <code><a href="#close">close()</a></code></p>
+<p class="firstline">Close httplib2 connections.</p>
+<p class="toc_element">
<code><a href="#getRemarketingTag">getRemarketingTag(name, x__xgafv=None)</a></code></p>
-<p class="firstline">Gets remarketing tag for a buyer. A remarketing tag is a piece of</p>
+<p class="firstline">Gets remarketing tag for a buyer. A remarketing tag is a piece of JavaScript code that can be placed on a web page. When a user visits a page containing a remarketing tag, Google adds the user to a user list.</p>
<h3>Method Details</h3>
<div class="method">
+ <code class="details" id="close">close()</code>
+ <pre>Close httplib2 connections.</pre>
+</div>
+
+<div class="method">
<code class="details" id="getRemarketingTag">getRemarketingTag(name, x__xgafv=None)</code>
- <pre>Gets remarketing tag for a buyer. A remarketing tag is a piece of
-JavaScript code that can be placed on a web page. When a user
-visits a page containing a remarketing tag, Google adds the user to a user
-list.
+ <pre>Gets remarketing tag for a buyer. A remarketing tag is a piece of JavaScript code that can be placed on a web page. When a user visits a page containing a remarketing tag, Google adds the user to a user list.
Args:
- name: string, Required. To fetch remarketing tag for an account, name must follow the pattern
-`buyers/{accountId}` where `{accountId}`
-represents ID of a buyer that owns the remarketing tag. For a
-bidder accessing remarketing tag on behalf of a child seat buyer,
-`{accountId}` should represent the ID of the child seat buyer.
-To fetch remarketing tag for a specific user list, name
-must follow the pattern
-`buyers/{accountId}/userLists/{userListId}`. See
-UserList.name. (required)
+ name: string, Required. To fetch remarketing tag for an account, name must follow the pattern `buyers/{accountId}` where `{accountId}` represents ID of a buyer that owns the remarketing tag. For a bidder accessing remarketing tag on behalf of a child seat buyer, `{accountId}` should represent the ID of the child seat buyer. To fetch remarketing tag for a specific user list, name must follow the pattern `buyers/{accountId}/userLists/{userListId}`. See UserList.name. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -114,10 +111,7 @@
An object of the form:
{ # Response for a request to get remarketing tag.
- "snippet": "A String", # A HTML tag that can be placed on the advertiser's page to add users to a
- # user list. For more information and code samples on using snippet on your
- # website refer to [Tag your site for remarketing](
- # https://support.google.com/google-ads/answer/2476688).
+ "snippet": "A String", # A HTML tag that can be placed on the advertiser's page to add users to a user list. For more information and code samples on using snippet on your website refer to [Tag your site for remarketing]( https://support.google.com/google-ads/answer/2476688).
}</pre>
</div>