docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/displayvideo_v1.advertisers.channels.html b/docs/dyn/displayvideo_v1.advertisers.channels.html
index ab46fa8..a646258 100644
--- a/docs/dyn/displayvideo_v1.advertisers.channels.html
+++ b/docs/dyn/displayvideo_v1.advertisers.channels.html
@@ -80,13 +80,16 @@
<p class="firstline">Returns the sites 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="#create">create(advertiserId, body=None, partnerId=None, x__xgafv=None)</a></code></p>
<p class="firstline">Creates a new channel. Returns the newly created channel if successful.</p>
<p class="toc_element">
<code><a href="#get">get(advertiserId, channelId, partnerId=None, x__xgafv=None)</a></code></p>
<p class="firstline">Gets a channel for a partner or advertiser.</p>
<p class="toc_element">
- <code><a href="#list">list(advertiserId, partnerId=None, orderBy=None, pageSize=None, filter=None, pageToken=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(advertiserId, filter=None, partnerId=None, pageToken=None, pageSize=None, orderBy=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists channels for a partner or advertiser.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -96,6 +99,11 @@
<p class="firstline">Updates a channel. Returns the updated channel if successful.</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="create">create(advertiserId, body=None, partnerId=None, x__xgafv=None)</code>
<pre>Creates a new channel. Returns the newly created channel if successful.
@@ -105,11 +113,11 @@
The object takes the form of:
{ # A single channel. Channels are custom groups of related websites and apps.
+ "displayName": "A String", # Required. The display name of the channel. Must be UTF-8 encoded with a maximum length of 240 bytes.
"advertiserId": "A String", # The ID of the advertiser that owns the channel.
"channelId": "A String", # Output only. The unique ID of the channel. Assigned by the system.
- "displayName": "A String", # Required. The display name of the channel. Must be UTF-8 encoded with a maximum length of 240 bytes.
- "partnerId": "A String", # The ID of the partner that owns the channel.
"name": "A String", # Output only. The resource name of the channel.
+ "partnerId": "A String", # The ID of the partner that owns the channel.
}
partnerId: string, The ID of the partner that owns the created channel.
@@ -122,11 +130,11 @@
An object of the form:
{ # A single channel. Channels are custom groups of related websites and apps.
+ "displayName": "A String", # Required. The display name of the channel. Must be UTF-8 encoded with a maximum length of 240 bytes.
"advertiserId": "A String", # The ID of the advertiser that owns the channel.
"channelId": "A String", # Output only. The unique ID of the channel. Assigned by the system.
- "displayName": "A String", # Required. The display name of the channel. Must be UTF-8 encoded with a maximum length of 240 bytes.
- "partnerId": "A String", # The ID of the partner that owns the channel.
"name": "A String", # Output only. The resource name of the channel.
+ "partnerId": "A String", # The ID of the partner that owns the channel.
}</pre>
</div>
@@ -147,25 +155,25 @@
An object of the form:
{ # A single channel. Channels are custom groups of related websites and apps.
+ "displayName": "A String", # Required. The display name of the channel. Must be UTF-8 encoded with a maximum length of 240 bytes.
"advertiserId": "A String", # The ID of the advertiser that owns the channel.
"channelId": "A String", # Output only. The unique ID of the channel. Assigned by the system.
- "displayName": "A String", # Required. The display name of the channel. Must be UTF-8 encoded with a maximum length of 240 bytes.
- "partnerId": "A String", # The ID of the partner that owns the channel.
"name": "A String", # Output only. The resource name of the channel.
+ "partnerId": "A String", # The ID of the partner that owns the channel.
}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(advertiserId, partnerId=None, orderBy=None, pageSize=None, filter=None, pageToken=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(advertiserId, filter=None, partnerId=None, pageToken=None, pageSize=None, orderBy=None, x__xgafv=None)</code>
<pre>Lists channels for a partner or advertiser.
Args:
advertiserId: string, The ID of the advertiser that owns the channels. (required)
- partnerId: string, The ID of the partner that owns the channels.
- orderBy: string, Field by which to sort the list. Acceptable values are: * `displayName` (default) * `channelId` The default sorting order is ascending. To specify descending order for a field, a suffix " desc" should be added to the field name. Example: `displayName desc`.
- pageSize: integer, Requested page size. Must be between `1` and `100`. If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` if an invalid value is specified.
filter: string, Allows filtering by channel fields. Supported syntax: * Filter expressions for channel currently can only contain at most one * restriction. * A restriction has the form of `{field} {operator} {value}`. * The operator must be `CONTAINS (:)`. * Supported fields: - `displayName` Examples: * All channels for which the display name contains "google": `displayName : "google"`. The length of this field should be no more than 500 characters.
+ partnerId: string, The ID of the partner that owns the channels.
pageToken: string, A token identifying a page of results the server should return. Typically, this is the value of next_page_token returned from the previous call to `ListChannels` method. If not specified, the first page of results will be returned.
+ pageSize: integer, Requested page size. Must be between `1` and `100`. If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` if an invalid value is specified.
+ orderBy: string, Field by which to sort the list. Acceptable values are: * `displayName` (default) * `channelId` The default sorting order is ascending. To specify descending order for a field, a suffix " desc" should be added to the field name. Example: `displayName desc`.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -178,11 +186,11 @@
"nextPageToken": "A String", # A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to `ListChannels` method to retrieve the next page of results.
"channels": [ # The list of channels. This list will be absent if empty.
{ # A single channel. Channels are custom groups of related websites and apps.
+ "displayName": "A String", # Required. The display name of the channel. Must be UTF-8 encoded with a maximum length of 240 bytes.
"advertiserId": "A String", # The ID of the advertiser that owns the channel.
"channelId": "A String", # Output only. The unique ID of the channel. Assigned by the system.
- "displayName": "A String", # Required. The display name of the channel. Must be UTF-8 encoded with a maximum length of 240 bytes.
- "partnerId": "A String", # The ID of the partner that owns the channel.
"name": "A String", # Output only. The resource name of the channel.
+ "partnerId": "A String", # The ID of the partner that owns the channel.
},
],
}</pre>
@@ -213,11 +221,11 @@
The object takes the form of:
{ # A single channel. Channels are custom groups of related websites and apps.
+ "displayName": "A String", # Required. The display name of the channel. Must be UTF-8 encoded with a maximum length of 240 bytes.
"advertiserId": "A String", # The ID of the advertiser that owns the channel.
"channelId": "A String", # Output only. The unique ID of the channel. Assigned by the system.
- "displayName": "A String", # Required. The display name of the channel. Must be UTF-8 encoded with a maximum length of 240 bytes.
- "partnerId": "A String", # The ID of the partner that owns the channel.
"name": "A String", # Output only. The resource name of the channel.
+ "partnerId": "A String", # The ID of the partner that owns the channel.
}
updateMask: string, Required. The mask to control which fields to update.
@@ -231,11 +239,11 @@
An object of the form:
{ # A single channel. Channels are custom groups of related websites and apps.
+ "displayName": "A String", # Required. The display name of the channel. Must be UTF-8 encoded with a maximum length of 240 bytes.
"advertiserId": "A String", # The ID of the advertiser that owns the channel.
"channelId": "A String", # Output only. The unique ID of the channel. Assigned by the system.
- "displayName": "A String", # Required. The display name of the channel. Must be UTF-8 encoded with a maximum length of 240 bytes.
- "partnerId": "A String", # The ID of the partner that owns the channel.
"name": "A String", # Output only. The resource name of the channel.
+ "partnerId": "A String", # The ID of the partner that owns the channel.
}</pre>
</div>