blob: 59be3940f4856c4088bd8a75854a9fed99521a79 [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
Dan O'Mearadd494642020-05-01 07:42:23 -070075<h1><a href="blogger_v3.html">Blogger API v3</a> . <a href="blogger_v3.comments.html">comments</a></h1>
John Asmuth614db982014-04-24 15:46:26 -040076<h2>Instance Methods</h2>
77<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070078 <code><a href="#approve">approve(blogId, postId, commentId, x__xgafv=None)</a></code></p>
79<p class="firstline">Marks a comment as not spam by blog id, post id and comment id.</p>
John Asmuth614db982014-04-24 15:46:26 -040080<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070081 <code><a href="#close">close()</a></code></p>
82<p class="firstline">Close httplib2 connections.</p>
83<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070084 <code><a href="#delete">delete(blogId, postId, commentId, x__xgafv=None)</a></code></p>
85<p class="firstline">Deletes a comment by blog id, post id and comment id.</p>
John Asmuth614db982014-04-24 15:46:26 -040086<p class="toc_element">
Bu Sun Kim65020912020-05-20 12:08:20 -070087 <code><a href="#get">get(blogId, postId, commentId, view=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070088<p class="firstline">Gets a comment by id.</p>
John Asmuth614db982014-04-24 15:46:26 -040089<p class="toc_element">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070090 <code><a href="#list">list(blogId, postId, pageToken=None, maxResults=None, startDate=None, fetchBodies=None, status=None, endDate=None, view=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070091<p class="firstline">Lists comments.</p>
John Asmuth614db982014-04-24 15:46:26 -040092<p class="toc_element">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070093 <code><a href="#listByBlog">listByBlog(blogId, maxResults=None, status=None, endDate=None, fetchBodies=None, startDate=None, pageToken=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070094<p class="firstline">Lists comments by blog.</p>
John Asmuth614db982014-04-24 15:46:26 -040095<p class="toc_element">
96 <code><a href="#listByBlog_next">listByBlog_next(previous_request, previous_response)</a></code></p>
97<p class="firstline">Retrieves the next page of results.</p>
98<p class="toc_element">
99 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
100<p class="firstline">Retrieves the next page of results.</p>
101<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -0700102 <code><a href="#markAsSpam">markAsSpam(blogId, postId, commentId, x__xgafv=None)</a></code></p>
103<p class="firstline">Marks a comment as spam by blog id, post id and comment id.</p>
John Asmuth614db982014-04-24 15:46:26 -0400104<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -0700105 <code><a href="#removeContent">removeContent(blogId, postId, commentId, x__xgafv=None)</a></code></p>
106<p class="firstline">Removes the content of a comment by blog id, post id and comment id.</p>
John Asmuth614db982014-04-24 15:46:26 -0400107<h3>Method Details</h3>
108<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700109 <code class="details" id="approve">approve(blogId, postId, commentId, x__xgafv=None)</code>
110 <pre>Marks a comment as not spam by blog id, post id and comment id.
John Asmuth614db982014-04-24 15:46:26 -0400111
112Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700113 blogId: string, A parameter (required)
114 postId: string, A parameter (required)
115 commentId: string, A parameter (required)
116 x__xgafv: string, V1 error format.
117 Allowed values
118 1 - v1 error format
119 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400120
121Returns:
122 An object of the form:
123
124 {
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700125 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
126 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
127 &quot;blog&quot;: { # Data about the blog containing this comment.
128 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
129 },
130 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
131 &quot;post&quot;: { # Data about the post containing this comment.
132 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
133 },
134 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
135 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
136 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
137 },
138 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
139 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
140 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Bu Sun Kim65020912020-05-20 12:08:20 -0700141 &quot;author&quot;: { # The author of this Comment.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700142 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700143 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -0700144 &quot;image&quot;: { # The creator&#x27;s avatar.
145 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
John Asmuth614db982014-04-24 15:46:26 -0400146 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700147 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
John Asmuth614db982014-04-24 15:46:26 -0400148 },
John Asmuth614db982014-04-24 15:46:26 -0400149 }</pre>
150</div>
151
152<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700153 <code class="details" id="close">close()</code>
154 <pre>Close httplib2 connections.</pre>
155</div>
156
157<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700158 <code class="details" id="delete">delete(blogId, postId, commentId, x__xgafv=None)</code>
159 <pre>Deletes a comment by blog id, post id and comment id.
John Asmuth614db982014-04-24 15:46:26 -0400160
161Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700162 blogId: string, A parameter (required)
163 postId: string, A parameter (required)
164 commentId: string, A parameter (required)
165 x__xgafv: string, V1 error format.
166 Allowed values
167 1 - v1 error format
168 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400169</pre>
170</div>
171
172<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -0700173 <code class="details" id="get">get(blogId, postId, commentId, view=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700174 <pre>Gets a comment by id.
John Asmuth614db982014-04-24 15:46:26 -0400175
176Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700177 blogId: string, A parameter (required)
178 postId: string, A parameter (required)
179 commentId: string, A parameter (required)
Bu Sun Kim65020912020-05-20 12:08:20 -0700180 view: string, A parameter
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700181 Allowed values
182 VIEW_TYPE_UNSPECIFIED -
183 READER -
184 AUTHOR -
185 ADMIN -
Dan O'Mearadd494642020-05-01 07:42:23 -0700186 x__xgafv: string, V1 error format.
John Asmuth614db982014-04-24 15:46:26 -0400187 Allowed values
Dan O'Mearadd494642020-05-01 07:42:23 -0700188 1 - v1 error format
189 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400190
191Returns:
192 An object of the form:
193
194 {
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700195 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
196 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
197 &quot;blog&quot;: { # Data about the blog containing this comment.
198 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
199 },
200 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
201 &quot;post&quot;: { # Data about the post containing this comment.
202 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
203 },
204 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
205 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
206 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
207 },
208 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
209 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
210 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Bu Sun Kim65020912020-05-20 12:08:20 -0700211 &quot;author&quot;: { # The author of this Comment.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700212 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700213 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -0700214 &quot;image&quot;: { # The creator&#x27;s avatar.
215 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
John Asmuth614db982014-04-24 15:46:26 -0400216 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700217 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
John Asmuth614db982014-04-24 15:46:26 -0400218 },
John Asmuth614db982014-04-24 15:46:26 -0400219 }</pre>
220</div>
221
222<div class="method">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700223 <code class="details" id="list">list(blogId, postId, pageToken=None, maxResults=None, startDate=None, fetchBodies=None, status=None, endDate=None, view=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700224 <pre>Lists comments.
John Asmuth614db982014-04-24 15:46:26 -0400225
226Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700227 blogId: string, A parameter (required)
228 postId: string, A parameter (required)
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700229 pageToken: string, A parameter
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700230 maxResults: integer, A parameter
231 startDate: string, A parameter
232 fetchBodies: boolean, A parameter
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700233 status: string, A parameter
234 Allowed values
235 LIVE -
236 EMPTIED -
237 PENDING -
238 SPAM -
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700239 endDate: string, A parameter
240 view: string, A parameter
241 Allowed values
242 VIEW_TYPE_UNSPECIFIED -
243 READER -
244 AUTHOR -
245 ADMIN -
Dan O'Mearadd494642020-05-01 07:42:23 -0700246 x__xgafv: string, V1 error format.
John Asmuth614db982014-04-24 15:46:26 -0400247 Allowed values
Dan O'Mearadd494642020-05-01 07:42:23 -0700248 1 - v1 error format
249 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400250
251Returns:
252 An object of the form:
253
254 {
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700255 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#commentList.
256 &quot;etag&quot;: &quot;A String&quot;, # Etag of the response.
Bu Sun Kim65020912020-05-20 12:08:20 -0700257 &quot;items&quot;: [ # The List of Comments for a Post.
John Asmuth614db982014-04-24 15:46:26 -0400258 {
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700259 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
260 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
261 &quot;blog&quot;: { # Data about the blog containing this comment.
262 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
263 },
264 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
265 &quot;post&quot;: { # Data about the post containing this comment.
266 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
267 },
268 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
269 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
270 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
271 },
272 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
273 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
274 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700275 &quot;author&quot;: { # The author of this Comment.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700276 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700277 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
278 &quot;image&quot;: { # The creator&#x27;s avatar.
279 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
280 },
281 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700282 },
John Asmuth614db982014-04-24 15:46:26 -0400283 },
284 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700285 &quot;nextPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the next page, if one exists.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700286 &quot;prevPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the previous page, if one exists.
John Asmuth614db982014-04-24 15:46:26 -0400287 }</pre>
288</div>
289
290<div class="method">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700291 <code class="details" id="listByBlog">listByBlog(blogId, maxResults=None, status=None, endDate=None, fetchBodies=None, startDate=None, pageToken=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700292 <pre>Lists comments by blog.
John Asmuth614db982014-04-24 15:46:26 -0400293
294Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700295 blogId: string, A parameter (required)
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700296 maxResults: integer, A parameter
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700297 status: string, A parameter (repeated)
298 Allowed values
299 LIVE -
300 EMPTIED -
301 PENDING -
302 SPAM -
303 endDate: string, A parameter
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700304 fetchBodies: boolean, A parameter
305 startDate: string, A parameter
306 pageToken: string, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700307 x__xgafv: string, V1 error format.
Craig Citroe633be12015-03-02 13:40:36 -0800308 Allowed values
Dan O'Mearadd494642020-05-01 07:42:23 -0700309 1 - v1 error format
310 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400311
312Returns:
313 An object of the form:
314
315 {
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700316 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#commentList.
317 &quot;etag&quot;: &quot;A String&quot;, # Etag of the response.
Bu Sun Kim65020912020-05-20 12:08:20 -0700318 &quot;items&quot;: [ # The List of Comments for a Post.
John Asmuth614db982014-04-24 15:46:26 -0400319 {
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700320 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
321 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
322 &quot;blog&quot;: { # Data about the blog containing this comment.
323 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
324 },
325 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
326 &quot;post&quot;: { # Data about the post containing this comment.
327 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
328 },
329 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
330 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
331 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
332 },
333 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
334 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
335 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700336 &quot;author&quot;: { # The author of this Comment.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700337 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700338 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
339 &quot;image&quot;: { # The creator&#x27;s avatar.
340 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
341 },
342 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700343 },
John Asmuth614db982014-04-24 15:46:26 -0400344 },
345 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700346 &quot;nextPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the next page, if one exists.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700347 &quot;prevPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the previous page, if one exists.
John Asmuth614db982014-04-24 15:46:26 -0400348 }</pre>
349</div>
350
351<div class="method">
352 <code class="details" id="listByBlog_next">listByBlog_next(previous_request, previous_response)</code>
353 <pre>Retrieves the next page of results.
354
355Args:
356 previous_request: The request for the previous page. (required)
357 previous_response: The response from the request for the previous page. (required)
358
359Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700360 A request object that you can call &#x27;execute()&#x27; on to request the next
John Asmuth614db982014-04-24 15:46:26 -0400361 page. Returns None if there are no more items in the collection.
362 </pre>
363</div>
364
365<div class="method">
366 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
367 <pre>Retrieves the next page of results.
368
369Args:
370 previous_request: The request for the previous page. (required)
371 previous_response: The response from the request for the previous page. (required)
372
373Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700374 A request object that you can call &#x27;execute()&#x27; on to request the next
John Asmuth614db982014-04-24 15:46:26 -0400375 page. Returns None if there are no more items in the collection.
376 </pre>
377</div>
378
379<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700380 <code class="details" id="markAsSpam">markAsSpam(blogId, postId, commentId, x__xgafv=None)</code>
381 <pre>Marks a comment as spam by blog id, post id and comment id.
John Asmuth614db982014-04-24 15:46:26 -0400382
383Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700384 blogId: string, A parameter (required)
385 postId: string, A parameter (required)
386 commentId: string, A parameter (required)
387 x__xgafv: string, V1 error format.
388 Allowed values
389 1 - v1 error format
390 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400391
392Returns:
393 An object of the form:
394
395 {
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700396 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
397 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
398 &quot;blog&quot;: { # Data about the blog containing this comment.
399 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
400 },
401 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
402 &quot;post&quot;: { # Data about the post containing this comment.
403 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
404 },
405 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
406 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
407 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
408 },
409 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
410 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
411 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Bu Sun Kim65020912020-05-20 12:08:20 -0700412 &quot;author&quot;: { # The author of this Comment.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700413 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700414 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -0700415 &quot;image&quot;: { # The creator&#x27;s avatar.
416 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
John Asmuth614db982014-04-24 15:46:26 -0400417 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700418 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
John Asmuth614db982014-04-24 15:46:26 -0400419 },
John Asmuth614db982014-04-24 15:46:26 -0400420 }</pre>
421</div>
422
423<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700424 <code class="details" id="removeContent">removeContent(blogId, postId, commentId, x__xgafv=None)</code>
425 <pre>Removes the content of a comment by blog id, post id and comment id.
John Asmuth614db982014-04-24 15:46:26 -0400426
427Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700428 blogId: string, A parameter (required)
429 postId: string, A parameter (required)
430 commentId: string, A parameter (required)
431 x__xgafv: string, V1 error format.
432 Allowed values
433 1 - v1 error format
434 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400435
436Returns:
437 An object of the form:
438
439 {
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700440 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
441 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
442 &quot;blog&quot;: { # Data about the blog containing this comment.
443 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
444 },
445 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
446 &quot;post&quot;: { # Data about the post containing this comment.
447 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
448 },
449 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
450 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
451 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
452 },
453 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
454 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
455 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Bu Sun Kim65020912020-05-20 12:08:20 -0700456 &quot;author&quot;: { # The author of this Comment.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700457 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700458 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -0700459 &quot;image&quot;: { # The creator&#x27;s avatar.
460 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
John Asmuth614db982014-04-24 15:46:26 -0400461 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700462 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
John Asmuth614db982014-04-24 15:46:26 -0400463 },
John Asmuth614db982014-04-24 15:46:26 -0400464 }</pre>
465</div>
466
467</body></html>