Update docs for 1.3.2 release.
diff --git a/docs/dyn/youtube_v3.videos.html b/docs/dyn/youtube_v3.videos.html
index a342e31..d3b5de3 100644
--- a/docs/dyn/youtube_v3.videos.html
+++ b/docs/dyn/youtube_v3.videos.html
@@ -84,7 +84,7 @@
<code><a href="#insert">insert(part=None, body=None, media_body=None, onBehalfOfContentOwner=None, stabilize=None, onBehalfOfContentOwnerChannel=None, notifySubscribers=None, autoLevels=None)</a></code></p>
<p class="firstline">Uploads a video to YouTube and optionally sets the video's metadata.</p>
<p class="toc_element">
- <code><a href="#list">list(part=None, pageToken=None, onBehalfOfContentOwner=None, locale=None, chart=None, maxResults=None, regionCode=None, myRating=None, videoCategoryId=None, id=None)</a></code></p>
+ <code><a href="#list">list(part=None, hl=None, locale=None, id=None, onBehalfOfContentOwner=None, regionCode=None, pageToken=None, maxResults=None, chart=None, myRating=None, videoCategoryId=None)</a></code></p>
<p class="firstline">Returns a list of videos that match the API request parameters.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -122,6 +122,7 @@
An object of the form:
{
+ "eventId": "A String", # Serialized EventId of the request which produced this response.
"items": [ # A list of ratings that match the request criteria.
{
"rating": "A String",
@@ -130,6 +131,7 @@
],
"kind": "youtube#videoGetRatingResponse", # Identifies what kind of resource this is. Value: the fixed string "youtube#videoGetRatingResponse".
"etag": "A String", # Etag of this resource.
+ "visitorId": "A String", # The visitorId identifies the visitor.
}</pre>
</div>
@@ -140,7 +142,7 @@
Args:
part: string, The part parameter serves two purposes in this operation. It identifies the properties that the write operation will set as well as the properties that the API response will include.
-The part names that you can include in the parameter value are snippet, contentDetails, fileDetails, liveStreamingDetails, player, processingDetails, recordingDetails, statistics, status, suggestions, and topicDetails. However, not all of those parts contain properties that can be set when setting or updating a video's metadata. For example, the statistics object encapsulates statistics that YouTube calculates for a video and does not contain values that you can set or modify. If the parameter value specifies a part that does not contain mutable values, that part will still be included in the API response. (required)
+The part names that you can include in the parameter value are snippet, contentDetails, fileDetails, liveStreamingDetails, localizations, player, processingDetails, recordingDetails, statistics, status, suggestions, and topicDetails. However, not all of those parts contain properties that can be set when setting or updating a video's metadata. For example, the statistics object encapsulates statistics that YouTube calculates for a video and does not contain values that you can set or modify. If the parameter value specifies a part that does not contain mutable values, that part will still be included in the API response. (required)
body: object, The request body.
The object takes the form of:
@@ -153,16 +155,21 @@
"scheduledStartTime": "A String", # The time that the broadcast is scheduled to begin. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.
},
"snippet": { # Basic details about a video, including title, description, uploader, thumbnails and category. # The snippet object contains basic details about the video, such as its title, description, and category.
+ "publishedAt": "A String", # The date and time that the video was uploaded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.
"description": "A String", # The video's description.
"tags": [ # A list of keyword tags associated with the video. Tags may contain spaces. This field is only visible to the video's uploader.
"A String",
],
"channelId": "A String", # The ID that YouTube uses to uniquely identify the channel that the video was uploaded to.
- "publishedAt": "A String", # The date and time that the video was uploaded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.
+ "defaultLanguage": "A String", # The language of the videos's default snippet.
"liveBroadcastContent": "A String", # Indicates if the video is an upcoming/active live broadcast. Or it's "none" if the video is not an upcoming/active live broadcast.
"channelTitle": "A String", # Channel title for the channel that the video belongs to.
"title": "A String", # The video's title.
"categoryId": "A String", # The YouTube video category associated with the video.
+ "localized": { # Localized versions of certain video properties (e.g. title). # Localized snippet selected with the hl parameter. If no such localization exists, this field is populated with the default snippet. (Read-only)
+ "description": "A String", # Localized version of the video's description.
+ "title": "A String", # Localized version of the video's title.
+ },
"thumbnails": { # Internal representation of thumbnails for a YouTube resource. # A map of thumbnail images associated with the video. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail.
"default": { # A thumbnail is an image representing a YouTube resource. # The default image for this resource.
"url": "A String", # The thumbnail image's URL.
@@ -223,8 +230,8 @@
],
"allowed": True or False, # The value of allowed indicates whether the access to the policy is allowed or denied by default.
},
- "contentRating": { # Ratings schemes. The country-specific ratings are mostly for movies and shows. # Specifies the ratings that the video received under various rating schemes.
- "nfrcRating": "A String", # Rating system for Bulgaria - National Film Centre
+ "contentRating": { # Ratings schemes. The country-specific ratings are mostly for movies and shows. NEXT_ID: 65 # Specifies the ratings that the video received under various rating schemes.
+ "medietilsynetRating": "A String", # Rating system for Norway - Medietilsynet
"catvfrRating": "A String", # Rating system for French Canadian TV - Regie du cinema
"cbfcRating": "A String", # Rating system in India - Central Board of Film Certification
"bfvcRating": "A String", # Rating system for Thailand - Board of Filmand Video Censors
@@ -238,7 +245,9 @@
"moctwRating": "A String", # Rating system for Taiwan - Ministry of Culture - Tawan
"catvRating": "A String", # Rating system for Canadian TV - Canadian TV Classification System
"pefilmRating": "A String", # Rating system for Peru - Peru Rating System
- "medietilsynetRating": "A String", # Rating system for Norway - Medietilsynet
+ "djctqRatingReasons": [
+ "A String",
+ ],
"incaaRating": "A String", # Rating system for Argentina - Instituto Nacional de Cine y Artes Audiovisuales
"oflcRating": "A String", # Rating system in New Zealand - Office of Film and Literature Classification
"fpbRating": "A String", # Rating system for South africa - Film & Publication Board
@@ -281,6 +290,7 @@
"cnaRating": "A String", # Rating system for Romania - CONSILIUL NATIONAL AL AUDIOVIZUALULUI - CNA
"icaaRating": "A String", # Rating system in Spain - Instituto de Cinematografia y de las Artes Audiovisuales
"mccypRating": "A String", # Rating system for Denmark - The Media Council for Children and Young People
+ "nfrcRating": "A String", # Rating system for Bulgaria - National Film Centre
"skfilmRating": "A String", # Rating system for Slovakia - Slovakia Rating System
"mocRating": "A String", # Rating system for Colombia - MoC
"rcnofRating": "A String", # Rating system for Hungary - Rating Committee of the National Office of Film
@@ -412,6 +422,12 @@
"A String",
],
},
+ "localizations": { # List with all localizations.
+ "a_key": { # Localized versions of certain video properties (e.g. title). # The language tag, using string since map_key require simple types.
+ "description": "A String", # Localized version of the video's description.
+ "title": "A String", # Localized version of the video's title.
+ },
+ },
"id": "A String", # The ID that YouTube uses to uniquely identify the video.
"conversionPings": { # The conversionPings object encapsulates information about url pings that need to be respected by the App in different video contexts.
"pings": [ # Pings that the app shall fire for a video (authenticated by biscotti cookie). Each ping has a context, in which the app must fire the ping, and a url identifying the ping.
@@ -448,16 +464,21 @@
"scheduledStartTime": "A String", # The time that the broadcast is scheduled to begin. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.
},
"snippet": { # Basic details about a video, including title, description, uploader, thumbnails and category. # The snippet object contains basic details about the video, such as its title, description, and category.
+ "publishedAt": "A String", # The date and time that the video was uploaded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.
"description": "A String", # The video's description.
"tags": [ # A list of keyword tags associated with the video. Tags may contain spaces. This field is only visible to the video's uploader.
"A String",
],
"channelId": "A String", # The ID that YouTube uses to uniquely identify the channel that the video was uploaded to.
- "publishedAt": "A String", # The date and time that the video was uploaded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.
+ "defaultLanguage": "A String", # The language of the videos's default snippet.
"liveBroadcastContent": "A String", # Indicates if the video is an upcoming/active live broadcast. Or it's "none" if the video is not an upcoming/active live broadcast.
"channelTitle": "A String", # Channel title for the channel that the video belongs to.
"title": "A String", # The video's title.
"categoryId": "A String", # The YouTube video category associated with the video.
+ "localized": { # Localized versions of certain video properties (e.g. title). # Localized snippet selected with the hl parameter. If no such localization exists, this field is populated with the default snippet. (Read-only)
+ "description": "A String", # Localized version of the video's description.
+ "title": "A String", # Localized version of the video's title.
+ },
"thumbnails": { # Internal representation of thumbnails for a YouTube resource. # A map of thumbnail images associated with the video. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail.
"default": { # A thumbnail is an image representing a YouTube resource. # The default image for this resource.
"url": "A String", # The thumbnail image's URL.
@@ -518,8 +539,8 @@
],
"allowed": True or False, # The value of allowed indicates whether the access to the policy is allowed or denied by default.
},
- "contentRating": { # Ratings schemes. The country-specific ratings are mostly for movies and shows. # Specifies the ratings that the video received under various rating schemes.
- "nfrcRating": "A String", # Rating system for Bulgaria - National Film Centre
+ "contentRating": { # Ratings schemes. The country-specific ratings are mostly for movies and shows. NEXT_ID: 65 # Specifies the ratings that the video received under various rating schemes.
+ "medietilsynetRating": "A String", # Rating system for Norway - Medietilsynet
"catvfrRating": "A String", # Rating system for French Canadian TV - Regie du cinema
"cbfcRating": "A String", # Rating system in India - Central Board of Film Certification
"bfvcRating": "A String", # Rating system for Thailand - Board of Filmand Video Censors
@@ -533,7 +554,9 @@
"moctwRating": "A String", # Rating system for Taiwan - Ministry of Culture - Tawan
"catvRating": "A String", # Rating system for Canadian TV - Canadian TV Classification System
"pefilmRating": "A String", # Rating system for Peru - Peru Rating System
- "medietilsynetRating": "A String", # Rating system for Norway - Medietilsynet
+ "djctqRatingReasons": [
+ "A String",
+ ],
"incaaRating": "A String", # Rating system for Argentina - Instituto Nacional de Cine y Artes Audiovisuales
"oflcRating": "A String", # Rating system in New Zealand - Office of Film and Literature Classification
"fpbRating": "A String", # Rating system for South africa - Film & Publication Board
@@ -576,6 +599,7 @@
"cnaRating": "A String", # Rating system for Romania - CONSILIUL NATIONAL AL AUDIOVIZUALULUI - CNA
"icaaRating": "A String", # Rating system in Spain - Instituto de Cinematografia y de las Artes Audiovisuales
"mccypRating": "A String", # Rating system for Denmark - The Media Council for Children and Young People
+ "nfrcRating": "A String", # Rating system for Bulgaria - National Film Centre
"skfilmRating": "A String", # Rating system for Slovakia - Slovakia Rating System
"mocRating": "A String", # Rating system for Colombia - MoC
"rcnofRating": "A String", # Rating system for Hungary - Rating Committee of the National Office of Film
@@ -707,6 +731,12 @@
"A String",
],
},
+ "localizations": { # List with all localizations.
+ "a_key": { # Localized versions of certain video properties (e.g. title). # The language tag, using string since map_key require simple types.
+ "description": "A String", # Localized version of the video's description.
+ "title": "A String", # Localized version of the video's title.
+ },
+ },
"id": "A String", # The ID that YouTube uses to uniquely identify the video.
"conversionPings": { # The conversionPings object encapsulates information about url pings that need to be respected by the App in different video contexts.
"pings": [ # Pings that the app shall fire for a video (authenticated by biscotti cookie). Each ping has a context, in which the app must fire the ping, and a url identifying the ping.
@@ -720,33 +750,34 @@
</div>
<div class="method">
- <code class="details" id="list">list(part=None, pageToken=None, onBehalfOfContentOwner=None, locale=None, chart=None, maxResults=None, regionCode=None, myRating=None, videoCategoryId=None, id=None)</code>
+ <code class="details" id="list">list(part=None, hl=None, locale=None, id=None, onBehalfOfContentOwner=None, regionCode=None, pageToken=None, maxResults=None, chart=None, myRating=None, videoCategoryId=None)</code>
<pre>Returns a list of videos that match the API request parameters.
Args:
- part: string, The part parameter specifies a comma-separated list of one or more video resource properties that the API response will include. The part names that you can include in the parameter value are id, snippet, contentDetails, fileDetails, liveStreamingDetails, player, processingDetails, recordingDetails, statistics, status, suggestions, and topicDetails.
+ part: string, The part parameter specifies a comma-separated list of one or more video resource properties that the API response will include. The part names that you can include in the parameter value are id, snippet, contentDetails, fileDetails, liveStreamingDetails, localizations, player, processingDetails, recordingDetails, statistics, status, suggestions, and topicDetails.
If the parameter identifies a property that contains child properties, the child properties will be included in the response. For example, in a video resource, the snippet property contains the channelId, title, description, tags, and categoryId properties. As such, if you set part=snippet, the API response will contain all of those properties. (required)
- pageToken: string, The pageToken parameter identifies a specific page in the result set that should be returned. In an API response, the nextPageToken and prevPageToken properties identify other pages that could be retrieved.
-
-Note: This parameter is supported for use in conjunction with the myRating parameter, but it is not supported for use in conjunction with the id parameter.
+ hl: string, The hl parameter instructs the API to return a localized version of the video details. If localized text is nor available for the requested language, the localizations object in the API response will contain the requested information in the default language instead. The parameter value is a BCP-47 language code. Your application can determine whether the requested localization was returned by checking the value of the snippet.localized.language property in the API response.
+ locale: string, DEPRECATED
+ id: string, The id parameter specifies a comma-separated list of the YouTube video ID(s) for the resource(s) that are being retrieved. In a video resource, the id property specifies the video's ID.
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.
- locale: string, DEPRECATED
- chart: string, The chart parameter identifies the chart that you want to retrieve.
- Allowed values
- mostPopular - Return the most popular videos for the specified content region and video category.
+ regionCode: string, The regionCode parameter instructs the API to select a video chart available in the specified region. This parameter can only be used in conjunction with the chart parameter. The parameter value is an ISO 3166-1 alpha-2 country code.
+ pageToken: string, The pageToken parameter identifies a specific page in the result set that should be returned. In an API response, the nextPageToken and prevPageToken properties identify other pages that could be retrieved.
+
+Note: This parameter is supported for use in conjunction with the myRating parameter, but it is not supported for use in conjunction with the id parameter.
maxResults: integer, The maxResults parameter specifies the maximum number of items that should be returned in the result set.
Note: This parameter is supported for use in conjunction with the myRating parameter, but it is not supported for use in conjunction with the id parameter.
- regionCode: string, The regionCode parameter instructs the API to select a video chart available in the specified region. This parameter can only be used in conjunction with the chart parameter. The parameter value is an ISO 3166-1 alpha-2 country code.
+ chart: string, The chart parameter identifies the chart that you want to retrieve.
+ Allowed values
+ mostPopular - Return the most popular videos for the specified content region and video category.
myRating: string, Set this parameter's value to like or dislike to instruct the API to only return videos liked or disliked by the authenticated user.
Allowed values
dislike - Returns only videos disliked by the authenticated user.
like - Returns only video liked by the authenticated user.
videoCategoryId: string, The videoCategoryId parameter identifies the video category for which the chart should be retrieved. This parameter can only be used in conjunction with the chart parameter. By default, charts are not restricted to a particular category.
- id: string, The id parameter specifies a comma-separated list of the YouTube video ID(s) for the resource(s) that are being retrieved. In a video resource, the id property specifies the video's ID.
Returns:
An object of the form:
@@ -766,16 +797,21 @@
"scheduledStartTime": "A String", # The time that the broadcast is scheduled to begin. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.
},
"snippet": { # Basic details about a video, including title, description, uploader, thumbnails and category. # The snippet object contains basic details about the video, such as its title, description, and category.
+ "publishedAt": "A String", # The date and time that the video was uploaded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.
"description": "A String", # The video's description.
"tags": [ # A list of keyword tags associated with the video. Tags may contain spaces. This field is only visible to the video's uploader.
"A String",
],
"channelId": "A String", # The ID that YouTube uses to uniquely identify the channel that the video was uploaded to.
- "publishedAt": "A String", # The date and time that the video was uploaded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.
+ "defaultLanguage": "A String", # The language of the videos's default snippet.
"liveBroadcastContent": "A String", # Indicates if the video is an upcoming/active live broadcast. Or it's "none" if the video is not an upcoming/active live broadcast.
"channelTitle": "A String", # Channel title for the channel that the video belongs to.
"title": "A String", # The video's title.
"categoryId": "A String", # The YouTube video category associated with the video.
+ "localized": { # Localized versions of certain video properties (e.g. title). # Localized snippet selected with the hl parameter. If no such localization exists, this field is populated with the default snippet. (Read-only)
+ "description": "A String", # Localized version of the video's description.
+ "title": "A String", # Localized version of the video's title.
+ },
"thumbnails": { # Internal representation of thumbnails for a YouTube resource. # A map of thumbnail images associated with the video. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail.
"default": { # A thumbnail is an image representing a YouTube resource. # The default image for this resource.
"url": "A String", # The thumbnail image's URL.
@@ -836,8 +872,8 @@
],
"allowed": True or False, # The value of allowed indicates whether the access to the policy is allowed or denied by default.
},
- "contentRating": { # Ratings schemes. The country-specific ratings are mostly for movies and shows. # Specifies the ratings that the video received under various rating schemes.
- "nfrcRating": "A String", # Rating system for Bulgaria - National Film Centre
+ "contentRating": { # Ratings schemes. The country-specific ratings are mostly for movies and shows. NEXT_ID: 65 # Specifies the ratings that the video received under various rating schemes.
+ "medietilsynetRating": "A String", # Rating system for Norway - Medietilsynet
"catvfrRating": "A String", # Rating system for French Canadian TV - Regie du cinema
"cbfcRating": "A String", # Rating system in India - Central Board of Film Certification
"bfvcRating": "A String", # Rating system for Thailand - Board of Filmand Video Censors
@@ -851,7 +887,9 @@
"moctwRating": "A String", # Rating system for Taiwan - Ministry of Culture - Tawan
"catvRating": "A String", # Rating system for Canadian TV - Canadian TV Classification System
"pefilmRating": "A String", # Rating system for Peru - Peru Rating System
- "medietilsynetRating": "A String", # Rating system for Norway - Medietilsynet
+ "djctqRatingReasons": [
+ "A String",
+ ],
"incaaRating": "A String", # Rating system for Argentina - Instituto Nacional de Cine y Artes Audiovisuales
"oflcRating": "A String", # Rating system in New Zealand - Office of Film and Literature Classification
"fpbRating": "A String", # Rating system for South africa - Film & Publication Board
@@ -894,6 +932,7 @@
"cnaRating": "A String", # Rating system for Romania - CONSILIUL NATIONAL AL AUDIOVIZUALULUI - CNA
"icaaRating": "A String", # Rating system in Spain - Instituto de Cinematografia y de las Artes Audiovisuales
"mccypRating": "A String", # Rating system for Denmark - The Media Council for Children and Young People
+ "nfrcRating": "A String", # Rating system for Bulgaria - National Film Centre
"skfilmRating": "A String", # Rating system for Slovakia - Slovakia Rating System
"mocRating": "A String", # Rating system for Colombia - MoC
"rcnofRating": "A String", # Rating system for Hungary - Rating Committee of the National Office of Film
@@ -1025,6 +1064,12 @@
"A String",
],
},
+ "localizations": { # List with all localizations.
+ "a_key": { # Localized versions of certain video properties (e.g. title). # The language tag, using string since map_key require simple types.
+ "description": "A String", # Localized version of the video's description.
+ "title": "A String", # Localized version of the video's title.
+ },
+ },
"id": "A String", # The ID that YouTube uses to uniquely identify the video.
"conversionPings": { # The conversionPings object encapsulates information about url pings that need to be respected by the App in different video contexts.
"pings": [ # Pings that the app shall fire for a video (authenticated by biscotti cookie). Each ping has a context, in which the app must fire the ping, and a url identifying the ping.
@@ -1085,7 +1130,7 @@
Args:
part: string, The part parameter serves two purposes in this operation. It identifies the properties that the write operation will set as well as the properties that the API response will include.
-The part names that you can include in the parameter value are snippet, contentDetails, fileDetails, liveStreamingDetails, player, processingDetails, recordingDetails, statistics, status, suggestions, and topicDetails.
+The part names that you can include in the parameter value are snippet, contentDetails, fileDetails, liveStreamingDetails, localizations, player, processingDetails, recordingDetails, statistics, status, suggestions, and topicDetails.
Note that this method will override the existing values for all of the mutable properties that are contained in any parts that the parameter value specifies. For example, a video's privacy setting is contained in the status part. As such, if your request is updating a private video, and the request's part parameter value includes the status part, the video's privacy setting will be updated to whatever value the request body specifies. If the request body does not specify a value, the existing privacy setting will be removed and the video will revert to the default privacy setting.
@@ -1102,16 +1147,21 @@
"scheduledStartTime": "A String", # The time that the broadcast is scheduled to begin. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.
},
"snippet": { # Basic details about a video, including title, description, uploader, thumbnails and category. # The snippet object contains basic details about the video, such as its title, description, and category.
+ "publishedAt": "A String", # The date and time that the video was uploaded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.
"description": "A String", # The video's description.
"tags": [ # A list of keyword tags associated with the video. Tags may contain spaces. This field is only visible to the video's uploader.
"A String",
],
"channelId": "A String", # The ID that YouTube uses to uniquely identify the channel that the video was uploaded to.
- "publishedAt": "A String", # The date and time that the video was uploaded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.
+ "defaultLanguage": "A String", # The language of the videos's default snippet.
"liveBroadcastContent": "A String", # Indicates if the video is an upcoming/active live broadcast. Or it's "none" if the video is not an upcoming/active live broadcast.
"channelTitle": "A String", # Channel title for the channel that the video belongs to.
"title": "A String", # The video's title.
"categoryId": "A String", # The YouTube video category associated with the video.
+ "localized": { # Localized versions of certain video properties (e.g. title). # Localized snippet selected with the hl parameter. If no such localization exists, this field is populated with the default snippet. (Read-only)
+ "description": "A String", # Localized version of the video's description.
+ "title": "A String", # Localized version of the video's title.
+ },
"thumbnails": { # Internal representation of thumbnails for a YouTube resource. # A map of thumbnail images associated with the video. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail.
"default": { # A thumbnail is an image representing a YouTube resource. # The default image for this resource.
"url": "A String", # The thumbnail image's URL.
@@ -1172,8 +1222,8 @@
],
"allowed": True or False, # The value of allowed indicates whether the access to the policy is allowed or denied by default.
},
- "contentRating": { # Ratings schemes. The country-specific ratings are mostly for movies and shows. # Specifies the ratings that the video received under various rating schemes.
- "nfrcRating": "A String", # Rating system for Bulgaria - National Film Centre
+ "contentRating": { # Ratings schemes. The country-specific ratings are mostly for movies and shows. NEXT_ID: 65 # Specifies the ratings that the video received under various rating schemes.
+ "medietilsynetRating": "A String", # Rating system for Norway - Medietilsynet
"catvfrRating": "A String", # Rating system for French Canadian TV - Regie du cinema
"cbfcRating": "A String", # Rating system in India - Central Board of Film Certification
"bfvcRating": "A String", # Rating system for Thailand - Board of Filmand Video Censors
@@ -1187,7 +1237,9 @@
"moctwRating": "A String", # Rating system for Taiwan - Ministry of Culture - Tawan
"catvRating": "A String", # Rating system for Canadian TV - Canadian TV Classification System
"pefilmRating": "A String", # Rating system for Peru - Peru Rating System
- "medietilsynetRating": "A String", # Rating system for Norway - Medietilsynet
+ "djctqRatingReasons": [
+ "A String",
+ ],
"incaaRating": "A String", # Rating system for Argentina - Instituto Nacional de Cine y Artes Audiovisuales
"oflcRating": "A String", # Rating system in New Zealand - Office of Film and Literature Classification
"fpbRating": "A String", # Rating system for South africa - Film & Publication Board
@@ -1230,6 +1282,7 @@
"cnaRating": "A String", # Rating system for Romania - CONSILIUL NATIONAL AL AUDIOVIZUALULUI - CNA
"icaaRating": "A String", # Rating system in Spain - Instituto de Cinematografia y de las Artes Audiovisuales
"mccypRating": "A String", # Rating system for Denmark - The Media Council for Children and Young People
+ "nfrcRating": "A String", # Rating system for Bulgaria - National Film Centre
"skfilmRating": "A String", # Rating system for Slovakia - Slovakia Rating System
"mocRating": "A String", # Rating system for Colombia - MoC
"rcnofRating": "A String", # Rating system for Hungary - Rating Committee of the National Office of Film
@@ -1361,6 +1414,12 @@
"A String",
],
},
+ "localizations": { # List with all localizations.
+ "a_key": { # Localized versions of certain video properties (e.g. title). # The language tag, using string since map_key require simple types.
+ "description": "A String", # Localized version of the video's description.
+ "title": "A String", # Localized version of the video's title.
+ },
+ },
"id": "A String", # The ID that YouTube uses to uniquely identify the video.
"conversionPings": { # The conversionPings object encapsulates information about url pings that need to be respected by the App in different video contexts.
"pings": [ # Pings that the app shall fire for a video (authenticated by biscotti cookie). Each ping has a context, in which the app must fire the ping, and a url identifying the ping.
@@ -1388,16 +1447,21 @@
"scheduledStartTime": "A String", # The time that the broadcast is scheduled to begin. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.
},
"snippet": { # Basic details about a video, including title, description, uploader, thumbnails and category. # The snippet object contains basic details about the video, such as its title, description, and category.
+ "publishedAt": "A String", # The date and time that the video was uploaded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.
"description": "A String", # The video's description.
"tags": [ # A list of keyword tags associated with the video. Tags may contain spaces. This field is only visible to the video's uploader.
"A String",
],
"channelId": "A String", # The ID that YouTube uses to uniquely identify the channel that the video was uploaded to.
- "publishedAt": "A String", # The date and time that the video was uploaded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.
+ "defaultLanguage": "A String", # The language of the videos's default snippet.
"liveBroadcastContent": "A String", # Indicates if the video is an upcoming/active live broadcast. Or it's "none" if the video is not an upcoming/active live broadcast.
"channelTitle": "A String", # Channel title for the channel that the video belongs to.
"title": "A String", # The video's title.
"categoryId": "A String", # The YouTube video category associated with the video.
+ "localized": { # Localized versions of certain video properties (e.g. title). # Localized snippet selected with the hl parameter. If no such localization exists, this field is populated with the default snippet. (Read-only)
+ "description": "A String", # Localized version of the video's description.
+ "title": "A String", # Localized version of the video's title.
+ },
"thumbnails": { # Internal representation of thumbnails for a YouTube resource. # A map of thumbnail images associated with the video. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail.
"default": { # A thumbnail is an image representing a YouTube resource. # The default image for this resource.
"url": "A String", # The thumbnail image's URL.
@@ -1458,8 +1522,8 @@
],
"allowed": True or False, # The value of allowed indicates whether the access to the policy is allowed or denied by default.
},
- "contentRating": { # Ratings schemes. The country-specific ratings are mostly for movies and shows. # Specifies the ratings that the video received under various rating schemes.
- "nfrcRating": "A String", # Rating system for Bulgaria - National Film Centre
+ "contentRating": { # Ratings schemes. The country-specific ratings are mostly for movies and shows. NEXT_ID: 65 # Specifies the ratings that the video received under various rating schemes.
+ "medietilsynetRating": "A String", # Rating system for Norway - Medietilsynet
"catvfrRating": "A String", # Rating system for French Canadian TV - Regie du cinema
"cbfcRating": "A String", # Rating system in India - Central Board of Film Certification
"bfvcRating": "A String", # Rating system for Thailand - Board of Filmand Video Censors
@@ -1473,7 +1537,9 @@
"moctwRating": "A String", # Rating system for Taiwan - Ministry of Culture - Tawan
"catvRating": "A String", # Rating system for Canadian TV - Canadian TV Classification System
"pefilmRating": "A String", # Rating system for Peru - Peru Rating System
- "medietilsynetRating": "A String", # Rating system for Norway - Medietilsynet
+ "djctqRatingReasons": [
+ "A String",
+ ],
"incaaRating": "A String", # Rating system for Argentina - Instituto Nacional de Cine y Artes Audiovisuales
"oflcRating": "A String", # Rating system in New Zealand - Office of Film and Literature Classification
"fpbRating": "A String", # Rating system for South africa - Film & Publication Board
@@ -1516,6 +1582,7 @@
"cnaRating": "A String", # Rating system for Romania - CONSILIUL NATIONAL AL AUDIOVIZUALULUI - CNA
"icaaRating": "A String", # Rating system in Spain - Instituto de Cinematografia y de las Artes Audiovisuales
"mccypRating": "A String", # Rating system for Denmark - The Media Council for Children and Young People
+ "nfrcRating": "A String", # Rating system for Bulgaria - National Film Centre
"skfilmRating": "A String", # Rating system for Slovakia - Slovakia Rating System
"mocRating": "A String", # Rating system for Colombia - MoC
"rcnofRating": "A String", # Rating system for Hungary - Rating Committee of the National Office of Film
@@ -1647,6 +1714,12 @@
"A String",
],
},
+ "localizations": { # List with all localizations.
+ "a_key": { # Localized versions of certain video properties (e.g. title). # The language tag, using string since map_key require simple types.
+ "description": "A String", # Localized version of the video's description.
+ "title": "A String", # Localized version of the video's title.
+ },
+ },
"id": "A String", # The ID that YouTube uses to uniquely identify the video.
"conversionPings": { # The conversionPings object encapsulates information about url pings that need to be respected by the App in different video contexts.
"pings": [ # Pings that the app shall fire for a video (authenticated by biscotti cookie). Each ping has a context, in which the app must fire the ping, and a url identifying the ping.