Update docs for 1.3.2 release.
diff --git a/docs/dyn/youtube_v3.channelSections.html b/docs/dyn/youtube_v3.channelSections.html
index 2b90420..bcf573b 100644
--- a/docs/dyn/youtube_v3.channelSections.html
+++ b/docs/dyn/youtube_v3.channelSections.html
@@ -75,7 +75,7 @@
<h1><a href="youtube_v3.html">YouTube Data API</a> . <a href="youtube_v3.channelSections.html">channelSections</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
- <code><a href="#delete">delete(id)</a></code></p>
+ <code><a href="#delete">delete(id, onBehalfOfContentOwner=None)</a></code></p>
<p class="firstline">Deletes a channelSection.</p>
<p class="toc_element">
<code><a href="#insert">insert(part=None, body, onBehalfOfContentOwner=None, onBehalfOfContentOwnerChannel=None)</a></code></p>
@@ -84,15 +84,18 @@
<code><a href="#list">list(part=None, onBehalfOfContentOwner=None, channelId=None, mine=None, id=None)</a></code></p>
<p class="firstline">Returns channelSection resources that match the API request criteria.</p>
<p class="toc_element">
- <code><a href="#update">update(part=None, body)</a></code></p>
+ <code><a href="#update">update(part=None, body, onBehalfOfContentOwner=None)</a></code></p>
<p class="firstline">Update a channelSection.</p>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="delete">delete(id)</code>
+ <code class="details" id="delete">delete(id, onBehalfOfContentOwner=None)</code>
<pre>Deletes a channelSection.
Args:
id: string, The id parameter specifies the YouTube channelSection ID for the resource that is being deleted. In a channelSection resource, the id property specifies the YouTube channelSection ID. (required)
+ onBehalfOfContentOwner: string, Note: This parameter is intended exclusively for YouTube content partners.
+
+The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The CMS account that the user authenticates with must be linked to the specified YouTube content owner.
</pre>
</div>
@@ -107,15 +110,9 @@
body: object, The request body. (required)
The object takes the form of:
-{ # TODO(lxz) follow up with adiamondstein@ to fullfill the doc before deploying
- "snippet": { # Basic details about a channelsection, including title, style and position. # The snippet object contains basic details about the ChannelSection, such as its type, style and title.
- "position": 42, # The position of the channelSection in the channel.
- "style": "A String", # The style of the channelSection.
- "channelId": "A String", # The ID that YouTube uses to uniquely identify the channel that published the channelSection.
- "type": "A String", # The type of the channelSection.
- "title": "A String", # The channelSection's title for multiple_playlists and multiple_channels.
- },
- "contentDetails": { # Details about a channelsection, including playlists and channels. # The contentDetails object contains details about the ChannelSection content, such as playlists and channels.
+{
+ "kind": "youtube#channelSection", # Identifies what kind of resource this is. Value: the fixed string "youtube#channelSection".
+ "contentDetails": { # Details about a channelsection, including playlists and channels. # The contentDetails object contains details about the channel section content, such as a list of playlists or channels featured in the section.
"channels": [ # The channel ids for type multiple_channels.
"A String",
],
@@ -123,9 +120,24 @@
"A String",
],
},
- "kind": "youtube#channelSection", # Identifies what kind of resource this is. Value: the fixed string "youtube#channelSection".
+ "snippet": { # Basic details about a channel section, including title, style and position. # The snippet object contains basic details about the channel section, such as its type, style and title.
+ "style": "A String", # The style of the channel section.
+ "title": "A String", # The channel section's title for multiple_playlists and multiple_channels.
+ "channelId": "A String", # The ID that YouTube uses to uniquely identify the channel that published the channel section.
+ "defaultLanguage": "A String", # The language of the channel section's default title and description.
+ "position": 42, # The position of the channel section in the channel.
+ "type": "A String", # The type of the channel section.
+ "localized": { # ChannelSection localization setting # Localized title, read-only.
+ "title": "A String", # The localized strings for channel section's title.
+ },
+ },
"etag": "A String", # Etag of this resource.
- "id": "A String", # The ID that YouTube uses to uniquely identify the ChannelSection.
+ "id": "A String", # The ID that YouTube uses to uniquely identify the channel section.
+ "localizations": { # Localizations for different languages
+ "a_key": { # ChannelSection localization setting # The language tag, using string since map_key require simple types.
+ "title": "A String", # The localized strings for channel section's title.
+ },
+ },
}
onBehalfOfContentOwner: string, Note: This parameter is intended exclusively for YouTube content partners.
@@ -140,15 +152,9 @@
Returns:
An object of the form:
- { # TODO(lxz) follow up with adiamondstein@ to fullfill the doc before deploying
- "snippet": { # Basic details about a channelsection, including title, style and position. # The snippet object contains basic details about the ChannelSection, such as its type, style and title.
- "position": 42, # The position of the channelSection in the channel.
- "style": "A String", # The style of the channelSection.
- "channelId": "A String", # The ID that YouTube uses to uniquely identify the channel that published the channelSection.
- "type": "A String", # The type of the channelSection.
- "title": "A String", # The channelSection's title for multiple_playlists and multiple_channels.
- },
- "contentDetails": { # Details about a channelsection, including playlists and channels. # The contentDetails object contains details about the ChannelSection content, such as playlists and channels.
+ {
+ "kind": "youtube#channelSection", # Identifies what kind of resource this is. Value: the fixed string "youtube#channelSection".
+ "contentDetails": { # Details about a channelsection, including playlists and channels. # The contentDetails object contains details about the channel section content, such as a list of playlists or channels featured in the section.
"channels": [ # The channel ids for type multiple_channels.
"A String",
],
@@ -156,9 +162,24 @@
"A String",
],
},
- "kind": "youtube#channelSection", # Identifies what kind of resource this is. Value: the fixed string "youtube#channelSection".
+ "snippet": { # Basic details about a channel section, including title, style and position. # The snippet object contains basic details about the channel section, such as its type, style and title.
+ "style": "A String", # The style of the channel section.
+ "title": "A String", # The channel section's title for multiple_playlists and multiple_channels.
+ "channelId": "A String", # The ID that YouTube uses to uniquely identify the channel that published the channel section.
+ "defaultLanguage": "A String", # The language of the channel section's default title and description.
+ "position": 42, # The position of the channel section in the channel.
+ "type": "A String", # The type of the channel section.
+ "localized": { # ChannelSection localization setting # Localized title, read-only.
+ "title": "A String", # The localized strings for channel section's title.
+ },
+ },
"etag": "A String", # Etag of this resource.
- "id": "A String", # The ID that YouTube uses to uniquely identify the ChannelSection.
+ "id": "A String", # The ID that YouTube uses to uniquely identify the channel section.
+ "localizations": { # Localizations for different languages
+ "a_key": { # ChannelSection localization setting # The language tag, using string since map_key require simple types.
+ "title": "A String", # The localized strings for channel section's title.
+ },
+ },
}</pre>
</div>
@@ -183,15 +204,9 @@
{
"eventId": "A String", # Serialized EventId of the request which produced this response.
"items": [ # A list of ChannelSections that match the request criteria.
- { # TODO(lxz) follow up with adiamondstein@ to fullfill the doc before deploying
- "snippet": { # Basic details about a channelsection, including title, style and position. # The snippet object contains basic details about the ChannelSection, such as its type, style and title.
- "position": 42, # The position of the channelSection in the channel.
- "style": "A String", # The style of the channelSection.
- "channelId": "A String", # The ID that YouTube uses to uniquely identify the channel that published the channelSection.
- "type": "A String", # The type of the channelSection.
- "title": "A String", # The channelSection's title for multiple_playlists and multiple_channels.
- },
- "contentDetails": { # Details about a channelsection, including playlists and channels. # The contentDetails object contains details about the ChannelSection content, such as playlists and channels.
+ {
+ "kind": "youtube#channelSection", # Identifies what kind of resource this is. Value: the fixed string "youtube#channelSection".
+ "contentDetails": { # Details about a channelsection, including playlists and channels. # The contentDetails object contains details about the channel section content, such as a list of playlists or channels featured in the section.
"channels": [ # The channel ids for type multiple_channels.
"A String",
],
@@ -199,9 +214,24 @@
"A String",
],
},
- "kind": "youtube#channelSection", # Identifies what kind of resource this is. Value: the fixed string "youtube#channelSection".
+ "snippet": { # Basic details about a channel section, including title, style and position. # The snippet object contains basic details about the channel section, such as its type, style and title.
+ "style": "A String", # The style of the channel section.
+ "title": "A String", # The channel section's title for multiple_playlists and multiple_channels.
+ "channelId": "A String", # The ID that YouTube uses to uniquely identify the channel that published the channel section.
+ "defaultLanguage": "A String", # The language of the channel section's default title and description.
+ "position": 42, # The position of the channel section in the channel.
+ "type": "A String", # The type of the channel section.
+ "localized": { # ChannelSection localization setting # Localized title, read-only.
+ "title": "A String", # The localized strings for channel section's title.
+ },
+ },
"etag": "A String", # Etag of this resource.
- "id": "A String", # The ID that YouTube uses to uniquely identify the ChannelSection.
+ "id": "A String", # The ID that YouTube uses to uniquely identify the channel section.
+ "localizations": { # Localizations for different languages
+ "a_key": { # ChannelSection localization setting # The language tag, using string since map_key require simple types.
+ "title": "A String", # The localized strings for channel section's title.
+ },
+ },
},
],
"kind": "youtube#channelSectionListResponse", # Identifies what kind of resource this is. Value: the fixed string "youtube#channelSectionListResponse".
@@ -211,7 +241,7 @@
</div>
<div class="method">
- <code class="details" id="update">update(part=None, body)</code>
+ <code class="details" id="update">update(part=None, body, onBehalfOfContentOwner=None)</code>
<pre>Update a channelSection.
Args:
@@ -221,15 +251,9 @@
body: object, The request body. (required)
The object takes the form of:
-{ # TODO(lxz) follow up with adiamondstein@ to fullfill the doc before deploying
- "snippet": { # Basic details about a channelsection, including title, style and position. # The snippet object contains basic details about the ChannelSection, such as its type, style and title.
- "position": 42, # The position of the channelSection in the channel.
- "style": "A String", # The style of the channelSection.
- "channelId": "A String", # The ID that YouTube uses to uniquely identify the channel that published the channelSection.
- "type": "A String", # The type of the channelSection.
- "title": "A String", # The channelSection's title for multiple_playlists and multiple_channels.
- },
- "contentDetails": { # Details about a channelsection, including playlists and channels. # The contentDetails object contains details about the ChannelSection content, such as playlists and channels.
+{
+ "kind": "youtube#channelSection", # Identifies what kind of resource this is. Value: the fixed string "youtube#channelSection".
+ "contentDetails": { # Details about a channelsection, including playlists and channels. # The contentDetails object contains details about the channel section content, such as a list of playlists or channels featured in the section.
"channels": [ # The channel ids for type multiple_channels.
"A String",
],
@@ -237,24 +261,36 @@
"A String",
],
},
- "kind": "youtube#channelSection", # Identifies what kind of resource this is. Value: the fixed string "youtube#channelSection".
+ "snippet": { # Basic details about a channel section, including title, style and position. # The snippet object contains basic details about the channel section, such as its type, style and title.
+ "style": "A String", # The style of the channel section.
+ "title": "A String", # The channel section's title for multiple_playlists and multiple_channels.
+ "channelId": "A String", # The ID that YouTube uses to uniquely identify the channel that published the channel section.
+ "defaultLanguage": "A String", # The language of the channel section's default title and description.
+ "position": 42, # The position of the channel section in the channel.
+ "type": "A String", # The type of the channel section.
+ "localized": { # ChannelSection localization setting # Localized title, read-only.
+ "title": "A String", # The localized strings for channel section's title.
+ },
+ },
"etag": "A String", # Etag of this resource.
- "id": "A String", # The ID that YouTube uses to uniquely identify the ChannelSection.
+ "id": "A String", # The ID that YouTube uses to uniquely identify the channel section.
+ "localizations": { # Localizations for different languages
+ "a_key": { # ChannelSection localization setting # The language tag, using string since map_key require simple types.
+ "title": "A String", # The localized strings for channel section's title.
+ },
+ },
}
+ onBehalfOfContentOwner: string, Note: This parameter is intended exclusively for YouTube content partners.
+
+The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The CMS account that the user authenticates with must be linked to the specified YouTube content owner.
Returns:
An object of the form:
- { # TODO(lxz) follow up with adiamondstein@ to fullfill the doc before deploying
- "snippet": { # Basic details about a channelsection, including title, style and position. # The snippet object contains basic details about the ChannelSection, such as its type, style and title.
- "position": 42, # The position of the channelSection in the channel.
- "style": "A String", # The style of the channelSection.
- "channelId": "A String", # The ID that YouTube uses to uniquely identify the channel that published the channelSection.
- "type": "A String", # The type of the channelSection.
- "title": "A String", # The channelSection's title for multiple_playlists and multiple_channels.
- },
- "contentDetails": { # Details about a channelsection, including playlists and channels. # The contentDetails object contains details about the ChannelSection content, such as playlists and channels.
+ {
+ "kind": "youtube#channelSection", # Identifies what kind of resource this is. Value: the fixed string "youtube#channelSection".
+ "contentDetails": { # Details about a channelsection, including playlists and channels. # The contentDetails object contains details about the channel section content, such as a list of playlists or channels featured in the section.
"channels": [ # The channel ids for type multiple_channels.
"A String",
],
@@ -262,9 +298,24 @@
"A String",
],
},
- "kind": "youtube#channelSection", # Identifies what kind of resource this is. Value: the fixed string "youtube#channelSection".
+ "snippet": { # Basic details about a channel section, including title, style and position. # The snippet object contains basic details about the channel section, such as its type, style and title.
+ "style": "A String", # The style of the channel section.
+ "title": "A String", # The channel section's title for multiple_playlists and multiple_channels.
+ "channelId": "A String", # The ID that YouTube uses to uniquely identify the channel that published the channel section.
+ "defaultLanguage": "A String", # The language of the channel section's default title and description.
+ "position": 42, # The position of the channel section in the channel.
+ "type": "A String", # The type of the channel section.
+ "localized": { # ChannelSection localization setting # Localized title, read-only.
+ "title": "A String", # The localized strings for channel section's title.
+ },
+ },
"etag": "A String", # Etag of this resource.
- "id": "A String", # The ID that YouTube uses to uniquely identify the ChannelSection.
+ "id": "A String", # The ID that YouTube uses to uniquely identify the channel section.
+ "localizations": { # Localizations for different languages
+ "a_key": { # ChannelSection localization setting # The language tag, using string since map_key require simple types.
+ "title": "A String", # The localized strings for channel section's title.
+ },
+ },
}</pre>
</div>