blob: 56c7eedeb92b59531201bb99bac3966790ec5833 [file] [log] [blame]
John Asmuth614db982014-04-24 15:46:26 -04001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
Bu Sun Kimd059ad82020-07-22 17:02:09 -070075<h1><a href="youtube_v3.html">YouTube Data API v3</a> . <a href="youtube_v3.videos.html">videos</a></h1>
John Asmuth614db982014-04-24 15:46:26 -040076<h2>Instance Methods</h2>
77<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070081 <code><a href="#delete">delete(id, onBehalfOfContentOwner=None, x__xgafv=None)</a></code></p>
82<p class="firstline">Deletes a resource.</p>
John Asmuth614db982014-04-24 15:46:26 -040083<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070084 <code><a href="#getRating">getRating(id, onBehalfOfContentOwner=None, x__xgafv=None)</a></code></p>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070085<p class="firstline">Retrieves the ratings that the authorized user gave to a list of specified videos.</p>
John Asmuth614db982014-04-24 15:46:26 -040086<p class="toc_element">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080087 <code><a href="#insert">insert(part, body=None, stabilize=None, autoLevels=None, notifySubscribers=None, onBehalfOfContentOwnerChannel=None, onBehalfOfContentOwner=None, x__xgafv=None, media_body=None, media_mime_type=None)</a></code></p>
Bu Sun Kimd059ad82020-07-22 17:02:09 -070088<p class="firstline">Inserts a new resource into this collection.</p>
John Asmuth614db982014-04-24 15:46:26 -040089<p class="toc_element">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080090 <code><a href="#list">list(part, onBehalfOfContentOwner=None, maxHeight=None, chart=None, regionCode=None, maxResults=None, myRating=None, videoCategoryId=None, locale=None, id=None, hl=None, pageToken=None, maxWidth=None, x__xgafv=None)</a></code></p>
Bu Sun Kimd059ad82020-07-22 17:02:09 -070091<p class="firstline">Retrieves a list of resources, possibly filtered.</p>
John Asmuth614db982014-04-24 15:46:26 -040092<p class="toc_element">
93 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
94<p class="firstline">Retrieves the next page of results.</p>
95<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070096 <code><a href="#rate">rate(id, rating, x__xgafv=None)</a></code></p>
97<p class="firstline">Adds a like or dislike rating to a video or removes a rating from a video.</p>
John Asmuth614db982014-04-24 15:46:26 -040098<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070099 <code><a href="#reportAbuse">reportAbuse(body=None, onBehalfOfContentOwner=None, x__xgafv=None)</a></code></p>
Nathaniel Manista4f877e52015-06-15 16:44:50 +0000100<p class="firstline">Report abuse for a video.</p>
101<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700102 <code><a href="#update">update(part, body=None, onBehalfOfContentOwner=None, x__xgafv=None)</a></code></p>
103<p class="firstline">Updates an existing resource.</p>
John Asmuth614db982014-04-24 15:46:26 -0400104<h3>Method Details</h3>
105<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700106 <code class="details" id="close">close()</code>
107 <pre>Close httplib2 connections.</pre>
108</div>
109
110<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700111 <code class="details" id="delete">delete(id, onBehalfOfContentOwner=None, x__xgafv=None)</code>
112 <pre>Deletes a resource.
John Asmuth614db982014-04-24 15:46:26 -0400113
114Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700115 id: string, A parameter (required)
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700116 onBehalfOfContentOwner: string, *Note:* This parameter is intended exclusively for YouTube content partners. The *onBehalfOfContentOwner* parameter indicates that the request&#x27;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 actual CMS account that the user authenticates with must be linked to the specified YouTube content owner.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700117 x__xgafv: string, V1 error format.
118 Allowed values
119 1 - v1 error format
120 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400121</pre>
122</div>
123
124<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700125 <code class="details" id="getRating">getRating(id, onBehalfOfContentOwner=None, x__xgafv=None)</code>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700126 <pre>Retrieves the ratings that the authorized user gave to a list of specified videos.
John Asmuth614db982014-04-24 15:46:26 -0400127
128Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700129 id: string, A parameter (required) (repeated)
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700130 onBehalfOfContentOwner: string, *Note:* This parameter is intended exclusively for YouTube content partners. The *onBehalfOfContentOwner* parameter indicates that the request&#x27;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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700131 x__xgafv: string, V1 error format.
132 Allowed values
133 1 - v1 error format
134 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400135
136Returns:
137 An object of the form:
138
139 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800140 &quot;visitorId&quot;: &quot;A String&quot;, # The visitorId identifies the visitor.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800141 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700142 &quot;eventId&quot;: &quot;A String&quot;, # Serialized EventId of the request which produced this response.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800143 &quot;kind&quot;: &quot;youtube#videoGetRatingResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#videoGetRatingResponse&quot;.
Bu Sun Kim65020912020-05-20 12:08:20 -0700144 &quot;items&quot;: [ # A list of ratings that match the request criteria.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700145 { # Basic details about rating of a video.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700146 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the video.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800147 &quot;rating&quot;: &quot;A String&quot;, # Rating of a video.
John Asmuth614db982014-04-24 15:46:26 -0400148 },
149 ],
John Asmuth614db982014-04-24 15:46:26 -0400150 }</pre>
151</div>
152
153<div class="method">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800154 <code class="details" id="insert">insert(part, body=None, stabilize=None, autoLevels=None, notifySubscribers=None, onBehalfOfContentOwnerChannel=None, onBehalfOfContentOwner=None, x__xgafv=None, media_body=None, media_mime_type=None)</code>
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700155 <pre>Inserts a new resource into this collection.
John Asmuth614db982014-04-24 15:46:26 -0400156
157Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700158 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. Note that not all parts contain properties that can be set when inserting or updating a video. 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) (repeated)
John Asmuth614db982014-04-24 15:46:26 -0400159 body: object, The request body.
160 The object takes the form of:
161
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700162{ # A *video* resource represents a YouTube video.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800163 &quot;statistics&quot;: { # Statistics about the video, such as the number of times the video was viewed or liked. # The statistics object contains statistics about the video.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800164 &quot;likeCount&quot;: &quot;A String&quot;, # The number of users who have indicated that they liked the video by giving it a positive rating.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800165 &quot;favoriteCount&quot;: &quot;A String&quot;, # The number of users who currently have the video marked as a favorite video.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800166 &quot;viewCount&quot;: &quot;A String&quot;, # The number of times the video has been viewed.
167 &quot;dislikeCount&quot;: &quot;A String&quot;, # The number of users who have indicated that they disliked the video by giving it a negative rating.
168 &quot;commentCount&quot;: &quot;A String&quot;, # The number of comments for the video.
Craig Citroe633be12015-03-02 13:40:36 -0800169 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800170 &quot;ageGating&quot;: { # Age restriction details related to a video. This data can only be retrieved by the video owner.
171 &quot;videoGameRating&quot;: &quot;A String&quot;, # Video game rating, if any.
172 &quot;alcoholContent&quot;: True or False, # Indicates whether or not the video has alcoholic beverage content. Only users of legal purchasing age in a particular country, as identified by ICAP, can view the content.
173 &quot;restricted&quot;: True or False, # Age-restricted trailers. For redband trailers and adult-rated video-games. Only users aged 18+ can view the content. The the field is true the content is restricted to viewers aged 18+. Otherwise The field won&#x27;t be present.
174 },
175 &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the video.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700176 &quot;contentDetails&quot;: { # Details about the content of a YouTube Video. # The contentDetails object contains information about the video content, including the length of the video and its aspect ratio.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800177 &quot;contentRating&quot;: { # Ratings schemes. The country-specific ratings are mostly for movies and shows. LINT.IfChange # Specifies the ratings that the video received under various rating schemes.
178 &quot;rtcRating&quot;: &quot;A String&quot;, # The video&#x27;s General Directorate of Radio, Television and Cinematography (Mexico) rating.
179 &quot;anatelRating&quot;: &quot;A String&quot;, # The video&#x27;s Anatel (Asociación Nacional de Televisión) rating for Chilean television.
180 &quot;eefilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Estonia.
181 &quot;mccaaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Malta&#x27;s Film Age-Classification Board.
182 &quot;chfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Switzerland.
183 &quot;djctqRating&quot;: &quot;A String&quot;, # The video&#x27;s Departamento de Justiça, Classificação, Qualificação e Títulos (DJCQT - Brazil) rating.
184 &quot;kmrbRating&quot;: &quot;A String&quot;, # The video&#x27;s Korea Media Rating Board (영상물등급위원회) rating. The KMRB rates videos in South Korea.
185 &quot;mocRating&quot;: &quot;A String&quot;, # The video&#x27;s Ministerio de Cultura (Colombia) rating.
186 &quot;ifcoRating&quot;: &quot;A String&quot;, # The video&#x27;s Irish Film Classification Office (IFCO - Ireland) rating. See the IFCO website for more information.
187 &quot;skfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Slovakia.
188 &quot;djctqRatingReasons&quot;: [ # Reasons that explain why the video received its DJCQT (Brazil) rating.
189 &quot;A String&quot;,
190 ],
191 &quot;fpbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from South Africa&#x27;s Film and Publication Board.
192 &quot;smsaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Statens medieråd (Sweden&#x27;s National Media Council).
193 &quot;cncRating&quot;: &quot;A String&quot;, # Rating system in France - Commission de classification cinematographique
194 &quot;acbRating&quot;: &quot;A String&quot;, # The video&#x27;s Australian Classification Board (ACB) or Australian Communications and Media Authority (ACMA) rating. ACMA ratings are used to classify children&#x27;s television programming.
195 &quot;smaisRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Iceland.
196 &quot;agcomRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Italy&#x27;s Autorità per le Garanzie nelle Comunicazioni (AGCOM).
197 &quot;rteRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Ireland&#x27;s Raidió Teilifís Éireann.
198 &quot;menaMpaaRating&quot;: &quot;A String&quot;, # The rating system for MENA countries, a clone of MPAA. It is needed to prevent titles go live w/o additional QC check, since some of them can be inappropriate for the countries at all. See b/33408548 for more details.
199 &quot;egfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Egypt.
200 &quot;mibacRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Ministero dei Beni e delle Attività Culturali e del Turismo (Italy).
201 &quot;ecbmctRating&quot;: &quot;A String&quot;, # Rating system in Turkey - Evaluation and Classification Board of the Ministry of Culture and Tourism
202 &quot;fcoRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Hong Kong&#x27;s Office for Film, Newspaper and Article Administration.
203 &quot;lsfRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Indonesia&#x27;s Lembaga Sensor Film.
204 &quot;oflcRating&quot;: &quot;A String&quot;, # The video&#x27;s Office of Film and Literature Classification (OFLC - New Zealand) rating.
205 &quot;bbfcRating&quot;: &quot;A String&quot;, # The video&#x27;s British Board of Film Classification (BBFC) rating.
206 &quot;tvpgRating&quot;: &quot;A String&quot;, # The video&#x27;s TV Parental Guidelines (TVPG) rating.
207 &quot;mdaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Singapore&#x27;s Media Development Authority (MDA) and, specifically, it&#x27;s Board of Film Censors (BFC).
208 &quot;cceRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Portugal&#x27;s Comissão de Classificação de Espect´culos.
209 &quot;csaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from France&#x27;s Conseil supérieur de l’audiovisuel, which rates broadcast content.
210 &quot;czfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in the Czech Republic.
211 &quot;ilfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Israel.
212 &quot;cccRating&quot;: &quot;A String&quot;, # The video&#x27;s Consejo de Calificación Cinematográfica (Chile) rating.
213 &quot;nfvcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Nigeria&#x27;s National Film and Video Censors Board.
214 &quot;nbcplRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Poland.
215 &quot;fcbmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Malaysia&#x27;s Film Censorship Board.
216 &quot;eirinRating&quot;: &quot;A String&quot;, # The video&#x27;s Eirin (映倫) rating. Eirin is the Japanese rating system.
217 &quot;russiaRating&quot;: &quot;A String&quot;, # The video&#x27;s National Film Registry of the Russian Federation (MKRF - Russia) rating.
218 &quot;fmocRating&quot;: &quot;A String&quot;, # This property has been deprecated. Use the contentDetails.contentRating.cncRating instead.
219 &quot;incaaRating&quot;: &quot;A String&quot;, # The video&#x27;s INCAA (Instituto Nacional de Cine y Artes Audiovisuales - Argentina) rating.
220 &quot;mpaatRating&quot;: &quot;A String&quot;, # The rating system for trailer, DVD, and Ad in the US. See http://movielabs.com/md/ratings/v2.3/html/US_MPAAT_Ratings.html.
221 &quot;fpbRatingReasons&quot;: [ # Reasons that explain why the video received its FPB (South Africa) rating.
222 &quot;A String&quot;,
223 ],
224 &quot;cicfRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Commission de Contrôle des Films (Belgium).
225 &quot;cnaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Romania&#x27;s CONSILIUL NATIONAL AL AUDIOVIZUALULUI (CNA).
226 &quot;mccypRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Danish Film Institute&#x27;s (Det Danske Filminstitut) Media Council for Children and Young People.
227 &quot;icaaRating&quot;: &quot;A String&quot;, # The video&#x27;s Instituto de la Cinematografía y de las Artes Audiovisuales (ICAA - Spain) rating.
228 &quot;kijkwijzerRating&quot;: &quot;A String&quot;, # The video&#x27;s NICAM/Kijkwijzer rating from the Nederlands Instituut voor de Classificatie van Audiovisuele Media (Netherlands).
229 &quot;fskRating&quot;: &quot;A String&quot;, # The video&#x27;s Freiwillige Selbstkontrolle der Filmwirtschaft (FSK - Germany) rating.
230 &quot;nbcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Maldives National Bureau of Classification.
231 &quot;resorteviolenciaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Venezuela.
232 &quot;chvrsRating&quot;: &quot;A String&quot;, # The video&#x27;s Canadian Home Video Rating System (CHVRS) rating.
233 &quot;bfvcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Thailand&#x27;s Board of Film and Video Censors.
234 &quot;catvRating&quot;: &quot;A String&quot;, # Rating system for Canadian TV - Canadian TV Classification System The video&#x27;s rating from the Canadian Radio-Television and Telecommunications Commission (CRTC) for Canadian English-language broadcasts. For more information, see the Canadian Broadcast Standards Council website.
235 &quot;mpaaRating&quot;: &quot;A String&quot;, # The video&#x27;s Motion Picture Association of America (MPAA) rating.
236 &quot;moctwRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Taiwan&#x27;s Ministry of Culture (文化部).
237 &quot;catvfrRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Canadian Radio-Television and Telecommunications Commission (CRTC) for Canadian French-language broadcasts. For more information, see the Canadian Broadcast Standards Council website.
238 &quot;mekuRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Finland&#x27;s Kansallinen Audiovisuaalinen Instituutti (National Audiovisual Institute).
239 &quot;medietilsynetRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Medietilsynet, the Norwegian Media Authority.
240 &quot;ytRating&quot;: &quot;A String&quot;, # A rating that YouTube uses to identify age-restricted content.
241 &quot;bmukkRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Austrian Board of Media Classification (Bundesministerium für Unterricht, Kunst und Kultur).
242 &quot;pefilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Peru.
243 &quot;cbfcRating&quot;: &quot;A String&quot;, # The video&#x27;s Central Board of Film Certification (CBFC - India) rating.
244 &quot;nmcRating&quot;: &quot;A String&quot;, # The National Media Council ratings system for United Arab Emirates.
245 &quot;mcstRating&quot;: &quot;A String&quot;, # The video&#x27;s rating system for Vietnam - MCST
246 &quot;rcnofRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Hungarian Nemzeti Filmiroda, the Rating Committee of the National Office of Film.
247 &quot;mtrcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Movie and Television Review and Classification Board (Philippines).
248 &quot;nkclvRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Nacionãlais Kino centrs (National Film Centre of Latvia).
249 &quot;nfrcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Bulgarian National Film Center.
250 &quot;cscfRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Luxembourg&#x27;s Commission de surveillance de la classification des films (CSCF).
251 &quot;kfcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Kenya Film Classification Board.
252 &quot;grfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Greece.
253 },
254 &quot;countryRestriction&quot;: { # Rights management policy for YouTube resources. # The countryRestriction object contains information about the countries where a video is (or is not) viewable.
255 &quot;allowed&quot;: True or False, # The value of allowed indicates whether the access to the policy is allowed or denied by default.
256 &quot;exception&quot;: [ # A list of region codes that identify countries where the default policy do not apply.
257 &quot;A String&quot;,
258 ],
259 },
260 &quot;duration&quot;: &quot;A String&quot;, # The length of the video. The tag value is an ISO 8601 duration in the format PT#M#S, in which the letters PT indicate that the value specifies a period of time, and the letters M and S refer to length in minutes and seconds, respectively. The # characters preceding the M and S letters are both integers that specify the number of minutes (or seconds) of the video. For example, a value of PT15M51S indicates that the video is 15 minutes and 51 seconds long.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700261 &quot;caption&quot;: &quot;A String&quot;, # The value of captions indicates whether the video has captions or not.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700262 &quot;regionRestriction&quot;: { # DEPRECATED Region restriction of the video. # The regionRestriction object contains information about the countries where a video is (or is not) viewable. The object will contain either the contentDetails.regionRestriction.allowed property or the contentDetails.regionRestriction.blocked property.
263 &quot;allowed&quot;: [ # A list of region codes that identify countries where the video is viewable. If this property is present and a country is not listed in its value, then the video is blocked from appearing in that country. If this property is present and contains an empty list, the video is blocked in all countries.
264 &quot;A String&quot;,
265 ],
266 &quot;blocked&quot;: [ # A list of region codes that identify countries where the video is blocked. If this property is present and a country is not listed in its value, then the video is viewable in that country. If this property is present and contains an empty list, the video is viewable in all countries.
267 &quot;A String&quot;,
268 ],
269 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800270 &quot;definition&quot;: &quot;A String&quot;, # The value of definition indicates whether the video is available in high definition or only in standard definition.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800271 &quot;licensedContent&quot;: True or False, # The value of is_license_content indicates whether the video is licensed content.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800272 &quot;projection&quot;: &quot;A String&quot;, # Specifies the projection format of the video.
273 &quot;dimension&quot;: &quot;A String&quot;, # The value of dimension indicates whether the video is available in 3D or in 2D.
274 &quot;hasCustomThumbnail&quot;: True or False, # Indicates whether the video uploader has provided a custom thumbnail image for the video. This property is only visible to the video uploader.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700275 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800276 &quot;kind&quot;: &quot;youtube#video&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#video&quot;.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800277 &quot;fileDetails&quot;: { # Describes original video file properties, including technical details about audio and video streams, but also metadata information like content length, digitization time, or geotagging information. # The fileDetails object encapsulates information about the video file that was uploaded to YouTube, including the file&#x27;s resolution, duration, audio and video codecs, stream bitrates, and more. This data can only be retrieved by the video owner.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800278 &quot;bitrateBps&quot;: &quot;A String&quot;, # The uploaded video file&#x27;s combined (video and audio) bitrate in bits per second.
279 &quot;durationMs&quot;: &quot;A String&quot;, # The length of the uploaded video in milliseconds.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800280 &quot;fileSize&quot;: &quot;A String&quot;, # The uploaded file&#x27;s size in bytes. This field is present whether a video file or another type of file was uploaded.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800281 &quot;audioStreams&quot;: [ # A list of audio streams contained in the uploaded video file. Each item in the list contains detailed metadata about an audio stream.
282 { # Information about an audio stream.
283 &quot;channelCount&quot;: 42, # The number of audio channels that the stream contains.
284 &quot;bitrateBps&quot;: &quot;A String&quot;, # The audio stream&#x27;s bitrate, in bits per second.
285 &quot;vendor&quot;: &quot;A String&quot;, # A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code.
286 &quot;codec&quot;: &quot;A String&quot;, # The audio codec that the stream uses.
287 },
288 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800289 &quot;container&quot;: &quot;A String&quot;, # The uploaded video file&#x27;s container format.
290 &quot;videoStreams&quot;: [ # A list of video streams contained in the uploaded video file. Each item in the list contains detailed metadata about a video stream.
291 { # Information about a video stream.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800292 &quot;codec&quot;: &quot;A String&quot;, # The video codec that the stream uses.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800293 &quot;heightPixels&quot;: 42, # The encoded video content&#x27;s height in pixels.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800294 &quot;bitrateBps&quot;: &quot;A String&quot;, # The video stream&#x27;s bitrate, in bits per second.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800295 &quot;vendor&quot;: &quot;A String&quot;, # A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800296 &quot;rotation&quot;: &quot;A String&quot;, # The amount that YouTube needs to rotate the original source content to properly display the video.
297 &quot;aspectRatio&quot;: 3.14, # The video content&#x27;s display aspect ratio, which specifies the aspect ratio in which the video should be displayed.
298 &quot;frameRateFps&quot;: 3.14, # The video stream&#x27;s frame rate, in frames per second.
299 &quot;widthPixels&quot;: 42, # The encoded video content&#x27;s width in pixels. You can calculate the video&#x27;s encoding aspect ratio as width_pixels / height_pixels.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800300 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700301 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800302 &quot;fileName&quot;: &quot;A String&quot;, # The uploaded file&#x27;s name. This field is present whether a video file or another type of file was uploaded.
303 &quot;fileType&quot;: &quot;A String&quot;, # The uploaded file&#x27;s type as detected by YouTube&#x27;s video processing engine. Currently, YouTube only processes video files, but this field is present whether a video file or another type of file was uploaded.
304 &quot;creationTime&quot;: &quot;A String&quot;, # The date and time when the uploaded video file was created. The value is specified in ISO 8601 format. Currently, the following ISO 8601 formats are supported: - Date only: YYYY-MM-DD - Naive time: YYYY-MM-DDTHH:MM:SS - Time with timezone: YYYY-MM-DDTHH:MM:SS+HH:MM
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700305 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800306 &quot;topicDetails&quot;: { # Freebase topic information related to the video. # The topicDetails object encapsulates information about Freebase topics associated with the video.
307 &quot;topicIds&quot;: [ # A list of Freebase topic IDs that are centrally associated with the video. These are topics that are centrally featured in the video, and it can be said that the video is mainly about each of these. You can retrieve information about each topic using the &lt; a href=&quot;http://wiki.freebase.com/wiki/Topic_API&quot;&gt;Freebase Topic API.
308 &quot;A String&quot;,
309 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800310 &quot;topicCategories&quot;: [ # A list of Wikipedia URLs that provide a high-level description of the video&#x27;s content.
311 &quot;A String&quot;,
312 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800313 &quot;relevantTopicIds&quot;: [ # Similar to topic_id, except that these topics are merely relevant to the video. These are topics that may be mentioned in, or appear in the video. You can retrieve information about each topic using Freebase Topic API.
314 &quot;A String&quot;,
315 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700316 },
317 &quot;liveStreamingDetails&quot;: { # Details about the live streaming metadata. # The liveStreamingDetails object contains metadata about a live video broadcast. The object will only be present in a video resource if the video is an upcoming, live, or completed live broadcast.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800318 &quot;scheduledEndTime&quot;: &quot;A String&quot;, # The time that the broadcast is scheduled to end. The value is specified in ISO 8601 format. If the value is empty or the property is not present, then the broadcast is scheduled to continue indefinitely.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700319 &quot;scheduledStartTime&quot;: &quot;A String&quot;, # The time that the broadcast is scheduled to begin. The value is specified in ISO 8601 format.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800320 &quot;activeLiveChatId&quot;: &quot;A String&quot;, # The ID of the currently active live chat attached to this video. This field is filled only if the video is a currently live broadcast that has live chat. Once the broadcast transitions to complete this field will be removed and the live chat closed down. For persistent broadcasts that live chat id will no longer be tied to this video but rather to the new video being displayed at the persistent page.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700321 &quot;concurrentViewers&quot;: &quot;A String&quot;, # The number of viewers currently watching the broadcast. The property and its value will be present if the broadcast has current viewers and the broadcast owner has not hidden the viewcount for the video. Note that YouTube stops tracking the number of concurrent viewers for a broadcast when the broadcast ends. So, this property would not identify the number of viewers watching an archived video of a live broadcast that already ended.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800322 &quot;actualEndTime&quot;: &quot;A String&quot;, # The time that the broadcast actually ended. The value is specified in ISO 8601 format. This value will not be available until the broadcast is over.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800323 &quot;actualStartTime&quot;: &quot;A String&quot;, # The time that the broadcast actually started. The value is specified in ISO 8601 format. This value will not be available until the broadcast begins.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800324 },
325 &quot;suggestions&quot;: { # Specifies suggestions on how to improve video content, including encoding hints, tag suggestions, and editor suggestions. # The suggestions object encapsulates suggestions that identify opportunities to improve the video quality or the metadata for the uploaded video. This data can only be retrieved by the video owner.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800326 &quot;editorSuggestions&quot;: [ # A list of video editing operations that might improve the video quality or playback experience of the uploaded video.
327 &quot;A String&quot;,
328 ],
329 &quot;processingErrors&quot;: [ # A list of errors that will prevent YouTube from successfully processing the uploaded video video. These errors indicate that, regardless of the video&#x27;s current processing status, eventually, that status will almost certainly be failed.
330 &quot;A String&quot;,
331 ],
332 &quot;processingWarnings&quot;: [ # A list of reasons why YouTube may have difficulty transcoding the uploaded video or that might result in an erroneous transcoding. These warnings are generated before YouTube actually processes the uploaded video file. In addition, they identify issues that are unlikely to cause the video processing to fail but that might cause problems such as sync issues, video artifacts, or a missing audio track.
333 &quot;A String&quot;,
334 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800335 &quot;tagSuggestions&quot;: [ # A list of keyword tags that could be added to the video&#x27;s metadata to increase the likelihood that users will locate your video when searching or browsing on YouTube.
336 { # A single tag suggestion with it&#x27;s relevance information.
337 &quot;tag&quot;: &quot;A String&quot;, # The keyword tag suggested for the video.
338 &quot;categoryRestricts&quot;: [ # A set of video categories for which the tag is relevant. You can use this information to display appropriate tag suggestions based on the video category that the video uploader associates with the video. By default, tag suggestions are relevant for all categories if there are no restricts defined for the keyword.
339 &quot;A String&quot;,
340 ],
341 },
342 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800343 &quot;processingHints&quot;: [ # A list of suggestions that may improve YouTube&#x27;s ability to process the video.
344 &quot;A String&quot;,
345 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800346 },
347 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
348 &quot;recordingDetails&quot;: { # Recording information associated with the video. # The recordingDetails object encapsulates information about the location, date and address where the video was recorded.
349 &quot;location&quot;: { # Geographical coordinates of a point, in WGS84. # The geolocation information associated with the video.
350 &quot;latitude&quot;: 3.14, # Latitude in degrees.
351 &quot;longitude&quot;: 3.14, # Longitude in degrees.
352 &quot;altitude&quot;: 3.14, # Altitude above the reference ellipsoid, in meters.
353 },
354 &quot;recordingDate&quot;: &quot;A String&quot;, # The date and time when the video was recorded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sssZ) format.
355 &quot;locationDescription&quot;: &quot;A String&quot;, # The text description of the location where the video was recorded.
356 },
357 &quot;snippet&quot;: { # 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.
358 &quot;thumbnails&quot;: { # 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.
359 &quot;maxres&quot;: { # A thumbnail is an image representing a YouTube resource. # The maximum resolution quality image for this resource.
360 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
361 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
362 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
363 },
364 &quot;standard&quot;: { # A thumbnail is an image representing a YouTube resource. # The standard quality image for this resource.
365 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
366 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
367 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
368 },
369 &quot;default&quot;: { # A thumbnail is an image representing a YouTube resource. # The default image for this resource.
370 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
371 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
372 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
373 },
374 &quot;high&quot;: { # A thumbnail is an image representing a YouTube resource. # The high quality image for this resource.
375 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
376 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
377 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
378 },
379 &quot;medium&quot;: { # A thumbnail is an image representing a YouTube resource. # The medium quality image for this resource.
380 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
381 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
382 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
383 },
384 },
385 &quot;localized&quot;: { # 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)
386 &quot;title&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s title.
387 &quot;description&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s description.
388 },
389 &quot;liveBroadcastContent&quot;: &quot;A String&quot;, # Indicates if the video is an upcoming/active live broadcast. Or it&#x27;s &quot;none&quot; if the video is not an upcoming/active live broadcast.
390 &quot;defaultAudioLanguage&quot;: &quot;A String&quot;, # The default_audio_language property specifies the language spoken in the video&#x27;s default audio track.
391 &quot;categoryId&quot;: &quot;A String&quot;, # The YouTube video category associated with the video.
392 &quot;description&quot;: &quot;A String&quot;, # The video&#x27;s description. @mutable youtube.videos.insert youtube.videos.update
393 &quot;tags&quot;: [ # A list of keyword tags associated with the video. Tags may contain spaces.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800394 &quot;A String&quot;,
395 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800396 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the channel that the video was uploaded to.
397 &quot;title&quot;: &quot;A String&quot;, # The video&#x27;s title. @mutable youtube.videos.insert youtube.videos.update
398 &quot;channelTitle&quot;: &quot;A String&quot;, # Channel title for the channel that the video belongs to.
399 &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time that the video was uploaded. The value is specified in ISO 8601 format.
400 &quot;defaultLanguage&quot;: &quot;A String&quot;, # The language of the videos&#x27;s default snippet.
401 },
402 &quot;player&quot;: { # Player to be used for a video playback. # The player object contains information that you would use to play the video in an embedded player.
403 &quot;embedHeight&quot;: &quot;A String&quot;,
404 &quot;embedHtml&quot;: &quot;A String&quot;, # An &lt;iframe&gt; tag that embeds a player that will play the video.
405 &quot;embedWidth&quot;: &quot;A String&quot;, # The embed width
406 },
407 &quot;monetizationDetails&quot;: { # Details about monetization of a YouTube Video. # The monetizationDetails object encapsulates information about the monetization status of the video.
408 &quot;access&quot;: { # Rights management policy for YouTube resources. # The value of access indicates whether the video can be monetized or not.
409 &quot;allowed&quot;: True or False, # The value of allowed indicates whether the access to the policy is allowed or denied by default.
410 &quot;exception&quot;: [ # A list of region codes that identify countries where the default policy do not apply.
411 &quot;A String&quot;,
412 ],
413 },
414 },
415 &quot;projectDetails&quot;: { # Project specific details about the content of a YouTube Video. # The projectDetails object contains information about the project specific video metadata.
416 &quot;tags&quot;: [ # A list of project tags associated with the video during the upload.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800417 &quot;A String&quot;,
418 ],
419 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800420 &quot;processingDetails&quot;: { # Describes processing status and progress and availability of some other Video resource parts. # The processingDetails object encapsulates information about YouTube&#x27;s progress in processing the uploaded video file. The properties in the object identify the current processing status and an estimate of the time remaining until YouTube finishes processing the video. This part also indicates whether different types of data or content, such as file details or thumbnail images, are available for the video. The processingProgress object is designed to be polled so that the video uploaded can track the progress that YouTube has made in processing the uploaded video file. This data can only be retrieved by the video owner.
421 &quot;processingFailureReason&quot;: &quot;A String&quot;, # The reason that YouTube failed to process the video. This property will only have a value if the processingStatus property&#x27;s value is failed.
422 &quot;thumbnailsAvailability&quot;: &quot;A String&quot;, # This value indicates whether thumbnail images have been generated for the video.
423 &quot;processingStatus&quot;: &quot;A String&quot;, # The video&#x27;s processing status. This value indicates whether YouTube was able to process the video or if the video is still being processed.
424 &quot;processingIssuesAvailability&quot;: &quot;A String&quot;, # This value indicates whether the video processing engine has generated suggestions that might improve YouTube&#x27;s ability to process the the video, warnings that explain video processing problems, or errors that cause video processing problems. You can retrieve these suggestions by requesting the suggestions part in your videos.list() request.
425 &quot;processingProgress&quot;: { # Video processing progress and completion time estimate. # The processingProgress object contains information about the progress YouTube has made in processing the video. The values are really only relevant if the video&#x27;s processing status is processing.
426 &quot;partsTotal&quot;: &quot;A String&quot;, # An estimate of the total number of parts that need to be processed for the video. The number may be updated with more precise estimates while YouTube processes the video.
427 &quot;partsProcessed&quot;: &quot;A String&quot;, # The number of parts of the video that YouTube has already processed. You can estimate the percentage of the video that YouTube has already processed by calculating: 100 * parts_processed / parts_total Note that since the estimated number of parts could increase without a corresponding increase in the number of parts that have already been processed, it is possible that the calculated progress could periodically decrease while YouTube processes a video.
428 &quot;timeLeftMs&quot;: &quot;A String&quot;, # An estimate of the amount of time, in millseconds, that YouTube needs to finish processing the video.
429 },
430 &quot;tagSuggestionsAvailability&quot;: &quot;A String&quot;, # This value indicates whether keyword (tag) suggestions are available for the video. Tags can be added to a video&#x27;s metadata to make it easier for other users to find the video. You can retrieve these suggestions by requesting the suggestions part in your videos.list() request.
431 &quot;editorSuggestionsAvailability&quot;: &quot;A String&quot;, # This value indicates whether video editing suggestions, which might improve video quality or the playback experience, are available for the video. You can retrieve these suggestions by requesting the suggestions part in your videos.list() request.
432 &quot;fileDetailsAvailability&quot;: &quot;A String&quot;, # This value indicates whether file details are available for the uploaded video. You can retrieve a video&#x27;s file details by requesting the fileDetails part in your videos.list() request.
433 },
434 &quot;localizations&quot;: { # The localizations object contains localized versions of the basic details about the video, such as its title and description.
435 &quot;a_key&quot;: { # Localized versions of certain video properties (e.g. title).
436 &quot;title&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s title.
437 &quot;description&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s description.
438 },
439 },
440 &quot;status&quot;: { # Basic details about a video category, such as its localized title. Next Id: 17 # The status object contains information about the video&#x27;s uploading, processing, and privacy statuses.
441 &quot;license&quot;: &quot;A String&quot;, # The video&#x27;s license. @mutable youtube.videos.insert youtube.videos.update
442 &quot;rejectionReason&quot;: &quot;A String&quot;, # This value explains why YouTube rejected an uploaded video. This property is only present if the uploadStatus property indicates that the upload was rejected.
443 &quot;selfDeclaredMadeForKids&quot;: True or False,
444 &quot;failureReason&quot;: &quot;A String&quot;, # This value explains why a video failed to upload. This property is only present if the uploadStatus property indicates that the upload failed.
445 &quot;embeddable&quot;: True or False, # This value indicates if the video can be embedded on another website. @mutable youtube.videos.insert youtube.videos.update
446 &quot;publicStatsViewable&quot;: True or False, # This value indicates if the extended video statistics on the watch page can be viewed by everyone. Note that the view count, likes, etc will still be visible if this is disabled. @mutable youtube.videos.insert youtube.videos.update
447 &quot;madeForKids&quot;: True or False,
448 &quot;privacyStatus&quot;: &quot;A String&quot;, # The video&#x27;s privacy status.
449 &quot;publishAt&quot;: &quot;A String&quot;, # The date and time when the video is scheduled to publish. It can be set only if the privacy status of the video is private. The value is specified in ISO 8601 format.
450 &quot;uploadStatus&quot;: &quot;A String&quot;, # The status of the uploaded video.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700451 },
John Asmuth614db982014-04-24 15:46:26 -0400452 }
453
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700454 stabilize: boolean, Should stabilize be applied to the upload.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800455 autoLevels: boolean, Should auto-levels be applied to the upload.
456 notifySubscribers: boolean, Notify the channel subscribers about the new video. As default, the notification is enabled.
457 onBehalfOfContentOwnerChannel: string, This parameter can only be used in a properly authorized request. *Note:* This parameter is intended exclusively for YouTube content partners. The *onBehalfOfContentOwnerChannel* parameter specifies the YouTube channel ID of the channel to which a video is being added. This parameter is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it can only be used in conjunction with that parameter. In addition, the request must be authorized using a CMS account that is linked to the content owner that the onBehalfOfContentOwner parameter specifies. Finally, the channel that the onBehalfOfContentOwnerChannel parameter value specifies must be linked to the content owner that the onBehalfOfContentOwner parameter specifies. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and perform actions on behalf of the channel specified in the parameter value, without having to provide authentication credentials for each separate channel.
458 onBehalfOfContentOwner: string, *Note:* This parameter is intended exclusively for YouTube content partners. The *onBehalfOfContentOwner* parameter indicates that the request&#x27;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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700459 x__xgafv: string, V1 error format.
460 Allowed values
461 1 - v1 error format
462 2 - v2 error format
Bu Sun Kim65020912020-05-20 12:08:20 -0700463 media_body: string, The filename of the media request body, or an instance of a MediaUpload object.
464 media_mime_type: string, The MIME type of the media request body, or an instance of a MediaUpload object.
John Asmuth614db982014-04-24 15:46:26 -0400465
466Returns:
467 An object of the form:
468
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700469 { # A *video* resource represents a YouTube video.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800470 &quot;statistics&quot;: { # Statistics about the video, such as the number of times the video was viewed or liked. # The statistics object contains statistics about the video.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800471 &quot;likeCount&quot;: &quot;A String&quot;, # The number of users who have indicated that they liked the video by giving it a positive rating.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800472 &quot;favoriteCount&quot;: &quot;A String&quot;, # The number of users who currently have the video marked as a favorite video.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800473 &quot;viewCount&quot;: &quot;A String&quot;, # The number of times the video has been viewed.
474 &quot;dislikeCount&quot;: &quot;A String&quot;, # The number of users who have indicated that they disliked the video by giving it a negative rating.
475 &quot;commentCount&quot;: &quot;A String&quot;, # The number of comments for the video.
Craig Citroe633be12015-03-02 13:40:36 -0800476 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800477 &quot;ageGating&quot;: { # Age restriction details related to a video. This data can only be retrieved by the video owner.
478 &quot;videoGameRating&quot;: &quot;A String&quot;, # Video game rating, if any.
479 &quot;alcoholContent&quot;: True or False, # Indicates whether or not the video has alcoholic beverage content. Only users of legal purchasing age in a particular country, as identified by ICAP, can view the content.
480 &quot;restricted&quot;: True or False, # Age-restricted trailers. For redband trailers and adult-rated video-games. Only users aged 18+ can view the content. The the field is true the content is restricted to viewers aged 18+. Otherwise The field won&#x27;t be present.
481 },
482 &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the video.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700483 &quot;contentDetails&quot;: { # Details about the content of a YouTube Video. # The contentDetails object contains information about the video content, including the length of the video and its aspect ratio.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800484 &quot;contentRating&quot;: { # Ratings schemes. The country-specific ratings are mostly for movies and shows. LINT.IfChange # Specifies the ratings that the video received under various rating schemes.
485 &quot;rtcRating&quot;: &quot;A String&quot;, # The video&#x27;s General Directorate of Radio, Television and Cinematography (Mexico) rating.
486 &quot;anatelRating&quot;: &quot;A String&quot;, # The video&#x27;s Anatel (Asociación Nacional de Televisión) rating for Chilean television.
487 &quot;eefilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Estonia.
488 &quot;mccaaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Malta&#x27;s Film Age-Classification Board.
489 &quot;chfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Switzerland.
490 &quot;djctqRating&quot;: &quot;A String&quot;, # The video&#x27;s Departamento de Justiça, Classificação, Qualificação e Títulos (DJCQT - Brazil) rating.
491 &quot;kmrbRating&quot;: &quot;A String&quot;, # The video&#x27;s Korea Media Rating Board (영상물등급위원회) rating. The KMRB rates videos in South Korea.
492 &quot;mocRating&quot;: &quot;A String&quot;, # The video&#x27;s Ministerio de Cultura (Colombia) rating.
493 &quot;ifcoRating&quot;: &quot;A String&quot;, # The video&#x27;s Irish Film Classification Office (IFCO - Ireland) rating. See the IFCO website for more information.
494 &quot;skfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Slovakia.
495 &quot;djctqRatingReasons&quot;: [ # Reasons that explain why the video received its DJCQT (Brazil) rating.
496 &quot;A String&quot;,
497 ],
498 &quot;fpbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from South Africa&#x27;s Film and Publication Board.
499 &quot;smsaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Statens medieråd (Sweden&#x27;s National Media Council).
500 &quot;cncRating&quot;: &quot;A String&quot;, # Rating system in France - Commission de classification cinematographique
501 &quot;acbRating&quot;: &quot;A String&quot;, # The video&#x27;s Australian Classification Board (ACB) or Australian Communications and Media Authority (ACMA) rating. ACMA ratings are used to classify children&#x27;s television programming.
502 &quot;smaisRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Iceland.
503 &quot;agcomRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Italy&#x27;s Autorità per le Garanzie nelle Comunicazioni (AGCOM).
504 &quot;rteRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Ireland&#x27;s Raidió Teilifís Éireann.
505 &quot;menaMpaaRating&quot;: &quot;A String&quot;, # The rating system for MENA countries, a clone of MPAA. It is needed to prevent titles go live w/o additional QC check, since some of them can be inappropriate for the countries at all. See b/33408548 for more details.
506 &quot;egfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Egypt.
507 &quot;mibacRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Ministero dei Beni e delle Attività Culturali e del Turismo (Italy).
508 &quot;ecbmctRating&quot;: &quot;A String&quot;, # Rating system in Turkey - Evaluation and Classification Board of the Ministry of Culture and Tourism
509 &quot;fcoRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Hong Kong&#x27;s Office for Film, Newspaper and Article Administration.
510 &quot;lsfRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Indonesia&#x27;s Lembaga Sensor Film.
511 &quot;oflcRating&quot;: &quot;A String&quot;, # The video&#x27;s Office of Film and Literature Classification (OFLC - New Zealand) rating.
512 &quot;bbfcRating&quot;: &quot;A String&quot;, # The video&#x27;s British Board of Film Classification (BBFC) rating.
513 &quot;tvpgRating&quot;: &quot;A String&quot;, # The video&#x27;s TV Parental Guidelines (TVPG) rating.
514 &quot;mdaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Singapore&#x27;s Media Development Authority (MDA) and, specifically, it&#x27;s Board of Film Censors (BFC).
515 &quot;cceRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Portugal&#x27;s Comissão de Classificação de Espect´culos.
516 &quot;csaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from France&#x27;s Conseil supérieur de l’audiovisuel, which rates broadcast content.
517 &quot;czfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in the Czech Republic.
518 &quot;ilfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Israel.
519 &quot;cccRating&quot;: &quot;A String&quot;, # The video&#x27;s Consejo de Calificación Cinematográfica (Chile) rating.
520 &quot;nfvcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Nigeria&#x27;s National Film and Video Censors Board.
521 &quot;nbcplRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Poland.
522 &quot;fcbmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Malaysia&#x27;s Film Censorship Board.
523 &quot;eirinRating&quot;: &quot;A String&quot;, # The video&#x27;s Eirin (映倫) rating. Eirin is the Japanese rating system.
524 &quot;russiaRating&quot;: &quot;A String&quot;, # The video&#x27;s National Film Registry of the Russian Federation (MKRF - Russia) rating.
525 &quot;fmocRating&quot;: &quot;A String&quot;, # This property has been deprecated. Use the contentDetails.contentRating.cncRating instead.
526 &quot;incaaRating&quot;: &quot;A String&quot;, # The video&#x27;s INCAA (Instituto Nacional de Cine y Artes Audiovisuales - Argentina) rating.
527 &quot;mpaatRating&quot;: &quot;A String&quot;, # The rating system for trailer, DVD, and Ad in the US. See http://movielabs.com/md/ratings/v2.3/html/US_MPAAT_Ratings.html.
528 &quot;fpbRatingReasons&quot;: [ # Reasons that explain why the video received its FPB (South Africa) rating.
529 &quot;A String&quot;,
530 ],
531 &quot;cicfRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Commission de Contrôle des Films (Belgium).
532 &quot;cnaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Romania&#x27;s CONSILIUL NATIONAL AL AUDIOVIZUALULUI (CNA).
533 &quot;mccypRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Danish Film Institute&#x27;s (Det Danske Filminstitut) Media Council for Children and Young People.
534 &quot;icaaRating&quot;: &quot;A String&quot;, # The video&#x27;s Instituto de la Cinematografía y de las Artes Audiovisuales (ICAA - Spain) rating.
535 &quot;kijkwijzerRating&quot;: &quot;A String&quot;, # The video&#x27;s NICAM/Kijkwijzer rating from the Nederlands Instituut voor de Classificatie van Audiovisuele Media (Netherlands).
536 &quot;fskRating&quot;: &quot;A String&quot;, # The video&#x27;s Freiwillige Selbstkontrolle der Filmwirtschaft (FSK - Germany) rating.
537 &quot;nbcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Maldives National Bureau of Classification.
538 &quot;resorteviolenciaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Venezuela.
539 &quot;chvrsRating&quot;: &quot;A String&quot;, # The video&#x27;s Canadian Home Video Rating System (CHVRS) rating.
540 &quot;bfvcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Thailand&#x27;s Board of Film and Video Censors.
541 &quot;catvRating&quot;: &quot;A String&quot;, # Rating system for Canadian TV - Canadian TV Classification System The video&#x27;s rating from the Canadian Radio-Television and Telecommunications Commission (CRTC) for Canadian English-language broadcasts. For more information, see the Canadian Broadcast Standards Council website.
542 &quot;mpaaRating&quot;: &quot;A String&quot;, # The video&#x27;s Motion Picture Association of America (MPAA) rating.
543 &quot;moctwRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Taiwan&#x27;s Ministry of Culture (文化部).
544 &quot;catvfrRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Canadian Radio-Television and Telecommunications Commission (CRTC) for Canadian French-language broadcasts. For more information, see the Canadian Broadcast Standards Council website.
545 &quot;mekuRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Finland&#x27;s Kansallinen Audiovisuaalinen Instituutti (National Audiovisual Institute).
546 &quot;medietilsynetRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Medietilsynet, the Norwegian Media Authority.
547 &quot;ytRating&quot;: &quot;A String&quot;, # A rating that YouTube uses to identify age-restricted content.
548 &quot;bmukkRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Austrian Board of Media Classification (Bundesministerium für Unterricht, Kunst und Kultur).
549 &quot;pefilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Peru.
550 &quot;cbfcRating&quot;: &quot;A String&quot;, # The video&#x27;s Central Board of Film Certification (CBFC - India) rating.
551 &quot;nmcRating&quot;: &quot;A String&quot;, # The National Media Council ratings system for United Arab Emirates.
552 &quot;mcstRating&quot;: &quot;A String&quot;, # The video&#x27;s rating system for Vietnam - MCST
553 &quot;rcnofRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Hungarian Nemzeti Filmiroda, the Rating Committee of the National Office of Film.
554 &quot;mtrcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Movie and Television Review and Classification Board (Philippines).
555 &quot;nkclvRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Nacionãlais Kino centrs (National Film Centre of Latvia).
556 &quot;nfrcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Bulgarian National Film Center.
557 &quot;cscfRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Luxembourg&#x27;s Commission de surveillance de la classification des films (CSCF).
558 &quot;kfcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Kenya Film Classification Board.
559 &quot;grfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Greece.
560 },
561 &quot;countryRestriction&quot;: { # Rights management policy for YouTube resources. # The countryRestriction object contains information about the countries where a video is (or is not) viewable.
562 &quot;allowed&quot;: True or False, # The value of allowed indicates whether the access to the policy is allowed or denied by default.
563 &quot;exception&quot;: [ # A list of region codes that identify countries where the default policy do not apply.
564 &quot;A String&quot;,
565 ],
566 },
567 &quot;duration&quot;: &quot;A String&quot;, # The length of the video. The tag value is an ISO 8601 duration in the format PT#M#S, in which the letters PT indicate that the value specifies a period of time, and the letters M and S refer to length in minutes and seconds, respectively. The # characters preceding the M and S letters are both integers that specify the number of minutes (or seconds) of the video. For example, a value of PT15M51S indicates that the video is 15 minutes and 51 seconds long.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700568 &quot;caption&quot;: &quot;A String&quot;, # The value of captions indicates whether the video has captions or not.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700569 &quot;regionRestriction&quot;: { # DEPRECATED Region restriction of the video. # The regionRestriction object contains information about the countries where a video is (or is not) viewable. The object will contain either the contentDetails.regionRestriction.allowed property or the contentDetails.regionRestriction.blocked property.
570 &quot;allowed&quot;: [ # A list of region codes that identify countries where the video is viewable. If this property is present and a country is not listed in its value, then the video is blocked from appearing in that country. If this property is present and contains an empty list, the video is blocked in all countries.
571 &quot;A String&quot;,
572 ],
573 &quot;blocked&quot;: [ # A list of region codes that identify countries where the video is blocked. If this property is present and a country is not listed in its value, then the video is viewable in that country. If this property is present and contains an empty list, the video is viewable in all countries.
574 &quot;A String&quot;,
575 ],
576 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800577 &quot;definition&quot;: &quot;A String&quot;, # The value of definition indicates whether the video is available in high definition or only in standard definition.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800578 &quot;licensedContent&quot;: True or False, # The value of is_license_content indicates whether the video is licensed content.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800579 &quot;projection&quot;: &quot;A String&quot;, # Specifies the projection format of the video.
580 &quot;dimension&quot;: &quot;A String&quot;, # The value of dimension indicates whether the video is available in 3D or in 2D.
581 &quot;hasCustomThumbnail&quot;: True or False, # Indicates whether the video uploader has provided a custom thumbnail image for the video. This property is only visible to the video uploader.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700582 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800583 &quot;kind&quot;: &quot;youtube#video&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#video&quot;.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800584 &quot;fileDetails&quot;: { # Describes original video file properties, including technical details about audio and video streams, but also metadata information like content length, digitization time, or geotagging information. # The fileDetails object encapsulates information about the video file that was uploaded to YouTube, including the file&#x27;s resolution, duration, audio and video codecs, stream bitrates, and more. This data can only be retrieved by the video owner.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800585 &quot;bitrateBps&quot;: &quot;A String&quot;, # The uploaded video file&#x27;s combined (video and audio) bitrate in bits per second.
586 &quot;durationMs&quot;: &quot;A String&quot;, # The length of the uploaded video in milliseconds.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800587 &quot;fileSize&quot;: &quot;A String&quot;, # The uploaded file&#x27;s size in bytes. This field is present whether a video file or another type of file was uploaded.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800588 &quot;audioStreams&quot;: [ # A list of audio streams contained in the uploaded video file. Each item in the list contains detailed metadata about an audio stream.
589 { # Information about an audio stream.
590 &quot;channelCount&quot;: 42, # The number of audio channels that the stream contains.
591 &quot;bitrateBps&quot;: &quot;A String&quot;, # The audio stream&#x27;s bitrate, in bits per second.
592 &quot;vendor&quot;: &quot;A String&quot;, # A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code.
593 &quot;codec&quot;: &quot;A String&quot;, # The audio codec that the stream uses.
594 },
595 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800596 &quot;container&quot;: &quot;A String&quot;, # The uploaded video file&#x27;s container format.
597 &quot;videoStreams&quot;: [ # A list of video streams contained in the uploaded video file. Each item in the list contains detailed metadata about a video stream.
598 { # Information about a video stream.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800599 &quot;codec&quot;: &quot;A String&quot;, # The video codec that the stream uses.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800600 &quot;heightPixels&quot;: 42, # The encoded video content&#x27;s height in pixels.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800601 &quot;bitrateBps&quot;: &quot;A String&quot;, # The video stream&#x27;s bitrate, in bits per second.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800602 &quot;vendor&quot;: &quot;A String&quot;, # A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800603 &quot;rotation&quot;: &quot;A String&quot;, # The amount that YouTube needs to rotate the original source content to properly display the video.
604 &quot;aspectRatio&quot;: 3.14, # The video content&#x27;s display aspect ratio, which specifies the aspect ratio in which the video should be displayed.
605 &quot;frameRateFps&quot;: 3.14, # The video stream&#x27;s frame rate, in frames per second.
606 &quot;widthPixels&quot;: 42, # The encoded video content&#x27;s width in pixels. You can calculate the video&#x27;s encoding aspect ratio as width_pixels / height_pixels.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800607 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700608 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800609 &quot;fileName&quot;: &quot;A String&quot;, # The uploaded file&#x27;s name. This field is present whether a video file or another type of file was uploaded.
610 &quot;fileType&quot;: &quot;A String&quot;, # The uploaded file&#x27;s type as detected by YouTube&#x27;s video processing engine. Currently, YouTube only processes video files, but this field is present whether a video file or another type of file was uploaded.
611 &quot;creationTime&quot;: &quot;A String&quot;, # The date and time when the uploaded video file was created. The value is specified in ISO 8601 format. Currently, the following ISO 8601 formats are supported: - Date only: YYYY-MM-DD - Naive time: YYYY-MM-DDTHH:MM:SS - Time with timezone: YYYY-MM-DDTHH:MM:SS+HH:MM
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700612 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800613 &quot;topicDetails&quot;: { # Freebase topic information related to the video. # The topicDetails object encapsulates information about Freebase topics associated with the video.
614 &quot;topicIds&quot;: [ # A list of Freebase topic IDs that are centrally associated with the video. These are topics that are centrally featured in the video, and it can be said that the video is mainly about each of these. You can retrieve information about each topic using the &lt; a href=&quot;http://wiki.freebase.com/wiki/Topic_API&quot;&gt;Freebase Topic API.
615 &quot;A String&quot;,
616 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800617 &quot;topicCategories&quot;: [ # A list of Wikipedia URLs that provide a high-level description of the video&#x27;s content.
618 &quot;A String&quot;,
619 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800620 &quot;relevantTopicIds&quot;: [ # Similar to topic_id, except that these topics are merely relevant to the video. These are topics that may be mentioned in, or appear in the video. You can retrieve information about each topic using Freebase Topic API.
621 &quot;A String&quot;,
622 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700623 },
624 &quot;liveStreamingDetails&quot;: { # Details about the live streaming metadata. # The liveStreamingDetails object contains metadata about a live video broadcast. The object will only be present in a video resource if the video is an upcoming, live, or completed live broadcast.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800625 &quot;scheduledEndTime&quot;: &quot;A String&quot;, # The time that the broadcast is scheduled to end. The value is specified in ISO 8601 format. If the value is empty or the property is not present, then the broadcast is scheduled to continue indefinitely.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700626 &quot;scheduledStartTime&quot;: &quot;A String&quot;, # The time that the broadcast is scheduled to begin. The value is specified in ISO 8601 format.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800627 &quot;activeLiveChatId&quot;: &quot;A String&quot;, # The ID of the currently active live chat attached to this video. This field is filled only if the video is a currently live broadcast that has live chat. Once the broadcast transitions to complete this field will be removed and the live chat closed down. For persistent broadcasts that live chat id will no longer be tied to this video but rather to the new video being displayed at the persistent page.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700628 &quot;concurrentViewers&quot;: &quot;A String&quot;, # The number of viewers currently watching the broadcast. The property and its value will be present if the broadcast has current viewers and the broadcast owner has not hidden the viewcount for the video. Note that YouTube stops tracking the number of concurrent viewers for a broadcast when the broadcast ends. So, this property would not identify the number of viewers watching an archived video of a live broadcast that already ended.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800629 &quot;actualEndTime&quot;: &quot;A String&quot;, # The time that the broadcast actually ended. The value is specified in ISO 8601 format. This value will not be available until the broadcast is over.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800630 &quot;actualStartTime&quot;: &quot;A String&quot;, # The time that the broadcast actually started. The value is specified in ISO 8601 format. This value will not be available until the broadcast begins.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800631 },
632 &quot;suggestions&quot;: { # Specifies suggestions on how to improve video content, including encoding hints, tag suggestions, and editor suggestions. # The suggestions object encapsulates suggestions that identify opportunities to improve the video quality or the metadata for the uploaded video. This data can only be retrieved by the video owner.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800633 &quot;editorSuggestions&quot;: [ # A list of video editing operations that might improve the video quality or playback experience of the uploaded video.
634 &quot;A String&quot;,
635 ],
636 &quot;processingErrors&quot;: [ # A list of errors that will prevent YouTube from successfully processing the uploaded video video. These errors indicate that, regardless of the video&#x27;s current processing status, eventually, that status will almost certainly be failed.
637 &quot;A String&quot;,
638 ],
639 &quot;processingWarnings&quot;: [ # A list of reasons why YouTube may have difficulty transcoding the uploaded video or that might result in an erroneous transcoding. These warnings are generated before YouTube actually processes the uploaded video file. In addition, they identify issues that are unlikely to cause the video processing to fail but that might cause problems such as sync issues, video artifacts, or a missing audio track.
640 &quot;A String&quot;,
641 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800642 &quot;tagSuggestions&quot;: [ # A list of keyword tags that could be added to the video&#x27;s metadata to increase the likelihood that users will locate your video when searching or browsing on YouTube.
643 { # A single tag suggestion with it&#x27;s relevance information.
644 &quot;tag&quot;: &quot;A String&quot;, # The keyword tag suggested for the video.
645 &quot;categoryRestricts&quot;: [ # A set of video categories for which the tag is relevant. You can use this information to display appropriate tag suggestions based on the video category that the video uploader associates with the video. By default, tag suggestions are relevant for all categories if there are no restricts defined for the keyword.
646 &quot;A String&quot;,
647 ],
648 },
649 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800650 &quot;processingHints&quot;: [ # A list of suggestions that may improve YouTube&#x27;s ability to process the video.
651 &quot;A String&quot;,
652 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800653 },
654 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
655 &quot;recordingDetails&quot;: { # Recording information associated with the video. # The recordingDetails object encapsulates information about the location, date and address where the video was recorded.
656 &quot;location&quot;: { # Geographical coordinates of a point, in WGS84. # The geolocation information associated with the video.
657 &quot;latitude&quot;: 3.14, # Latitude in degrees.
658 &quot;longitude&quot;: 3.14, # Longitude in degrees.
659 &quot;altitude&quot;: 3.14, # Altitude above the reference ellipsoid, in meters.
660 },
661 &quot;recordingDate&quot;: &quot;A String&quot;, # The date and time when the video was recorded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sssZ) format.
662 &quot;locationDescription&quot;: &quot;A String&quot;, # The text description of the location where the video was recorded.
663 },
664 &quot;snippet&quot;: { # 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.
665 &quot;thumbnails&quot;: { # 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.
666 &quot;maxres&quot;: { # A thumbnail is an image representing a YouTube resource. # The maximum resolution quality image for this resource.
667 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
668 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
669 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
670 },
671 &quot;standard&quot;: { # A thumbnail is an image representing a YouTube resource. # The standard quality image for this resource.
672 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
673 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
674 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
675 },
676 &quot;default&quot;: { # A thumbnail is an image representing a YouTube resource. # The default image for this resource.
677 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
678 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
679 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
680 },
681 &quot;high&quot;: { # A thumbnail is an image representing a YouTube resource. # The high quality image for this resource.
682 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
683 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
684 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
685 },
686 &quot;medium&quot;: { # A thumbnail is an image representing a YouTube resource. # The medium quality image for this resource.
687 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
688 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
689 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
690 },
691 },
692 &quot;localized&quot;: { # 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)
693 &quot;title&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s title.
694 &quot;description&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s description.
695 },
696 &quot;liveBroadcastContent&quot;: &quot;A String&quot;, # Indicates if the video is an upcoming/active live broadcast. Or it&#x27;s &quot;none&quot; if the video is not an upcoming/active live broadcast.
697 &quot;defaultAudioLanguage&quot;: &quot;A String&quot;, # The default_audio_language property specifies the language spoken in the video&#x27;s default audio track.
698 &quot;categoryId&quot;: &quot;A String&quot;, # The YouTube video category associated with the video.
699 &quot;description&quot;: &quot;A String&quot;, # The video&#x27;s description. @mutable youtube.videos.insert youtube.videos.update
700 &quot;tags&quot;: [ # A list of keyword tags associated with the video. Tags may contain spaces.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800701 &quot;A String&quot;,
702 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800703 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the channel that the video was uploaded to.
704 &quot;title&quot;: &quot;A String&quot;, # The video&#x27;s title. @mutable youtube.videos.insert youtube.videos.update
705 &quot;channelTitle&quot;: &quot;A String&quot;, # Channel title for the channel that the video belongs to.
706 &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time that the video was uploaded. The value is specified in ISO 8601 format.
707 &quot;defaultLanguage&quot;: &quot;A String&quot;, # The language of the videos&#x27;s default snippet.
708 },
709 &quot;player&quot;: { # Player to be used for a video playback. # The player object contains information that you would use to play the video in an embedded player.
710 &quot;embedHeight&quot;: &quot;A String&quot;,
711 &quot;embedHtml&quot;: &quot;A String&quot;, # An &lt;iframe&gt; tag that embeds a player that will play the video.
712 &quot;embedWidth&quot;: &quot;A String&quot;, # The embed width
713 },
714 &quot;monetizationDetails&quot;: { # Details about monetization of a YouTube Video. # The monetizationDetails object encapsulates information about the monetization status of the video.
715 &quot;access&quot;: { # Rights management policy for YouTube resources. # The value of access indicates whether the video can be monetized or not.
716 &quot;allowed&quot;: True or False, # The value of allowed indicates whether the access to the policy is allowed or denied by default.
717 &quot;exception&quot;: [ # A list of region codes that identify countries where the default policy do not apply.
718 &quot;A String&quot;,
719 ],
720 },
721 },
722 &quot;projectDetails&quot;: { # Project specific details about the content of a YouTube Video. # The projectDetails object contains information about the project specific video metadata.
723 &quot;tags&quot;: [ # A list of project tags associated with the video during the upload.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800724 &quot;A String&quot;,
725 ],
726 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800727 &quot;processingDetails&quot;: { # Describes processing status and progress and availability of some other Video resource parts. # The processingDetails object encapsulates information about YouTube&#x27;s progress in processing the uploaded video file. The properties in the object identify the current processing status and an estimate of the time remaining until YouTube finishes processing the video. This part also indicates whether different types of data or content, such as file details or thumbnail images, are available for the video. The processingProgress object is designed to be polled so that the video uploaded can track the progress that YouTube has made in processing the uploaded video file. This data can only be retrieved by the video owner.
728 &quot;processingFailureReason&quot;: &quot;A String&quot;, # The reason that YouTube failed to process the video. This property will only have a value if the processingStatus property&#x27;s value is failed.
729 &quot;thumbnailsAvailability&quot;: &quot;A String&quot;, # This value indicates whether thumbnail images have been generated for the video.
730 &quot;processingStatus&quot;: &quot;A String&quot;, # The video&#x27;s processing status. This value indicates whether YouTube was able to process the video or if the video is still being processed.
731 &quot;processingIssuesAvailability&quot;: &quot;A String&quot;, # This value indicates whether the video processing engine has generated suggestions that might improve YouTube&#x27;s ability to process the the video, warnings that explain video processing problems, or errors that cause video processing problems. You can retrieve these suggestions by requesting the suggestions part in your videos.list() request.
732 &quot;processingProgress&quot;: { # Video processing progress and completion time estimate. # The processingProgress object contains information about the progress YouTube has made in processing the video. The values are really only relevant if the video&#x27;s processing status is processing.
733 &quot;partsTotal&quot;: &quot;A String&quot;, # An estimate of the total number of parts that need to be processed for the video. The number may be updated with more precise estimates while YouTube processes the video.
734 &quot;partsProcessed&quot;: &quot;A String&quot;, # The number of parts of the video that YouTube has already processed. You can estimate the percentage of the video that YouTube has already processed by calculating: 100 * parts_processed / parts_total Note that since the estimated number of parts could increase without a corresponding increase in the number of parts that have already been processed, it is possible that the calculated progress could periodically decrease while YouTube processes a video.
735 &quot;timeLeftMs&quot;: &quot;A String&quot;, # An estimate of the amount of time, in millseconds, that YouTube needs to finish processing the video.
736 },
737 &quot;tagSuggestionsAvailability&quot;: &quot;A String&quot;, # This value indicates whether keyword (tag) suggestions are available for the video. Tags can be added to a video&#x27;s metadata to make it easier for other users to find the video. You can retrieve these suggestions by requesting the suggestions part in your videos.list() request.
738 &quot;editorSuggestionsAvailability&quot;: &quot;A String&quot;, # This value indicates whether video editing suggestions, which might improve video quality or the playback experience, are available for the video. You can retrieve these suggestions by requesting the suggestions part in your videos.list() request.
739 &quot;fileDetailsAvailability&quot;: &quot;A String&quot;, # This value indicates whether file details are available for the uploaded video. You can retrieve a video&#x27;s file details by requesting the fileDetails part in your videos.list() request.
740 },
741 &quot;localizations&quot;: { # The localizations object contains localized versions of the basic details about the video, such as its title and description.
742 &quot;a_key&quot;: { # Localized versions of certain video properties (e.g. title).
743 &quot;title&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s title.
744 &quot;description&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s description.
745 },
746 },
747 &quot;status&quot;: { # Basic details about a video category, such as its localized title. Next Id: 17 # The status object contains information about the video&#x27;s uploading, processing, and privacy statuses.
748 &quot;license&quot;: &quot;A String&quot;, # The video&#x27;s license. @mutable youtube.videos.insert youtube.videos.update
749 &quot;rejectionReason&quot;: &quot;A String&quot;, # This value explains why YouTube rejected an uploaded video. This property is only present if the uploadStatus property indicates that the upload was rejected.
750 &quot;selfDeclaredMadeForKids&quot;: True or False,
751 &quot;failureReason&quot;: &quot;A String&quot;, # This value explains why a video failed to upload. This property is only present if the uploadStatus property indicates that the upload failed.
752 &quot;embeddable&quot;: True or False, # This value indicates if the video can be embedded on another website. @mutable youtube.videos.insert youtube.videos.update
753 &quot;publicStatsViewable&quot;: True or False, # This value indicates if the extended video statistics on the watch page can be viewed by everyone. Note that the view count, likes, etc will still be visible if this is disabled. @mutable youtube.videos.insert youtube.videos.update
754 &quot;madeForKids&quot;: True or False,
755 &quot;privacyStatus&quot;: &quot;A String&quot;, # The video&#x27;s privacy status.
756 &quot;publishAt&quot;: &quot;A String&quot;, # The date and time when the video is scheduled to publish. It can be set only if the privacy status of the video is private. The value is specified in ISO 8601 format.
757 &quot;uploadStatus&quot;: &quot;A String&quot;, # The status of the uploaded video.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700758 },
John Asmuth614db982014-04-24 15:46:26 -0400759 }</pre>
760</div>
761
762<div class="method">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800763 <code class="details" id="list">list(part, onBehalfOfContentOwner=None, maxHeight=None, chart=None, regionCode=None, maxResults=None, myRating=None, videoCategoryId=None, locale=None, id=None, hl=None, pageToken=None, maxWidth=None, x__xgafv=None)</code>
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700764 <pre>Retrieves a list of resources, possibly filtered.
John Asmuth614db982014-04-24 15:46:26 -0400765
766Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700767 part: string, The *part* parameter specifies a comma-separated list of one or more video resource properties that the API response will include. 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) (repeated)
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800768 onBehalfOfContentOwner: string, *Note:* This parameter is intended exclusively for YouTube content partners. The *onBehalfOfContentOwner* parameter indicates that the request&#x27;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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800769 maxHeight: integer, A parameter
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700770 chart: string, Return the videos that are in the specified chart.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700771 Allowed values
772 chartUnspecified -
773 mostPopular - Return the most popular videos for the specified content region and video category.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800774 regionCode: string, Use a chart that is specific to the specified region
775 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 and chart parameters, but it is not supported for use in conjunction with the id parameter.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700776 myRating: string, Return videos liked/disliked by the authenticated user. Does not support RateType.RATED_TYPE_NONE.
777 Allowed values
778 none -
779 like - The entity is liked.
780 dislike - The entity is disliked.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800781 videoCategoryId: string, Use chart that is specific to the specified video category
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800782 locale: string, A parameter
783 id: string, Return videos with the given ids. (repeated)
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800784 hl: string, Stands for &quot;host language&quot;. Specifies the localization language of the metadata to be filled into snippet.localized. The field is filled with the default metadata if there is no localization in the specified language. The parameter value must be a language code included in the list returned by the i18nLanguages.list method (e.g. en_US, es_MX).
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800785 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 and chart parameters, but it is not supported for use in conjunction with the id parameter.
786 maxWidth: integer, Return the player with maximum height specified in
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700787 x__xgafv: string, V1 error format.
Craig Citroe633be12015-03-02 13:40:36 -0800788 Allowed values
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700789 1 - v1 error format
790 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400791
792Returns:
793 An object of the form:
794
795 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800796 &quot;nextPageToken&quot;: &quot;A String&quot;, # The token that can be used as the value of the pageToken parameter to retrieve the next page in the result set.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700797 &quot;kind&quot;: &quot;youtube#videoListResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#videoListResponse&quot;.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800798 &quot;tokenPagination&quot;: { # Stub token pagination template to suppress results.
799 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700800 &quot;eventId&quot;: &quot;A String&quot;, # Serialized EventId of the request which produced this response.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800801 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
802 &quot;prevPageToken&quot;: &quot;A String&quot;, # The token that can be used as the value of the pageToken parameter to retrieve the previous page in the result set.
803 &quot;visitorId&quot;: &quot;A String&quot;, # The visitorId identifies the visitor.
804 &quot;pageInfo&quot;: { # Paging details for lists of resources, including total number of items available and number of resources returned in a single page. # General pagination information.
805 &quot;resultsPerPage&quot;: 42, # The number of results included in the API response.
806 &quot;totalResults&quot;: 42, # The total number of results in the result set.
807 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700808 &quot;items&quot;: [
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700809 { # A *video* resource represents a YouTube video.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800810 &quot;statistics&quot;: { # Statistics about the video, such as the number of times the video was viewed or liked. # The statistics object contains statistics about the video.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800811 &quot;likeCount&quot;: &quot;A String&quot;, # The number of users who have indicated that they liked the video by giving it a positive rating.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800812 &quot;favoriteCount&quot;: &quot;A String&quot;, # The number of users who currently have the video marked as a favorite video.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800813 &quot;viewCount&quot;: &quot;A String&quot;, # The number of times the video has been viewed.
814 &quot;dislikeCount&quot;: &quot;A String&quot;, # The number of users who have indicated that they disliked the video by giving it a negative rating.
815 &quot;commentCount&quot;: &quot;A String&quot;, # The number of comments for the video.
Craig Citroe633be12015-03-02 13:40:36 -0800816 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800817 &quot;ageGating&quot;: { # Age restriction details related to a video. This data can only be retrieved by the video owner.
818 &quot;videoGameRating&quot;: &quot;A String&quot;, # Video game rating, if any.
819 &quot;alcoholContent&quot;: True or False, # Indicates whether or not the video has alcoholic beverage content. Only users of legal purchasing age in a particular country, as identified by ICAP, can view the content.
820 &quot;restricted&quot;: True or False, # Age-restricted trailers. For redband trailers and adult-rated video-games. Only users aged 18+ can view the content. The the field is true the content is restricted to viewers aged 18+. Otherwise The field won&#x27;t be present.
821 },
822 &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the video.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700823 &quot;contentDetails&quot;: { # Details about the content of a YouTube Video. # The contentDetails object contains information about the video content, including the length of the video and its aspect ratio.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800824 &quot;contentRating&quot;: { # Ratings schemes. The country-specific ratings are mostly for movies and shows. LINT.IfChange # Specifies the ratings that the video received under various rating schemes.
825 &quot;rtcRating&quot;: &quot;A String&quot;, # The video&#x27;s General Directorate of Radio, Television and Cinematography (Mexico) rating.
826 &quot;anatelRating&quot;: &quot;A String&quot;, # The video&#x27;s Anatel (Asociación Nacional de Televisión) rating for Chilean television.
827 &quot;eefilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Estonia.
828 &quot;mccaaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Malta&#x27;s Film Age-Classification Board.
829 &quot;chfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Switzerland.
830 &quot;djctqRating&quot;: &quot;A String&quot;, # The video&#x27;s Departamento de Justiça, Classificação, Qualificação e Títulos (DJCQT - Brazil) rating.
831 &quot;kmrbRating&quot;: &quot;A String&quot;, # The video&#x27;s Korea Media Rating Board (영상물등급위원회) rating. The KMRB rates videos in South Korea.
832 &quot;mocRating&quot;: &quot;A String&quot;, # The video&#x27;s Ministerio de Cultura (Colombia) rating.
833 &quot;ifcoRating&quot;: &quot;A String&quot;, # The video&#x27;s Irish Film Classification Office (IFCO - Ireland) rating. See the IFCO website for more information.
834 &quot;skfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Slovakia.
835 &quot;djctqRatingReasons&quot;: [ # Reasons that explain why the video received its DJCQT (Brazil) rating.
836 &quot;A String&quot;,
837 ],
838 &quot;fpbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from South Africa&#x27;s Film and Publication Board.
839 &quot;smsaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Statens medieråd (Sweden&#x27;s National Media Council).
840 &quot;cncRating&quot;: &quot;A String&quot;, # Rating system in France - Commission de classification cinematographique
841 &quot;acbRating&quot;: &quot;A String&quot;, # The video&#x27;s Australian Classification Board (ACB) or Australian Communications and Media Authority (ACMA) rating. ACMA ratings are used to classify children&#x27;s television programming.
842 &quot;smaisRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Iceland.
843 &quot;agcomRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Italy&#x27;s Autorità per le Garanzie nelle Comunicazioni (AGCOM).
844 &quot;rteRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Ireland&#x27;s Raidió Teilifís Éireann.
845 &quot;menaMpaaRating&quot;: &quot;A String&quot;, # The rating system for MENA countries, a clone of MPAA. It is needed to prevent titles go live w/o additional QC check, since some of them can be inappropriate for the countries at all. See b/33408548 for more details.
846 &quot;egfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Egypt.
847 &quot;mibacRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Ministero dei Beni e delle Attività Culturali e del Turismo (Italy).
848 &quot;ecbmctRating&quot;: &quot;A String&quot;, # Rating system in Turkey - Evaluation and Classification Board of the Ministry of Culture and Tourism
849 &quot;fcoRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Hong Kong&#x27;s Office for Film, Newspaper and Article Administration.
850 &quot;lsfRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Indonesia&#x27;s Lembaga Sensor Film.
851 &quot;oflcRating&quot;: &quot;A String&quot;, # The video&#x27;s Office of Film and Literature Classification (OFLC - New Zealand) rating.
852 &quot;bbfcRating&quot;: &quot;A String&quot;, # The video&#x27;s British Board of Film Classification (BBFC) rating.
853 &quot;tvpgRating&quot;: &quot;A String&quot;, # The video&#x27;s TV Parental Guidelines (TVPG) rating.
854 &quot;mdaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Singapore&#x27;s Media Development Authority (MDA) and, specifically, it&#x27;s Board of Film Censors (BFC).
855 &quot;cceRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Portugal&#x27;s Comissão de Classificação de Espect´culos.
856 &quot;csaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from France&#x27;s Conseil supérieur de l’audiovisuel, which rates broadcast content.
857 &quot;czfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in the Czech Republic.
858 &quot;ilfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Israel.
859 &quot;cccRating&quot;: &quot;A String&quot;, # The video&#x27;s Consejo de Calificación Cinematográfica (Chile) rating.
860 &quot;nfvcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Nigeria&#x27;s National Film and Video Censors Board.
861 &quot;nbcplRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Poland.
862 &quot;fcbmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Malaysia&#x27;s Film Censorship Board.
863 &quot;eirinRating&quot;: &quot;A String&quot;, # The video&#x27;s Eirin (映倫) rating. Eirin is the Japanese rating system.
864 &quot;russiaRating&quot;: &quot;A String&quot;, # The video&#x27;s National Film Registry of the Russian Federation (MKRF - Russia) rating.
865 &quot;fmocRating&quot;: &quot;A String&quot;, # This property has been deprecated. Use the contentDetails.contentRating.cncRating instead.
866 &quot;incaaRating&quot;: &quot;A String&quot;, # The video&#x27;s INCAA (Instituto Nacional de Cine y Artes Audiovisuales - Argentina) rating.
867 &quot;mpaatRating&quot;: &quot;A String&quot;, # The rating system for trailer, DVD, and Ad in the US. See http://movielabs.com/md/ratings/v2.3/html/US_MPAAT_Ratings.html.
868 &quot;fpbRatingReasons&quot;: [ # Reasons that explain why the video received its FPB (South Africa) rating.
869 &quot;A String&quot;,
870 ],
871 &quot;cicfRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Commission de Contrôle des Films (Belgium).
872 &quot;cnaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Romania&#x27;s CONSILIUL NATIONAL AL AUDIOVIZUALULUI (CNA).
873 &quot;mccypRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Danish Film Institute&#x27;s (Det Danske Filminstitut) Media Council for Children and Young People.
874 &quot;icaaRating&quot;: &quot;A String&quot;, # The video&#x27;s Instituto de la Cinematografía y de las Artes Audiovisuales (ICAA - Spain) rating.
875 &quot;kijkwijzerRating&quot;: &quot;A String&quot;, # The video&#x27;s NICAM/Kijkwijzer rating from the Nederlands Instituut voor de Classificatie van Audiovisuele Media (Netherlands).
876 &quot;fskRating&quot;: &quot;A String&quot;, # The video&#x27;s Freiwillige Selbstkontrolle der Filmwirtschaft (FSK - Germany) rating.
877 &quot;nbcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Maldives National Bureau of Classification.
878 &quot;resorteviolenciaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Venezuela.
879 &quot;chvrsRating&quot;: &quot;A String&quot;, # The video&#x27;s Canadian Home Video Rating System (CHVRS) rating.
880 &quot;bfvcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Thailand&#x27;s Board of Film and Video Censors.
881 &quot;catvRating&quot;: &quot;A String&quot;, # Rating system for Canadian TV - Canadian TV Classification System The video&#x27;s rating from the Canadian Radio-Television and Telecommunications Commission (CRTC) for Canadian English-language broadcasts. For more information, see the Canadian Broadcast Standards Council website.
882 &quot;mpaaRating&quot;: &quot;A String&quot;, # The video&#x27;s Motion Picture Association of America (MPAA) rating.
883 &quot;moctwRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Taiwan&#x27;s Ministry of Culture (文化部).
884 &quot;catvfrRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Canadian Radio-Television and Telecommunications Commission (CRTC) for Canadian French-language broadcasts. For more information, see the Canadian Broadcast Standards Council website.
885 &quot;mekuRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Finland&#x27;s Kansallinen Audiovisuaalinen Instituutti (National Audiovisual Institute).
886 &quot;medietilsynetRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Medietilsynet, the Norwegian Media Authority.
887 &quot;ytRating&quot;: &quot;A String&quot;, # A rating that YouTube uses to identify age-restricted content.
888 &quot;bmukkRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Austrian Board of Media Classification (Bundesministerium für Unterricht, Kunst und Kultur).
889 &quot;pefilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Peru.
890 &quot;cbfcRating&quot;: &quot;A String&quot;, # The video&#x27;s Central Board of Film Certification (CBFC - India) rating.
891 &quot;nmcRating&quot;: &quot;A String&quot;, # The National Media Council ratings system for United Arab Emirates.
892 &quot;mcstRating&quot;: &quot;A String&quot;, # The video&#x27;s rating system for Vietnam - MCST
893 &quot;rcnofRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Hungarian Nemzeti Filmiroda, the Rating Committee of the National Office of Film.
894 &quot;mtrcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Movie and Television Review and Classification Board (Philippines).
895 &quot;nkclvRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Nacionãlais Kino centrs (National Film Centre of Latvia).
896 &quot;nfrcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Bulgarian National Film Center.
897 &quot;cscfRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Luxembourg&#x27;s Commission de surveillance de la classification des films (CSCF).
898 &quot;kfcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Kenya Film Classification Board.
899 &quot;grfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Greece.
900 },
901 &quot;countryRestriction&quot;: { # Rights management policy for YouTube resources. # The countryRestriction object contains information about the countries where a video is (or is not) viewable.
902 &quot;allowed&quot;: True or False, # The value of allowed indicates whether the access to the policy is allowed or denied by default.
903 &quot;exception&quot;: [ # A list of region codes that identify countries where the default policy do not apply.
904 &quot;A String&quot;,
905 ],
906 },
907 &quot;duration&quot;: &quot;A String&quot;, # The length of the video. The tag value is an ISO 8601 duration in the format PT#M#S, in which the letters PT indicate that the value specifies a period of time, and the letters M and S refer to length in minutes and seconds, respectively. The # characters preceding the M and S letters are both integers that specify the number of minutes (or seconds) of the video. For example, a value of PT15M51S indicates that the video is 15 minutes and 51 seconds long.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700908 &quot;caption&quot;: &quot;A String&quot;, # The value of captions indicates whether the video has captions or not.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700909 &quot;regionRestriction&quot;: { # DEPRECATED Region restriction of the video. # The regionRestriction object contains information about the countries where a video is (or is not) viewable. The object will contain either the contentDetails.regionRestriction.allowed property or the contentDetails.regionRestriction.blocked property.
910 &quot;allowed&quot;: [ # A list of region codes that identify countries where the video is viewable. If this property is present and a country is not listed in its value, then the video is blocked from appearing in that country. If this property is present and contains an empty list, the video is blocked in all countries.
911 &quot;A String&quot;,
912 ],
913 &quot;blocked&quot;: [ # A list of region codes that identify countries where the video is blocked. If this property is present and a country is not listed in its value, then the video is viewable in that country. If this property is present and contains an empty list, the video is viewable in all countries.
914 &quot;A String&quot;,
915 ],
916 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800917 &quot;definition&quot;: &quot;A String&quot;, # The value of definition indicates whether the video is available in high definition or only in standard definition.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800918 &quot;licensedContent&quot;: True or False, # The value of is_license_content indicates whether the video is licensed content.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800919 &quot;projection&quot;: &quot;A String&quot;, # Specifies the projection format of the video.
920 &quot;dimension&quot;: &quot;A String&quot;, # The value of dimension indicates whether the video is available in 3D or in 2D.
921 &quot;hasCustomThumbnail&quot;: True or False, # Indicates whether the video uploader has provided a custom thumbnail image for the video. This property is only visible to the video uploader.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700922 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800923 &quot;kind&quot;: &quot;youtube#video&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#video&quot;.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800924 &quot;fileDetails&quot;: { # Describes original video file properties, including technical details about audio and video streams, but also metadata information like content length, digitization time, or geotagging information. # The fileDetails object encapsulates information about the video file that was uploaded to YouTube, including the file&#x27;s resolution, duration, audio and video codecs, stream bitrates, and more. This data can only be retrieved by the video owner.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800925 &quot;bitrateBps&quot;: &quot;A String&quot;, # The uploaded video file&#x27;s combined (video and audio) bitrate in bits per second.
926 &quot;durationMs&quot;: &quot;A String&quot;, # The length of the uploaded video in milliseconds.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800927 &quot;fileSize&quot;: &quot;A String&quot;, # The uploaded file&#x27;s size in bytes. This field is present whether a video file or another type of file was uploaded.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800928 &quot;audioStreams&quot;: [ # A list of audio streams contained in the uploaded video file. Each item in the list contains detailed metadata about an audio stream.
929 { # Information about an audio stream.
930 &quot;channelCount&quot;: 42, # The number of audio channels that the stream contains.
931 &quot;bitrateBps&quot;: &quot;A String&quot;, # The audio stream&#x27;s bitrate, in bits per second.
932 &quot;vendor&quot;: &quot;A String&quot;, # A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code.
933 &quot;codec&quot;: &quot;A String&quot;, # The audio codec that the stream uses.
934 },
935 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800936 &quot;container&quot;: &quot;A String&quot;, # The uploaded video file&#x27;s container format.
937 &quot;videoStreams&quot;: [ # A list of video streams contained in the uploaded video file. Each item in the list contains detailed metadata about a video stream.
938 { # Information about a video stream.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800939 &quot;codec&quot;: &quot;A String&quot;, # The video codec that the stream uses.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800940 &quot;heightPixels&quot;: 42, # The encoded video content&#x27;s height in pixels.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800941 &quot;bitrateBps&quot;: &quot;A String&quot;, # The video stream&#x27;s bitrate, in bits per second.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800942 &quot;vendor&quot;: &quot;A String&quot;, # A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800943 &quot;rotation&quot;: &quot;A String&quot;, # The amount that YouTube needs to rotate the original source content to properly display the video.
944 &quot;aspectRatio&quot;: 3.14, # The video content&#x27;s display aspect ratio, which specifies the aspect ratio in which the video should be displayed.
945 &quot;frameRateFps&quot;: 3.14, # The video stream&#x27;s frame rate, in frames per second.
946 &quot;widthPixels&quot;: 42, # The encoded video content&#x27;s width in pixels. You can calculate the video&#x27;s encoding aspect ratio as width_pixels / height_pixels.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800947 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700948 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800949 &quot;fileName&quot;: &quot;A String&quot;, # The uploaded file&#x27;s name. This field is present whether a video file or another type of file was uploaded.
950 &quot;fileType&quot;: &quot;A String&quot;, # The uploaded file&#x27;s type as detected by YouTube&#x27;s video processing engine. Currently, YouTube only processes video files, but this field is present whether a video file or another type of file was uploaded.
951 &quot;creationTime&quot;: &quot;A String&quot;, # The date and time when the uploaded video file was created. The value is specified in ISO 8601 format. Currently, the following ISO 8601 formats are supported: - Date only: YYYY-MM-DD - Naive time: YYYY-MM-DDTHH:MM:SS - Time with timezone: YYYY-MM-DDTHH:MM:SS+HH:MM
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700952 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800953 &quot;topicDetails&quot;: { # Freebase topic information related to the video. # The topicDetails object encapsulates information about Freebase topics associated with the video.
954 &quot;topicIds&quot;: [ # A list of Freebase topic IDs that are centrally associated with the video. These are topics that are centrally featured in the video, and it can be said that the video is mainly about each of these. You can retrieve information about each topic using the &lt; a href=&quot;http://wiki.freebase.com/wiki/Topic_API&quot;&gt;Freebase Topic API.
955 &quot;A String&quot;,
956 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800957 &quot;topicCategories&quot;: [ # A list of Wikipedia URLs that provide a high-level description of the video&#x27;s content.
958 &quot;A String&quot;,
959 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800960 &quot;relevantTopicIds&quot;: [ # Similar to topic_id, except that these topics are merely relevant to the video. These are topics that may be mentioned in, or appear in the video. You can retrieve information about each topic using Freebase Topic API.
961 &quot;A String&quot;,
962 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700963 },
964 &quot;liveStreamingDetails&quot;: { # Details about the live streaming metadata. # The liveStreamingDetails object contains metadata about a live video broadcast. The object will only be present in a video resource if the video is an upcoming, live, or completed live broadcast.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800965 &quot;scheduledEndTime&quot;: &quot;A String&quot;, # The time that the broadcast is scheduled to end. The value is specified in ISO 8601 format. If the value is empty or the property is not present, then the broadcast is scheduled to continue indefinitely.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700966 &quot;scheduledStartTime&quot;: &quot;A String&quot;, # The time that the broadcast is scheduled to begin. The value is specified in ISO 8601 format.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800967 &quot;activeLiveChatId&quot;: &quot;A String&quot;, # The ID of the currently active live chat attached to this video. This field is filled only if the video is a currently live broadcast that has live chat. Once the broadcast transitions to complete this field will be removed and the live chat closed down. For persistent broadcasts that live chat id will no longer be tied to this video but rather to the new video being displayed at the persistent page.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700968 &quot;concurrentViewers&quot;: &quot;A String&quot;, # The number of viewers currently watching the broadcast. The property and its value will be present if the broadcast has current viewers and the broadcast owner has not hidden the viewcount for the video. Note that YouTube stops tracking the number of concurrent viewers for a broadcast when the broadcast ends. So, this property would not identify the number of viewers watching an archived video of a live broadcast that already ended.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800969 &quot;actualEndTime&quot;: &quot;A String&quot;, # The time that the broadcast actually ended. The value is specified in ISO 8601 format. This value will not be available until the broadcast is over.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800970 &quot;actualStartTime&quot;: &quot;A String&quot;, # The time that the broadcast actually started. The value is specified in ISO 8601 format. This value will not be available until the broadcast begins.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800971 },
972 &quot;suggestions&quot;: { # Specifies suggestions on how to improve video content, including encoding hints, tag suggestions, and editor suggestions. # The suggestions object encapsulates suggestions that identify opportunities to improve the video quality or the metadata for the uploaded video. This data can only be retrieved by the video owner.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800973 &quot;editorSuggestions&quot;: [ # A list of video editing operations that might improve the video quality or playback experience of the uploaded video.
974 &quot;A String&quot;,
975 ],
976 &quot;processingErrors&quot;: [ # A list of errors that will prevent YouTube from successfully processing the uploaded video video. These errors indicate that, regardless of the video&#x27;s current processing status, eventually, that status will almost certainly be failed.
977 &quot;A String&quot;,
978 ],
979 &quot;processingWarnings&quot;: [ # A list of reasons why YouTube may have difficulty transcoding the uploaded video or that might result in an erroneous transcoding. These warnings are generated before YouTube actually processes the uploaded video file. In addition, they identify issues that are unlikely to cause the video processing to fail but that might cause problems such as sync issues, video artifacts, or a missing audio track.
980 &quot;A String&quot;,
981 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800982 &quot;tagSuggestions&quot;: [ # A list of keyword tags that could be added to the video&#x27;s metadata to increase the likelihood that users will locate your video when searching or browsing on YouTube.
983 { # A single tag suggestion with it&#x27;s relevance information.
984 &quot;tag&quot;: &quot;A String&quot;, # The keyword tag suggested for the video.
985 &quot;categoryRestricts&quot;: [ # A set of video categories for which the tag is relevant. You can use this information to display appropriate tag suggestions based on the video category that the video uploader associates with the video. By default, tag suggestions are relevant for all categories if there are no restricts defined for the keyword.
986 &quot;A String&quot;,
987 ],
988 },
989 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800990 &quot;processingHints&quot;: [ # A list of suggestions that may improve YouTube&#x27;s ability to process the video.
991 &quot;A String&quot;,
992 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800993 },
994 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
995 &quot;recordingDetails&quot;: { # Recording information associated with the video. # The recordingDetails object encapsulates information about the location, date and address where the video was recorded.
996 &quot;location&quot;: { # Geographical coordinates of a point, in WGS84. # The geolocation information associated with the video.
997 &quot;latitude&quot;: 3.14, # Latitude in degrees.
998 &quot;longitude&quot;: 3.14, # Longitude in degrees.
999 &quot;altitude&quot;: 3.14, # Altitude above the reference ellipsoid, in meters.
1000 },
1001 &quot;recordingDate&quot;: &quot;A String&quot;, # The date and time when the video was recorded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sssZ) format.
1002 &quot;locationDescription&quot;: &quot;A String&quot;, # The text description of the location where the video was recorded.
1003 },
1004 &quot;snippet&quot;: { # 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.
1005 &quot;thumbnails&quot;: { # 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.
1006 &quot;maxres&quot;: { # A thumbnail is an image representing a YouTube resource. # The maximum resolution quality image for this resource.
1007 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
1008 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
1009 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
1010 },
1011 &quot;standard&quot;: { # A thumbnail is an image representing a YouTube resource. # The standard quality image for this resource.
1012 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
1013 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
1014 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
1015 },
1016 &quot;default&quot;: { # A thumbnail is an image representing a YouTube resource. # The default image for this resource.
1017 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
1018 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
1019 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
1020 },
1021 &quot;high&quot;: { # A thumbnail is an image representing a YouTube resource. # The high quality image for this resource.
1022 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
1023 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
1024 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
1025 },
1026 &quot;medium&quot;: { # A thumbnail is an image representing a YouTube resource. # The medium quality image for this resource.
1027 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
1028 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
1029 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
1030 },
1031 },
1032 &quot;localized&quot;: { # 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)
1033 &quot;title&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s title.
1034 &quot;description&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s description.
1035 },
1036 &quot;liveBroadcastContent&quot;: &quot;A String&quot;, # Indicates if the video is an upcoming/active live broadcast. Or it&#x27;s &quot;none&quot; if the video is not an upcoming/active live broadcast.
1037 &quot;defaultAudioLanguage&quot;: &quot;A String&quot;, # The default_audio_language property specifies the language spoken in the video&#x27;s default audio track.
1038 &quot;categoryId&quot;: &quot;A String&quot;, # The YouTube video category associated with the video.
1039 &quot;description&quot;: &quot;A String&quot;, # The video&#x27;s description. @mutable youtube.videos.insert youtube.videos.update
1040 &quot;tags&quot;: [ # A list of keyword tags associated with the video. Tags may contain spaces.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001041 &quot;A String&quot;,
1042 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001043 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the channel that the video was uploaded to.
1044 &quot;title&quot;: &quot;A String&quot;, # The video&#x27;s title. @mutable youtube.videos.insert youtube.videos.update
1045 &quot;channelTitle&quot;: &quot;A String&quot;, # Channel title for the channel that the video belongs to.
1046 &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time that the video was uploaded. The value is specified in ISO 8601 format.
1047 &quot;defaultLanguage&quot;: &quot;A String&quot;, # The language of the videos&#x27;s default snippet.
1048 },
1049 &quot;player&quot;: { # Player to be used for a video playback. # The player object contains information that you would use to play the video in an embedded player.
1050 &quot;embedHeight&quot;: &quot;A String&quot;,
1051 &quot;embedHtml&quot;: &quot;A String&quot;, # An &lt;iframe&gt; tag that embeds a player that will play the video.
1052 &quot;embedWidth&quot;: &quot;A String&quot;, # The embed width
1053 },
1054 &quot;monetizationDetails&quot;: { # Details about monetization of a YouTube Video. # The monetizationDetails object encapsulates information about the monetization status of the video.
1055 &quot;access&quot;: { # Rights management policy for YouTube resources. # The value of access indicates whether the video can be monetized or not.
1056 &quot;allowed&quot;: True or False, # The value of allowed indicates whether the access to the policy is allowed or denied by default.
1057 &quot;exception&quot;: [ # A list of region codes that identify countries where the default policy do not apply.
1058 &quot;A String&quot;,
1059 ],
1060 },
1061 },
1062 &quot;projectDetails&quot;: { # Project specific details about the content of a YouTube Video. # The projectDetails object contains information about the project specific video metadata.
1063 &quot;tags&quot;: [ # A list of project tags associated with the video during the upload.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001064 &quot;A String&quot;,
1065 ],
1066 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001067 &quot;processingDetails&quot;: { # Describes processing status and progress and availability of some other Video resource parts. # The processingDetails object encapsulates information about YouTube&#x27;s progress in processing the uploaded video file. The properties in the object identify the current processing status and an estimate of the time remaining until YouTube finishes processing the video. This part also indicates whether different types of data or content, such as file details or thumbnail images, are available for the video. The processingProgress object is designed to be polled so that the video uploaded can track the progress that YouTube has made in processing the uploaded video file. This data can only be retrieved by the video owner.
1068 &quot;processingFailureReason&quot;: &quot;A String&quot;, # The reason that YouTube failed to process the video. This property will only have a value if the processingStatus property&#x27;s value is failed.
1069 &quot;thumbnailsAvailability&quot;: &quot;A String&quot;, # This value indicates whether thumbnail images have been generated for the video.
1070 &quot;processingStatus&quot;: &quot;A String&quot;, # The video&#x27;s processing status. This value indicates whether YouTube was able to process the video or if the video is still being processed.
1071 &quot;processingIssuesAvailability&quot;: &quot;A String&quot;, # This value indicates whether the video processing engine has generated suggestions that might improve YouTube&#x27;s ability to process the the video, warnings that explain video processing problems, or errors that cause video processing problems. You can retrieve these suggestions by requesting the suggestions part in your videos.list() request.
1072 &quot;processingProgress&quot;: { # Video processing progress and completion time estimate. # The processingProgress object contains information about the progress YouTube has made in processing the video. The values are really only relevant if the video&#x27;s processing status is processing.
1073 &quot;partsTotal&quot;: &quot;A String&quot;, # An estimate of the total number of parts that need to be processed for the video. The number may be updated with more precise estimates while YouTube processes the video.
1074 &quot;partsProcessed&quot;: &quot;A String&quot;, # The number of parts of the video that YouTube has already processed. You can estimate the percentage of the video that YouTube has already processed by calculating: 100 * parts_processed / parts_total Note that since the estimated number of parts could increase without a corresponding increase in the number of parts that have already been processed, it is possible that the calculated progress could periodically decrease while YouTube processes a video.
1075 &quot;timeLeftMs&quot;: &quot;A String&quot;, # An estimate of the amount of time, in millseconds, that YouTube needs to finish processing the video.
1076 },
1077 &quot;tagSuggestionsAvailability&quot;: &quot;A String&quot;, # This value indicates whether keyword (tag) suggestions are available for the video. Tags can be added to a video&#x27;s metadata to make it easier for other users to find the video. You can retrieve these suggestions by requesting the suggestions part in your videos.list() request.
1078 &quot;editorSuggestionsAvailability&quot;: &quot;A String&quot;, # This value indicates whether video editing suggestions, which might improve video quality or the playback experience, are available for the video. You can retrieve these suggestions by requesting the suggestions part in your videos.list() request.
1079 &quot;fileDetailsAvailability&quot;: &quot;A String&quot;, # This value indicates whether file details are available for the uploaded video. You can retrieve a video&#x27;s file details by requesting the fileDetails part in your videos.list() request.
1080 },
1081 &quot;localizations&quot;: { # The localizations object contains localized versions of the basic details about the video, such as its title and description.
1082 &quot;a_key&quot;: { # Localized versions of certain video properties (e.g. title).
1083 &quot;title&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s title.
1084 &quot;description&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s description.
1085 },
1086 },
1087 &quot;status&quot;: { # Basic details about a video category, such as its localized title. Next Id: 17 # The status object contains information about the video&#x27;s uploading, processing, and privacy statuses.
1088 &quot;license&quot;: &quot;A String&quot;, # The video&#x27;s license. @mutable youtube.videos.insert youtube.videos.update
1089 &quot;rejectionReason&quot;: &quot;A String&quot;, # This value explains why YouTube rejected an uploaded video. This property is only present if the uploadStatus property indicates that the upload was rejected.
1090 &quot;selfDeclaredMadeForKids&quot;: True or False,
1091 &quot;failureReason&quot;: &quot;A String&quot;, # This value explains why a video failed to upload. This property is only present if the uploadStatus property indicates that the upload failed.
1092 &quot;embeddable&quot;: True or False, # This value indicates if the video can be embedded on another website. @mutable youtube.videos.insert youtube.videos.update
1093 &quot;publicStatsViewable&quot;: True or False, # This value indicates if the extended video statistics on the watch page can be viewed by everyone. Note that the view count, likes, etc will still be visible if this is disabled. @mutable youtube.videos.insert youtube.videos.update
1094 &quot;madeForKids&quot;: True or False,
1095 &quot;privacyStatus&quot;: &quot;A String&quot;, # The video&#x27;s privacy status.
1096 &quot;publishAt&quot;: &quot;A String&quot;, # The date and time when the video is scheduled to publish. It can be set only if the privacy status of the video is private. The value is specified in ISO 8601 format.
1097 &quot;uploadStatus&quot;: &quot;A String&quot;, # The status of the uploaded video.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001098 },
John Asmuth614db982014-04-24 15:46:26 -04001099 },
1100 ],
John Asmuth614db982014-04-24 15:46:26 -04001101 }</pre>
1102</div>
1103
1104<div class="method">
1105 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
1106 <pre>Retrieves the next page of results.
1107
1108Args:
1109 previous_request: The request for the previous page. (required)
1110 previous_response: The response from the request for the previous page. (required)
1111
1112Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -07001113 A request object that you can call &#x27;execute()&#x27; on to request the next
John Asmuth614db982014-04-24 15:46:26 -04001114 page. Returns None if there are no more items in the collection.
1115 </pre>
1116</div>
1117
1118<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001119 <code class="details" id="rate">rate(id, rating, x__xgafv=None)</code>
1120 <pre>Adds a like or dislike rating to a video or removes a rating from a video.
John Asmuth614db982014-04-24 15:46:26 -04001121
1122Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001123 id: string, A parameter (required)
1124 rating: string, A parameter (required)
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001125 Allowed values
1126 none -
1127 like - The entity is liked.
1128 dislike - The entity is disliked.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001129 x__xgafv: string, V1 error format.
John Asmuth614db982014-04-24 15:46:26 -04001130 Allowed values
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001131 1 - v1 error format
1132 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -04001133</pre>
1134</div>
1135
1136<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001137 <code class="details" id="reportAbuse">reportAbuse(body=None, onBehalfOfContentOwner=None, x__xgafv=None)</code>
Nathaniel Manista4f877e52015-06-15 16:44:50 +00001138 <pre>Report abuse for a video.
1139
1140Args:
Dan O'Mearadd494642020-05-01 07:42:23 -07001141 body: object, The request body.
Nathaniel Manista4f877e52015-06-15 16:44:50 +00001142 The object takes the form of:
1143
1144{
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001145 &quot;reasonId&quot;: &quot;A String&quot;, # The high-level, or primary, reason that the content is abusive. The value is an abuse report reason ID.
1146 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the video.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001147 &quot;comments&quot;: &quot;A String&quot;, # Additional comments regarding the abuse report.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001148 &quot;language&quot;: &quot;A String&quot;, # The language that the content was viewed in.
1149 &quot;secondaryReasonId&quot;: &quot;A String&quot;, # The specific, or secondary, reason that this content is abusive (if available). The value is an abuse report reason ID that is a valid secondary reason for the primary reason.
Nathaniel Manista4f877e52015-06-15 16:44:50 +00001150 }
1151
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001152 onBehalfOfContentOwner: string, *Note:* This parameter is intended exclusively for YouTube content partners. The *onBehalfOfContentOwner* parameter indicates that the request&#x27;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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001153 x__xgafv: string, V1 error format.
1154 Allowed values
1155 1 - v1 error format
1156 2 - v2 error format
Nathaniel Manista4f877e52015-06-15 16:44:50 +00001157</pre>
1158</div>
1159
1160<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001161 <code class="details" id="update">update(part, body=None, onBehalfOfContentOwner=None, x__xgafv=None)</code>
1162 <pre>Updates an existing resource.
John Asmuth614db982014-04-24 15:46:26 -04001163
1164Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001165 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. 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&#x27;s privacy setting is contained in the status part. As such, if your request is updating a private video, and the request&#x27;s part parameter value includes the status part, the video&#x27;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. In addition, not all parts contain properties that can be set when inserting or updating a video. 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) (repeated)
Dan O'Mearadd494642020-05-01 07:42:23 -07001166 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -04001167 The object takes the form of:
1168
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001169{ # A *video* resource represents a YouTube video.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001170 &quot;statistics&quot;: { # Statistics about the video, such as the number of times the video was viewed or liked. # The statistics object contains statistics about the video.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001171 &quot;likeCount&quot;: &quot;A String&quot;, # The number of users who have indicated that they liked the video by giving it a positive rating.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001172 &quot;favoriteCount&quot;: &quot;A String&quot;, # The number of users who currently have the video marked as a favorite video.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001173 &quot;viewCount&quot;: &quot;A String&quot;, # The number of times the video has been viewed.
1174 &quot;dislikeCount&quot;: &quot;A String&quot;, # The number of users who have indicated that they disliked the video by giving it a negative rating.
1175 &quot;commentCount&quot;: &quot;A String&quot;, # The number of comments for the video.
Craig Citroe633be12015-03-02 13:40:36 -08001176 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001177 &quot;ageGating&quot;: { # Age restriction details related to a video. This data can only be retrieved by the video owner.
1178 &quot;videoGameRating&quot;: &quot;A String&quot;, # Video game rating, if any.
1179 &quot;alcoholContent&quot;: True or False, # Indicates whether or not the video has alcoholic beverage content. Only users of legal purchasing age in a particular country, as identified by ICAP, can view the content.
1180 &quot;restricted&quot;: True or False, # Age-restricted trailers. For redband trailers and adult-rated video-games. Only users aged 18+ can view the content. The the field is true the content is restricted to viewers aged 18+. Otherwise The field won&#x27;t be present.
1181 },
1182 &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the video.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001183 &quot;contentDetails&quot;: { # Details about the content of a YouTube Video. # The contentDetails object contains information about the video content, including the length of the video and its aspect ratio.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001184 &quot;contentRating&quot;: { # Ratings schemes. The country-specific ratings are mostly for movies and shows. LINT.IfChange # Specifies the ratings that the video received under various rating schemes.
1185 &quot;rtcRating&quot;: &quot;A String&quot;, # The video&#x27;s General Directorate of Radio, Television and Cinematography (Mexico) rating.
1186 &quot;anatelRating&quot;: &quot;A String&quot;, # The video&#x27;s Anatel (Asociación Nacional de Televisión) rating for Chilean television.
1187 &quot;eefilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Estonia.
1188 &quot;mccaaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Malta&#x27;s Film Age-Classification Board.
1189 &quot;chfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Switzerland.
1190 &quot;djctqRating&quot;: &quot;A String&quot;, # The video&#x27;s Departamento de Justiça, Classificação, Qualificação e Títulos (DJCQT - Brazil) rating.
1191 &quot;kmrbRating&quot;: &quot;A String&quot;, # The video&#x27;s Korea Media Rating Board (영상물등급위원회) rating. The KMRB rates videos in South Korea.
1192 &quot;mocRating&quot;: &quot;A String&quot;, # The video&#x27;s Ministerio de Cultura (Colombia) rating.
1193 &quot;ifcoRating&quot;: &quot;A String&quot;, # The video&#x27;s Irish Film Classification Office (IFCO - Ireland) rating. See the IFCO website for more information.
1194 &quot;skfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Slovakia.
1195 &quot;djctqRatingReasons&quot;: [ # Reasons that explain why the video received its DJCQT (Brazil) rating.
1196 &quot;A String&quot;,
1197 ],
1198 &quot;fpbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from South Africa&#x27;s Film and Publication Board.
1199 &quot;smsaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Statens medieråd (Sweden&#x27;s National Media Council).
1200 &quot;cncRating&quot;: &quot;A String&quot;, # Rating system in France - Commission de classification cinematographique
1201 &quot;acbRating&quot;: &quot;A String&quot;, # The video&#x27;s Australian Classification Board (ACB) or Australian Communications and Media Authority (ACMA) rating. ACMA ratings are used to classify children&#x27;s television programming.
1202 &quot;smaisRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Iceland.
1203 &quot;agcomRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Italy&#x27;s Autorità per le Garanzie nelle Comunicazioni (AGCOM).
1204 &quot;rteRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Ireland&#x27;s Raidió Teilifís Éireann.
1205 &quot;menaMpaaRating&quot;: &quot;A String&quot;, # The rating system for MENA countries, a clone of MPAA. It is needed to prevent titles go live w/o additional QC check, since some of them can be inappropriate for the countries at all. See b/33408548 for more details.
1206 &quot;egfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Egypt.
1207 &quot;mibacRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Ministero dei Beni e delle Attività Culturali e del Turismo (Italy).
1208 &quot;ecbmctRating&quot;: &quot;A String&quot;, # Rating system in Turkey - Evaluation and Classification Board of the Ministry of Culture and Tourism
1209 &quot;fcoRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Hong Kong&#x27;s Office for Film, Newspaper and Article Administration.
1210 &quot;lsfRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Indonesia&#x27;s Lembaga Sensor Film.
1211 &quot;oflcRating&quot;: &quot;A String&quot;, # The video&#x27;s Office of Film and Literature Classification (OFLC - New Zealand) rating.
1212 &quot;bbfcRating&quot;: &quot;A String&quot;, # The video&#x27;s British Board of Film Classification (BBFC) rating.
1213 &quot;tvpgRating&quot;: &quot;A String&quot;, # The video&#x27;s TV Parental Guidelines (TVPG) rating.
1214 &quot;mdaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Singapore&#x27;s Media Development Authority (MDA) and, specifically, it&#x27;s Board of Film Censors (BFC).
1215 &quot;cceRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Portugal&#x27;s Comissão de Classificação de Espect´culos.
1216 &quot;csaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from France&#x27;s Conseil supérieur de l’audiovisuel, which rates broadcast content.
1217 &quot;czfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in the Czech Republic.
1218 &quot;ilfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Israel.
1219 &quot;cccRating&quot;: &quot;A String&quot;, # The video&#x27;s Consejo de Calificación Cinematográfica (Chile) rating.
1220 &quot;nfvcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Nigeria&#x27;s National Film and Video Censors Board.
1221 &quot;nbcplRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Poland.
1222 &quot;fcbmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Malaysia&#x27;s Film Censorship Board.
1223 &quot;eirinRating&quot;: &quot;A String&quot;, # The video&#x27;s Eirin (映倫) rating. Eirin is the Japanese rating system.
1224 &quot;russiaRating&quot;: &quot;A String&quot;, # The video&#x27;s National Film Registry of the Russian Federation (MKRF - Russia) rating.
1225 &quot;fmocRating&quot;: &quot;A String&quot;, # This property has been deprecated. Use the contentDetails.contentRating.cncRating instead.
1226 &quot;incaaRating&quot;: &quot;A String&quot;, # The video&#x27;s INCAA (Instituto Nacional de Cine y Artes Audiovisuales - Argentina) rating.
1227 &quot;mpaatRating&quot;: &quot;A String&quot;, # The rating system for trailer, DVD, and Ad in the US. See http://movielabs.com/md/ratings/v2.3/html/US_MPAAT_Ratings.html.
1228 &quot;fpbRatingReasons&quot;: [ # Reasons that explain why the video received its FPB (South Africa) rating.
1229 &quot;A String&quot;,
1230 ],
1231 &quot;cicfRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Commission de Contrôle des Films (Belgium).
1232 &quot;cnaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Romania&#x27;s CONSILIUL NATIONAL AL AUDIOVIZUALULUI (CNA).
1233 &quot;mccypRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Danish Film Institute&#x27;s (Det Danske Filminstitut) Media Council for Children and Young People.
1234 &quot;icaaRating&quot;: &quot;A String&quot;, # The video&#x27;s Instituto de la Cinematografía y de las Artes Audiovisuales (ICAA - Spain) rating.
1235 &quot;kijkwijzerRating&quot;: &quot;A String&quot;, # The video&#x27;s NICAM/Kijkwijzer rating from the Nederlands Instituut voor de Classificatie van Audiovisuele Media (Netherlands).
1236 &quot;fskRating&quot;: &quot;A String&quot;, # The video&#x27;s Freiwillige Selbstkontrolle der Filmwirtschaft (FSK - Germany) rating.
1237 &quot;nbcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Maldives National Bureau of Classification.
1238 &quot;resorteviolenciaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Venezuela.
1239 &quot;chvrsRating&quot;: &quot;A String&quot;, # The video&#x27;s Canadian Home Video Rating System (CHVRS) rating.
1240 &quot;bfvcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Thailand&#x27;s Board of Film and Video Censors.
1241 &quot;catvRating&quot;: &quot;A String&quot;, # Rating system for Canadian TV - Canadian TV Classification System The video&#x27;s rating from the Canadian Radio-Television and Telecommunications Commission (CRTC) for Canadian English-language broadcasts. For more information, see the Canadian Broadcast Standards Council website.
1242 &quot;mpaaRating&quot;: &quot;A String&quot;, # The video&#x27;s Motion Picture Association of America (MPAA) rating.
1243 &quot;moctwRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Taiwan&#x27;s Ministry of Culture (文化部).
1244 &quot;catvfrRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Canadian Radio-Television and Telecommunications Commission (CRTC) for Canadian French-language broadcasts. For more information, see the Canadian Broadcast Standards Council website.
1245 &quot;mekuRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Finland&#x27;s Kansallinen Audiovisuaalinen Instituutti (National Audiovisual Institute).
1246 &quot;medietilsynetRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Medietilsynet, the Norwegian Media Authority.
1247 &quot;ytRating&quot;: &quot;A String&quot;, # A rating that YouTube uses to identify age-restricted content.
1248 &quot;bmukkRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Austrian Board of Media Classification (Bundesministerium für Unterricht, Kunst und Kultur).
1249 &quot;pefilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Peru.
1250 &quot;cbfcRating&quot;: &quot;A String&quot;, # The video&#x27;s Central Board of Film Certification (CBFC - India) rating.
1251 &quot;nmcRating&quot;: &quot;A String&quot;, # The National Media Council ratings system for United Arab Emirates.
1252 &quot;mcstRating&quot;: &quot;A String&quot;, # The video&#x27;s rating system for Vietnam - MCST
1253 &quot;rcnofRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Hungarian Nemzeti Filmiroda, the Rating Committee of the National Office of Film.
1254 &quot;mtrcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Movie and Television Review and Classification Board (Philippines).
1255 &quot;nkclvRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Nacionãlais Kino centrs (National Film Centre of Latvia).
1256 &quot;nfrcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Bulgarian National Film Center.
1257 &quot;cscfRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Luxembourg&#x27;s Commission de surveillance de la classification des films (CSCF).
1258 &quot;kfcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Kenya Film Classification Board.
1259 &quot;grfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Greece.
1260 },
1261 &quot;countryRestriction&quot;: { # Rights management policy for YouTube resources. # The countryRestriction object contains information about the countries where a video is (or is not) viewable.
1262 &quot;allowed&quot;: True or False, # The value of allowed indicates whether the access to the policy is allowed or denied by default.
1263 &quot;exception&quot;: [ # A list of region codes that identify countries where the default policy do not apply.
1264 &quot;A String&quot;,
1265 ],
1266 },
1267 &quot;duration&quot;: &quot;A String&quot;, # The length of the video. The tag value is an ISO 8601 duration in the format PT#M#S, in which the letters PT indicate that the value specifies a period of time, and the letters M and S refer to length in minutes and seconds, respectively. The # characters preceding the M and S letters are both integers that specify the number of minutes (or seconds) of the video. For example, a value of PT15M51S indicates that the video is 15 minutes and 51 seconds long.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001268 &quot;caption&quot;: &quot;A String&quot;, # The value of captions indicates whether the video has captions or not.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001269 &quot;regionRestriction&quot;: { # DEPRECATED Region restriction of the video. # The regionRestriction object contains information about the countries where a video is (or is not) viewable. The object will contain either the contentDetails.regionRestriction.allowed property or the contentDetails.regionRestriction.blocked property.
1270 &quot;allowed&quot;: [ # A list of region codes that identify countries where the video is viewable. If this property is present and a country is not listed in its value, then the video is blocked from appearing in that country. If this property is present and contains an empty list, the video is blocked in all countries.
1271 &quot;A String&quot;,
1272 ],
1273 &quot;blocked&quot;: [ # A list of region codes that identify countries where the video is blocked. If this property is present and a country is not listed in its value, then the video is viewable in that country. If this property is present and contains an empty list, the video is viewable in all countries.
1274 &quot;A String&quot;,
1275 ],
1276 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001277 &quot;definition&quot;: &quot;A String&quot;, # The value of definition indicates whether the video is available in high definition or only in standard definition.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001278 &quot;licensedContent&quot;: True or False, # The value of is_license_content indicates whether the video is licensed content.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001279 &quot;projection&quot;: &quot;A String&quot;, # Specifies the projection format of the video.
1280 &quot;dimension&quot;: &quot;A String&quot;, # The value of dimension indicates whether the video is available in 3D or in 2D.
1281 &quot;hasCustomThumbnail&quot;: True or False, # Indicates whether the video uploader has provided a custom thumbnail image for the video. This property is only visible to the video uploader.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001282 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001283 &quot;kind&quot;: &quot;youtube#video&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#video&quot;.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001284 &quot;fileDetails&quot;: { # Describes original video file properties, including technical details about audio and video streams, but also metadata information like content length, digitization time, or geotagging information. # The fileDetails object encapsulates information about the video file that was uploaded to YouTube, including the file&#x27;s resolution, duration, audio and video codecs, stream bitrates, and more. This data can only be retrieved by the video owner.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001285 &quot;bitrateBps&quot;: &quot;A String&quot;, # The uploaded video file&#x27;s combined (video and audio) bitrate in bits per second.
1286 &quot;durationMs&quot;: &quot;A String&quot;, # The length of the uploaded video in milliseconds.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001287 &quot;fileSize&quot;: &quot;A String&quot;, # The uploaded file&#x27;s size in bytes. This field is present whether a video file or another type of file was uploaded.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001288 &quot;audioStreams&quot;: [ # A list of audio streams contained in the uploaded video file. Each item in the list contains detailed metadata about an audio stream.
1289 { # Information about an audio stream.
1290 &quot;channelCount&quot;: 42, # The number of audio channels that the stream contains.
1291 &quot;bitrateBps&quot;: &quot;A String&quot;, # The audio stream&#x27;s bitrate, in bits per second.
1292 &quot;vendor&quot;: &quot;A String&quot;, # A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code.
1293 &quot;codec&quot;: &quot;A String&quot;, # The audio codec that the stream uses.
1294 },
1295 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001296 &quot;container&quot;: &quot;A String&quot;, # The uploaded video file&#x27;s container format.
1297 &quot;videoStreams&quot;: [ # A list of video streams contained in the uploaded video file. Each item in the list contains detailed metadata about a video stream.
1298 { # Information about a video stream.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001299 &quot;codec&quot;: &quot;A String&quot;, # The video codec that the stream uses.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001300 &quot;heightPixels&quot;: 42, # The encoded video content&#x27;s height in pixels.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001301 &quot;bitrateBps&quot;: &quot;A String&quot;, # The video stream&#x27;s bitrate, in bits per second.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001302 &quot;vendor&quot;: &quot;A String&quot;, # A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001303 &quot;rotation&quot;: &quot;A String&quot;, # The amount that YouTube needs to rotate the original source content to properly display the video.
1304 &quot;aspectRatio&quot;: 3.14, # The video content&#x27;s display aspect ratio, which specifies the aspect ratio in which the video should be displayed.
1305 &quot;frameRateFps&quot;: 3.14, # The video stream&#x27;s frame rate, in frames per second.
1306 &quot;widthPixels&quot;: 42, # The encoded video content&#x27;s width in pixels. You can calculate the video&#x27;s encoding aspect ratio as width_pixels / height_pixels.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001307 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001308 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001309 &quot;fileName&quot;: &quot;A String&quot;, # The uploaded file&#x27;s name. This field is present whether a video file or another type of file was uploaded.
1310 &quot;fileType&quot;: &quot;A String&quot;, # The uploaded file&#x27;s type as detected by YouTube&#x27;s video processing engine. Currently, YouTube only processes video files, but this field is present whether a video file or another type of file was uploaded.
1311 &quot;creationTime&quot;: &quot;A String&quot;, # The date and time when the uploaded video file was created. The value is specified in ISO 8601 format. Currently, the following ISO 8601 formats are supported: - Date only: YYYY-MM-DD - Naive time: YYYY-MM-DDTHH:MM:SS - Time with timezone: YYYY-MM-DDTHH:MM:SS+HH:MM
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001312 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001313 &quot;topicDetails&quot;: { # Freebase topic information related to the video. # The topicDetails object encapsulates information about Freebase topics associated with the video.
1314 &quot;topicIds&quot;: [ # A list of Freebase topic IDs that are centrally associated with the video. These are topics that are centrally featured in the video, and it can be said that the video is mainly about each of these. You can retrieve information about each topic using the &lt; a href=&quot;http://wiki.freebase.com/wiki/Topic_API&quot;&gt;Freebase Topic API.
1315 &quot;A String&quot;,
1316 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001317 &quot;topicCategories&quot;: [ # A list of Wikipedia URLs that provide a high-level description of the video&#x27;s content.
1318 &quot;A String&quot;,
1319 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001320 &quot;relevantTopicIds&quot;: [ # Similar to topic_id, except that these topics are merely relevant to the video. These are topics that may be mentioned in, or appear in the video. You can retrieve information about each topic using Freebase Topic API.
1321 &quot;A String&quot;,
1322 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001323 },
1324 &quot;liveStreamingDetails&quot;: { # Details about the live streaming metadata. # The liveStreamingDetails object contains metadata about a live video broadcast. The object will only be present in a video resource if the video is an upcoming, live, or completed live broadcast.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001325 &quot;scheduledEndTime&quot;: &quot;A String&quot;, # The time that the broadcast is scheduled to end. The value is specified in ISO 8601 format. If the value is empty or the property is not present, then the broadcast is scheduled to continue indefinitely.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001326 &quot;scheduledStartTime&quot;: &quot;A String&quot;, # The time that the broadcast is scheduled to begin. The value is specified in ISO 8601 format.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001327 &quot;activeLiveChatId&quot;: &quot;A String&quot;, # The ID of the currently active live chat attached to this video. This field is filled only if the video is a currently live broadcast that has live chat. Once the broadcast transitions to complete this field will be removed and the live chat closed down. For persistent broadcasts that live chat id will no longer be tied to this video but rather to the new video being displayed at the persistent page.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001328 &quot;concurrentViewers&quot;: &quot;A String&quot;, # The number of viewers currently watching the broadcast. The property and its value will be present if the broadcast has current viewers and the broadcast owner has not hidden the viewcount for the video. Note that YouTube stops tracking the number of concurrent viewers for a broadcast when the broadcast ends. So, this property would not identify the number of viewers watching an archived video of a live broadcast that already ended.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001329 &quot;actualEndTime&quot;: &quot;A String&quot;, # The time that the broadcast actually ended. The value is specified in ISO 8601 format. This value will not be available until the broadcast is over.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001330 &quot;actualStartTime&quot;: &quot;A String&quot;, # The time that the broadcast actually started. The value is specified in ISO 8601 format. This value will not be available until the broadcast begins.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001331 },
1332 &quot;suggestions&quot;: { # Specifies suggestions on how to improve video content, including encoding hints, tag suggestions, and editor suggestions. # The suggestions object encapsulates suggestions that identify opportunities to improve the video quality or the metadata for the uploaded video. This data can only be retrieved by the video owner.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001333 &quot;editorSuggestions&quot;: [ # A list of video editing operations that might improve the video quality or playback experience of the uploaded video.
1334 &quot;A String&quot;,
1335 ],
1336 &quot;processingErrors&quot;: [ # A list of errors that will prevent YouTube from successfully processing the uploaded video video. These errors indicate that, regardless of the video&#x27;s current processing status, eventually, that status will almost certainly be failed.
1337 &quot;A String&quot;,
1338 ],
1339 &quot;processingWarnings&quot;: [ # A list of reasons why YouTube may have difficulty transcoding the uploaded video or that might result in an erroneous transcoding. These warnings are generated before YouTube actually processes the uploaded video file. In addition, they identify issues that are unlikely to cause the video processing to fail but that might cause problems such as sync issues, video artifacts, or a missing audio track.
1340 &quot;A String&quot;,
1341 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001342 &quot;tagSuggestions&quot;: [ # A list of keyword tags that could be added to the video&#x27;s metadata to increase the likelihood that users will locate your video when searching or browsing on YouTube.
1343 { # A single tag suggestion with it&#x27;s relevance information.
1344 &quot;tag&quot;: &quot;A String&quot;, # The keyword tag suggested for the video.
1345 &quot;categoryRestricts&quot;: [ # A set of video categories for which the tag is relevant. You can use this information to display appropriate tag suggestions based on the video category that the video uploader associates with the video. By default, tag suggestions are relevant for all categories if there are no restricts defined for the keyword.
1346 &quot;A String&quot;,
1347 ],
1348 },
1349 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001350 &quot;processingHints&quot;: [ # A list of suggestions that may improve YouTube&#x27;s ability to process the video.
1351 &quot;A String&quot;,
1352 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001353 },
1354 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
1355 &quot;recordingDetails&quot;: { # Recording information associated with the video. # The recordingDetails object encapsulates information about the location, date and address where the video was recorded.
1356 &quot;location&quot;: { # Geographical coordinates of a point, in WGS84. # The geolocation information associated with the video.
1357 &quot;latitude&quot;: 3.14, # Latitude in degrees.
1358 &quot;longitude&quot;: 3.14, # Longitude in degrees.
1359 &quot;altitude&quot;: 3.14, # Altitude above the reference ellipsoid, in meters.
1360 },
1361 &quot;recordingDate&quot;: &quot;A String&quot;, # The date and time when the video was recorded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sssZ) format.
1362 &quot;locationDescription&quot;: &quot;A String&quot;, # The text description of the location where the video was recorded.
1363 },
1364 &quot;snippet&quot;: { # 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.
1365 &quot;thumbnails&quot;: { # 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.
1366 &quot;maxres&quot;: { # A thumbnail is an image representing a YouTube resource. # The maximum resolution quality image for this resource.
1367 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
1368 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
1369 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
1370 },
1371 &quot;standard&quot;: { # A thumbnail is an image representing a YouTube resource. # The standard quality image for this resource.
1372 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
1373 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
1374 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
1375 },
1376 &quot;default&quot;: { # A thumbnail is an image representing a YouTube resource. # The default image for this resource.
1377 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
1378 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
1379 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
1380 },
1381 &quot;high&quot;: { # A thumbnail is an image representing a YouTube resource. # The high quality image for this resource.
1382 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
1383 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
1384 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
1385 },
1386 &quot;medium&quot;: { # A thumbnail is an image representing a YouTube resource. # The medium quality image for this resource.
1387 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
1388 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
1389 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
1390 },
1391 },
1392 &quot;localized&quot;: { # 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)
1393 &quot;title&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s title.
1394 &quot;description&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s description.
1395 },
1396 &quot;liveBroadcastContent&quot;: &quot;A String&quot;, # Indicates if the video is an upcoming/active live broadcast. Or it&#x27;s &quot;none&quot; if the video is not an upcoming/active live broadcast.
1397 &quot;defaultAudioLanguage&quot;: &quot;A String&quot;, # The default_audio_language property specifies the language spoken in the video&#x27;s default audio track.
1398 &quot;categoryId&quot;: &quot;A String&quot;, # The YouTube video category associated with the video.
1399 &quot;description&quot;: &quot;A String&quot;, # The video&#x27;s description. @mutable youtube.videos.insert youtube.videos.update
1400 &quot;tags&quot;: [ # A list of keyword tags associated with the video. Tags may contain spaces.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001401 &quot;A String&quot;,
1402 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001403 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the channel that the video was uploaded to.
1404 &quot;title&quot;: &quot;A String&quot;, # The video&#x27;s title. @mutable youtube.videos.insert youtube.videos.update
1405 &quot;channelTitle&quot;: &quot;A String&quot;, # Channel title for the channel that the video belongs to.
1406 &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time that the video was uploaded. The value is specified in ISO 8601 format.
1407 &quot;defaultLanguage&quot;: &quot;A String&quot;, # The language of the videos&#x27;s default snippet.
1408 },
1409 &quot;player&quot;: { # Player to be used for a video playback. # The player object contains information that you would use to play the video in an embedded player.
1410 &quot;embedHeight&quot;: &quot;A String&quot;,
1411 &quot;embedHtml&quot;: &quot;A String&quot;, # An &lt;iframe&gt; tag that embeds a player that will play the video.
1412 &quot;embedWidth&quot;: &quot;A String&quot;, # The embed width
1413 },
1414 &quot;monetizationDetails&quot;: { # Details about monetization of a YouTube Video. # The monetizationDetails object encapsulates information about the monetization status of the video.
1415 &quot;access&quot;: { # Rights management policy for YouTube resources. # The value of access indicates whether the video can be monetized or not.
1416 &quot;allowed&quot;: True or False, # The value of allowed indicates whether the access to the policy is allowed or denied by default.
1417 &quot;exception&quot;: [ # A list of region codes that identify countries where the default policy do not apply.
1418 &quot;A String&quot;,
1419 ],
1420 },
1421 },
1422 &quot;projectDetails&quot;: { # Project specific details about the content of a YouTube Video. # The projectDetails object contains information about the project specific video metadata.
1423 &quot;tags&quot;: [ # A list of project tags associated with the video during the upload.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001424 &quot;A String&quot;,
1425 ],
1426 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001427 &quot;processingDetails&quot;: { # Describes processing status and progress and availability of some other Video resource parts. # The processingDetails object encapsulates information about YouTube&#x27;s progress in processing the uploaded video file. The properties in the object identify the current processing status and an estimate of the time remaining until YouTube finishes processing the video. This part also indicates whether different types of data or content, such as file details or thumbnail images, are available for the video. The processingProgress object is designed to be polled so that the video uploaded can track the progress that YouTube has made in processing the uploaded video file. This data can only be retrieved by the video owner.
1428 &quot;processingFailureReason&quot;: &quot;A String&quot;, # The reason that YouTube failed to process the video. This property will only have a value if the processingStatus property&#x27;s value is failed.
1429 &quot;thumbnailsAvailability&quot;: &quot;A String&quot;, # This value indicates whether thumbnail images have been generated for the video.
1430 &quot;processingStatus&quot;: &quot;A String&quot;, # The video&#x27;s processing status. This value indicates whether YouTube was able to process the video or if the video is still being processed.
1431 &quot;processingIssuesAvailability&quot;: &quot;A String&quot;, # This value indicates whether the video processing engine has generated suggestions that might improve YouTube&#x27;s ability to process the the video, warnings that explain video processing problems, or errors that cause video processing problems. You can retrieve these suggestions by requesting the suggestions part in your videos.list() request.
1432 &quot;processingProgress&quot;: { # Video processing progress and completion time estimate. # The processingProgress object contains information about the progress YouTube has made in processing the video. The values are really only relevant if the video&#x27;s processing status is processing.
1433 &quot;partsTotal&quot;: &quot;A String&quot;, # An estimate of the total number of parts that need to be processed for the video. The number may be updated with more precise estimates while YouTube processes the video.
1434 &quot;partsProcessed&quot;: &quot;A String&quot;, # The number of parts of the video that YouTube has already processed. You can estimate the percentage of the video that YouTube has already processed by calculating: 100 * parts_processed / parts_total Note that since the estimated number of parts could increase without a corresponding increase in the number of parts that have already been processed, it is possible that the calculated progress could periodically decrease while YouTube processes a video.
1435 &quot;timeLeftMs&quot;: &quot;A String&quot;, # An estimate of the amount of time, in millseconds, that YouTube needs to finish processing the video.
1436 },
1437 &quot;tagSuggestionsAvailability&quot;: &quot;A String&quot;, # This value indicates whether keyword (tag) suggestions are available for the video. Tags can be added to a video&#x27;s metadata to make it easier for other users to find the video. You can retrieve these suggestions by requesting the suggestions part in your videos.list() request.
1438 &quot;editorSuggestionsAvailability&quot;: &quot;A String&quot;, # This value indicates whether video editing suggestions, which might improve video quality or the playback experience, are available for the video. You can retrieve these suggestions by requesting the suggestions part in your videos.list() request.
1439 &quot;fileDetailsAvailability&quot;: &quot;A String&quot;, # This value indicates whether file details are available for the uploaded video. You can retrieve a video&#x27;s file details by requesting the fileDetails part in your videos.list() request.
1440 },
1441 &quot;localizations&quot;: { # The localizations object contains localized versions of the basic details about the video, such as its title and description.
1442 &quot;a_key&quot;: { # Localized versions of certain video properties (e.g. title).
1443 &quot;title&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s title.
1444 &quot;description&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s description.
1445 },
1446 },
1447 &quot;status&quot;: { # Basic details about a video category, such as its localized title. Next Id: 17 # The status object contains information about the video&#x27;s uploading, processing, and privacy statuses.
1448 &quot;license&quot;: &quot;A String&quot;, # The video&#x27;s license. @mutable youtube.videos.insert youtube.videos.update
1449 &quot;rejectionReason&quot;: &quot;A String&quot;, # This value explains why YouTube rejected an uploaded video. This property is only present if the uploadStatus property indicates that the upload was rejected.
1450 &quot;selfDeclaredMadeForKids&quot;: True or False,
1451 &quot;failureReason&quot;: &quot;A String&quot;, # This value explains why a video failed to upload. This property is only present if the uploadStatus property indicates that the upload failed.
1452 &quot;embeddable&quot;: True or False, # This value indicates if the video can be embedded on another website. @mutable youtube.videos.insert youtube.videos.update
1453 &quot;publicStatsViewable&quot;: True or False, # This value indicates if the extended video statistics on the watch page can be viewed by everyone. Note that the view count, likes, etc will still be visible if this is disabled. @mutable youtube.videos.insert youtube.videos.update
1454 &quot;madeForKids&quot;: True or False,
1455 &quot;privacyStatus&quot;: &quot;A String&quot;, # The video&#x27;s privacy status.
1456 &quot;publishAt&quot;: &quot;A String&quot;, # The date and time when the video is scheduled to publish. It can be set only if the privacy status of the video is private. The value is specified in ISO 8601 format.
1457 &quot;uploadStatus&quot;: &quot;A String&quot;, # The status of the uploaded video.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001458 },
John Asmuth614db982014-04-24 15:46:26 -04001459 }
1460
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001461 onBehalfOfContentOwner: string, *Note:* This parameter is intended exclusively for YouTube content partners. The *onBehalfOfContentOwner* parameter indicates that the request&#x27;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 actual CMS account that the user authenticates with must be linked to the specified YouTube content owner.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001462 x__xgafv: string, V1 error format.
1463 Allowed values
1464 1 - v1 error format
1465 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -04001466
1467Returns:
1468 An object of the form:
1469
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001470 { # A *video* resource represents a YouTube video.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001471 &quot;statistics&quot;: { # Statistics about the video, such as the number of times the video was viewed or liked. # The statistics object contains statistics about the video.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001472 &quot;likeCount&quot;: &quot;A String&quot;, # The number of users who have indicated that they liked the video by giving it a positive rating.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001473 &quot;favoriteCount&quot;: &quot;A String&quot;, # The number of users who currently have the video marked as a favorite video.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001474 &quot;viewCount&quot;: &quot;A String&quot;, # The number of times the video has been viewed.
1475 &quot;dislikeCount&quot;: &quot;A String&quot;, # The number of users who have indicated that they disliked the video by giving it a negative rating.
1476 &quot;commentCount&quot;: &quot;A String&quot;, # The number of comments for the video.
Craig Citroe633be12015-03-02 13:40:36 -08001477 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001478 &quot;ageGating&quot;: { # Age restriction details related to a video. This data can only be retrieved by the video owner.
1479 &quot;videoGameRating&quot;: &quot;A String&quot;, # Video game rating, if any.
1480 &quot;alcoholContent&quot;: True or False, # Indicates whether or not the video has alcoholic beverage content. Only users of legal purchasing age in a particular country, as identified by ICAP, can view the content.
1481 &quot;restricted&quot;: True or False, # Age-restricted trailers. For redband trailers and adult-rated video-games. Only users aged 18+ can view the content. The the field is true the content is restricted to viewers aged 18+. Otherwise The field won&#x27;t be present.
1482 },
1483 &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the video.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001484 &quot;contentDetails&quot;: { # Details about the content of a YouTube Video. # The contentDetails object contains information about the video content, including the length of the video and its aspect ratio.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001485 &quot;contentRating&quot;: { # Ratings schemes. The country-specific ratings are mostly for movies and shows. LINT.IfChange # Specifies the ratings that the video received under various rating schemes.
1486 &quot;rtcRating&quot;: &quot;A String&quot;, # The video&#x27;s General Directorate of Radio, Television and Cinematography (Mexico) rating.
1487 &quot;anatelRating&quot;: &quot;A String&quot;, # The video&#x27;s Anatel (Asociación Nacional de Televisión) rating for Chilean television.
1488 &quot;eefilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Estonia.
1489 &quot;mccaaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Malta&#x27;s Film Age-Classification Board.
1490 &quot;chfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Switzerland.
1491 &quot;djctqRating&quot;: &quot;A String&quot;, # The video&#x27;s Departamento de Justiça, Classificação, Qualificação e Títulos (DJCQT - Brazil) rating.
1492 &quot;kmrbRating&quot;: &quot;A String&quot;, # The video&#x27;s Korea Media Rating Board (영상물등급위원회) rating. The KMRB rates videos in South Korea.
1493 &quot;mocRating&quot;: &quot;A String&quot;, # The video&#x27;s Ministerio de Cultura (Colombia) rating.
1494 &quot;ifcoRating&quot;: &quot;A String&quot;, # The video&#x27;s Irish Film Classification Office (IFCO - Ireland) rating. See the IFCO website for more information.
1495 &quot;skfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Slovakia.
1496 &quot;djctqRatingReasons&quot;: [ # Reasons that explain why the video received its DJCQT (Brazil) rating.
1497 &quot;A String&quot;,
1498 ],
1499 &quot;fpbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from South Africa&#x27;s Film and Publication Board.
1500 &quot;smsaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Statens medieråd (Sweden&#x27;s National Media Council).
1501 &quot;cncRating&quot;: &quot;A String&quot;, # Rating system in France - Commission de classification cinematographique
1502 &quot;acbRating&quot;: &quot;A String&quot;, # The video&#x27;s Australian Classification Board (ACB) or Australian Communications and Media Authority (ACMA) rating. ACMA ratings are used to classify children&#x27;s television programming.
1503 &quot;smaisRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Iceland.
1504 &quot;agcomRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Italy&#x27;s Autorità per le Garanzie nelle Comunicazioni (AGCOM).
1505 &quot;rteRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Ireland&#x27;s Raidió Teilifís Éireann.
1506 &quot;menaMpaaRating&quot;: &quot;A String&quot;, # The rating system for MENA countries, a clone of MPAA. It is needed to prevent titles go live w/o additional QC check, since some of them can be inappropriate for the countries at all. See b/33408548 for more details.
1507 &quot;egfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Egypt.
1508 &quot;mibacRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Ministero dei Beni e delle Attività Culturali e del Turismo (Italy).
1509 &quot;ecbmctRating&quot;: &quot;A String&quot;, # Rating system in Turkey - Evaluation and Classification Board of the Ministry of Culture and Tourism
1510 &quot;fcoRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Hong Kong&#x27;s Office for Film, Newspaper and Article Administration.
1511 &quot;lsfRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Indonesia&#x27;s Lembaga Sensor Film.
1512 &quot;oflcRating&quot;: &quot;A String&quot;, # The video&#x27;s Office of Film and Literature Classification (OFLC - New Zealand) rating.
1513 &quot;bbfcRating&quot;: &quot;A String&quot;, # The video&#x27;s British Board of Film Classification (BBFC) rating.
1514 &quot;tvpgRating&quot;: &quot;A String&quot;, # The video&#x27;s TV Parental Guidelines (TVPG) rating.
1515 &quot;mdaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Singapore&#x27;s Media Development Authority (MDA) and, specifically, it&#x27;s Board of Film Censors (BFC).
1516 &quot;cceRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Portugal&#x27;s Comissão de Classificação de Espect´culos.
1517 &quot;csaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from France&#x27;s Conseil supérieur de l’audiovisuel, which rates broadcast content.
1518 &quot;czfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in the Czech Republic.
1519 &quot;ilfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Israel.
1520 &quot;cccRating&quot;: &quot;A String&quot;, # The video&#x27;s Consejo de Calificación Cinematográfica (Chile) rating.
1521 &quot;nfvcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Nigeria&#x27;s National Film and Video Censors Board.
1522 &quot;nbcplRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Poland.
1523 &quot;fcbmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Malaysia&#x27;s Film Censorship Board.
1524 &quot;eirinRating&quot;: &quot;A String&quot;, # The video&#x27;s Eirin (映倫) rating. Eirin is the Japanese rating system.
1525 &quot;russiaRating&quot;: &quot;A String&quot;, # The video&#x27;s National Film Registry of the Russian Federation (MKRF - Russia) rating.
1526 &quot;fmocRating&quot;: &quot;A String&quot;, # This property has been deprecated. Use the contentDetails.contentRating.cncRating instead.
1527 &quot;incaaRating&quot;: &quot;A String&quot;, # The video&#x27;s INCAA (Instituto Nacional de Cine y Artes Audiovisuales - Argentina) rating.
1528 &quot;mpaatRating&quot;: &quot;A String&quot;, # The rating system for trailer, DVD, and Ad in the US. See http://movielabs.com/md/ratings/v2.3/html/US_MPAAT_Ratings.html.
1529 &quot;fpbRatingReasons&quot;: [ # Reasons that explain why the video received its FPB (South Africa) rating.
1530 &quot;A String&quot;,
1531 ],
1532 &quot;cicfRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Commission de Contrôle des Films (Belgium).
1533 &quot;cnaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Romania&#x27;s CONSILIUL NATIONAL AL AUDIOVIZUALULUI (CNA).
1534 &quot;mccypRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Danish Film Institute&#x27;s (Det Danske Filminstitut) Media Council for Children and Young People.
1535 &quot;icaaRating&quot;: &quot;A String&quot;, # The video&#x27;s Instituto de la Cinematografía y de las Artes Audiovisuales (ICAA - Spain) rating.
1536 &quot;kijkwijzerRating&quot;: &quot;A String&quot;, # The video&#x27;s NICAM/Kijkwijzer rating from the Nederlands Instituut voor de Classificatie van Audiovisuele Media (Netherlands).
1537 &quot;fskRating&quot;: &quot;A String&quot;, # The video&#x27;s Freiwillige Selbstkontrolle der Filmwirtschaft (FSK - Germany) rating.
1538 &quot;nbcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Maldives National Bureau of Classification.
1539 &quot;resorteviolenciaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Venezuela.
1540 &quot;chvrsRating&quot;: &quot;A String&quot;, # The video&#x27;s Canadian Home Video Rating System (CHVRS) rating.
1541 &quot;bfvcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Thailand&#x27;s Board of Film and Video Censors.
1542 &quot;catvRating&quot;: &quot;A String&quot;, # Rating system for Canadian TV - Canadian TV Classification System The video&#x27;s rating from the Canadian Radio-Television and Telecommunications Commission (CRTC) for Canadian English-language broadcasts. For more information, see the Canadian Broadcast Standards Council website.
1543 &quot;mpaaRating&quot;: &quot;A String&quot;, # The video&#x27;s Motion Picture Association of America (MPAA) rating.
1544 &quot;moctwRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Taiwan&#x27;s Ministry of Culture (文化部).
1545 &quot;catvfrRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Canadian Radio-Television and Telecommunications Commission (CRTC) for Canadian French-language broadcasts. For more information, see the Canadian Broadcast Standards Council website.
1546 &quot;mekuRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Finland&#x27;s Kansallinen Audiovisuaalinen Instituutti (National Audiovisual Institute).
1547 &quot;medietilsynetRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Medietilsynet, the Norwegian Media Authority.
1548 &quot;ytRating&quot;: &quot;A String&quot;, # A rating that YouTube uses to identify age-restricted content.
1549 &quot;bmukkRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Austrian Board of Media Classification (Bundesministerium für Unterricht, Kunst und Kultur).
1550 &quot;pefilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Peru.
1551 &quot;cbfcRating&quot;: &quot;A String&quot;, # The video&#x27;s Central Board of Film Certification (CBFC - India) rating.
1552 &quot;nmcRating&quot;: &quot;A String&quot;, # The National Media Council ratings system for United Arab Emirates.
1553 &quot;mcstRating&quot;: &quot;A String&quot;, # The video&#x27;s rating system for Vietnam - MCST
1554 &quot;rcnofRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Hungarian Nemzeti Filmiroda, the Rating Committee of the National Office of Film.
1555 &quot;mtrcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Movie and Television Review and Classification Board (Philippines).
1556 &quot;nkclvRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Nacionãlais Kino centrs (National Film Centre of Latvia).
1557 &quot;nfrcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Bulgarian National Film Center.
1558 &quot;cscfRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Luxembourg&#x27;s Commission de surveillance de la classification des films (CSCF).
1559 &quot;kfcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Kenya Film Classification Board.
1560 &quot;grfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Greece.
1561 },
1562 &quot;countryRestriction&quot;: { # Rights management policy for YouTube resources. # The countryRestriction object contains information about the countries where a video is (or is not) viewable.
1563 &quot;allowed&quot;: True or False, # The value of allowed indicates whether the access to the policy is allowed or denied by default.
1564 &quot;exception&quot;: [ # A list of region codes that identify countries where the default policy do not apply.
1565 &quot;A String&quot;,
1566 ],
1567 },
1568 &quot;duration&quot;: &quot;A String&quot;, # The length of the video. The tag value is an ISO 8601 duration in the format PT#M#S, in which the letters PT indicate that the value specifies a period of time, and the letters M and S refer to length in minutes and seconds, respectively. The # characters preceding the M and S letters are both integers that specify the number of minutes (or seconds) of the video. For example, a value of PT15M51S indicates that the video is 15 minutes and 51 seconds long.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001569 &quot;caption&quot;: &quot;A String&quot;, # The value of captions indicates whether the video has captions or not.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001570 &quot;regionRestriction&quot;: { # DEPRECATED Region restriction of the video. # The regionRestriction object contains information about the countries where a video is (or is not) viewable. The object will contain either the contentDetails.regionRestriction.allowed property or the contentDetails.regionRestriction.blocked property.
1571 &quot;allowed&quot;: [ # A list of region codes that identify countries where the video is viewable. If this property is present and a country is not listed in its value, then the video is blocked from appearing in that country. If this property is present and contains an empty list, the video is blocked in all countries.
1572 &quot;A String&quot;,
1573 ],
1574 &quot;blocked&quot;: [ # A list of region codes that identify countries where the video is blocked. If this property is present and a country is not listed in its value, then the video is viewable in that country. If this property is present and contains an empty list, the video is viewable in all countries.
1575 &quot;A String&quot;,
1576 ],
1577 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001578 &quot;definition&quot;: &quot;A String&quot;, # The value of definition indicates whether the video is available in high definition or only in standard definition.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001579 &quot;licensedContent&quot;: True or False, # The value of is_license_content indicates whether the video is licensed content.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001580 &quot;projection&quot;: &quot;A String&quot;, # Specifies the projection format of the video.
1581 &quot;dimension&quot;: &quot;A String&quot;, # The value of dimension indicates whether the video is available in 3D or in 2D.
1582 &quot;hasCustomThumbnail&quot;: True or False, # Indicates whether the video uploader has provided a custom thumbnail image for the video. This property is only visible to the video uploader.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001583 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001584 &quot;kind&quot;: &quot;youtube#video&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#video&quot;.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001585 &quot;fileDetails&quot;: { # Describes original video file properties, including technical details about audio and video streams, but also metadata information like content length, digitization time, or geotagging information. # The fileDetails object encapsulates information about the video file that was uploaded to YouTube, including the file&#x27;s resolution, duration, audio and video codecs, stream bitrates, and more. This data can only be retrieved by the video owner.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001586 &quot;bitrateBps&quot;: &quot;A String&quot;, # The uploaded video file&#x27;s combined (video and audio) bitrate in bits per second.
1587 &quot;durationMs&quot;: &quot;A String&quot;, # The length of the uploaded video in milliseconds.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001588 &quot;fileSize&quot;: &quot;A String&quot;, # The uploaded file&#x27;s size in bytes. This field is present whether a video file or another type of file was uploaded.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001589 &quot;audioStreams&quot;: [ # A list of audio streams contained in the uploaded video file. Each item in the list contains detailed metadata about an audio stream.
1590 { # Information about an audio stream.
1591 &quot;channelCount&quot;: 42, # The number of audio channels that the stream contains.
1592 &quot;bitrateBps&quot;: &quot;A String&quot;, # The audio stream&#x27;s bitrate, in bits per second.
1593 &quot;vendor&quot;: &quot;A String&quot;, # A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code.
1594 &quot;codec&quot;: &quot;A String&quot;, # The audio codec that the stream uses.
1595 },
1596 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001597 &quot;container&quot;: &quot;A String&quot;, # The uploaded video file&#x27;s container format.
1598 &quot;videoStreams&quot;: [ # A list of video streams contained in the uploaded video file. Each item in the list contains detailed metadata about a video stream.
1599 { # Information about a video stream.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001600 &quot;codec&quot;: &quot;A String&quot;, # The video codec that the stream uses.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001601 &quot;heightPixels&quot;: 42, # The encoded video content&#x27;s height in pixels.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001602 &quot;bitrateBps&quot;: &quot;A String&quot;, # The video stream&#x27;s bitrate, in bits per second.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001603 &quot;vendor&quot;: &quot;A String&quot;, # A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001604 &quot;rotation&quot;: &quot;A String&quot;, # The amount that YouTube needs to rotate the original source content to properly display the video.
1605 &quot;aspectRatio&quot;: 3.14, # The video content&#x27;s display aspect ratio, which specifies the aspect ratio in which the video should be displayed.
1606 &quot;frameRateFps&quot;: 3.14, # The video stream&#x27;s frame rate, in frames per second.
1607 &quot;widthPixels&quot;: 42, # The encoded video content&#x27;s width in pixels. You can calculate the video&#x27;s encoding aspect ratio as width_pixels / height_pixels.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001608 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001609 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001610 &quot;fileName&quot;: &quot;A String&quot;, # The uploaded file&#x27;s name. This field is present whether a video file or another type of file was uploaded.
1611 &quot;fileType&quot;: &quot;A String&quot;, # The uploaded file&#x27;s type as detected by YouTube&#x27;s video processing engine. Currently, YouTube only processes video files, but this field is present whether a video file or another type of file was uploaded.
1612 &quot;creationTime&quot;: &quot;A String&quot;, # The date and time when the uploaded video file was created. The value is specified in ISO 8601 format. Currently, the following ISO 8601 formats are supported: - Date only: YYYY-MM-DD - Naive time: YYYY-MM-DDTHH:MM:SS - Time with timezone: YYYY-MM-DDTHH:MM:SS+HH:MM
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001613 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001614 &quot;topicDetails&quot;: { # Freebase topic information related to the video. # The topicDetails object encapsulates information about Freebase topics associated with the video.
1615 &quot;topicIds&quot;: [ # A list of Freebase topic IDs that are centrally associated with the video. These are topics that are centrally featured in the video, and it can be said that the video is mainly about each of these. You can retrieve information about each topic using the &lt; a href=&quot;http://wiki.freebase.com/wiki/Topic_API&quot;&gt;Freebase Topic API.
1616 &quot;A String&quot;,
1617 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001618 &quot;topicCategories&quot;: [ # A list of Wikipedia URLs that provide a high-level description of the video&#x27;s content.
1619 &quot;A String&quot;,
1620 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001621 &quot;relevantTopicIds&quot;: [ # Similar to topic_id, except that these topics are merely relevant to the video. These are topics that may be mentioned in, or appear in the video. You can retrieve information about each topic using Freebase Topic API.
1622 &quot;A String&quot;,
1623 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001624 },
1625 &quot;liveStreamingDetails&quot;: { # Details about the live streaming metadata. # The liveStreamingDetails object contains metadata about a live video broadcast. The object will only be present in a video resource if the video is an upcoming, live, or completed live broadcast.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001626 &quot;scheduledEndTime&quot;: &quot;A String&quot;, # The time that the broadcast is scheduled to end. The value is specified in ISO 8601 format. If the value is empty or the property is not present, then the broadcast is scheduled to continue indefinitely.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001627 &quot;scheduledStartTime&quot;: &quot;A String&quot;, # The time that the broadcast is scheduled to begin. The value is specified in ISO 8601 format.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001628 &quot;activeLiveChatId&quot;: &quot;A String&quot;, # The ID of the currently active live chat attached to this video. This field is filled only if the video is a currently live broadcast that has live chat. Once the broadcast transitions to complete this field will be removed and the live chat closed down. For persistent broadcasts that live chat id will no longer be tied to this video but rather to the new video being displayed at the persistent page.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001629 &quot;concurrentViewers&quot;: &quot;A String&quot;, # The number of viewers currently watching the broadcast. The property and its value will be present if the broadcast has current viewers and the broadcast owner has not hidden the viewcount for the video. Note that YouTube stops tracking the number of concurrent viewers for a broadcast when the broadcast ends. So, this property would not identify the number of viewers watching an archived video of a live broadcast that already ended.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001630 &quot;actualEndTime&quot;: &quot;A String&quot;, # The time that the broadcast actually ended. The value is specified in ISO 8601 format. This value will not be available until the broadcast is over.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001631 &quot;actualStartTime&quot;: &quot;A String&quot;, # The time that the broadcast actually started. The value is specified in ISO 8601 format. This value will not be available until the broadcast begins.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001632 },
1633 &quot;suggestions&quot;: { # Specifies suggestions on how to improve video content, including encoding hints, tag suggestions, and editor suggestions. # The suggestions object encapsulates suggestions that identify opportunities to improve the video quality or the metadata for the uploaded video. This data can only be retrieved by the video owner.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001634 &quot;editorSuggestions&quot;: [ # A list of video editing operations that might improve the video quality or playback experience of the uploaded video.
1635 &quot;A String&quot;,
1636 ],
1637 &quot;processingErrors&quot;: [ # A list of errors that will prevent YouTube from successfully processing the uploaded video video. These errors indicate that, regardless of the video&#x27;s current processing status, eventually, that status will almost certainly be failed.
1638 &quot;A String&quot;,
1639 ],
1640 &quot;processingWarnings&quot;: [ # A list of reasons why YouTube may have difficulty transcoding the uploaded video or that might result in an erroneous transcoding. These warnings are generated before YouTube actually processes the uploaded video file. In addition, they identify issues that are unlikely to cause the video processing to fail but that might cause problems such as sync issues, video artifacts, or a missing audio track.
1641 &quot;A String&quot;,
1642 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001643 &quot;tagSuggestions&quot;: [ # A list of keyword tags that could be added to the video&#x27;s metadata to increase the likelihood that users will locate your video when searching or browsing on YouTube.
1644 { # A single tag suggestion with it&#x27;s relevance information.
1645 &quot;tag&quot;: &quot;A String&quot;, # The keyword tag suggested for the video.
1646 &quot;categoryRestricts&quot;: [ # A set of video categories for which the tag is relevant. You can use this information to display appropriate tag suggestions based on the video category that the video uploader associates with the video. By default, tag suggestions are relevant for all categories if there are no restricts defined for the keyword.
1647 &quot;A String&quot;,
1648 ],
1649 },
1650 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001651 &quot;processingHints&quot;: [ # A list of suggestions that may improve YouTube&#x27;s ability to process the video.
1652 &quot;A String&quot;,
1653 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001654 },
1655 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
1656 &quot;recordingDetails&quot;: { # Recording information associated with the video. # The recordingDetails object encapsulates information about the location, date and address where the video was recorded.
1657 &quot;location&quot;: { # Geographical coordinates of a point, in WGS84. # The geolocation information associated with the video.
1658 &quot;latitude&quot;: 3.14, # Latitude in degrees.
1659 &quot;longitude&quot;: 3.14, # Longitude in degrees.
1660 &quot;altitude&quot;: 3.14, # Altitude above the reference ellipsoid, in meters.
1661 },
1662 &quot;recordingDate&quot;: &quot;A String&quot;, # The date and time when the video was recorded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sssZ) format.
1663 &quot;locationDescription&quot;: &quot;A String&quot;, # The text description of the location where the video was recorded.
1664 },
1665 &quot;snippet&quot;: { # 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.
1666 &quot;thumbnails&quot;: { # 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.
1667 &quot;maxres&quot;: { # A thumbnail is an image representing a YouTube resource. # The maximum resolution quality image for this resource.
1668 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
1669 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
1670 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
1671 },
1672 &quot;standard&quot;: { # A thumbnail is an image representing a YouTube resource. # The standard quality image for this resource.
1673 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
1674 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
1675 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
1676 },
1677 &quot;default&quot;: { # A thumbnail is an image representing a YouTube resource. # The default image for this resource.
1678 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
1679 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
1680 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
1681 },
1682 &quot;high&quot;: { # A thumbnail is an image representing a YouTube resource. # The high quality image for this resource.
1683 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
1684 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
1685 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
1686 },
1687 &quot;medium&quot;: { # A thumbnail is an image representing a YouTube resource. # The medium quality image for this resource.
1688 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
1689 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
1690 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
1691 },
1692 },
1693 &quot;localized&quot;: { # 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)
1694 &quot;title&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s title.
1695 &quot;description&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s description.
1696 },
1697 &quot;liveBroadcastContent&quot;: &quot;A String&quot;, # Indicates if the video is an upcoming/active live broadcast. Or it&#x27;s &quot;none&quot; if the video is not an upcoming/active live broadcast.
1698 &quot;defaultAudioLanguage&quot;: &quot;A String&quot;, # The default_audio_language property specifies the language spoken in the video&#x27;s default audio track.
1699 &quot;categoryId&quot;: &quot;A String&quot;, # The YouTube video category associated with the video.
1700 &quot;description&quot;: &quot;A String&quot;, # The video&#x27;s description. @mutable youtube.videos.insert youtube.videos.update
1701 &quot;tags&quot;: [ # A list of keyword tags associated with the video. Tags may contain spaces.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001702 &quot;A String&quot;,
1703 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001704 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the channel that the video was uploaded to.
1705 &quot;title&quot;: &quot;A String&quot;, # The video&#x27;s title. @mutable youtube.videos.insert youtube.videos.update
1706 &quot;channelTitle&quot;: &quot;A String&quot;, # Channel title for the channel that the video belongs to.
1707 &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time that the video was uploaded. The value is specified in ISO 8601 format.
1708 &quot;defaultLanguage&quot;: &quot;A String&quot;, # The language of the videos&#x27;s default snippet.
1709 },
1710 &quot;player&quot;: { # Player to be used for a video playback. # The player object contains information that you would use to play the video in an embedded player.
1711 &quot;embedHeight&quot;: &quot;A String&quot;,
1712 &quot;embedHtml&quot;: &quot;A String&quot;, # An &lt;iframe&gt; tag that embeds a player that will play the video.
1713 &quot;embedWidth&quot;: &quot;A String&quot;, # The embed width
1714 },
1715 &quot;monetizationDetails&quot;: { # Details about monetization of a YouTube Video. # The monetizationDetails object encapsulates information about the monetization status of the video.
1716 &quot;access&quot;: { # Rights management policy for YouTube resources. # The value of access indicates whether the video can be monetized or not.
1717 &quot;allowed&quot;: True or False, # The value of allowed indicates whether the access to the policy is allowed or denied by default.
1718 &quot;exception&quot;: [ # A list of region codes that identify countries where the default policy do not apply.
1719 &quot;A String&quot;,
1720 ],
1721 },
1722 },
1723 &quot;projectDetails&quot;: { # Project specific details about the content of a YouTube Video. # The projectDetails object contains information about the project specific video metadata.
1724 &quot;tags&quot;: [ # A list of project tags associated with the video during the upload.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001725 &quot;A String&quot;,
1726 ],
1727 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001728 &quot;processingDetails&quot;: { # Describes processing status and progress and availability of some other Video resource parts. # The processingDetails object encapsulates information about YouTube&#x27;s progress in processing the uploaded video file. The properties in the object identify the current processing status and an estimate of the time remaining until YouTube finishes processing the video. This part also indicates whether different types of data or content, such as file details or thumbnail images, are available for the video. The processingProgress object is designed to be polled so that the video uploaded can track the progress that YouTube has made in processing the uploaded video file. This data can only be retrieved by the video owner.
1729 &quot;processingFailureReason&quot;: &quot;A String&quot;, # The reason that YouTube failed to process the video. This property will only have a value if the processingStatus property&#x27;s value is failed.
1730 &quot;thumbnailsAvailability&quot;: &quot;A String&quot;, # This value indicates whether thumbnail images have been generated for the video.
1731 &quot;processingStatus&quot;: &quot;A String&quot;, # The video&#x27;s processing status. This value indicates whether YouTube was able to process the video or if the video is still being processed.
1732 &quot;processingIssuesAvailability&quot;: &quot;A String&quot;, # This value indicates whether the video processing engine has generated suggestions that might improve YouTube&#x27;s ability to process the the video, warnings that explain video processing problems, or errors that cause video processing problems. You can retrieve these suggestions by requesting the suggestions part in your videos.list() request.
1733 &quot;processingProgress&quot;: { # Video processing progress and completion time estimate. # The processingProgress object contains information about the progress YouTube has made in processing the video. The values are really only relevant if the video&#x27;s processing status is processing.
1734 &quot;partsTotal&quot;: &quot;A String&quot;, # An estimate of the total number of parts that need to be processed for the video. The number may be updated with more precise estimates while YouTube processes the video.
1735 &quot;partsProcessed&quot;: &quot;A String&quot;, # The number of parts of the video that YouTube has already processed. You can estimate the percentage of the video that YouTube has already processed by calculating: 100 * parts_processed / parts_total Note that since the estimated number of parts could increase without a corresponding increase in the number of parts that have already been processed, it is possible that the calculated progress could periodically decrease while YouTube processes a video.
1736 &quot;timeLeftMs&quot;: &quot;A String&quot;, # An estimate of the amount of time, in millseconds, that YouTube needs to finish processing the video.
1737 },
1738 &quot;tagSuggestionsAvailability&quot;: &quot;A String&quot;, # This value indicates whether keyword (tag) suggestions are available for the video. Tags can be added to a video&#x27;s metadata to make it easier for other users to find the video. You can retrieve these suggestions by requesting the suggestions part in your videos.list() request.
1739 &quot;editorSuggestionsAvailability&quot;: &quot;A String&quot;, # This value indicates whether video editing suggestions, which might improve video quality or the playback experience, are available for the video. You can retrieve these suggestions by requesting the suggestions part in your videos.list() request.
1740 &quot;fileDetailsAvailability&quot;: &quot;A String&quot;, # This value indicates whether file details are available for the uploaded video. You can retrieve a video&#x27;s file details by requesting the fileDetails part in your videos.list() request.
1741 },
1742 &quot;localizations&quot;: { # The localizations object contains localized versions of the basic details about the video, such as its title and description.
1743 &quot;a_key&quot;: { # Localized versions of certain video properties (e.g. title).
1744 &quot;title&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s title.
1745 &quot;description&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s description.
1746 },
1747 },
1748 &quot;status&quot;: { # Basic details about a video category, such as its localized title. Next Id: 17 # The status object contains information about the video&#x27;s uploading, processing, and privacy statuses.
1749 &quot;license&quot;: &quot;A String&quot;, # The video&#x27;s license. @mutable youtube.videos.insert youtube.videos.update
1750 &quot;rejectionReason&quot;: &quot;A String&quot;, # This value explains why YouTube rejected an uploaded video. This property is only present if the uploadStatus property indicates that the upload was rejected.
1751 &quot;selfDeclaredMadeForKids&quot;: True or False,
1752 &quot;failureReason&quot;: &quot;A String&quot;, # This value explains why a video failed to upload. This property is only present if the uploadStatus property indicates that the upload failed.
1753 &quot;embeddable&quot;: True or False, # This value indicates if the video can be embedded on another website. @mutable youtube.videos.insert youtube.videos.update
1754 &quot;publicStatsViewable&quot;: True or False, # This value indicates if the extended video statistics on the watch page can be viewed by everyone. Note that the view count, likes, etc will still be visible if this is disabled. @mutable youtube.videos.insert youtube.videos.update
1755 &quot;madeForKids&quot;: True or False,
1756 &quot;privacyStatus&quot;: &quot;A String&quot;, # The video&#x27;s privacy status.
1757 &quot;publishAt&quot;: &quot;A String&quot;, # The date and time when the video is scheduled to publish. It can be set only if the privacy status of the video is private. The value is specified in ISO 8601 format.
1758 &quot;uploadStatus&quot;: &quot;A String&quot;, # The status of the uploaded video.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001759 },
John Asmuth614db982014-04-24 15:46:26 -04001760 }</pre>
1761</div>
1762
1763</body></html>