blob: 7cc56a2f3de391b2981272d87bb3d3c8889c0bca [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 Botcc94ec82021-01-15 07:10:04 -080087 <code><a href="#insert">insert(part, autoLevels=None, body=None, media_body=None, media_mime_type=None, notifySubscribers=None, onBehalfOfContentOwner=None, onBehalfOfContentOwnerChannel=None, stabilize=None, x__xgafv=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 Botcc94ec82021-01-15 07:10:04 -080090 <code><a href="#list">list(part, chart=None, hl=None, id=None, locale=None, maxHeight=None, maxResults=None, maxWidth=None, myRating=None, onBehalfOfContentOwner=None, pageToken=None, regionCode=None, videoCategoryId=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 Botcc94ec82021-01-15 07:10:04 -0800140 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
141 &quot;eventId&quot;: &quot;A String&quot;, # Serialized EventId of the request which produced this response.
142 &quot;items&quot;: [ # A list of ratings that match the request criteria.
143 { # Basic details about rating of a video.
144 &quot;rating&quot;: &quot;A String&quot;, # Rating of a video.
145 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the video.
146 },
147 ],
148 &quot;kind&quot;: &quot;youtube#videoGetRatingResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#videoGetRatingResponse&quot;.
149 &quot;visitorId&quot;: &quot;A String&quot;, # The visitorId identifies the visitor.
150}</pre>
John Asmuth614db982014-04-24 15:46:26 -0400151</div>
152
153<div class="method">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800154 <code class="details" id="insert">insert(part, autoLevels=None, body=None, media_body=None, media_mime_type=None, notifySubscribers=None, onBehalfOfContentOwner=None, onBehalfOfContentOwnerChannel=None, stabilize=None, x__xgafv=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 Botcc94ec82021-01-15 07:10:04 -0800163 &quot;ageGating&quot;: { # Age restriction details related to a video. This data can only be retrieved by the video owner.
164 &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.
165 &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.
166 &quot;videoGameRating&quot;: &quot;A String&quot;, # Video game rating, if any.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800167 },
168 &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 Botcc94ec82021-01-15 07:10:04 -0800169 &quot;caption&quot;: &quot;A String&quot;, # The value of captions indicates whether the video has captions or not.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800170 &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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800171 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800172 &quot;agcomRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Italy&#x27;s Autorità per le Garanzie nelle Comunicazioni (AGCOM).
173 &quot;anatelRating&quot;: &quot;A String&quot;, # The video&#x27;s Anatel (Asociación Nacional de Televisión) rating for Chilean television.
174 &quot;bbfcRating&quot;: &quot;A String&quot;, # The video&#x27;s British Board of Film Classification (BBFC) rating.
175 &quot;bfvcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Thailand&#x27;s Board of Film and Video Censors.
176 &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).
177 &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.
178 &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.
179 &quot;cbfcRating&quot;: &quot;A String&quot;, # The video&#x27;s Central Board of Film Certification (CBFC - India) rating.
180 &quot;cccRating&quot;: &quot;A String&quot;, # The video&#x27;s Consejo de Calificación Cinematográfica (Chile) rating.
181 &quot;cceRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Portugal&#x27;s Comissão de Classificação de Espect´culos.
182 &quot;chfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Switzerland.
183 &quot;chvrsRating&quot;: &quot;A String&quot;, # The video&#x27;s Canadian Home Video Rating System (CHVRS) rating.
184 &quot;cicfRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Commission de Contrôle des Films (Belgium).
185 &quot;cnaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Romania&#x27;s CONSILIUL NATIONAL AL AUDIOVIZUALULUI (CNA).
186 &quot;cncRating&quot;: &quot;A String&quot;, # Rating system in France - Commission de classification cinematographique
187 &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.
188 &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).
189 &quot;czfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in the Czech Republic.
190 &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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800191 &quot;djctqRatingReasons&quot;: [ # Reasons that explain why the video received its DJCQT (Brazil) rating.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800192 &quot;A String&quot;,
193 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800194 &quot;ecbmctRating&quot;: &quot;A String&quot;, # Rating system in Turkey - Evaluation and Classification Board of the Ministry of Culture and Tourism
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800195 &quot;eefilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Estonia.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800196 &quot;egfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Egypt.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800197 &quot;eirinRating&quot;: &quot;A String&quot;, # The video&#x27;s Eirin (映倫) rating. Eirin is the Japanese rating system.
198 &quot;fcbmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Malaysia&#x27;s Film Censorship Board.
199 &quot;fcoRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Hong Kong&#x27;s Office for Film, Newspaper and Article Administration.
200 &quot;fmocRating&quot;: &quot;A String&quot;, # This property has been deprecated. Use the contentDetails.contentRating.cncRating instead.
201 &quot;fpbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from South Africa&#x27;s Film and Publication Board.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800202 &quot;fpbRatingReasons&quot;: [ # Reasons that explain why the video received its FPB (South Africa) rating.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800203 &quot;A String&quot;,
204 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800205 &quot;fskRating&quot;: &quot;A String&quot;, # The video&#x27;s Freiwillige Selbstkontrolle der Filmwirtschaft (FSK - Germany) rating.
206 &quot;grfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Greece.
207 &quot;icaaRating&quot;: &quot;A String&quot;, # The video&#x27;s Instituto de la Cinematografía y de las Artes Audiovisuales (ICAA - Spain) rating.
208 &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.
209 &quot;ilfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Israel.
210 &quot;incaaRating&quot;: &quot;A String&quot;, # The video&#x27;s INCAA (Instituto Nacional de Cine y Artes Audiovisuales - Argentina) rating.
211 &quot;kfcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Kenya Film Classification Board.
212 &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).
213 &quot;kmrbRating&quot;: &quot;A String&quot;, # The video&#x27;s Korea Media Rating Board (영상물등급위원회) rating. The KMRB rates videos in South Korea.
214 &quot;lsfRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Indonesia&#x27;s Lembaga Sensor Film.
215 &quot;mccaaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Malta&#x27;s Film Age-Classification Board.
216 &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.
217 &quot;mcstRating&quot;: &quot;A String&quot;, # The video&#x27;s rating system for Vietnam - MCST
218 &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).
219 &quot;medietilsynetRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Medietilsynet, the Norwegian Media Authority.
220 &quot;mekuRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Finland&#x27;s Kansallinen Audiovisuaalinen Instituutti (National Audiovisual Institute).
221 &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.
222 &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).
223 &quot;mocRating&quot;: &quot;A String&quot;, # The video&#x27;s Ministerio de Cultura (Colombia) rating.
224 &quot;moctwRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Taiwan&#x27;s Ministry of Culture (文化部).
225 &quot;mpaaRating&quot;: &quot;A String&quot;, # The video&#x27;s Motion Picture Association of America (MPAA) rating.
226 &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.
227 &quot;mtrcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Movie and Television Review and Classification Board (Philippines).
228 &quot;nbcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Maldives National Bureau of Classification.
229 &quot;nbcplRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Poland.
230 &quot;nfrcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Bulgarian National Film Center.
231 &quot;nfvcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Nigeria&#x27;s National Film and Video Censors Board.
232 &quot;nkclvRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Nacionãlais Kino centrs (National Film Centre of Latvia).
233 &quot;nmcRating&quot;: &quot;A String&quot;, # The National Media Council ratings system for United Arab Emirates.
234 &quot;oflcRating&quot;: &quot;A String&quot;, # The video&#x27;s Office of Film and Literature Classification (OFLC - New Zealand) rating.
235 &quot;pefilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Peru.
236 &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.
237 &quot;resorteviolenciaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Venezuela.
238 &quot;rtcRating&quot;: &quot;A String&quot;, # The video&#x27;s General Directorate of Radio, Television and Cinematography (Mexico) rating.
239 &quot;rteRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Ireland&#x27;s Raidió Teilifís Éireann.
240 &quot;russiaRating&quot;: &quot;A String&quot;, # The video&#x27;s National Film Registry of the Russian Federation (MKRF - Russia) rating.
241 &quot;skfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Slovakia.
242 &quot;smaisRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Iceland.
243 &quot;smsaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Statens medieråd (Sweden&#x27;s National Media Council).
244 &quot;tvpgRating&quot;: &quot;A String&quot;, # The video&#x27;s TV Parental Guidelines (TVPG) rating.
245 &quot;ytRating&quot;: &quot;A String&quot;, # A rating that YouTube uses to identify age-restricted content.
Craig Citroe633be12015-03-02 13:40:36 -0800246 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800247 &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.
248 &quot;allowed&quot;: True or False, # The value of allowed indicates whether the access to the policy is allowed or denied by default.
249 &quot;exception&quot;: [ # A list of region codes that identify countries where the default policy do not apply.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800250 &quot;A String&quot;,
251 ],
252 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800253 &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 Botcc94ec82021-01-15 07:10:04 -0800254 &quot;dimension&quot;: &quot;A String&quot;, # The value of dimension indicates whether the video is available in 3D or in 2D.
255 &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.
256 &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.
257 &quot;licensedContent&quot;: True or False, # The value of is_license_content indicates whether the video is licensed content.
258 &quot;projection&quot;: &quot;A String&quot;, # Specifies the projection format of the video.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800259 &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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800260 &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.
261 &quot;A String&quot;,
262 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800263 &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.
264 &quot;A String&quot;,
265 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800266 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800267 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800268 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
269 &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.
270 &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.
271 { # Information about an audio stream.
272 &quot;bitrateBps&quot;: &quot;A String&quot;, # The audio stream&#x27;s bitrate, in bits per second.
273 &quot;channelCount&quot;: 42, # The number of audio channels that the stream contains.
274 &quot;codec&quot;: &quot;A String&quot;, # The audio codec that the stream uses.
275 &quot;vendor&quot;: &quot;A String&quot;, # A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code.
276 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800277 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -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;container&quot;: &quot;A String&quot;, # The uploaded video file&#x27;s container format.
280 &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
281 &quot;durationMs&quot;: &quot;A String&quot;, # The length of the uploaded video in milliseconds.
282 &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.
283 &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.
284 &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.
285 &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.
286 { # Information about a video stream.
287 &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.
288 &quot;bitrateBps&quot;: &quot;A String&quot;, # The video stream&#x27;s bitrate, in bits per second.
289 &quot;codec&quot;: &quot;A String&quot;, # The video codec that the stream uses.
290 &quot;frameRateFps&quot;: 3.14, # The video stream&#x27;s frame rate, in frames per second.
291 &quot;heightPixels&quot;: 42, # The encoded video content&#x27;s height in pixels.
292 &quot;rotation&quot;: &quot;A String&quot;, # The amount that YouTube needs to rotate the original source content to properly display the video.
293 &quot;vendor&quot;: &quot;A String&quot;, # A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code.
294 &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 Bot0bf565c2020-12-09 08:56:03 -0800295 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800296 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800297 },
298 &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the video.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800299 &quot;kind&quot;: &quot;youtube#video&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#video&quot;.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800300 &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.
301 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800302 &quot;actualEndTime&quot;: &quot;A String&quot;, # The time that the broadcast actually ended. This value will not be available until the broadcast is over.
303 &quot;actualStartTime&quot;: &quot;A String&quot;, # The time that the broadcast actually started. This value will not be available until the broadcast begins.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800304 &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-code-botb6dc1b92021-03-02 11:49:08 -0800305 &quot;scheduledEndTime&quot;: &quot;A String&quot;, # The time that the broadcast is scheduled to end. If the value is empty or the property is not present, then the broadcast is scheduled to contiue indefinitely.
306 &quot;scheduledStartTime&quot;: &quot;A String&quot;, # The time that the broadcast is scheduled to begin.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800307 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800308 &quot;localizations&quot;: { # The localizations object contains localized versions of the basic details about the video, such as its title and description.
309 &quot;a_key&quot;: { # Localized versions of certain video properties (e.g. title).
310 &quot;description&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s description.
311 &quot;title&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s title.
312 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800313 },
314 &quot;monetizationDetails&quot;: { # Details about monetization of a YouTube Video. # The monetizationDetails object encapsulates information about the monetization status of the video.
315 &quot;access&quot;: { # Rights management policy for YouTube resources. # The value of access indicates whether the video can be monetized or not.
316 &quot;allowed&quot;: True or False, # The value of allowed indicates whether the access to the policy is allowed or denied by default.
317 &quot;exception&quot;: [ # A list of region codes that identify countries where the default policy do not apply.
318 &quot;A String&quot;,
319 ],
320 },
321 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800322 &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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800323 &quot;embedHeight&quot;: &quot;A String&quot;,
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800324 &quot;embedHtml&quot;: &quot;A String&quot;, # An &lt;iframe&gt; tag that embeds a player that will play the video.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800325 &quot;embedWidth&quot;: &quot;A String&quot;, # The embed width
326 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800327 &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.
328 &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.
329 &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.
330 &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.
331 &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.
332 &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.
333 &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.
334 &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.
335 &quot;timeLeftMs&quot;: &quot;A String&quot;, # An estimate of the amount of time, in millseconds, that YouTube needs to finish processing the video.
336 },
337 &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.
338 &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.
339 &quot;thumbnailsAvailability&quot;: &quot;A String&quot;, # This value indicates whether thumbnail images have been generated for the video.
340 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800341 &quot;projectDetails&quot;: { # DEPRECATED. b/157517979: This part was never populated after it was added. However, it sees non-zero traffic because there is generated client code in the wild that refers to it [1]. We keep this field and do NOT remove it because otherwise V3 would return an error when this part gets requested [2]. [1] https://developers.google.com/resources/api-libraries/documentation/youtube/v3/csharp/latest/classGoogle_1_1Apis_1_1YouTube_1_1v3_1_1Data_1_1VideoProjectDetails.html [2] http://google3/video/youtube/src/python/servers/data_api/common.py?l=1565-1569&amp;rcl=344141677 # The projectDetails object contains information about the project specific video metadata. b/157517979: This part was never populated after it was added. However, it sees non-zero traffic because there is generated client code in the wild that refers to it [1]. We keep this field and do NOT remove it because otherwise V3 would return an error when this part gets requested [2]. [1] https://developers.google.com/resources/api-libraries/documentation/youtube/v3/csharp/latest/classGoogle_1_1Apis_1_1YouTube_1_1v3_1_1Data_1_1VideoProjectDetails.html [2] http://google3/video/youtube/src/python/servers/data_api/common.py?l=1565-1569&amp;rcl=344141677
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800342 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800343 &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.
344 &quot;location&quot;: { # Geographical coordinates of a point, in WGS84. # The geolocation information associated with the video.
345 &quot;altitude&quot;: 3.14, # Altitude above the reference ellipsoid, in meters.
346 &quot;latitude&quot;: 3.14, # Latitude in degrees.
347 &quot;longitude&quot;: 3.14, # Longitude in degrees.
348 },
349 &quot;locationDescription&quot;: &quot;A String&quot;, # The text description of the location where the video was recorded.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800350 &quot;recordingDate&quot;: &quot;A String&quot;, # The date and time when the video was recorded.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800351 },
352 &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.
353 &quot;categoryId&quot;: &quot;A String&quot;, # The YouTube video category associated with the video.
354 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the channel that the video was uploaded to.
355 &quot;channelTitle&quot;: &quot;A String&quot;, # Channel title for the channel that the video belongs to.
356 &quot;defaultAudioLanguage&quot;: &quot;A String&quot;, # The default_audio_language property specifies the language spoken in the video&#x27;s default audio track.
357 &quot;defaultLanguage&quot;: &quot;A String&quot;, # The language of the videos&#x27;s default snippet.
358 &quot;description&quot;: &quot;A String&quot;, # The video&#x27;s description. @mutable youtube.videos.insert youtube.videos.update
359 &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.
360 &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)
361 &quot;description&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s description.
362 &quot;title&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s title.
363 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800364 &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time when the video was uploaded.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800365 &quot;tags&quot;: [ # A list of keyword tags associated with the video. Tags may contain spaces.
366 &quot;A String&quot;,
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800367 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800368 &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.
369 &quot;default&quot;: { # A thumbnail is an image representing a YouTube resource. # The default image for this resource.
370 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
371 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
372 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800373 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800374 &quot;high&quot;: { # A thumbnail is an image representing a YouTube resource. # The high quality image for this resource.
375 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
376 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
377 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
378 },
379 &quot;maxres&quot;: { # A thumbnail is an image representing a YouTube resource. # The maximum resolution quality image for this resource.
380 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
381 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
382 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
383 },
384 &quot;medium&quot;: { # A thumbnail is an image representing a YouTube resource. # The medium quality image for this resource.
385 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
386 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
387 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
388 },
389 &quot;standard&quot;: { # A thumbnail is an image representing a YouTube resource. # The standard quality image for this resource.
390 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
391 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
392 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
393 },
394 },
395 &quot;title&quot;: &quot;A String&quot;, # The video&#x27;s title. @mutable youtube.videos.insert youtube.videos.update
396 },
397 &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.
398 &quot;commentCount&quot;: &quot;A String&quot;, # The number of comments for the video.
399 &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.
400 &quot;favoriteCount&quot;: &quot;A String&quot;, # The number of users who currently have the video marked as a favorite video.
401 &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.
402 &quot;viewCount&quot;: &quot;A String&quot;, # The number of times the video has been viewed.
403 },
404 &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.
405 &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
406 &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.
407 &quot;license&quot;: &quot;A String&quot;, # The video&#x27;s license. @mutable youtube.videos.insert youtube.videos.update
408 &quot;madeForKids&quot;: True or False,
409 &quot;privacyStatus&quot;: &quot;A String&quot;, # The video&#x27;s privacy status.
410 &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
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800411 &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..
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800412 &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.
413 &quot;selfDeclaredMadeForKids&quot;: True or False,
414 &quot;uploadStatus&quot;: &quot;A String&quot;, # The status of the uploaded video.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800415 },
416 &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 Botcc94ec82021-01-15 07:10:04 -0800417 &quot;editorSuggestions&quot;: [ # A list of video editing operations that might improve the video quality or playback experience of the uploaded video.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800418 &quot;A String&quot;,
419 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800420 &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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800421 &quot;A String&quot;,
422 ],
423 &quot;processingHints&quot;: [ # A list of suggestions that may improve YouTube&#x27;s ability to process the video.
424 &quot;A String&quot;,
425 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800426 &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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800427 &quot;A String&quot;,
428 ],
429 &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.
430 { # A single tag suggestion with it&#x27;s relevance information.
431 &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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800432 &quot;A String&quot;,
433 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800434 &quot;tag&quot;: &quot;A String&quot;, # The keyword tag suggested for the video.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800435 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800436 ],
437 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800438 &quot;topicDetails&quot;: { # Freebase topic information related to the video. # The topicDetails object encapsulates information about Freebase topics associated with the video.
439 &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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800440 &quot;A String&quot;,
441 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800442 &quot;topicCategories&quot;: [ # A list of Wikipedia URLs that provide a high-level description of the video&#x27;s content.
443 &quot;A String&quot;,
444 ],
445 &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.
446 &quot;A String&quot;,
447 ],
448 },
449}
450
451 autoLevels: boolean, Should auto-levels be applied to the upload.
452 media_body: string, The filename of the media request body, or an instance of a MediaUpload object.
453 media_mime_type: string, The MIME type of the media request body, or an instance of a MediaUpload object.
454 notifySubscribers: boolean, Notify the channel subscribers about the new video. As default, the notification is enabled.
455 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.
456 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.
457 stabilize: boolean, Should stabilize be applied to the upload.
458 x__xgafv: string, V1 error format.
459 Allowed values
460 1 - v1 error format
461 2 - v2 error format
462
463Returns:
464 An object of the form:
465
466 { # A *video* resource represents a YouTube video.
467 &quot;ageGating&quot;: { # Age restriction details related to a video. This data can only be retrieved by the video owner.
468 &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.
469 &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.
470 &quot;videoGameRating&quot;: &quot;A String&quot;, # Video game rating, if any.
471 },
472 &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.
473 &quot;caption&quot;: &quot;A String&quot;, # The value of captions indicates whether the video has captions or not.
474 &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.
475 &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.
476 &quot;agcomRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Italy&#x27;s Autorità per le Garanzie nelle Comunicazioni (AGCOM).
477 &quot;anatelRating&quot;: &quot;A String&quot;, # The video&#x27;s Anatel (Asociación Nacional de Televisión) rating for Chilean television.
478 &quot;bbfcRating&quot;: &quot;A String&quot;, # The video&#x27;s British Board of Film Classification (BBFC) rating.
479 &quot;bfvcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Thailand&#x27;s Board of Film and Video Censors.
480 &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).
481 &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.
482 &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.
483 &quot;cbfcRating&quot;: &quot;A String&quot;, # The video&#x27;s Central Board of Film Certification (CBFC - India) rating.
484 &quot;cccRating&quot;: &quot;A String&quot;, # The video&#x27;s Consejo de Calificación Cinematográfica (Chile) rating.
485 &quot;cceRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Portugal&#x27;s Comissão de Classificação de Espect´culos.
486 &quot;chfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Switzerland.
487 &quot;chvrsRating&quot;: &quot;A String&quot;, # The video&#x27;s Canadian Home Video Rating System (CHVRS) rating.
488 &quot;cicfRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Commission de Contrôle des Films (Belgium).
489 &quot;cnaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Romania&#x27;s CONSILIUL NATIONAL AL AUDIOVIZUALULUI (CNA).
490 &quot;cncRating&quot;: &quot;A String&quot;, # Rating system in France - Commission de classification cinematographique
491 &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.
492 &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).
493 &quot;czfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in the Czech Republic.
494 &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.
495 &quot;djctqRatingReasons&quot;: [ # Reasons that explain why the video received its DJCQT (Brazil) rating.
496 &quot;A String&quot;,
497 ],
498 &quot;ecbmctRating&quot;: &quot;A String&quot;, # Rating system in Turkey - Evaluation and Classification Board of the Ministry of Culture and Tourism
499 &quot;eefilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Estonia.
500 &quot;egfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Egypt.
501 &quot;eirinRating&quot;: &quot;A String&quot;, # The video&#x27;s Eirin (映倫) rating. Eirin is the Japanese rating system.
502 &quot;fcbmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Malaysia&#x27;s Film Censorship Board.
503 &quot;fcoRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Hong Kong&#x27;s Office for Film, Newspaper and Article Administration.
504 &quot;fmocRating&quot;: &quot;A String&quot;, # This property has been deprecated. Use the contentDetails.contentRating.cncRating instead.
505 &quot;fpbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from South Africa&#x27;s Film and Publication Board.
506 &quot;fpbRatingReasons&quot;: [ # Reasons that explain why the video received its FPB (South Africa) rating.
507 &quot;A String&quot;,
508 ],
509 &quot;fskRating&quot;: &quot;A String&quot;, # The video&#x27;s Freiwillige Selbstkontrolle der Filmwirtschaft (FSK - Germany) rating.
510 &quot;grfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Greece.
511 &quot;icaaRating&quot;: &quot;A String&quot;, # The video&#x27;s Instituto de la Cinematografía y de las Artes Audiovisuales (ICAA - Spain) rating.
512 &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.
513 &quot;ilfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Israel.
514 &quot;incaaRating&quot;: &quot;A String&quot;, # The video&#x27;s INCAA (Instituto Nacional de Cine y Artes Audiovisuales - Argentina) rating.
515 &quot;kfcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Kenya Film Classification Board.
516 &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).
517 &quot;kmrbRating&quot;: &quot;A String&quot;, # The video&#x27;s Korea Media Rating Board (영상물등급위원회) rating. The KMRB rates videos in South Korea.
518 &quot;lsfRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Indonesia&#x27;s Lembaga Sensor Film.
519 &quot;mccaaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Malta&#x27;s Film Age-Classification Board.
520 &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.
521 &quot;mcstRating&quot;: &quot;A String&quot;, # The video&#x27;s rating system for Vietnam - MCST
522 &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).
523 &quot;medietilsynetRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Medietilsynet, the Norwegian Media Authority.
524 &quot;mekuRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Finland&#x27;s Kansallinen Audiovisuaalinen Instituutti (National Audiovisual Institute).
525 &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.
526 &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).
527 &quot;mocRating&quot;: &quot;A String&quot;, # The video&#x27;s Ministerio de Cultura (Colombia) rating.
528 &quot;moctwRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Taiwan&#x27;s Ministry of Culture (文化部).
529 &quot;mpaaRating&quot;: &quot;A String&quot;, # The video&#x27;s Motion Picture Association of America (MPAA) rating.
530 &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.
531 &quot;mtrcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Movie and Television Review and Classification Board (Philippines).
532 &quot;nbcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Maldives National Bureau of Classification.
533 &quot;nbcplRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Poland.
534 &quot;nfrcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Bulgarian National Film Center.
535 &quot;nfvcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Nigeria&#x27;s National Film and Video Censors Board.
536 &quot;nkclvRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Nacionãlais Kino centrs (National Film Centre of Latvia).
537 &quot;nmcRating&quot;: &quot;A String&quot;, # The National Media Council ratings system for United Arab Emirates.
538 &quot;oflcRating&quot;: &quot;A String&quot;, # The video&#x27;s Office of Film and Literature Classification (OFLC - New Zealand) rating.
539 &quot;pefilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Peru.
540 &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.
541 &quot;resorteviolenciaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Venezuela.
542 &quot;rtcRating&quot;: &quot;A String&quot;, # The video&#x27;s General Directorate of Radio, Television and Cinematography (Mexico) rating.
543 &quot;rteRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Ireland&#x27;s Raidió Teilifís Éireann.
544 &quot;russiaRating&quot;: &quot;A String&quot;, # The video&#x27;s National Film Registry of the Russian Federation (MKRF - Russia) rating.
545 &quot;skfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Slovakia.
546 &quot;smaisRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Iceland.
547 &quot;smsaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Statens medieråd (Sweden&#x27;s National Media Council).
548 &quot;tvpgRating&quot;: &quot;A String&quot;, # The video&#x27;s TV Parental Guidelines (TVPG) rating.
549 &quot;ytRating&quot;: &quot;A String&quot;, # A rating that YouTube uses to identify age-restricted content.
550 },
551 &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.
552 &quot;allowed&quot;: True or False, # The value of allowed indicates whether the access to the policy is allowed or denied by default.
553 &quot;exception&quot;: [ # A list of region codes that identify countries where the default policy do not apply.
554 &quot;A String&quot;,
555 ],
556 },
557 &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.
558 &quot;dimension&quot;: &quot;A String&quot;, # The value of dimension indicates whether the video is available in 3D or in 2D.
559 &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.
560 &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.
561 &quot;licensedContent&quot;: True or False, # The value of is_license_content indicates whether the video is licensed content.
562 &quot;projection&quot;: &quot;A String&quot;, # Specifies the projection format of the video.
563 &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.
564 &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.
565 &quot;A String&quot;,
566 ],
567 &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.
568 &quot;A String&quot;,
569 ],
570 },
571 },
572 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
573 &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.
574 &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.
575 { # Information about an audio stream.
576 &quot;bitrateBps&quot;: &quot;A String&quot;, # The audio stream&#x27;s bitrate, in bits per second.
577 &quot;channelCount&quot;: 42, # The number of audio channels that the stream contains.
578 &quot;codec&quot;: &quot;A String&quot;, # The audio codec that the stream uses.
579 &quot;vendor&quot;: &quot;A String&quot;, # A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code.
580 },
581 ],
582 &quot;bitrateBps&quot;: &quot;A String&quot;, # The uploaded video file&#x27;s combined (video and audio) bitrate in bits per second.
583 &quot;container&quot;: &quot;A String&quot;, # The uploaded video file&#x27;s container format.
584 &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
585 &quot;durationMs&quot;: &quot;A String&quot;, # The length of the uploaded video in milliseconds.
586 &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.
587 &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.
588 &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.
589 &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.
590 { # Information about a video stream.
591 &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.
592 &quot;bitrateBps&quot;: &quot;A String&quot;, # The video stream&#x27;s bitrate, in bits per second.
593 &quot;codec&quot;: &quot;A String&quot;, # The video codec that the stream uses.
594 &quot;frameRateFps&quot;: 3.14, # The video stream&#x27;s frame rate, in frames per second.
595 &quot;heightPixels&quot;: 42, # The encoded video content&#x27;s height in pixels.
596 &quot;rotation&quot;: &quot;A String&quot;, # The amount that YouTube needs to rotate the original source content to properly display the video.
597 &quot;vendor&quot;: &quot;A String&quot;, # A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code.
598 &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.
599 },
600 ],
601 },
602 &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the video.
603 &quot;kind&quot;: &quot;youtube#video&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#video&quot;.
604 &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.
605 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800606 &quot;actualEndTime&quot;: &quot;A String&quot;, # The time that the broadcast actually ended. This value will not be available until the broadcast is over.
607 &quot;actualStartTime&quot;: &quot;A String&quot;, # The time that the broadcast actually started. This value will not be available until the broadcast begins.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800608 &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-code-botb6dc1b92021-03-02 11:49:08 -0800609 &quot;scheduledEndTime&quot;: &quot;A String&quot;, # The time that the broadcast is scheduled to end. If the value is empty or the property is not present, then the broadcast is scheduled to contiue indefinitely.
610 &quot;scheduledStartTime&quot;: &quot;A String&quot;, # The time that the broadcast is scheduled to begin.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800611 },
612 &quot;localizations&quot;: { # The localizations object contains localized versions of the basic details about the video, such as its title and description.
613 &quot;a_key&quot;: { # Localized versions of certain video properties (e.g. title).
614 &quot;description&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s description.
615 &quot;title&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s title.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800616 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800617 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800618 &quot;monetizationDetails&quot;: { # Details about monetization of a YouTube Video. # The monetizationDetails object encapsulates information about the monetization status of the video.
619 &quot;access&quot;: { # Rights management policy for YouTube resources. # The value of access indicates whether the video can be monetized or not.
620 &quot;allowed&quot;: True or False, # The value of allowed indicates whether the access to the policy is allowed or denied by default.
621 &quot;exception&quot;: [ # A list of region codes that identify countries where the default policy do not apply.
622 &quot;A String&quot;,
623 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800624 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800625 },
626 &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.
627 &quot;embedHeight&quot;: &quot;A String&quot;,
628 &quot;embedHtml&quot;: &quot;A String&quot;, # An &lt;iframe&gt; tag that embeds a player that will play the video.
629 &quot;embedWidth&quot;: &quot;A String&quot;, # The embed width
630 },
631 &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.
632 &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.
633 &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.
634 &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.
635 &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.
636 &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.
637 &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.
638 &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.
639 &quot;timeLeftMs&quot;: &quot;A String&quot;, # An estimate of the amount of time, in millseconds, that YouTube needs to finish processing the video.
640 },
641 &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.
642 &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.
643 &quot;thumbnailsAvailability&quot;: &quot;A String&quot;, # This value indicates whether thumbnail images have been generated for the video.
644 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800645 &quot;projectDetails&quot;: { # DEPRECATED. b/157517979: This part was never populated after it was added. However, it sees non-zero traffic because there is generated client code in the wild that refers to it [1]. We keep this field and do NOT remove it because otherwise V3 would return an error when this part gets requested [2]. [1] https://developers.google.com/resources/api-libraries/documentation/youtube/v3/csharp/latest/classGoogle_1_1Apis_1_1YouTube_1_1v3_1_1Data_1_1VideoProjectDetails.html [2] http://google3/video/youtube/src/python/servers/data_api/common.py?l=1565-1569&amp;rcl=344141677 # The projectDetails object contains information about the project specific video metadata. b/157517979: This part was never populated after it was added. However, it sees non-zero traffic because there is generated client code in the wild that refers to it [1]. We keep this field and do NOT remove it because otherwise V3 would return an error when this part gets requested [2]. [1] https://developers.google.com/resources/api-libraries/documentation/youtube/v3/csharp/latest/classGoogle_1_1Apis_1_1YouTube_1_1v3_1_1Data_1_1VideoProjectDetails.html [2] http://google3/video/youtube/src/python/servers/data_api/common.py?l=1565-1569&amp;rcl=344141677
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800646 },
647 &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.
648 &quot;location&quot;: { # Geographical coordinates of a point, in WGS84. # The geolocation information associated with the video.
649 &quot;altitude&quot;: 3.14, # Altitude above the reference ellipsoid, in meters.
650 &quot;latitude&quot;: 3.14, # Latitude in degrees.
651 &quot;longitude&quot;: 3.14, # Longitude in degrees.
652 },
653 &quot;locationDescription&quot;: &quot;A String&quot;, # The text description of the location where the video was recorded.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800654 &quot;recordingDate&quot;: &quot;A String&quot;, # The date and time when the video was recorded.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800655 },
656 &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.
657 &quot;categoryId&quot;: &quot;A String&quot;, # The YouTube video category associated with the video.
658 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the channel that the video was uploaded to.
659 &quot;channelTitle&quot;: &quot;A String&quot;, # Channel title for the channel that the video belongs to.
660 &quot;defaultAudioLanguage&quot;: &quot;A String&quot;, # The default_audio_language property specifies the language spoken in the video&#x27;s default audio track.
661 &quot;defaultLanguage&quot;: &quot;A String&quot;, # The language of the videos&#x27;s default snippet.
662 &quot;description&quot;: &quot;A String&quot;, # The video&#x27;s description. @mutable youtube.videos.insert youtube.videos.update
663 &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.
664 &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)
665 &quot;description&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s description.
666 &quot;title&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s title.
667 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800668 &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time when the video was uploaded.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800669 &quot;tags&quot;: [ # A list of keyword tags associated with the video. Tags may contain spaces.
670 &quot;A String&quot;,
671 ],
672 &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.
673 &quot;default&quot;: { # A thumbnail is an image representing a YouTube resource. # The default image for this resource.
674 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
675 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
676 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
677 },
678 &quot;high&quot;: { # A thumbnail is an image representing a YouTube resource. # The high quality image for this resource.
679 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
680 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
681 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
682 },
683 &quot;maxres&quot;: { # A thumbnail is an image representing a YouTube resource. # The maximum resolution quality image for this resource.
684 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
685 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
686 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
687 },
688 &quot;medium&quot;: { # A thumbnail is an image representing a YouTube resource. # The medium quality image for this resource.
689 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
690 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
691 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
692 },
693 &quot;standard&quot;: { # A thumbnail is an image representing a YouTube resource. # The standard quality image for this resource.
694 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
695 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
696 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
697 },
698 },
699 &quot;title&quot;: &quot;A String&quot;, # The video&#x27;s title. @mutable youtube.videos.insert youtube.videos.update
700 },
701 &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.
702 &quot;commentCount&quot;: &quot;A String&quot;, # The number of comments for the video.
703 &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.
704 &quot;favoriteCount&quot;: &quot;A String&quot;, # The number of users who currently have the video marked as a favorite video.
705 &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.
706 &quot;viewCount&quot;: &quot;A String&quot;, # The number of times the video has been viewed.
707 },
708 &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.
709 &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
710 &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.
711 &quot;license&quot;: &quot;A String&quot;, # The video&#x27;s license. @mutable youtube.videos.insert youtube.videos.update
712 &quot;madeForKids&quot;: True or False,
713 &quot;privacyStatus&quot;: &quot;A String&quot;, # The video&#x27;s privacy status.
714 &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
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800715 &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..
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800716 &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.
717 &quot;selfDeclaredMadeForKids&quot;: True or False,
718 &quot;uploadStatus&quot;: &quot;A String&quot;, # The status of the uploaded video.
719 },
720 &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.
721 &quot;editorSuggestions&quot;: [ # A list of video editing operations that might improve the video quality or playback experience of the uploaded video.
722 &quot;A String&quot;,
723 ],
724 &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.
725 &quot;A String&quot;,
726 ],
727 &quot;processingHints&quot;: [ # A list of suggestions that may improve YouTube&#x27;s ability to process the video.
728 &quot;A String&quot;,
729 ],
730 &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.
731 &quot;A String&quot;,
732 ],
733 &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.
734 { # A single tag suggestion with it&#x27;s relevance information.
735 &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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800736 &quot;A String&quot;,
737 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800738 &quot;tag&quot;: &quot;A String&quot;, # The keyword tag suggested for the video.
Craig Citroe633be12015-03-02 13:40:36 -0800739 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800740 ],
741 },
742 &quot;topicDetails&quot;: { # Freebase topic information related to the video. # The topicDetails object encapsulates information about Freebase topics associated with the video.
743 &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.
744 &quot;A String&quot;,
745 ],
746 &quot;topicCategories&quot;: [ # A list of Wikipedia URLs that provide a high-level description of the video&#x27;s content.
747 &quot;A String&quot;,
748 ],
749 &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.
750 &quot;A String&quot;,
751 ],
752 },
753}</pre>
John Asmuth614db982014-04-24 15:46:26 -0400754</div>
755
756<div class="method">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800757 <code class="details" id="list">list(part, chart=None, hl=None, id=None, locale=None, maxHeight=None, maxResults=None, maxWidth=None, myRating=None, onBehalfOfContentOwner=None, pageToken=None, regionCode=None, videoCategoryId=None, x__xgafv=None)</code>
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700758 <pre>Retrieves a list of resources, possibly filtered.
John Asmuth614db982014-04-24 15:46:26 -0400759
760Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700761 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)
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700762 chart: string, Return the videos that are in the specified chart.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700763 Allowed values
764 chartUnspecified -
765 mostPopular - Return the most popular videos for the specified content region and video category.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800766 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).
767 id: string, Return videos with the given ids. (repeated)
768 locale: string, A parameter
769 maxHeight: integer, A parameter
770 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.
771 maxWidth: integer, Return the player with maximum height specified in
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700772 myRating: string, Return videos liked/disliked by the authenticated user. Does not support RateType.RATED_TYPE_NONE.
773 Allowed values
774 none -
775 like - The entity is liked.
776 dislike - The entity is disliked.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800777 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 Bot0bf565c2020-12-09 08:56:03 -0800778 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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800779 regionCode: string, Use a chart that is specific to the specified region
780 videoCategoryId: string, Use chart that is specific to the specified video category
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700781 x__xgafv: string, V1 error format.
Craig Citroe633be12015-03-02 13:40:36 -0800782 Allowed values
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700783 1 - v1 error format
784 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400785
786Returns:
787 An object of the form:
788
789 {
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800790 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
791 &quot;eventId&quot;: &quot;A String&quot;, # Serialized EventId of the request which produced this response.
792 &quot;items&quot;: [
793 { # A *video* resource represents a YouTube video.
794 &quot;ageGating&quot;: { # Age restriction details related to a video. This data can only be retrieved by the video owner.
795 &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.
796 &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.
797 &quot;videoGameRating&quot;: &quot;A String&quot;, # Video game rating, if any.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800798 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800799 &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.
800 &quot;caption&quot;: &quot;A String&quot;, # The value of captions indicates whether the video has captions or not.
801 &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.
802 &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.
803 &quot;agcomRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Italy&#x27;s Autorità per le Garanzie nelle Comunicazioni (AGCOM).
804 &quot;anatelRating&quot;: &quot;A String&quot;, # The video&#x27;s Anatel (Asociación Nacional de Televisión) rating for Chilean television.
805 &quot;bbfcRating&quot;: &quot;A String&quot;, # The video&#x27;s British Board of Film Classification (BBFC) rating.
806 &quot;bfvcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Thailand&#x27;s Board of Film and Video Censors.
807 &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).
808 &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.
809 &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.
810 &quot;cbfcRating&quot;: &quot;A String&quot;, # The video&#x27;s Central Board of Film Certification (CBFC - India) rating.
811 &quot;cccRating&quot;: &quot;A String&quot;, # The video&#x27;s Consejo de Calificación Cinematográfica (Chile) rating.
812 &quot;cceRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Portugal&#x27;s Comissão de Classificação de Espect´culos.
813 &quot;chfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Switzerland.
814 &quot;chvrsRating&quot;: &quot;A String&quot;, # The video&#x27;s Canadian Home Video Rating System (CHVRS) rating.
815 &quot;cicfRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Commission de Contrôle des Films (Belgium).
816 &quot;cnaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Romania&#x27;s CONSILIUL NATIONAL AL AUDIOVIZUALULUI (CNA).
817 &quot;cncRating&quot;: &quot;A String&quot;, # Rating system in France - Commission de classification cinematographique
818 &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.
819 &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).
820 &quot;czfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in the Czech Republic.
821 &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.
822 &quot;djctqRatingReasons&quot;: [ # Reasons that explain why the video received its DJCQT (Brazil) rating.
823 &quot;A String&quot;,
824 ],
825 &quot;ecbmctRating&quot;: &quot;A String&quot;, # Rating system in Turkey - Evaluation and Classification Board of the Ministry of Culture and Tourism
826 &quot;eefilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Estonia.
827 &quot;egfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Egypt.
828 &quot;eirinRating&quot;: &quot;A String&quot;, # The video&#x27;s Eirin (映倫) rating. Eirin is the Japanese rating system.
829 &quot;fcbmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Malaysia&#x27;s Film Censorship Board.
830 &quot;fcoRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Hong Kong&#x27;s Office for Film, Newspaper and Article Administration.
831 &quot;fmocRating&quot;: &quot;A String&quot;, # This property has been deprecated. Use the contentDetails.contentRating.cncRating instead.
832 &quot;fpbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from South Africa&#x27;s Film and Publication Board.
833 &quot;fpbRatingReasons&quot;: [ # Reasons that explain why the video received its FPB (South Africa) rating.
834 &quot;A String&quot;,
835 ],
836 &quot;fskRating&quot;: &quot;A String&quot;, # The video&#x27;s Freiwillige Selbstkontrolle der Filmwirtschaft (FSK - Germany) rating.
837 &quot;grfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Greece.
838 &quot;icaaRating&quot;: &quot;A String&quot;, # The video&#x27;s Instituto de la Cinematografía y de las Artes Audiovisuales (ICAA - Spain) rating.
839 &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.
840 &quot;ilfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Israel.
841 &quot;incaaRating&quot;: &quot;A String&quot;, # The video&#x27;s INCAA (Instituto Nacional de Cine y Artes Audiovisuales - Argentina) rating.
842 &quot;kfcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Kenya Film Classification Board.
843 &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).
844 &quot;kmrbRating&quot;: &quot;A String&quot;, # The video&#x27;s Korea Media Rating Board (영상물등급위원회) rating. The KMRB rates videos in South Korea.
845 &quot;lsfRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Indonesia&#x27;s Lembaga Sensor Film.
846 &quot;mccaaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Malta&#x27;s Film Age-Classification Board.
847 &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.
848 &quot;mcstRating&quot;: &quot;A String&quot;, # The video&#x27;s rating system for Vietnam - MCST
849 &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).
850 &quot;medietilsynetRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Medietilsynet, the Norwegian Media Authority.
851 &quot;mekuRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Finland&#x27;s Kansallinen Audiovisuaalinen Instituutti (National Audiovisual Institute).
852 &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.
853 &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).
854 &quot;mocRating&quot;: &quot;A String&quot;, # The video&#x27;s Ministerio de Cultura (Colombia) rating.
855 &quot;moctwRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Taiwan&#x27;s Ministry of Culture (文化部).
856 &quot;mpaaRating&quot;: &quot;A String&quot;, # The video&#x27;s Motion Picture Association of America (MPAA) rating.
857 &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.
858 &quot;mtrcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Movie and Television Review and Classification Board (Philippines).
859 &quot;nbcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Maldives National Bureau of Classification.
860 &quot;nbcplRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Poland.
861 &quot;nfrcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Bulgarian National Film Center.
862 &quot;nfvcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Nigeria&#x27;s National Film and Video Censors Board.
863 &quot;nkclvRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Nacionãlais Kino centrs (National Film Centre of Latvia).
864 &quot;nmcRating&quot;: &quot;A String&quot;, # The National Media Council ratings system for United Arab Emirates.
865 &quot;oflcRating&quot;: &quot;A String&quot;, # The video&#x27;s Office of Film and Literature Classification (OFLC - New Zealand) rating.
866 &quot;pefilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Peru.
867 &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.
868 &quot;resorteviolenciaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Venezuela.
869 &quot;rtcRating&quot;: &quot;A String&quot;, # The video&#x27;s General Directorate of Radio, Television and Cinematography (Mexico) rating.
870 &quot;rteRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Ireland&#x27;s Raidió Teilifís Éireann.
871 &quot;russiaRating&quot;: &quot;A String&quot;, # The video&#x27;s National Film Registry of the Russian Federation (MKRF - Russia) rating.
872 &quot;skfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Slovakia.
873 &quot;smaisRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Iceland.
874 &quot;smsaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Statens medieråd (Sweden&#x27;s National Media Council).
875 &quot;tvpgRating&quot;: &quot;A String&quot;, # The video&#x27;s TV Parental Guidelines (TVPG) rating.
876 &quot;ytRating&quot;: &quot;A String&quot;, # A rating that YouTube uses to identify age-restricted content.
877 },
878 &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.
879 &quot;allowed&quot;: True or False, # The value of allowed indicates whether the access to the policy is allowed or denied by default.
880 &quot;exception&quot;: [ # A list of region codes that identify countries where the default policy do not apply.
881 &quot;A String&quot;,
882 ],
883 },
884 &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.
885 &quot;dimension&quot;: &quot;A String&quot;, # The value of dimension indicates whether the video is available in 3D or in 2D.
886 &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.
887 &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.
888 &quot;licensedContent&quot;: True or False, # The value of is_license_content indicates whether the video is licensed content.
889 &quot;projection&quot;: &quot;A String&quot;, # Specifies the projection format of the video.
890 &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.
891 &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.
892 &quot;A String&quot;,
893 ],
894 &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.
895 &quot;A String&quot;,
896 ],
897 },
898 },
899 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
900 &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.
901 &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.
902 { # Information about an audio stream.
903 &quot;bitrateBps&quot;: &quot;A String&quot;, # The audio stream&#x27;s bitrate, in bits per second.
904 &quot;channelCount&quot;: 42, # The number of audio channels that the stream contains.
905 &quot;codec&quot;: &quot;A String&quot;, # The audio codec that the stream uses.
906 &quot;vendor&quot;: &quot;A String&quot;, # A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code.
907 },
908 ],
909 &quot;bitrateBps&quot;: &quot;A String&quot;, # The uploaded video file&#x27;s combined (video and audio) bitrate in bits per second.
910 &quot;container&quot;: &quot;A String&quot;, # The uploaded video file&#x27;s container format.
911 &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
912 &quot;durationMs&quot;: &quot;A String&quot;, # The length of the uploaded video in milliseconds.
913 &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.
914 &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.
915 &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.
916 &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.
917 { # Information about a video stream.
918 &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.
919 &quot;bitrateBps&quot;: &quot;A String&quot;, # The video stream&#x27;s bitrate, in bits per second.
920 &quot;codec&quot;: &quot;A String&quot;, # The video codec that the stream uses.
921 &quot;frameRateFps&quot;: 3.14, # The video stream&#x27;s frame rate, in frames per second.
922 &quot;heightPixels&quot;: 42, # The encoded video content&#x27;s height in pixels.
923 &quot;rotation&quot;: &quot;A String&quot;, # The amount that YouTube needs to rotate the original source content to properly display the video.
924 &quot;vendor&quot;: &quot;A String&quot;, # A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code.
925 &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.
926 },
927 ],
928 },
929 &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the video.
930 &quot;kind&quot;: &quot;youtube#video&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#video&quot;.
931 &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.
932 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800933 &quot;actualEndTime&quot;: &quot;A String&quot;, # The time that the broadcast actually ended. This value will not be available until the broadcast is over.
934 &quot;actualStartTime&quot;: &quot;A String&quot;, # The time that the broadcast actually started. This value will not be available until the broadcast begins.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800935 &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-code-botb6dc1b92021-03-02 11:49:08 -0800936 &quot;scheduledEndTime&quot;: &quot;A String&quot;, # The time that the broadcast is scheduled to end. If the value is empty or the property is not present, then the broadcast is scheduled to contiue indefinitely.
937 &quot;scheduledStartTime&quot;: &quot;A String&quot;, # The time that the broadcast is scheduled to begin.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800938 },
939 &quot;localizations&quot;: { # The localizations object contains localized versions of the basic details about the video, such as its title and description.
940 &quot;a_key&quot;: { # Localized versions of certain video properties (e.g. title).
941 &quot;description&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s description.
942 &quot;title&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s title.
943 },
944 },
945 &quot;monetizationDetails&quot;: { # Details about monetization of a YouTube Video. # The monetizationDetails object encapsulates information about the monetization status of the video.
946 &quot;access&quot;: { # Rights management policy for YouTube resources. # The value of access indicates whether the video can be monetized or not.
947 &quot;allowed&quot;: True or False, # The value of allowed indicates whether the access to the policy is allowed or denied by default.
948 &quot;exception&quot;: [ # A list of region codes that identify countries where the default policy do not apply.
949 &quot;A String&quot;,
950 ],
951 },
952 },
953 &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.
954 &quot;embedHeight&quot;: &quot;A String&quot;,
955 &quot;embedHtml&quot;: &quot;A String&quot;, # An &lt;iframe&gt; tag that embeds a player that will play the video.
956 &quot;embedWidth&quot;: &quot;A String&quot;, # The embed width
957 },
958 &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.
959 &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.
960 &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.
961 &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.
962 &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.
963 &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.
964 &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.
965 &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.
966 &quot;timeLeftMs&quot;: &quot;A String&quot;, # An estimate of the amount of time, in millseconds, that YouTube needs to finish processing the video.
967 },
968 &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.
969 &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.
970 &quot;thumbnailsAvailability&quot;: &quot;A String&quot;, # This value indicates whether thumbnail images have been generated for the video.
971 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800972 &quot;projectDetails&quot;: { # DEPRECATED. b/157517979: This part was never populated after it was added. However, it sees non-zero traffic because there is generated client code in the wild that refers to it [1]. We keep this field and do NOT remove it because otherwise V3 would return an error when this part gets requested [2]. [1] https://developers.google.com/resources/api-libraries/documentation/youtube/v3/csharp/latest/classGoogle_1_1Apis_1_1YouTube_1_1v3_1_1Data_1_1VideoProjectDetails.html [2] http://google3/video/youtube/src/python/servers/data_api/common.py?l=1565-1569&amp;rcl=344141677 # The projectDetails object contains information about the project specific video metadata. b/157517979: This part was never populated after it was added. However, it sees non-zero traffic because there is generated client code in the wild that refers to it [1]. We keep this field and do NOT remove it because otherwise V3 would return an error when this part gets requested [2]. [1] https://developers.google.com/resources/api-libraries/documentation/youtube/v3/csharp/latest/classGoogle_1_1Apis_1_1YouTube_1_1v3_1_1Data_1_1VideoProjectDetails.html [2] http://google3/video/youtube/src/python/servers/data_api/common.py?l=1565-1569&amp;rcl=344141677
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800973 },
974 &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.
975 &quot;location&quot;: { # Geographical coordinates of a point, in WGS84. # The geolocation information associated with the video.
976 &quot;altitude&quot;: 3.14, # Altitude above the reference ellipsoid, in meters.
977 &quot;latitude&quot;: 3.14, # Latitude in degrees.
978 &quot;longitude&quot;: 3.14, # Longitude in degrees.
979 },
980 &quot;locationDescription&quot;: &quot;A String&quot;, # The text description of the location where the video was recorded.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800981 &quot;recordingDate&quot;: &quot;A String&quot;, # The date and time when the video was recorded.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800982 },
983 &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.
984 &quot;categoryId&quot;: &quot;A String&quot;, # The YouTube video category associated with the video.
985 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the channel that the video was uploaded to.
986 &quot;channelTitle&quot;: &quot;A String&quot;, # Channel title for the channel that the video belongs to.
987 &quot;defaultAudioLanguage&quot;: &quot;A String&quot;, # The default_audio_language property specifies the language spoken in the video&#x27;s default audio track.
988 &quot;defaultLanguage&quot;: &quot;A String&quot;, # The language of the videos&#x27;s default snippet.
989 &quot;description&quot;: &quot;A String&quot;, # The video&#x27;s description. @mutable youtube.videos.insert youtube.videos.update
990 &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.
991 &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)
992 &quot;description&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s description.
993 &quot;title&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s title.
994 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800995 &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time when the video was uploaded.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800996 &quot;tags&quot;: [ # A list of keyword tags associated with the video. Tags may contain spaces.
997 &quot;A String&quot;,
998 ],
999 &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.
1000 &quot;default&quot;: { # A thumbnail is an image representing a YouTube resource. # The default image for this resource.
1001 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
1002 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
1003 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
1004 },
1005 &quot;high&quot;: { # A thumbnail is an image representing a YouTube resource. # The high quality image for this resource.
1006 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
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 },
1010 &quot;maxres&quot;: { # A thumbnail is an image representing a YouTube resource. # The maximum resolution quality image for this resource.
1011 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
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 },
1015 &quot;medium&quot;: { # A thumbnail is an image representing a YouTube resource. # The medium quality image for this resource.
1016 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
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 },
1020 &quot;standard&quot;: { # A thumbnail is an image representing a YouTube resource. # The standard quality image for this resource.
1021 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
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 },
1025 },
1026 &quot;title&quot;: &quot;A String&quot;, # The video&#x27;s title. @mutable youtube.videos.insert youtube.videos.update
1027 },
1028 &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.
1029 &quot;commentCount&quot;: &quot;A String&quot;, # The number of comments for the video.
1030 &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.
1031 &quot;favoriteCount&quot;: &quot;A String&quot;, # The number of users who currently have the video marked as a favorite video.
1032 &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.
1033 &quot;viewCount&quot;: &quot;A String&quot;, # The number of times the video has been viewed.
1034 },
1035 &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.
1036 &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
1037 &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.
1038 &quot;license&quot;: &quot;A String&quot;, # The video&#x27;s license. @mutable youtube.videos.insert youtube.videos.update
1039 &quot;madeForKids&quot;: True or False,
1040 &quot;privacyStatus&quot;: &quot;A String&quot;, # The video&#x27;s privacy status.
1041 &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
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001042 &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..
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001043 &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.
1044 &quot;selfDeclaredMadeForKids&quot;: True or False,
1045 &quot;uploadStatus&quot;: &quot;A String&quot;, # The status of the uploaded video.
1046 },
1047 &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.
1048 &quot;editorSuggestions&quot;: [ # A list of video editing operations that might improve the video quality or playback experience of the uploaded video.
1049 &quot;A String&quot;,
1050 ],
1051 &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.
1052 &quot;A String&quot;,
1053 ],
1054 &quot;processingHints&quot;: [ # A list of suggestions that may improve YouTube&#x27;s ability to process the video.
1055 &quot;A String&quot;,
1056 ],
1057 &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.
1058 &quot;A String&quot;,
1059 ],
1060 &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.
1061 { # A single tag suggestion with it&#x27;s relevance information.
1062 &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.
1063 &quot;A String&quot;,
1064 ],
1065 &quot;tag&quot;: &quot;A String&quot;, # The keyword tag suggested for the video.
1066 },
1067 ],
1068 },
1069 &quot;topicDetails&quot;: { # Freebase topic information related to the video. # The topicDetails object encapsulates information about Freebase topics associated with the video.
1070 &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.
1071 &quot;A String&quot;,
1072 ],
1073 &quot;topicCategories&quot;: [ # A list of Wikipedia URLs that provide a high-level description of the video&#x27;s content.
1074 &quot;A String&quot;,
1075 ],
1076 &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.
1077 &quot;A String&quot;,
1078 ],
1079 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001080 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001081 ],
1082 &quot;kind&quot;: &quot;youtube#videoListResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#videoListResponse&quot;.
1083 &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.
1084 &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.
1085 &quot;resultsPerPage&quot;: 42, # The number of results included in the API response.
1086 &quot;totalResults&quot;: 42, # The total number of results in the result set.
1087 },
1088 &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.
1089 &quot;tokenPagination&quot;: { # Stub token pagination template to suppress results.
1090 },
1091 &quot;visitorId&quot;: &quot;A String&quot;, # The visitorId identifies the visitor.
1092}</pre>
John Asmuth614db982014-04-24 15:46:26 -04001093</div>
1094
1095<div class="method">
1096 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
1097 <pre>Retrieves the next page of results.
1098
1099Args:
1100 previous_request: The request for the previous page. (required)
1101 previous_response: The response from the request for the previous page. (required)
1102
1103Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -07001104 A request object that you can call &#x27;execute()&#x27; on to request the next
John Asmuth614db982014-04-24 15:46:26 -04001105 page. Returns None if there are no more items in the collection.
1106 </pre>
1107</div>
1108
1109<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001110 <code class="details" id="rate">rate(id, rating, x__xgafv=None)</code>
1111 <pre>Adds a like or dislike rating to a video or removes a rating from a video.
John Asmuth614db982014-04-24 15:46:26 -04001112
1113Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001114 id: string, A parameter (required)
1115 rating: string, A parameter (required)
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001116 Allowed values
1117 none -
1118 like - The entity is liked.
1119 dislike - The entity is disliked.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001120 x__xgafv: string, V1 error format.
John Asmuth614db982014-04-24 15:46:26 -04001121 Allowed values
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001122 1 - v1 error format
1123 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -04001124</pre>
1125</div>
1126
1127<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001128 <code class="details" id="reportAbuse">reportAbuse(body=None, onBehalfOfContentOwner=None, x__xgafv=None)</code>
Nathaniel Manista4f877e52015-06-15 16:44:50 +00001129 <pre>Report abuse for a video.
1130
1131Args:
Dan O'Mearadd494642020-05-01 07:42:23 -07001132 body: object, The request body.
Nathaniel Manista4f877e52015-06-15 16:44:50 +00001133 The object takes the form of:
1134
1135{
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001136 &quot;comments&quot;: &quot;A String&quot;, # Additional comments regarding the abuse report.
1137 &quot;language&quot;: &quot;A String&quot;, # The language that the content was viewed in.
1138 &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.
1139 &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.
1140 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the video.
1141}
Nathaniel Manista4f877e52015-06-15 16:44:50 +00001142
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001143 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 -07001144 x__xgafv: string, V1 error format.
1145 Allowed values
1146 1 - v1 error format
1147 2 - v2 error format
Nathaniel Manista4f877e52015-06-15 16:44:50 +00001148</pre>
1149</div>
1150
1151<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001152 <code class="details" id="update">update(part, body=None, onBehalfOfContentOwner=None, x__xgafv=None)</code>
1153 <pre>Updates an existing resource.
John Asmuth614db982014-04-24 15:46:26 -04001154
1155Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001156 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 -07001157 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -04001158 The object takes the form of:
1159
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001160{ # A *video* resource represents a YouTube video.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001161 &quot;ageGating&quot;: { # Age restriction details related to a video. This data can only be retrieved by the video owner.
1162 &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.
1163 &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.
1164 &quot;videoGameRating&quot;: &quot;A String&quot;, # Video game rating, if any.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001165 },
1166 &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 Botcc94ec82021-01-15 07:10:04 -08001167 &quot;caption&quot;: &quot;A String&quot;, # The value of captions indicates whether the video has captions or not.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001168 &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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001169 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001170 &quot;agcomRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Italy&#x27;s Autorità per le Garanzie nelle Comunicazioni (AGCOM).
1171 &quot;anatelRating&quot;: &quot;A String&quot;, # The video&#x27;s Anatel (Asociación Nacional de Televisión) rating for Chilean television.
1172 &quot;bbfcRating&quot;: &quot;A String&quot;, # The video&#x27;s British Board of Film Classification (BBFC) rating.
1173 &quot;bfvcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Thailand&#x27;s Board of Film and Video Censors.
1174 &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).
1175 &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.
1176 &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.
1177 &quot;cbfcRating&quot;: &quot;A String&quot;, # The video&#x27;s Central Board of Film Certification (CBFC - India) rating.
1178 &quot;cccRating&quot;: &quot;A String&quot;, # The video&#x27;s Consejo de Calificación Cinematográfica (Chile) rating.
1179 &quot;cceRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Portugal&#x27;s Comissão de Classificação de Espect´culos.
1180 &quot;chfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Switzerland.
1181 &quot;chvrsRating&quot;: &quot;A String&quot;, # The video&#x27;s Canadian Home Video Rating System (CHVRS) rating.
1182 &quot;cicfRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Commission de Contrôle des Films (Belgium).
1183 &quot;cnaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Romania&#x27;s CONSILIUL NATIONAL AL AUDIOVIZUALULUI (CNA).
1184 &quot;cncRating&quot;: &quot;A String&quot;, # Rating system in France - Commission de classification cinematographique
1185 &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.
1186 &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).
1187 &quot;czfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in the Czech Republic.
1188 &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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001189 &quot;djctqRatingReasons&quot;: [ # Reasons that explain why the video received its DJCQT (Brazil) rating.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001190 &quot;A String&quot;,
1191 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001192 &quot;ecbmctRating&quot;: &quot;A String&quot;, # Rating system in Turkey - Evaluation and Classification Board of the Ministry of Culture and Tourism
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001193 &quot;eefilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Estonia.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001194 &quot;egfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Egypt.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001195 &quot;eirinRating&quot;: &quot;A String&quot;, # The video&#x27;s Eirin (映倫) rating. Eirin is the Japanese rating system.
1196 &quot;fcbmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Malaysia&#x27;s Film Censorship Board.
1197 &quot;fcoRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Hong Kong&#x27;s Office for Film, Newspaper and Article Administration.
1198 &quot;fmocRating&quot;: &quot;A String&quot;, # This property has been deprecated. Use the contentDetails.contentRating.cncRating instead.
1199 &quot;fpbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from South Africa&#x27;s Film and Publication Board.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001200 &quot;fpbRatingReasons&quot;: [ # Reasons that explain why the video received its FPB (South Africa) rating.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001201 &quot;A String&quot;,
1202 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001203 &quot;fskRating&quot;: &quot;A String&quot;, # The video&#x27;s Freiwillige Selbstkontrolle der Filmwirtschaft (FSK - Germany) rating.
1204 &quot;grfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Greece.
1205 &quot;icaaRating&quot;: &quot;A String&quot;, # The video&#x27;s Instituto de la Cinematografía y de las Artes Audiovisuales (ICAA - Spain) rating.
1206 &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.
1207 &quot;ilfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Israel.
1208 &quot;incaaRating&quot;: &quot;A String&quot;, # The video&#x27;s INCAA (Instituto Nacional de Cine y Artes Audiovisuales - Argentina) rating.
1209 &quot;kfcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Kenya Film Classification Board.
1210 &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).
1211 &quot;kmrbRating&quot;: &quot;A String&quot;, # The video&#x27;s Korea Media Rating Board (영상물등급위원회) rating. The KMRB rates videos in South Korea.
1212 &quot;lsfRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Indonesia&#x27;s Lembaga Sensor Film.
1213 &quot;mccaaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Malta&#x27;s Film Age-Classification Board.
1214 &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.
1215 &quot;mcstRating&quot;: &quot;A String&quot;, # The video&#x27;s rating system for Vietnam - MCST
1216 &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).
1217 &quot;medietilsynetRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Medietilsynet, the Norwegian Media Authority.
1218 &quot;mekuRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Finland&#x27;s Kansallinen Audiovisuaalinen Instituutti (National Audiovisual Institute).
1219 &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.
1220 &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).
1221 &quot;mocRating&quot;: &quot;A String&quot;, # The video&#x27;s Ministerio de Cultura (Colombia) rating.
1222 &quot;moctwRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Taiwan&#x27;s Ministry of Culture (文化部).
1223 &quot;mpaaRating&quot;: &quot;A String&quot;, # The video&#x27;s Motion Picture Association of America (MPAA) rating.
1224 &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.
1225 &quot;mtrcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Movie and Television Review and Classification Board (Philippines).
1226 &quot;nbcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Maldives National Bureau of Classification.
1227 &quot;nbcplRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Poland.
1228 &quot;nfrcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Bulgarian National Film Center.
1229 &quot;nfvcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Nigeria&#x27;s National Film and Video Censors Board.
1230 &quot;nkclvRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Nacionãlais Kino centrs (National Film Centre of Latvia).
1231 &quot;nmcRating&quot;: &quot;A String&quot;, # The National Media Council ratings system for United Arab Emirates.
1232 &quot;oflcRating&quot;: &quot;A String&quot;, # The video&#x27;s Office of Film and Literature Classification (OFLC - New Zealand) rating.
1233 &quot;pefilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Peru.
1234 &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.
1235 &quot;resorteviolenciaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Venezuela.
1236 &quot;rtcRating&quot;: &quot;A String&quot;, # The video&#x27;s General Directorate of Radio, Television and Cinematography (Mexico) rating.
1237 &quot;rteRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Ireland&#x27;s Raidió Teilifís Éireann.
1238 &quot;russiaRating&quot;: &quot;A String&quot;, # The video&#x27;s National Film Registry of the Russian Federation (MKRF - Russia) rating.
1239 &quot;skfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Slovakia.
1240 &quot;smaisRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Iceland.
1241 &quot;smsaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Statens medieråd (Sweden&#x27;s National Media Council).
1242 &quot;tvpgRating&quot;: &quot;A String&quot;, # The video&#x27;s TV Parental Guidelines (TVPG) rating.
1243 &quot;ytRating&quot;: &quot;A String&quot;, # A rating that YouTube uses to identify age-restricted content.
Craig Citroe633be12015-03-02 13:40:36 -08001244 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001245 &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.
1246 &quot;allowed&quot;: True or False, # The value of allowed indicates whether the access to the policy is allowed or denied by default.
1247 &quot;exception&quot;: [ # A list of region codes that identify countries where the default policy do not apply.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001248 &quot;A String&quot;,
1249 ],
1250 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001251 &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 Botcc94ec82021-01-15 07:10:04 -08001252 &quot;dimension&quot;: &quot;A String&quot;, # The value of dimension indicates whether the video is available in 3D or in 2D.
1253 &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.
1254 &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.
1255 &quot;licensedContent&quot;: True or False, # The value of is_license_content indicates whether the video is licensed content.
1256 &quot;projection&quot;: &quot;A String&quot;, # Specifies the projection format of the video.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001257 &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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001258 &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.
1259 &quot;A String&quot;,
1260 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001261 &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.
1262 &quot;A String&quot;,
1263 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001264 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001265 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001266 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
1267 &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.
1268 &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.
1269 { # Information about an audio stream.
1270 &quot;bitrateBps&quot;: &quot;A String&quot;, # The audio stream&#x27;s bitrate, in bits per second.
1271 &quot;channelCount&quot;: 42, # The number of audio channels that the stream contains.
1272 &quot;codec&quot;: &quot;A String&quot;, # The audio codec that the stream uses.
1273 &quot;vendor&quot;: &quot;A String&quot;, # A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code.
1274 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001275 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001276 &quot;bitrateBps&quot;: &quot;A String&quot;, # The uploaded video file&#x27;s combined (video and audio) bitrate in bits per second.
1277 &quot;container&quot;: &quot;A String&quot;, # The uploaded video file&#x27;s container format.
1278 &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
1279 &quot;durationMs&quot;: &quot;A String&quot;, # The length of the uploaded video in milliseconds.
1280 &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.
1281 &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.
1282 &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.
1283 &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.
1284 { # Information about a video stream.
1285 &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.
1286 &quot;bitrateBps&quot;: &quot;A String&quot;, # The video stream&#x27;s bitrate, in bits per second.
1287 &quot;codec&quot;: &quot;A String&quot;, # The video codec that the stream uses.
1288 &quot;frameRateFps&quot;: 3.14, # The video stream&#x27;s frame rate, in frames per second.
1289 &quot;heightPixels&quot;: 42, # The encoded video content&#x27;s height in pixels.
1290 &quot;rotation&quot;: &quot;A String&quot;, # The amount that YouTube needs to rotate the original source content to properly display the video.
1291 &quot;vendor&quot;: &quot;A String&quot;, # A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code.
1292 &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 Bot0bf565c2020-12-09 08:56:03 -08001293 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001294 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001295 },
1296 &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the video.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001297 &quot;kind&quot;: &quot;youtube#video&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#video&quot;.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001298 &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.
1299 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001300 &quot;actualEndTime&quot;: &quot;A String&quot;, # The time that the broadcast actually ended. This value will not be available until the broadcast is over.
1301 &quot;actualStartTime&quot;: &quot;A String&quot;, # The time that the broadcast actually started. This value will not be available until the broadcast begins.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001302 &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-code-botb6dc1b92021-03-02 11:49:08 -08001303 &quot;scheduledEndTime&quot;: &quot;A String&quot;, # The time that the broadcast is scheduled to end. If the value is empty or the property is not present, then the broadcast is scheduled to contiue indefinitely.
1304 &quot;scheduledStartTime&quot;: &quot;A String&quot;, # The time that the broadcast is scheduled to begin.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001305 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001306 &quot;localizations&quot;: { # The localizations object contains localized versions of the basic details about the video, such as its title and description.
1307 &quot;a_key&quot;: { # Localized versions of certain video properties (e.g. title).
1308 &quot;description&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s description.
1309 &quot;title&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s title.
1310 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001311 },
1312 &quot;monetizationDetails&quot;: { # Details about monetization of a YouTube Video. # The monetizationDetails object encapsulates information about the monetization status of the video.
1313 &quot;access&quot;: { # Rights management policy for YouTube resources. # The value of access indicates whether the video can be monetized or not.
1314 &quot;allowed&quot;: True or False, # The value of allowed indicates whether the access to the policy is allowed or denied by default.
1315 &quot;exception&quot;: [ # A list of region codes that identify countries where the default policy do not apply.
1316 &quot;A String&quot;,
1317 ],
1318 },
1319 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001320 &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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001321 &quot;embedHeight&quot;: &quot;A String&quot;,
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001322 &quot;embedHtml&quot;: &quot;A String&quot;, # An &lt;iframe&gt; tag that embeds a player that will play the video.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001323 &quot;embedWidth&quot;: &quot;A String&quot;, # The embed width
1324 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001325 &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.
1326 &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.
1327 &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.
1328 &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.
1329 &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.
1330 &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.
1331 &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.
1332 &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.
1333 &quot;timeLeftMs&quot;: &quot;A String&quot;, # An estimate of the amount of time, in millseconds, that YouTube needs to finish processing the video.
1334 },
1335 &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.
1336 &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.
1337 &quot;thumbnailsAvailability&quot;: &quot;A String&quot;, # This value indicates whether thumbnail images have been generated for the video.
1338 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001339 &quot;projectDetails&quot;: { # DEPRECATED. b/157517979: This part was never populated after it was added. However, it sees non-zero traffic because there is generated client code in the wild that refers to it [1]. We keep this field and do NOT remove it because otherwise V3 would return an error when this part gets requested [2]. [1] https://developers.google.com/resources/api-libraries/documentation/youtube/v3/csharp/latest/classGoogle_1_1Apis_1_1YouTube_1_1v3_1_1Data_1_1VideoProjectDetails.html [2] http://google3/video/youtube/src/python/servers/data_api/common.py?l=1565-1569&amp;rcl=344141677 # The projectDetails object contains information about the project specific video metadata. b/157517979: This part was never populated after it was added. However, it sees non-zero traffic because there is generated client code in the wild that refers to it [1]. We keep this field and do NOT remove it because otherwise V3 would return an error when this part gets requested [2]. [1] https://developers.google.com/resources/api-libraries/documentation/youtube/v3/csharp/latest/classGoogle_1_1Apis_1_1YouTube_1_1v3_1_1Data_1_1VideoProjectDetails.html [2] http://google3/video/youtube/src/python/servers/data_api/common.py?l=1565-1569&amp;rcl=344141677
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001340 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001341 &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.
1342 &quot;location&quot;: { # Geographical coordinates of a point, in WGS84. # The geolocation information associated with the video.
1343 &quot;altitude&quot;: 3.14, # Altitude above the reference ellipsoid, in meters.
1344 &quot;latitude&quot;: 3.14, # Latitude in degrees.
1345 &quot;longitude&quot;: 3.14, # Longitude in degrees.
1346 },
1347 &quot;locationDescription&quot;: &quot;A String&quot;, # The text description of the location where the video was recorded.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001348 &quot;recordingDate&quot;: &quot;A String&quot;, # The date and time when the video was recorded.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001349 },
1350 &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.
1351 &quot;categoryId&quot;: &quot;A String&quot;, # The YouTube video category associated with the video.
1352 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the channel that the video was uploaded to.
1353 &quot;channelTitle&quot;: &quot;A String&quot;, # Channel title for the channel that the video belongs to.
1354 &quot;defaultAudioLanguage&quot;: &quot;A String&quot;, # The default_audio_language property specifies the language spoken in the video&#x27;s default audio track.
1355 &quot;defaultLanguage&quot;: &quot;A String&quot;, # The language of the videos&#x27;s default snippet.
1356 &quot;description&quot;: &quot;A String&quot;, # The video&#x27;s description. @mutable youtube.videos.insert youtube.videos.update
1357 &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.
1358 &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)
1359 &quot;description&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s description.
1360 &quot;title&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s title.
1361 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001362 &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time when the video was uploaded.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001363 &quot;tags&quot;: [ # A list of keyword tags associated with the video. Tags may contain spaces.
1364 &quot;A String&quot;,
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001365 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001366 &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.
1367 &quot;default&quot;: { # A thumbnail is an image representing a YouTube resource. # The default image for this resource.
1368 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
1369 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
1370 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001371 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001372 &quot;high&quot;: { # A thumbnail is an image representing a YouTube resource. # The high quality image for this resource.
1373 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
1374 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
1375 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
1376 },
1377 &quot;maxres&quot;: { # A thumbnail is an image representing a YouTube resource. # The maximum resolution quality image for this resource.
1378 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
1379 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
1380 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
1381 },
1382 &quot;medium&quot;: { # A thumbnail is an image representing a YouTube resource. # The medium quality image for this resource.
1383 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
1384 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
1385 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
1386 },
1387 &quot;standard&quot;: { # A thumbnail is an image representing a YouTube resource. # The standard quality image for this resource.
1388 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
1389 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
1390 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
1391 },
1392 },
1393 &quot;title&quot;: &quot;A String&quot;, # The video&#x27;s title. @mutable youtube.videos.insert youtube.videos.update
1394 },
1395 &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.
1396 &quot;commentCount&quot;: &quot;A String&quot;, # The number of comments for the video.
1397 &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.
1398 &quot;favoriteCount&quot;: &quot;A String&quot;, # The number of users who currently have the video marked as a favorite video.
1399 &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.
1400 &quot;viewCount&quot;: &quot;A String&quot;, # The number of times the video has been viewed.
1401 },
1402 &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.
1403 &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
1404 &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.
1405 &quot;license&quot;: &quot;A String&quot;, # The video&#x27;s license. @mutable youtube.videos.insert youtube.videos.update
1406 &quot;madeForKids&quot;: True or False,
1407 &quot;privacyStatus&quot;: &quot;A String&quot;, # The video&#x27;s privacy status.
1408 &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
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001409 &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..
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001410 &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.
1411 &quot;selfDeclaredMadeForKids&quot;: True or False,
1412 &quot;uploadStatus&quot;: &quot;A String&quot;, # The status of the uploaded video.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001413 },
1414 &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 Botcc94ec82021-01-15 07:10:04 -08001415 &quot;editorSuggestions&quot;: [ # A list of video editing operations that might improve the video quality or playback experience of the uploaded video.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001416 &quot;A String&quot;,
1417 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001418 &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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001419 &quot;A String&quot;,
1420 ],
1421 &quot;processingHints&quot;: [ # A list of suggestions that may improve YouTube&#x27;s ability to process the video.
1422 &quot;A String&quot;,
1423 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001424 &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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001425 &quot;A String&quot;,
1426 ],
1427 &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.
1428 { # A single tag suggestion with it&#x27;s relevance information.
1429 &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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001430 &quot;A String&quot;,
1431 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001432 &quot;tag&quot;: &quot;A String&quot;, # The keyword tag suggested for the video.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001433 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001434 ],
1435 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001436 &quot;topicDetails&quot;: { # Freebase topic information related to the video. # The topicDetails object encapsulates information about Freebase topics associated with the video.
1437 &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.
1438 &quot;A String&quot;,
1439 ],
1440 &quot;topicCategories&quot;: [ # A list of Wikipedia URLs that provide a high-level description of the video&#x27;s content.
1441 &quot;A String&quot;,
1442 ],
1443 &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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001444 &quot;A String&quot;,
1445 ],
1446 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001447}
John Asmuth614db982014-04-24 15:46:26 -04001448
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001449 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 -07001450 x__xgafv: string, V1 error format.
1451 Allowed values
1452 1 - v1 error format
1453 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -04001454
1455Returns:
1456 An object of the form:
1457
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001458 { # A *video* resource represents a YouTube video.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001459 &quot;ageGating&quot;: { # Age restriction details related to a video. This data can only be retrieved by the video owner.
1460 &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.
1461 &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.
1462 &quot;videoGameRating&quot;: &quot;A String&quot;, # Video game rating, if any.
1463 },
1464 &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.
1465 &quot;caption&quot;: &quot;A String&quot;, # The value of captions indicates whether the video has captions or not.
1466 &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.
1467 &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.
1468 &quot;agcomRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Italy&#x27;s Autorità per le Garanzie nelle Comunicazioni (AGCOM).
1469 &quot;anatelRating&quot;: &quot;A String&quot;, # The video&#x27;s Anatel (Asociación Nacional de Televisión) rating for Chilean television.
1470 &quot;bbfcRating&quot;: &quot;A String&quot;, # The video&#x27;s British Board of Film Classification (BBFC) rating.
1471 &quot;bfvcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Thailand&#x27;s Board of Film and Video Censors.
1472 &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).
1473 &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.
1474 &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.
1475 &quot;cbfcRating&quot;: &quot;A String&quot;, # The video&#x27;s Central Board of Film Certification (CBFC - India) rating.
1476 &quot;cccRating&quot;: &quot;A String&quot;, # The video&#x27;s Consejo de Calificación Cinematográfica (Chile) rating.
1477 &quot;cceRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Portugal&#x27;s Comissão de Classificação de Espect´culos.
1478 &quot;chfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Switzerland.
1479 &quot;chvrsRating&quot;: &quot;A String&quot;, # The video&#x27;s Canadian Home Video Rating System (CHVRS) rating.
1480 &quot;cicfRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Commission de Contrôle des Films (Belgium).
1481 &quot;cnaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Romania&#x27;s CONSILIUL NATIONAL AL AUDIOVIZUALULUI (CNA).
1482 &quot;cncRating&quot;: &quot;A String&quot;, # Rating system in France - Commission de classification cinematographique
1483 &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.
1484 &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).
1485 &quot;czfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in the Czech Republic.
1486 &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.
1487 &quot;djctqRatingReasons&quot;: [ # Reasons that explain why the video received its DJCQT (Brazil) rating.
1488 &quot;A String&quot;,
1489 ],
1490 &quot;ecbmctRating&quot;: &quot;A String&quot;, # Rating system in Turkey - Evaluation and Classification Board of the Ministry of Culture and Tourism
1491 &quot;eefilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Estonia.
1492 &quot;egfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Egypt.
1493 &quot;eirinRating&quot;: &quot;A String&quot;, # The video&#x27;s Eirin (映倫) rating. Eirin is the Japanese rating system.
1494 &quot;fcbmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Malaysia&#x27;s Film Censorship Board.
1495 &quot;fcoRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Hong Kong&#x27;s Office for Film, Newspaper and Article Administration.
1496 &quot;fmocRating&quot;: &quot;A String&quot;, # This property has been deprecated. Use the contentDetails.contentRating.cncRating instead.
1497 &quot;fpbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from South Africa&#x27;s Film and Publication Board.
1498 &quot;fpbRatingReasons&quot;: [ # Reasons that explain why the video received its FPB (South Africa) rating.
1499 &quot;A String&quot;,
1500 ],
1501 &quot;fskRating&quot;: &quot;A String&quot;, # The video&#x27;s Freiwillige Selbstkontrolle der Filmwirtschaft (FSK - Germany) rating.
1502 &quot;grfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Greece.
1503 &quot;icaaRating&quot;: &quot;A String&quot;, # The video&#x27;s Instituto de la Cinematografía y de las Artes Audiovisuales (ICAA - Spain) rating.
1504 &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.
1505 &quot;ilfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Israel.
1506 &quot;incaaRating&quot;: &quot;A String&quot;, # The video&#x27;s INCAA (Instituto Nacional de Cine y Artes Audiovisuales - Argentina) rating.
1507 &quot;kfcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Kenya Film Classification Board.
1508 &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).
1509 &quot;kmrbRating&quot;: &quot;A String&quot;, # The video&#x27;s Korea Media Rating Board (영상물등급위원회) rating. The KMRB rates videos in South Korea.
1510 &quot;lsfRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Indonesia&#x27;s Lembaga Sensor Film.
1511 &quot;mccaaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Malta&#x27;s Film Age-Classification Board.
1512 &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.
1513 &quot;mcstRating&quot;: &quot;A String&quot;, # The video&#x27;s rating system for Vietnam - MCST
1514 &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).
1515 &quot;medietilsynetRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Medietilsynet, the Norwegian Media Authority.
1516 &quot;mekuRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Finland&#x27;s Kansallinen Audiovisuaalinen Instituutti (National Audiovisual Institute).
1517 &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.
1518 &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).
1519 &quot;mocRating&quot;: &quot;A String&quot;, # The video&#x27;s Ministerio de Cultura (Colombia) rating.
1520 &quot;moctwRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Taiwan&#x27;s Ministry of Culture (文化部).
1521 &quot;mpaaRating&quot;: &quot;A String&quot;, # The video&#x27;s Motion Picture Association of America (MPAA) rating.
1522 &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.
1523 &quot;mtrcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Movie and Television Review and Classification Board (Philippines).
1524 &quot;nbcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Maldives National Bureau of Classification.
1525 &quot;nbcplRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Poland.
1526 &quot;nfrcRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Bulgarian National Film Center.
1527 &quot;nfvcbRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Nigeria&#x27;s National Film and Video Censors Board.
1528 &quot;nkclvRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from the Nacionãlais Kino centrs (National Film Centre of Latvia).
1529 &quot;nmcRating&quot;: &quot;A String&quot;, # The National Media Council ratings system for United Arab Emirates.
1530 &quot;oflcRating&quot;: &quot;A String&quot;, # The video&#x27;s Office of Film and Literature Classification (OFLC - New Zealand) rating.
1531 &quot;pefilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Peru.
1532 &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.
1533 &quot;resorteviolenciaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Venezuela.
1534 &quot;rtcRating&quot;: &quot;A String&quot;, # The video&#x27;s General Directorate of Radio, Television and Cinematography (Mexico) rating.
1535 &quot;rteRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Ireland&#x27;s Raidió Teilifís Éireann.
1536 &quot;russiaRating&quot;: &quot;A String&quot;, # The video&#x27;s National Film Registry of the Russian Federation (MKRF - Russia) rating.
1537 &quot;skfilmRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Slovakia.
1538 &quot;smaisRating&quot;: &quot;A String&quot;, # The video&#x27;s rating in Iceland.
1539 &quot;smsaRating&quot;: &quot;A String&quot;, # The video&#x27;s rating from Statens medieråd (Sweden&#x27;s National Media Council).
1540 &quot;tvpgRating&quot;: &quot;A String&quot;, # The video&#x27;s TV Parental Guidelines (TVPG) rating.
1541 &quot;ytRating&quot;: &quot;A String&quot;, # A rating that YouTube uses to identify age-restricted content.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001542 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001543 &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.
1544 &quot;allowed&quot;: True or False, # The value of allowed indicates whether the access to the policy is allowed or denied by default.
1545 &quot;exception&quot;: [ # A list of region codes that identify countries where the default policy do not apply.
1546 &quot;A String&quot;,
1547 ],
1548 },
1549 &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.
1550 &quot;dimension&quot;: &quot;A String&quot;, # The value of dimension indicates whether the video is available in 3D or in 2D.
1551 &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.
1552 &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.
1553 &quot;licensedContent&quot;: True or False, # The value of is_license_content indicates whether the video is licensed content.
1554 &quot;projection&quot;: &quot;A String&quot;, # Specifies the projection format of the video.
1555 &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.
1556 &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.
1557 &quot;A String&quot;,
1558 ],
1559 &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.
1560 &quot;A String&quot;,
1561 ],
1562 },
1563 },
1564 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
1565 &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.
1566 &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.
1567 { # Information about an audio stream.
1568 &quot;bitrateBps&quot;: &quot;A String&quot;, # The audio stream&#x27;s bitrate, in bits per second.
1569 &quot;channelCount&quot;: 42, # The number of audio channels that the stream contains.
1570 &quot;codec&quot;: &quot;A String&quot;, # The audio codec that the stream uses.
1571 &quot;vendor&quot;: &quot;A String&quot;, # A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code.
1572 },
1573 ],
1574 &quot;bitrateBps&quot;: &quot;A String&quot;, # The uploaded video file&#x27;s combined (video and audio) bitrate in bits per second.
1575 &quot;container&quot;: &quot;A String&quot;, # The uploaded video file&#x27;s container format.
1576 &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
1577 &quot;durationMs&quot;: &quot;A String&quot;, # The length of the uploaded video in milliseconds.
1578 &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.
1579 &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.
1580 &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.
1581 &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.
1582 { # Information about a video stream.
1583 &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.
1584 &quot;bitrateBps&quot;: &quot;A String&quot;, # The video stream&#x27;s bitrate, in bits per second.
1585 &quot;codec&quot;: &quot;A String&quot;, # The video codec that the stream uses.
1586 &quot;frameRateFps&quot;: 3.14, # The video stream&#x27;s frame rate, in frames per second.
1587 &quot;heightPixels&quot;: 42, # The encoded video content&#x27;s height in pixels.
1588 &quot;rotation&quot;: &quot;A String&quot;, # The amount that YouTube needs to rotate the original source content to properly display the video.
1589 &quot;vendor&quot;: &quot;A String&quot;, # A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code.
1590 &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.
1591 },
1592 ],
1593 },
1594 &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the video.
1595 &quot;kind&quot;: &quot;youtube#video&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#video&quot;.
1596 &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.
1597 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001598 &quot;actualEndTime&quot;: &quot;A String&quot;, # The time that the broadcast actually ended. This value will not be available until the broadcast is over.
1599 &quot;actualStartTime&quot;: &quot;A String&quot;, # The time that the broadcast actually started. This value will not be available until the broadcast begins.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001600 &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-code-botb6dc1b92021-03-02 11:49:08 -08001601 &quot;scheduledEndTime&quot;: &quot;A String&quot;, # The time that the broadcast is scheduled to end. If the value is empty or the property is not present, then the broadcast is scheduled to contiue indefinitely.
1602 &quot;scheduledStartTime&quot;: &quot;A String&quot;, # The time that the broadcast is scheduled to begin.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001603 },
1604 &quot;localizations&quot;: { # The localizations object contains localized versions of the basic details about the video, such as its title and description.
1605 &quot;a_key&quot;: { # Localized versions of certain video properties (e.g. title).
1606 &quot;description&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s description.
1607 &quot;title&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s title.
1608 },
1609 },
1610 &quot;monetizationDetails&quot;: { # Details about monetization of a YouTube Video. # The monetizationDetails object encapsulates information about the monetization status of the video.
1611 &quot;access&quot;: { # Rights management policy for YouTube resources. # The value of access indicates whether the video can be monetized or not.
1612 &quot;allowed&quot;: True or False, # The value of allowed indicates whether the access to the policy is allowed or denied by default.
1613 &quot;exception&quot;: [ # A list of region codes that identify countries where the default policy do not apply.
1614 &quot;A String&quot;,
1615 ],
1616 },
1617 },
1618 &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.
1619 &quot;embedHeight&quot;: &quot;A String&quot;,
1620 &quot;embedHtml&quot;: &quot;A String&quot;, # An &lt;iframe&gt; tag that embeds a player that will play the video.
1621 &quot;embedWidth&quot;: &quot;A String&quot;, # The embed width
1622 },
1623 &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.
1624 &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.
1625 &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.
1626 &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.
1627 &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.
1628 &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.
1629 &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.
1630 &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.
1631 &quot;timeLeftMs&quot;: &quot;A String&quot;, # An estimate of the amount of time, in millseconds, that YouTube needs to finish processing the video.
1632 },
1633 &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.
1634 &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.
1635 &quot;thumbnailsAvailability&quot;: &quot;A String&quot;, # This value indicates whether thumbnail images have been generated for the video.
1636 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001637 &quot;projectDetails&quot;: { # DEPRECATED. b/157517979: This part was never populated after it was added. However, it sees non-zero traffic because there is generated client code in the wild that refers to it [1]. We keep this field and do NOT remove it because otherwise V3 would return an error when this part gets requested [2]. [1] https://developers.google.com/resources/api-libraries/documentation/youtube/v3/csharp/latest/classGoogle_1_1Apis_1_1YouTube_1_1v3_1_1Data_1_1VideoProjectDetails.html [2] http://google3/video/youtube/src/python/servers/data_api/common.py?l=1565-1569&amp;rcl=344141677 # The projectDetails object contains information about the project specific video metadata. b/157517979: This part was never populated after it was added. However, it sees non-zero traffic because there is generated client code in the wild that refers to it [1]. We keep this field and do NOT remove it because otherwise V3 would return an error when this part gets requested [2]. [1] https://developers.google.com/resources/api-libraries/documentation/youtube/v3/csharp/latest/classGoogle_1_1Apis_1_1YouTube_1_1v3_1_1Data_1_1VideoProjectDetails.html [2] http://google3/video/youtube/src/python/servers/data_api/common.py?l=1565-1569&amp;rcl=344141677
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001638 },
1639 &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.
1640 &quot;location&quot;: { # Geographical coordinates of a point, in WGS84. # The geolocation information associated with the video.
1641 &quot;altitude&quot;: 3.14, # Altitude above the reference ellipsoid, in meters.
1642 &quot;latitude&quot;: 3.14, # Latitude in degrees.
1643 &quot;longitude&quot;: 3.14, # Longitude in degrees.
1644 },
1645 &quot;locationDescription&quot;: &quot;A String&quot;, # The text description of the location where the video was recorded.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001646 &quot;recordingDate&quot;: &quot;A String&quot;, # The date and time when the video was recorded.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001647 },
1648 &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.
1649 &quot;categoryId&quot;: &quot;A String&quot;, # The YouTube video category associated with the video.
1650 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the channel that the video was uploaded to.
1651 &quot;channelTitle&quot;: &quot;A String&quot;, # Channel title for the channel that the video belongs to.
1652 &quot;defaultAudioLanguage&quot;: &quot;A String&quot;, # The default_audio_language property specifies the language spoken in the video&#x27;s default audio track.
1653 &quot;defaultLanguage&quot;: &quot;A String&quot;, # The language of the videos&#x27;s default snippet.
1654 &quot;description&quot;: &quot;A String&quot;, # The video&#x27;s description. @mutable youtube.videos.insert youtube.videos.update
1655 &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.
1656 &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)
1657 &quot;description&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s description.
1658 &quot;title&quot;: &quot;A String&quot;, # Localized version of the video&#x27;s title.
1659 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001660 &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time when the video was uploaded.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001661 &quot;tags&quot;: [ # A list of keyword tags associated with the video. Tags may contain spaces.
1662 &quot;A String&quot;,
1663 ],
1664 &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.
1665 &quot;default&quot;: { # A thumbnail is an image representing a YouTube resource. # The default image for this resource.
1666 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
1667 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
1668 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
1669 },
1670 &quot;high&quot;: { # A thumbnail is an image representing a YouTube resource. # The high quality image for this resource.
1671 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
1672 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
1673 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
1674 },
1675 &quot;maxres&quot;: { # A thumbnail is an image representing a YouTube resource. # The maximum resolution quality image for this resource.
1676 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
1677 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
1678 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
1679 },
1680 &quot;medium&quot;: { # A thumbnail is an image representing a YouTube resource. # The medium quality image for this resource.
1681 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
1682 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
1683 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
1684 },
1685 &quot;standard&quot;: { # A thumbnail is an image representing a YouTube resource. # The standard quality image for this resource.
1686 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
1687 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
1688 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
1689 },
1690 },
1691 &quot;title&quot;: &quot;A String&quot;, # The video&#x27;s title. @mutable youtube.videos.insert youtube.videos.update
1692 },
1693 &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.
1694 &quot;commentCount&quot;: &quot;A String&quot;, # The number of comments for the video.
1695 &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.
1696 &quot;favoriteCount&quot;: &quot;A String&quot;, # The number of users who currently have the video marked as a favorite video.
1697 &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.
1698 &quot;viewCount&quot;: &quot;A String&quot;, # The number of times the video has been viewed.
1699 },
1700 &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.
1701 &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
1702 &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.
1703 &quot;license&quot;: &quot;A String&quot;, # The video&#x27;s license. @mutable youtube.videos.insert youtube.videos.update
1704 &quot;madeForKids&quot;: True or False,
1705 &quot;privacyStatus&quot;: &quot;A String&quot;, # The video&#x27;s privacy status.
1706 &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
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001707 &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..
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001708 &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.
1709 &quot;selfDeclaredMadeForKids&quot;: True or False,
1710 &quot;uploadStatus&quot;: &quot;A String&quot;, # The status of the uploaded video.
1711 },
1712 &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.
1713 &quot;editorSuggestions&quot;: [ # A list of video editing operations that might improve the video quality or playback experience of the uploaded video.
1714 &quot;A String&quot;,
1715 ],
1716 &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.
1717 &quot;A String&quot;,
1718 ],
1719 &quot;processingHints&quot;: [ # A list of suggestions that may improve YouTube&#x27;s ability to process the video.
1720 &quot;A String&quot;,
1721 ],
1722 &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.
1723 &quot;A String&quot;,
1724 ],
1725 &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.
1726 { # A single tag suggestion with it&#x27;s relevance information.
1727 &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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001728 &quot;A String&quot;,
1729 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001730 &quot;tag&quot;: &quot;A String&quot;, # The keyword tag suggested for the video.
Craig Citroe633be12015-03-02 13:40:36 -08001731 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001732 ],
1733 },
1734 &quot;topicDetails&quot;: { # Freebase topic information related to the video. # The topicDetails object encapsulates information about Freebase topics associated with the video.
1735 &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.
1736 &quot;A String&quot;,
1737 ],
1738 &quot;topicCategories&quot;: [ # A list of Wikipedia URLs that provide a high-level description of the video&#x27;s content.
1739 &quot;A String&quot;,
1740 ],
1741 &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.
1742 &quot;A String&quot;,
1743 ],
1744 },
1745}</pre>
John Asmuth614db982014-04-24 15:46:26 -04001746</div>
1747
1748</body></html>