blob: 1dbc25dda809a744a78c9cee3a1ecb38569bc3a2 [file] [log] [blame]
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001<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
75<h1><a href="youtubeAnalytics_v2.html">YouTube Analytics API</a> . <a href="youtubeAnalytics_v2.groupItems.html">groupItems</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070078 <code><a href="#delete">delete(onBehalfOfContentOwner=None, id=None, x__xgafv=None)</a></code></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070079<p class="firstline">Removes an item from a group.</p>
80<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070081 <code><a href="#insert">insert(body=None, onBehalfOfContentOwner=None, x__xgafv=None)</a></code></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070082<p class="firstline">Creates a group item.</p>
83<p class="toc_element">
Bu Sun Kim65020912020-05-20 12:08:20 -070084 <code><a href="#list">list(groupId=None, onBehalfOfContentOwner=None, x__xgafv=None)</a></code></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070085<p class="firstline">Returns a collection of group items that match the API request parameters.</p>
86<h3>Method Details</h3>
87<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070088 <code class="details" id="delete">delete(onBehalfOfContentOwner=None, id=None, x__xgafv=None)</code>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070089 <pre>Removes an item from a group.
90
91Args:
92 onBehalfOfContentOwner: string, This parameter can only be used in a properly authorized request. **Note:**
93This parameter is intended exclusively for YouTube content partners that
94own and manage many different YouTube channels.
95
Bu Sun Kim65020912020-05-20 12:08:20 -070096The `onBehalfOfContentOwner` parameter indicates that the request&#x27;s
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070097authorization credentials identify a YouTube user who is acting on behalf
98of the content owner specified in the parameter value. It allows content
99owners to authenticate once and get access to all their video and channel
100data, without having to provide authentication credentials for each
101individual channel. The account that the user authenticates with must be
102linked to the specified YouTube content owner.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700103 id: string, The `id` parameter specifies the YouTube group item ID of the group item
104that is being deleted.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700105 x__xgafv: string, V1 error format.
106 Allowed values
107 1 - v1 error format
108 2 - v2 error format
109
110Returns:
111 An object of the form:
112
113 { # Empty response.
Bu Sun Kim65020912020-05-20 12:08:20 -0700114 &quot;errors&quot;: { # Request Error information. # Apiary error details
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700115 #
116 # The presence of an error field signals that the operation
117 # has failed.
Bu Sun Kim65020912020-05-20 12:08:20 -0700118 &quot;requestId&quot;: &quot;A String&quot;, # Request identifier generated by the service, which can be
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700119 # used to identify the error in the logs
Bu Sun Kim65020912020-05-20 12:08:20 -0700120 &quot;error&quot;: [ # Specific error description and codes
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700121 { # Describes one specific error.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700122 &quot;argument&quot;: [ # Error arguments, to be used when building user-friendly error messages
123 # given the error domain and code. Different error codes require different
124 # arguments.
125 &quot;A String&quot;,
126 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700127 &quot;code&quot;: &quot;A String&quot;, # Error code in the error domain. This should correspond to
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700128 # a value of the enum type whose name is in domain. See
129 # the core error domain in error_domain.proto.
Bu Sun Kim65020912020-05-20 12:08:20 -0700130 &quot;location&quot;: &quot;A String&quot;, # Location of the error, as specified by the location type.
131 #
132 # If location_type is PATH, this should be a path to a field that&#x27;s
133 # relative to the request, using FieldPath notation
134 # (net/proto2/util/public/field_path.h).
135 #
136 # Examples:
137 # authenticated_user.gaia_id
138 # resource.address[2].country
Bu Sun Kim65020912020-05-20 12:08:20 -0700139 &quot;externalErrorMessage&quot;: &quot;A String&quot;, # A short explanation for the error, which can be shared outside Google.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700140 #
141 # Please set domain, code and arguments whenever possible instead of this
142 # error message so that external APIs can build safe error messages
143 # themselves.
144 #
145 # External messages built in a RoSy interface will most likely refer to
146 # information and concepts that are not available externally and should not
147 # be exposed. It is safer if external APIs can understand the errors and
148 # decide what the error message should look like.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700149 &quot;locationType&quot;: &quot;A String&quot;,
150 &quot;debugInfo&quot;: &quot;A String&quot;, # Debugging information, which should not be
151 # shared externally.
152 &quot;domain&quot;: &quot;A String&quot;, # Error domain. RoSy services can define their own
153 # domain and error codes. This should normally be
154 # the name of an enum type, such as: gdata.CoreErrorDomain
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700155 },
156 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700157 &quot;code&quot;: &quot;A String&quot;, # Global error code. Deprecated and ignored.
158 # Set custom error codes in ErrorProto.domain and ErrorProto.code
159 # instead.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700160 },
161 }</pre>
162</div>
163
164<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700165 <code class="details" id="insert">insert(body=None, onBehalfOfContentOwner=None, x__xgafv=None)</code>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700166 <pre>Creates a group item.
167
168Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700169 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700170 The object takes the form of:
171
172{ # A group item.
Bu Sun Kim65020912020-05-20 12:08:20 -0700173 &quot;errors&quot;: { # Request Error information. # Apiary error details
174 #
175 # The presence of an error field signals that the operation
176 # has failed.
Bu Sun Kim65020912020-05-20 12:08:20 -0700177 &quot;requestId&quot;: &quot;A String&quot;, # Request identifier generated by the service, which can be
178 # used to identify the error in the logs
179 &quot;error&quot;: [ # Specific error description and codes
180 { # Describes one specific error.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700181 &quot;argument&quot;: [ # Error arguments, to be used when building user-friendly error messages
182 # given the error domain and code. Different error codes require different
183 # arguments.
184 &quot;A String&quot;,
185 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700186 &quot;code&quot;: &quot;A String&quot;, # Error code in the error domain. This should correspond to
187 # a value of the enum type whose name is in domain. See
188 # the core error domain in error_domain.proto.
Bu Sun Kim65020912020-05-20 12:08:20 -0700189 &quot;location&quot;: &quot;A String&quot;, # Location of the error, as specified by the location type.
190 #
191 # If location_type is PATH, this should be a path to a field that&#x27;s
192 # relative to the request, using FieldPath notation
193 # (net/proto2/util/public/field_path.h).
194 #
195 # Examples:
196 # authenticated_user.gaia_id
197 # resource.address[2].country
Bu Sun Kim65020912020-05-20 12:08:20 -0700198 &quot;externalErrorMessage&quot;: &quot;A String&quot;, # A short explanation for the error, which can be shared outside Google.
199 #
200 # Please set domain, code and arguments whenever possible instead of this
201 # error message so that external APIs can build safe error messages
202 # themselves.
203 #
204 # External messages built in a RoSy interface will most likely refer to
205 # information and concepts that are not available externally and should not
206 # be exposed. It is safer if external APIs can understand the errors and
207 # decide what the error message should look like.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700208 &quot;locationType&quot;: &quot;A String&quot;,
209 &quot;debugInfo&quot;: &quot;A String&quot;, # Debugging information, which should not be
210 # shared externally.
211 &quot;domain&quot;: &quot;A String&quot;, # Error domain. RoSy services can define their own
212 # domain and error codes. This should normally be
213 # the name of an enum type, such as: gdata.CoreErrorDomain
Bu Sun Kim65020912020-05-20 12:08:20 -0700214 },
215 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700216 &quot;code&quot;: &quot;A String&quot;, # Global error code. Deprecated and ignored.
217 # Set custom error codes in ErrorProto.domain and ErrorProto.code
218 # instead.
Bu Sun Kim65020912020-05-20 12:08:20 -0700219 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700220 &quot;kind&quot;: &quot;A String&quot;, # Identifies the API resource&#x27;s type. The value will be `youtube#groupItem`.
221 &quot;resource&quot;: { # The `resource` object contains information that identifies the item being
222 # added to the group.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700223 &quot;id&quot;: &quot;A String&quot;, # The channel, video, playlist, or asset ID that YouTube uses to uniquely
224 # identify the item that is being added to the group.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700225 &quot;kind&quot;: &quot;A String&quot;, # Identifies the type of resource being added to the group.
226 #
227 # Valid values for this property are:
228 # * `youtube#channel`
229 # * `youtube#playlist`
230 # * `youtube#video`
231 # * `youtubePartner#asset`
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700232 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700233 &quot;groupId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the group that contains the
234 # item.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700235 &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the `channel`, `video`,
236 # `playlist`, or `asset` resource that is included in the group. Note that
237 # this ID refers specifically to the inclusion of that resource in a
238 # particular group and is different than the channel ID, video ID,
239 # playlist ID, or asset ID that uniquely identifies the resource itself.
240 # The `resource.id` property&#x27;s value specifies the unique channel, video,
241 # playlist, or asset ID.
242 &quot;etag&quot;: &quot;A String&quot;, # The Etag of this resource.
Bu Sun Kim65020912020-05-20 12:08:20 -0700243}
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700244
245 onBehalfOfContentOwner: string, This parameter can only be used in a properly authorized request. **Note:**
246This parameter is intended exclusively for YouTube content partners that
247own and manage many different YouTube channels.
248
Bu Sun Kim65020912020-05-20 12:08:20 -0700249The `onBehalfOfContentOwner` parameter indicates that the request&#x27;s
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700250authorization credentials identify a YouTube user who is acting on behalf
251of the content owner specified in the parameter value. It allows content
252owners to authenticate once and get access to all their video and channel
253data, without having to provide authentication credentials for each
254individual channel. The account that the user authenticates with must be
255linked to the specified YouTube content owner.
256 x__xgafv: string, V1 error format.
257 Allowed values
258 1 - v1 error format
259 2 - v2 error format
260
261Returns:
262 An object of the form:
263
264 { # A group item.
Bu Sun Kim65020912020-05-20 12:08:20 -0700265 &quot;errors&quot;: { # Request Error information. # Apiary error details
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700266 #
267 # The presence of an error field signals that the operation
268 # has failed.
Bu Sun Kim65020912020-05-20 12:08:20 -0700269 &quot;requestId&quot;: &quot;A String&quot;, # Request identifier generated by the service, which can be
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700270 # used to identify the error in the logs
Bu Sun Kim65020912020-05-20 12:08:20 -0700271 &quot;error&quot;: [ # Specific error description and codes
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700272 { # Describes one specific error.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700273 &quot;argument&quot;: [ # Error arguments, to be used when building user-friendly error messages
274 # given the error domain and code. Different error codes require different
275 # arguments.
276 &quot;A String&quot;,
277 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700278 &quot;code&quot;: &quot;A String&quot;, # Error code in the error domain. This should correspond to
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700279 # a value of the enum type whose name is in domain. See
280 # the core error domain in error_domain.proto.
Bu Sun Kim65020912020-05-20 12:08:20 -0700281 &quot;location&quot;: &quot;A String&quot;, # Location of the error, as specified by the location type.
282 #
283 # If location_type is PATH, this should be a path to a field that&#x27;s
284 # relative to the request, using FieldPath notation
285 # (net/proto2/util/public/field_path.h).
286 #
287 # Examples:
288 # authenticated_user.gaia_id
289 # resource.address[2].country
Bu Sun Kim65020912020-05-20 12:08:20 -0700290 &quot;externalErrorMessage&quot;: &quot;A String&quot;, # A short explanation for the error, which can be shared outside Google.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700291 #
292 # Please set domain, code and arguments whenever possible instead of this
293 # error message so that external APIs can build safe error messages
294 # themselves.
295 #
296 # External messages built in a RoSy interface will most likely refer to
297 # information and concepts that are not available externally and should not
298 # be exposed. It is safer if external APIs can understand the errors and
299 # decide what the error message should look like.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700300 &quot;locationType&quot;: &quot;A String&quot;,
301 &quot;debugInfo&quot;: &quot;A String&quot;, # Debugging information, which should not be
302 # shared externally.
303 &quot;domain&quot;: &quot;A String&quot;, # Error domain. RoSy services can define their own
304 # domain and error codes. This should normally be
305 # the name of an enum type, such as: gdata.CoreErrorDomain
Bu Sun Kim65020912020-05-20 12:08:20 -0700306 },
307 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700308 &quot;code&quot;: &quot;A String&quot;, # Global error code. Deprecated and ignored.
309 # Set custom error codes in ErrorProto.domain and ErrorProto.code
310 # instead.
Bu Sun Kim65020912020-05-20 12:08:20 -0700311 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700312 &quot;kind&quot;: &quot;A String&quot;, # Identifies the API resource&#x27;s type. The value will be `youtube#groupItem`.
313 &quot;resource&quot;: { # The `resource` object contains information that identifies the item being
314 # added to the group.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700315 &quot;id&quot;: &quot;A String&quot;, # The channel, video, playlist, or asset ID that YouTube uses to uniquely
316 # identify the item that is being added to the group.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700317 &quot;kind&quot;: &quot;A String&quot;, # Identifies the type of resource being added to the group.
318 #
319 # Valid values for this property are:
320 # * `youtube#channel`
321 # * `youtube#playlist`
322 # * `youtube#video`
323 # * `youtubePartner#asset`
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700324 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700325 &quot;groupId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the group that contains the
326 # item.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700327 &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the `channel`, `video`,
328 # `playlist`, or `asset` resource that is included in the group. Note that
329 # this ID refers specifically to the inclusion of that resource in a
330 # particular group and is different than the channel ID, video ID,
331 # playlist ID, or asset ID that uniquely identifies the resource itself.
332 # The `resource.id` property&#x27;s value specifies the unique channel, video,
333 # playlist, or asset ID.
334 &quot;etag&quot;: &quot;A String&quot;, # The Etag of this resource.
Bu Sun Kim65020912020-05-20 12:08:20 -0700335 }</pre>
336</div>
337
338<div class="method">
339 <code class="details" id="list">list(groupId=None, onBehalfOfContentOwner=None, x__xgafv=None)</code>
340 <pre>Returns a collection of group items that match the API request parameters.
341
342Args:
343 groupId: string, The `groupId` parameter specifies the unique ID of the group for which you
344want to retrieve group items.
345 onBehalfOfContentOwner: string, This parameter can only be used in a properly authorized request. **Note:**
346This parameter is intended exclusively for YouTube content partners that
347own and manage many different YouTube channels.
348
349The `onBehalfOfContentOwner` parameter indicates that the request&#x27;s
350authorization credentials identify a YouTube user who is acting on behalf
351of the content owner specified in the parameter value. It allows content
352owners to authenticate once and get access to all their video and channel
353data, without having to provide authentication credentials for each
354individual channel. The account that the user authenticates with must be
355linked to the specified YouTube content owner.
356 x__xgafv: string, V1 error format.
357 Allowed values
358 1 - v1 error format
359 2 - v2 error format
360
361Returns:
362 An object of the form:
363
364 { # Response message for GroupsService.ListGroupItems.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700365 &quot;etag&quot;: &quot;A String&quot;, # The Etag of this resource.
Bu Sun Kim65020912020-05-20 12:08:20 -0700366 &quot;errors&quot;: { # Request Error information. # Apiary error details
367 #
368 # The presence of an error field signals that the operation
369 # has failed.
Bu Sun Kim65020912020-05-20 12:08:20 -0700370 &quot;requestId&quot;: &quot;A String&quot;, # Request identifier generated by the service, which can be
371 # used to identify the error in the logs
372 &quot;error&quot;: [ # Specific error description and codes
373 { # Describes one specific error.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700374 &quot;argument&quot;: [ # Error arguments, to be used when building user-friendly error messages
375 # given the error domain and code. Different error codes require different
376 # arguments.
377 &quot;A String&quot;,
378 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700379 &quot;code&quot;: &quot;A String&quot;, # Error code in the error domain. This should correspond to
380 # a value of the enum type whose name is in domain. See
381 # the core error domain in error_domain.proto.
Bu Sun Kim65020912020-05-20 12:08:20 -0700382 &quot;location&quot;: &quot;A String&quot;, # Location of the error, as specified by the location type.
383 #
384 # If location_type is PATH, this should be a path to a field that&#x27;s
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700385 # relative to the request, using FieldPath notation
386 # (net/proto2/util/public/field_path.h).
387 #
388 # Examples:
389 # authenticated_user.gaia_id
390 # resource.address[2].country
Bu Sun Kim65020912020-05-20 12:08:20 -0700391 &quot;externalErrorMessage&quot;: &quot;A String&quot;, # A short explanation for the error, which can be shared outside Google.
392 #
393 # Please set domain, code and arguments whenever possible instead of this
394 # error message so that external APIs can build safe error messages
395 # themselves.
396 #
397 # External messages built in a RoSy interface will most likely refer to
398 # information and concepts that are not available externally and should not
399 # be exposed. It is safer if external APIs can understand the errors and
400 # decide what the error message should look like.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700401 &quot;locationType&quot;: &quot;A String&quot;,
402 &quot;debugInfo&quot;: &quot;A String&quot;, # Debugging information, which should not be
403 # shared externally.
404 &quot;domain&quot;: &quot;A String&quot;, # Error domain. RoSy services can define their own
405 # domain and error codes. This should normally be
406 # the name of an enum type, such as: gdata.CoreErrorDomain
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700407 },
408 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700409 &quot;code&quot;: &quot;A String&quot;, # Global error code. Deprecated and ignored.
410 # Set custom error codes in ErrorProto.domain and ErrorProto.code
411 # instead.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700412 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700413 &quot;kind&quot;: &quot;A String&quot;, # Identifies the API resource&#x27;s type. The value will be
414 # `youtube#groupItemListResponse`.
415 &quot;items&quot;: [ # A list of groups that match the API request parameters. Each item in the
416 # list represents a `groupItem` resource.
417 { # A group item.
418 &quot;errors&quot;: { # Request Error information. # Apiary error details
419 #
420 # The presence of an error field signals that the operation
421 # has failed.
422 &quot;requestId&quot;: &quot;A String&quot;, # Request identifier generated by the service, which can be
423 # used to identify the error in the logs
424 &quot;error&quot;: [ # Specific error description and codes
425 { # Describes one specific error.
426 &quot;argument&quot;: [ # Error arguments, to be used when building user-friendly error messages
427 # given the error domain and code. Different error codes require different
428 # arguments.
429 &quot;A String&quot;,
430 ],
431 &quot;code&quot;: &quot;A String&quot;, # Error code in the error domain. This should correspond to
432 # a value of the enum type whose name is in domain. See
433 # the core error domain in error_domain.proto.
434 &quot;location&quot;: &quot;A String&quot;, # Location of the error, as specified by the location type.
435 #
436 # If location_type is PATH, this should be a path to a field that&#x27;s
437 # relative to the request, using FieldPath notation
438 # (net/proto2/util/public/field_path.h).
439 #
440 # Examples:
441 # authenticated_user.gaia_id
442 # resource.address[2].country
443 &quot;externalErrorMessage&quot;: &quot;A String&quot;, # A short explanation for the error, which can be shared outside Google.
444 #
445 # Please set domain, code and arguments whenever possible instead of this
446 # error message so that external APIs can build safe error messages
447 # themselves.
448 #
449 # External messages built in a RoSy interface will most likely refer to
450 # information and concepts that are not available externally and should not
451 # be exposed. It is safer if external APIs can understand the errors and
452 # decide what the error message should look like.
453 &quot;locationType&quot;: &quot;A String&quot;,
454 &quot;debugInfo&quot;: &quot;A String&quot;, # Debugging information, which should not be
455 # shared externally.
456 &quot;domain&quot;: &quot;A String&quot;, # Error domain. RoSy services can define their own
457 # domain and error codes. This should normally be
458 # the name of an enum type, such as: gdata.CoreErrorDomain
459 },
460 ],
461 &quot;code&quot;: &quot;A String&quot;, # Global error code. Deprecated and ignored.
462 # Set custom error codes in ErrorProto.domain and ErrorProto.code
463 # instead.
464 },
465 &quot;kind&quot;: &quot;A String&quot;, # Identifies the API resource&#x27;s type. The value will be `youtube#groupItem`.
466 &quot;resource&quot;: { # The `resource` object contains information that identifies the item being
467 # added to the group.
468 &quot;id&quot;: &quot;A String&quot;, # The channel, video, playlist, or asset ID that YouTube uses to uniquely
469 # identify the item that is being added to the group.
470 &quot;kind&quot;: &quot;A String&quot;, # Identifies the type of resource being added to the group.
471 #
472 # Valid values for this property are:
473 # * `youtube#channel`
474 # * `youtube#playlist`
475 # * `youtube#video`
476 # * `youtubePartner#asset`
477 },
478 &quot;groupId&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the group that contains the
479 # item.
480 &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the `channel`, `video`,
481 # `playlist`, or `asset` resource that is included in the group. Note that
482 # this ID refers specifically to the inclusion of that resource in a
483 # particular group and is different than the channel ID, video ID,
484 # playlist ID, or asset ID that uniquely identifies the resource itself.
485 # The `resource.id` property&#x27;s value specifies the unique channel, video,
486 # playlist, or asset ID.
487 &quot;etag&quot;: &quot;A String&quot;, # The Etag of this resource.
488 },
489 ],
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700490 }</pre>
491</div>
492
493</body></html>