blob: 2837d816e818b9368284f207c4f4d04f630db30a [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.activities.html">activities</a></h1>
John Asmuth614db982014-04-24 15:46:26 -040076<h2>Instance Methods</h2>
77<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070078 <code><a href="#list">list(part, mine=None, pageToken=None, publishedBefore=None, maxResults=None, home=None, channelId=None, regionCode=None, publishedAfter=None, x__xgafv=None)</a></code></p>
79<p class="firstline">Retrieves a list of resources, possibly filtered.</p>
John Asmuth614db982014-04-24 15:46:26 -040080<p class="toc_element">
81 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
82<p class="firstline">Retrieves the next page of results.</p>
83<h3>Method Details</h3>
84<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070085 <code class="details" id="list">list(part, mine=None, pageToken=None, publishedBefore=None, maxResults=None, home=None, channelId=None, regionCode=None, publishedAfter=None, x__xgafv=None)</code>
86 <pre>Retrieves a list of resources, possibly filtered.
John Asmuth614db982014-04-24 15:46:26 -040087
88Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -070089 part: string, The &lt;code&gt;&lt;strong&gt;part&lt;/strong&gt;&lt;/code&gt; parameter specifies a
90comma-separated list of one or more &lt;code&gt;activity&lt;/code&gt; resource
91properties that the API response will include.&lt;br&gt;&lt;br&gt;If the parameter
92identifies a property that contains child properties, the child properties
93will be included in the response. For example, in an &lt;code&gt;activity&lt;/code&gt;
94resource, the &lt;code&gt;snippet&lt;/code&gt; property contains other properties that
95identify the type of activity, a display title for the activity, and so
96forth. If you set &lt;code&gt;&lt;strong&gt;part=snippet&lt;/strong&gt;&lt;/code&gt;, the API
97response will also contain all of those nested properties. (required) (repeated)
98 mine: boolean, A parameter
99 pageToken: string, The &lt;code&gt;&lt;strong&gt;pageToken&lt;/strong&gt;&lt;/code&gt; parameter identifies a specific
100page in the result set that should be returned. In an API response, the
101&lt;code&gt;nextPageToken&lt;/code&gt; and &lt;code&gt;prevPageToken&lt;/code&gt; properties
102identify other pages that could be retrieved.
103 publishedBefore: string, A parameter
104 maxResults: integer, The &lt;code&gt;&lt;strong&gt;maxResults&lt;/strong&gt;&lt;/code&gt; parameter specifies the
105maximum number of items that should be returned in the result set.
106 home: boolean, A parameter
107 channelId: string, A parameter
108 regionCode: string, A parameter
109 publishedAfter: string, A parameter
110 x__xgafv: string, V1 error format.
111 Allowed values
112 1 - v1 error format
113 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400114
115Returns:
116 An object of the form:
117
118 {
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700119 &quot;pageInfo&quot;: { # Paging details for lists of resources, including total number of items # General pagination information.
120 # available and number of resources returned in a single page.
Bu Sun Kim65020912020-05-20 12:08:20 -0700121 &quot;resultsPerPage&quot;: 42, # The number of results included in the API response.
122 &quot;totalResults&quot;: 42, # The total number of results in the result set.
John Asmuth614db982014-04-24 15:46:26 -0400123 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700124 &quot;kind&quot;: &quot;youtube#activityListResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string
125 # &lt;code&gt;&quot;youtube#activityListResponse&quot;&lt;/code&gt;.
126 &quot;visitorId&quot;: &quot;A String&quot;, # The &lt;code&gt;visitorId&lt;/code&gt; identifies the visitor.
127 &quot;nextPageToken&quot;: &quot;A String&quot;, # The token that can be used as the value of the &lt;code&gt;pageToken&lt;/code&gt;
128 # parameter to retrieve the next page in the result set.
129 &quot;prevPageToken&quot;: &quot;A String&quot;, # The token that can be used as the value of the &lt;code&gt;pageToken&lt;/code&gt;
130 # parameter to retrieve the previous page in the result set.
131 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
132 &quot;eventId&quot;: &quot;A String&quot;, # Serialized EventId of the request which produced this response.
133 &quot;items&quot;: [
134 { # An &lt;code&gt;&lt;strong&gt;activity&lt;/strong&gt;&lt;/code&gt; resource contains
135 # information about an action that a particular channel, or user, has
136 # taken on YouTube.The actions reported in activity feeds include rating
137 # a video, sharing a video, marking a video as a favorite, commenting on
138 # a video, uploading a video, and so forth. Each &lt;code&gt;activity&lt;/code&gt;
139 # resource identifies the type of action, the channel associated with
140 # the action, and the resource(s) associated with the action, such as
141 # the video that was rated or uploaded.
142 &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the activity.
143 &quot;kind&quot;: &quot;youtube#activity&quot;, # Identifies what kind of resource this is. Value: the fixed string
144 # &lt;code&gt;&quot;youtube#activity&quot;&lt;/code&gt;.
145 &quot;contentDetails&quot;: { # Details about the content of an activity: the video that was shared, the # The &lt;code&gt;contentDetails&lt;/code&gt; object contains information about the
146 # content associated with the activity. For example, if the
147 # &lt;code&gt;snippet.type&lt;/code&gt; value is &lt;code&gt;videoRated&lt;/code&gt;, then the
148 # &lt;code&gt;contentDetails&lt;/code&gt; object&#x27;s content identifies the rated video.
149 # channel that was subscribed to, etc.
150 &quot;like&quot;: { # Information about a resource that received a positive (like) rating. # The &lt;code&gt;like&lt;/code&gt; object contains information about a resource that
151 # received a positive (like) rating. This property is only present if
152 # the &lt;code&gt;snippet.type&lt;/code&gt; is &lt;code&gt;like&lt;/code&gt;.
153 &quot;resourceId&quot;: { # A resource id is a generic reference that points to another YouTube resource. # The &lt;code&gt;resourceId&lt;/code&gt; object contains information that identifies
154 # the rated resource.
155 &quot;kind&quot;: &quot;A String&quot;, # The type of the API resource.
156 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
157 # that resource is a video. This property is only present if the
158 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#video&lt;/code&gt;.
159 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
160 # that resource is a channel. This property is only present if the
161 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#channel&lt;/code&gt;.
162 &quot;playlistId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
163 # that resource is a playlist. This property is only present if the
164 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#playlist&lt;/code&gt;.
165 },
166 },
167 &quot;social&quot;: { # Details about a social network post. # The &lt;code&gt;social&lt;/code&gt; object contains details about a social network
168 # post. This property is only present if the &lt;code&gt;snippet.type&lt;/code&gt;
169 # is &lt;code&gt;social&lt;/code&gt;.
170 &quot;resourceId&quot;: { # A resource id is a generic reference that points to another YouTube resource. # The &lt;code&gt;resourceId&lt;/code&gt; object encapsulates information that
171 # identifies the resource associated with a social network post.
172 &quot;kind&quot;: &quot;A String&quot;, # The type of the API resource.
173 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
174 # that resource is a video. This property is only present if the
175 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#video&lt;/code&gt;.
176 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
177 # that resource is a channel. This property is only present if the
178 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#channel&lt;/code&gt;.
179 &quot;playlistId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
180 # that resource is a playlist. This property is only present if the
181 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#playlist&lt;/code&gt;.
182 },
183 &quot;author&quot;: &quot;A String&quot;, # The author of the social network post.
184 &quot;referenceUrl&quot;: &quot;A String&quot;, # The URL of the social network post.
185 &quot;type&quot;: &quot;A String&quot;, # The name of the social network.
186 &quot;imageUrl&quot;: &quot;A String&quot;, # An image of the post&#x27;s author.
187 },
188 &quot;channelItem&quot;: { # Details about a resource which was added to a channel. # The &lt;code&gt;channelItem&lt;/code&gt; object contains details about a resource
189 # which was added to a channel. This property is only present if the
190 # &lt;code&gt;snippet.type&lt;/code&gt; is &lt;code&gt;channelItem&lt;/code&gt;.
191 &quot;resourceId&quot;: { # A resource id is a generic reference that points to another YouTube resource. # The &lt;code&gt;resourceId&lt;/code&gt; object contains information that
192 # identifies the resource that was added to the channel.
193 &quot;kind&quot;: &quot;A String&quot;, # The type of the API resource.
194 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
195 # that resource is a video. This property is only present if the
196 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#video&lt;/code&gt;.
197 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
198 # that resource is a channel. This property is only present if the
199 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#channel&lt;/code&gt;.
200 &quot;playlistId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
201 # that resource is a playlist. This property is only present if the
202 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#playlist&lt;/code&gt;.
203 },
204 },
205 &quot;recommendation&quot;: { # Information that identifies the recommended resource. # The &lt;code&gt;recommendation&lt;/code&gt; object contains information about a
206 # recommended resource. This property is only present if the
207 # &lt;code&gt;snippet.type&lt;/code&gt; is &lt;code&gt;recommendation&lt;/code&gt;.
208 &quot;resourceId&quot;: { # A resource id is a generic reference that points to another YouTube resource. # The &lt;code&gt;resourceId&lt;/code&gt; object contains information that
209 # identifies the recommended resource.
210 &quot;kind&quot;: &quot;A String&quot;, # The type of the API resource.
211 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
212 # that resource is a video. This property is only present if the
213 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#video&lt;/code&gt;.
214 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
215 # that resource is a channel. This property is only present if the
216 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#channel&lt;/code&gt;.
217 &quot;playlistId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
218 # that resource is a playlist. This property is only present if the
219 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#playlist&lt;/code&gt;.
220 },
221 &quot;reason&quot;: &quot;A String&quot;, # The reason that the resource is recommended to the user.
222 &quot;seedResourceId&quot;: { # A resource id is a generic reference that points to another YouTube resource. # The &lt;code&gt;seedResourceId&lt;/code&gt; object contains information about
223 # the resource that caused the recommendation.
224 &quot;kind&quot;: &quot;A String&quot;, # The type of the API resource.
225 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
226 # that resource is a video. This property is only present if the
227 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#video&lt;/code&gt;.
228 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
229 # that resource is a channel. This property is only present if the
230 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#channel&lt;/code&gt;.
231 &quot;playlistId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
232 # that resource is a playlist. This property is only present if the
233 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#playlist&lt;/code&gt;.
234 },
235 },
236 &quot;promotedItem&quot;: { # Details about a resource which is being promoted. # The &lt;code&gt;promotedItem&lt;/code&gt; object contains details about a resource
237 # which is being promoted. This property is only present if the
238 # &lt;code&gt;snippet.type&lt;/code&gt; is &lt;code&gt;promotedItem&lt;/code&gt;.
239 &quot;ctaType&quot;: &quot;A String&quot;, # The type of call-to-action, a message to the user indicating action that
240 # can be taken.
241 &quot;impressionUrl&quot;: [ # The list of impression URLs. The client should ping all of these URLs to
242 # indicate that the user was shown this promoted item.
243 &quot;A String&quot;,
244 ],
245 &quot;adTag&quot;: &quot;A String&quot;, # The URL the client should fetch to request a promoted item.
246 &quot;clickTrackingUrl&quot;: &quot;A String&quot;, # The URL the client should ping to indicate that the user clicked through
247 # on this promoted item.
248 &quot;descriptionText&quot;: &quot;A String&quot;, # The text description to accompany the promoted item.
249 &quot;creativeViewUrl&quot;: &quot;A String&quot;, # The URL the client should ping to indicate that the user was shown this
250 # promoted item.
251 &quot;destinationUrl&quot;: &quot;A String&quot;, # The URL the client should direct the user to, if the user chooses to
252 # visit the advertiser&#x27;s website.
253 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the promoted video.
254 &quot;customCtaButtonText&quot;: &quot;A String&quot;, # The custom call-to-action button text. If specified, it will override
255 # the default button text for the cta_type.
256 &quot;forecastingUrl&quot;: [ # The list of forecasting URLs. The client should ping all of these URLs
257 # when a promoted item is not available, to indicate that a promoted item
258 # could have been shown.
259 &quot;A String&quot;,
260 ],
261 },
262 &quot;subscription&quot;: { # Information about a channel that a user subscribed to. # The &lt;code&gt;subscription&lt;/code&gt; object contains information about a
263 # channel that a user subscribed to. This property is only
264 # present if the &lt;code&gt;snippet.type&lt;/code&gt; is &lt;code&gt;subscription&lt;/code&gt;.
265 &quot;resourceId&quot;: { # A resource id is a generic reference that points to another YouTube resource. # The &lt;code&gt;resourceId&lt;/code&gt; object contains information that
266 # identifies the resource that the user subscribed to.
267 &quot;kind&quot;: &quot;A String&quot;, # The type of the API resource.
268 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
269 # that resource is a video. This property is only present if the
270 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#video&lt;/code&gt;.
271 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
272 # that resource is a channel. This property is only present if the
273 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#channel&lt;/code&gt;.
274 &quot;playlistId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
275 # that resource is a playlist. This property is only present if the
276 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#playlist&lt;/code&gt;.
277 },
278 },
279 &quot;favorite&quot;: { # Information about a video that was marked as a favorite video. # The &lt;code&gt;favorite&lt;/code&gt; object contains information about a video that
280 # was marked as a favorite video. This property is only present if the
281 # &lt;code&gt;snippet.type&lt;/code&gt; is &lt;code&gt;favorite&lt;/code&gt;.
282 &quot;resourceId&quot;: { # A resource id is a generic reference that points to another YouTube resource. # The &lt;code&gt;resourceId&lt;/code&gt; object contains information that
283 # identifies the resource that was marked as a favorite.
284 &quot;kind&quot;: &quot;A String&quot;, # The type of the API resource.
285 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
286 # that resource is a video. This property is only present if the
287 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#video&lt;/code&gt;.
288 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
289 # that resource is a channel. This property is only present if the
290 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#channel&lt;/code&gt;.
291 &quot;playlistId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
292 # that resource is a playlist. This property is only present if the
293 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#playlist&lt;/code&gt;.
294 },
295 },
296 &quot;bulletin&quot;: { # Details about a channel bulletin post. # The &lt;code&gt;bulletin&lt;/code&gt; object contains details about a channel
297 # bulletin post. This object is only present if the
298 # &lt;code&gt;snippet.type&lt;/code&gt; is &lt;code&gt;bulletin&lt;/code&gt;.
299 &quot;resourceId&quot;: { # A resource id is a generic reference that points to another YouTube resource. # The &lt;code&gt;resourceId&lt;/code&gt; object contains information that
300 # identifies the resource associated with a bulletin post.
301 # @mutable youtube.activities.insert
302 &quot;kind&quot;: &quot;A String&quot;, # The type of the API resource.
303 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
304 # that resource is a video. This property is only present if the
305 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#video&lt;/code&gt;.
306 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
307 # that resource is a channel. This property is only present if the
308 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#channel&lt;/code&gt;.
309 &quot;playlistId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
310 # that resource is a playlist. This property is only present if the
311 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#playlist&lt;/code&gt;.
312 },
313 },
314 &quot;comment&quot;: { # Information about a resource that received a comment. # The &lt;code&gt;comment&lt;/code&gt; object contains information about a resource
315 # that received a comment. This property is only present if the
316 # &lt;code&gt;snippet.type&lt;/code&gt; is &lt;code&gt;comment&lt;/code&gt;.
317 &quot;resourceId&quot;: { # A resource id is a generic reference that points to another YouTube resource. # The &lt;code&gt;resourceId&lt;/code&gt; object contains information that
318 # identifies the resource associated with the comment.
319 &quot;kind&quot;: &quot;A String&quot;, # The type of the API resource.
320 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
321 # that resource is a video. This property is only present if the
322 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#video&lt;/code&gt;.
323 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
324 # that resource is a channel. This property is only present if the
325 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#channel&lt;/code&gt;.
326 &quot;playlistId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
327 # that resource is a playlist. This property is only present if the
328 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#playlist&lt;/code&gt;.
329 },
330 },
331 &quot;upload&quot;: { # Information about the uploaded video. # The &lt;code&gt;upload&lt;/code&gt; object contains information about the uploaded
332 # video. This property is only present if the &lt;code&gt;snippet.type&lt;/code&gt;
333 # is &lt;code&gt;upload&lt;/code&gt;.
334 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the uploaded video.
335 },
336 &quot;playlistItem&quot;: { # Information about a new playlist item. # The &lt;code&gt;playlistItem&lt;/code&gt; object contains information about a
337 # new playlist item. This property is only present if the
338 # &lt;code&gt;snippet.type&lt;/code&gt; is &lt;code&gt;playlistItem&lt;/code&gt;.
339 &quot;resourceId&quot;: { # A resource id is a generic reference that points to another YouTube resource. # The &lt;code&gt;resourceId&lt;/code&gt; object contains information about the
340 # resource that was added to the playlist.
341 &quot;kind&quot;: &quot;A String&quot;, # The type of the API resource.
342 &quot;videoId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
343 # that resource is a video. This property is only present if the
344 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#video&lt;/code&gt;.
345 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
346 # that resource is a channel. This property is only present if the
347 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#channel&lt;/code&gt;.
348 &quot;playlistId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the referred resource, if
349 # that resource is a playlist. This property is only present if the
350 # &lt;code&gt;resourceId.kind&lt;/code&gt; value is &lt;code&gt;youtube#playlist&lt;/code&gt;.
351 },
352 &quot;playlistItemId&quot;: &quot;A String&quot;, # ID of the item within the playlist.
353 &quot;playlistId&quot;: &quot;A String&quot;, # The value that YouTube uses to uniquely identify the playlist.
354 },
355 },
356 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource
357 &quot;snippet&quot;: { # Basic details about an activity, including title, description, thumbnails, # The &lt;code&gt;snippet&lt;/code&gt; object contains basic details about the
358 # activity, including the activity&#x27;s type and group ID.
359 # activity type and group.
360 # Next ID: 12
361 &quot;title&quot;: &quot;A String&quot;, # The title of the resource primarily associated with the activity.
362 &quot;type&quot;: &quot;A String&quot;, # The type of activity that the resource describes.
363 &quot;groupId&quot;: &quot;A String&quot;, # The group ID associated with the activity. A group ID identifies user
364 # events that are associated with the same user and resource. For example,
365 # if a user rates a video and marks the same video as a favorite, the
366 # entries for those events would have the same group ID in the user&#x27;s
367 # activity feed. In your user interface, you can avoid repetition by
368 # grouping events with the same &lt;code&gt;groupId&lt;/code&gt; value.
369 &quot;channelId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the channel associated
370 # with the activity.
371 &quot;channelTitle&quot;: &quot;A String&quot;, # Channel title for the channel responsible for this activity
372 &quot;description&quot;: &quot;A String&quot;, # The description of the resource primarily associated with the activity.
373 # @mutable youtube.activities.insert
374 &quot;thumbnails&quot;: { # Internal representation of thumbnails for a YouTube resource. # A map of thumbnail images associated with the resource that is primarily
375 # associated with the activity. For each object in the map, the key is the
376 # name of the thumbnail image, and the value is an object that contains
377 # other information about the thumbnail.
378 &quot;medium&quot;: { # A thumbnail is an image representing a YouTube resource. # The medium quality image for this resource.
379 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
380 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
381 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
382 },
383 &quot;standard&quot;: { # A thumbnail is an image representing a YouTube resource. # The standard quality image for this resource.
384 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
385 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
386 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
387 },
388 &quot;default&quot;: { # A thumbnail is an image representing a YouTube resource. # The default image for this resource.
389 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
390 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
391 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
392 },
393 &quot;maxres&quot;: { # A thumbnail is an image representing a YouTube resource. # The maximum resolution quality image for this resource.
394 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
395 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
396 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
397 },
398 &quot;high&quot;: { # A thumbnail is an image representing a YouTube resource. # The high quality image for this resource.
399 &quot;width&quot;: 42, # (Optional) Width of the thumbnail image.
400 &quot;url&quot;: &quot;A String&quot;, # The thumbnail image&#x27;s URL.
401 &quot;height&quot;: 42, # (Optional) Height of the thumbnail image.
402 },
403 },
404 &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time that the video was uploaded. The value is specified
405 # in &lt;a href=&quot;//www.w3.org/TR/NOTE-datetime&quot;&gt;ISO 8601&lt;/a&gt;
406 # format.
407 },
408 },
409 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700410 &quot;tokenPagination&quot;: { # Stub token pagination template to suppress results.
John Asmuth614db982014-04-24 15:46:26 -0400411 },
412 }</pre>
413</div>
414
415<div class="method">
416 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
417 <pre>Retrieves the next page of results.
418
419Args:
420 previous_request: The request for the previous page. (required)
421 previous_response: The response from the request for the previous page. (required)
422
423Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700424 A request object that you can call &#x27;execute()&#x27; on to request the next
John Asmuth614db982014-04-24 15:46:26 -0400425 page. Returns None if there are no more items in the collection.
426 </pre>
427</div>
428
429</body></html>