| John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 1 | <html><body> | 
|  | 2 | <style> | 
|  | 3 |  | 
|  | 4 | body, 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 |  | 
|  | 15 | body { | 
|  | 16 | font-size: 13px; | 
|  | 17 | padding: 1em; | 
|  | 18 | } | 
|  | 19 |  | 
|  | 20 | h1 { | 
|  | 21 | font-size: 26px; | 
|  | 22 | margin-bottom: 1em; | 
|  | 23 | } | 
|  | 24 |  | 
|  | 25 | h2 { | 
|  | 26 | font-size: 24px; | 
|  | 27 | margin-bottom: 1em; | 
|  | 28 | } | 
|  | 29 |  | 
|  | 30 | h3 { | 
|  | 31 | font-size: 20px; | 
|  | 32 | margin-bottom: 1em; | 
|  | 33 | margin-top: 1em; | 
|  | 34 | } | 
|  | 35 |  | 
|  | 36 | pre, code { | 
|  | 37 | line-height: 1.5; | 
|  | 38 | font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; | 
|  | 39 | } | 
|  | 40 |  | 
|  | 41 | pre { | 
|  | 42 | margin-top: 0.5em; | 
|  | 43 | } | 
|  | 44 |  | 
|  | 45 | h1, h2, h3, p { | 
|  | 46 | font-family: Arial, sans serif; | 
|  | 47 | } | 
|  | 48 |  | 
|  | 49 | h1, 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'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 75 | <h1><a href="blogger_v3.html">Blogger API v3</a> . <a href="blogger_v3.postUserInfos.html">postUserInfos</a></h1> | 
| John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 76 | <h2>Instance Methods</h2> | 
|  | 77 | <p class="toc_element"> | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 78 | <code><a href="#close">close()</a></code></p> | 
|  | 79 | <p class="firstline">Close httplib2 connections.</p> | 
|  | 80 | <p class="toc_element"> | 
| Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 81 | <code><a href="#get">get(userId, blogId, postId, maxComments=None, x__xgafv=None)</a></code></p> | 
|  | 82 | <p class="firstline">Gets one post and user info pair, by post_id and user_id.</p> | 
| John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 83 | <p class="toc_element"> | 
| Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 84 | <code><a href="#list">list(userId, blogId, fetchBodies=None, maxResults=None, orderBy=None, view=None, endDate=None, status=None, labels=None, pageToken=None, startDate=None, x__xgafv=None)</a></code></p> | 
| Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 85 | <p class="firstline">Lists post and user info pairs.</p> | 
| John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 86 | <p class="toc_element"> | 
|  | 87 | <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p> | 
|  | 88 | <p class="firstline">Retrieves the next page of results.</p> | 
|  | 89 | <h3>Method Details</h3> | 
|  | 90 | <div class="method"> | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 91 | <code class="details" id="close">close()</code> | 
|  | 92 | <pre>Close httplib2 connections.</pre> | 
|  | 93 | </div> | 
|  | 94 |  | 
|  | 95 | <div class="method"> | 
| Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 96 | <code class="details" id="get">get(userId, blogId, postId, maxComments=None, x__xgafv=None)</code> | 
|  | 97 | <pre>Gets one post and user info pair, by post_id and user_id. | 
| John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 98 |  | 
|  | 99 | Args: | 
| Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 100 | userId: string, A parameter (required) | 
|  | 101 | blogId: string, A parameter (required) | 
|  | 102 | postId: string, A parameter (required) | 
|  | 103 | maxComments: integer, A parameter | 
|  | 104 | x__xgafv: string, V1 error format. | 
|  | 105 | Allowed values | 
|  | 106 | 1 - v1 error format | 
|  | 107 | 2 - v2 error format | 
| John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 108 |  | 
|  | 109 | Returns: | 
|  | 110 | An object of the form: | 
|  | 111 |  | 
|  | 112 | { | 
| Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 113 | "kind": "A String", # The kind of this entity. Always blogger#postUserInfo. | 
|  | 114 | "post_user_info": { # Information about a User for the Post. | 
|  | 115 | "userId": "A String", # ID of the User. | 
|  | 116 | "postId": "A String", # ID of the Post resource. | 
|  | 117 | "kind": "A String", # The kind of this entity. Always blogger#postPerUserInfo. | 
|  | 118 | "blogId": "A String", # ID of the Blog that the post resource belongs to. | 
|  | 119 | "hasEditAccess": True or False, # True if the user has Author level access to the post. | 
|  | 120 | }, | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 121 | "post": { # The Post resource. | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 122 | "published": "A String", # RFC 3339 date-time when this Post was published. | 
| Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 123 | "replies": { # The container of comments on this Post. | 
| Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 124 | "items": [ # The List of Comments for this Post. | 
|  | 125 | { | 
| Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 126 | "content": "A String", # The actual content of the comment. May include HTML markup. | 
|  | 127 | "published": "A String", # RFC 3339 date-time when this comment was published. | 
|  | 128 | "blog": { # Data about the blog containing this comment. | 
|  | 129 | "id": "A String", # The identifier of the blog containing this comment. | 
|  | 130 | }, | 
|  | 131 | "id": "A String", # The identifier for this resource. | 
|  | 132 | "post": { # Data about the post containing this comment. | 
|  | 133 | "id": "A String", # The identifier of the post containing this comment. | 
|  | 134 | }, | 
|  | 135 | "kind": "A String", # The kind of this entry. Always blogger#comment. | 
|  | 136 | "inReplyTo": { # Data about the comment this is in reply to. | 
|  | 137 | "id": "A String", # The identified of the parent of this comment. | 
|  | 138 | }, | 
|  | 139 | "status": "A String", # The status of the comment (only populated for admin users). | 
|  | 140 | "selfLink": "A String", # The API REST URL to fetch this resource from. | 
|  | 141 | "updated": "A String", # RFC 3339 date-time when this comment was last updated. | 
| Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 142 | "author": { # The author of this Comment. | 
| Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 143 | "url": "A String", # The URL of the creator's Profile page. | 
| Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 144 | "displayName": "A String", # The display name. | 
|  | 145 | "image": { # The creator's avatar. | 
|  | 146 | "url": "A String", # The creator's avatar URL. | 
|  | 147 | }, | 
|  | 148 | "id": "A String", # The identifier of the creator. | 
| Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 149 | }, | 
|  | 150 | }, | 
|  | 151 | ], | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 152 | "totalItems": "A String", # The count of comments on this post. | 
| Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 153 | "selfLink": "A String", # The URL of the comments on this post. | 
|  | 154 | }, | 
| Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 155 | "etag": "A String", # Etag of the resource. | 
|  | 156 | "title": "A String", # The title of the Post. | 
|  | 157 | "updated": "A String", # RFC 3339 date-time when this Post was last updated. | 
|  | 158 | "status": "A String", # Status of the post. Only set for admin-level requests. | 
|  | 159 | "titleLink": "A String", # The title link URL, similar to atom's related link. | 
|  | 160 | "blog": { # Data about the blog containing this Post. | 
|  | 161 | "id": "A String", # The identifier of the Blog that contains this Post. | 
|  | 162 | }, | 
|  | 163 | "url": "A String", # The URL where this Post is displayed. | 
|  | 164 | "selfLink": "A String", # The API REST URL to fetch this resource from. | 
|  | 165 | "kind": "A String", # The kind of this entity. Always blogger#post. | 
|  | 166 | "author": { # The author of this Post. | 
|  | 167 | "url": "A String", # The URL of the creator's Profile page. | 
|  | 168 | "displayName": "A String", # The display name. | 
|  | 169 | "id": "A String", # The identifier of the creator. | 
|  | 170 | "image": { # The creator's avatar. | 
|  | 171 | "url": "A String", # The creator's avatar URL. | 
|  | 172 | }, | 
|  | 173 | }, | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 174 | "images": [ # Display image for the Post. | 
|  | 175 | { | 
|  | 176 | "url": "A String", | 
|  | 177 | }, | 
|  | 178 | ], | 
| Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 179 | "readerComments": "A String", # Comment control and display setting for readers of this post. | 
|  | 180 | "location": { # The location for geotagged posts. | 
|  | 181 | "lng": 3.14, # Location's longitude. | 
|  | 182 | "name": "A String", # Location name. | 
|  | 183 | "span": "A String", # Location's viewport span. Can be used when rendering a map preview. | 
|  | 184 | "lat": 3.14, # Location's latitude. | 
|  | 185 | }, | 
|  | 186 | "labels": [ # The list of labels this Post was tagged with. | 
|  | 187 | "A String", | 
|  | 188 | ], | 
|  | 189 | "content": "A String", # The content of the Post. May contain HTML markup. | 
|  | 190 | "customMetaData": "A String", # The JSON meta-data for the Post. | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 191 | "id": "A String", # The identifier of this Post. | 
| John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 192 | }, | 
| John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 193 | }</pre> | 
|  | 194 | </div> | 
|  | 195 |  | 
|  | 196 | <div class="method"> | 
| Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 197 | <code class="details" id="list">list(userId, blogId, fetchBodies=None, maxResults=None, orderBy=None, view=None, endDate=None, status=None, labels=None, pageToken=None, startDate=None, x__xgafv=None)</code> | 
| Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 198 | <pre>Lists post and user info pairs. | 
| John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 199 |  | 
|  | 200 | Args: | 
| Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 201 | userId: string, A parameter (required) | 
|  | 202 | blogId: string, A parameter (required) | 
| Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 203 | fetchBodies: boolean, A parameter | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 204 | maxResults: integer, A parameter | 
| Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 205 | orderBy: string, A parameter | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 206 | Allowed values | 
|  | 207 | ORDER_BY_UNSPECIFIED - | 
|  | 208 | PUBLISHED - | 
|  | 209 | UPDATED - | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 210 | view: string, A parameter | 
|  | 211 | Allowed values | 
|  | 212 | VIEW_TYPE_UNSPECIFIED - | 
|  | 213 | READER - | 
|  | 214 | AUTHOR - | 
|  | 215 | ADMIN - | 
| Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 216 | endDate: string, A parameter | 
|  | 217 | status: string, A parameter (repeated) | 
|  | 218 | Allowed values | 
|  | 219 | LIVE - | 
|  | 220 | DRAFT - | 
|  | 221 | SCHEDULED - | 
|  | 222 | labels: string, A parameter | 
|  | 223 | pageToken: string, A parameter | 
|  | 224 | startDate: string, A parameter | 
| Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 225 | x__xgafv: string, V1 error format. | 
| John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 226 | Allowed values | 
| Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 227 | 1 - v1 error format | 
|  | 228 | 2 - v2 error format | 
| John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 229 |  | 
|  | 230 | Returns: | 
|  | 231 | An object of the form: | 
|  | 232 |  | 
|  | 233 | { | 
| Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 234 | "kind": "A String", # The kind of this entity. Always blogger#postList. | 
|  | 235 | "nextPageToken": "A String", # Pagination token to fetch the next page, if one exists. | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 236 | "items": [ # The list of Posts with User information for the post, for this Blog. | 
| John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 237 | { | 
| Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 238 | "kind": "A String", # The kind of this entity. Always blogger#postUserInfo. | 
|  | 239 | "post_user_info": { # Information about a User for the Post. | 
|  | 240 | "userId": "A String", # ID of the User. | 
|  | 241 | "postId": "A String", # ID of the Post resource. | 
|  | 242 | "kind": "A String", # The kind of this entity. Always blogger#postPerUserInfo. | 
|  | 243 | "blogId": "A String", # ID of the Blog that the post resource belongs to. | 
|  | 244 | "hasEditAccess": True or False, # True if the user has Author level access to the post. | 
|  | 245 | }, | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 246 | "post": { # The Post resource. | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 247 | "published": "A String", # RFC 3339 date-time when this Post was published. | 
| Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 248 | "replies": { # The container of comments on this Post. | 
| Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 249 | "items": [ # The List of Comments for this Post. | 
|  | 250 | { | 
| Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 251 | "content": "A String", # The actual content of the comment. May include HTML markup. | 
|  | 252 | "published": "A String", # RFC 3339 date-time when this comment was published. | 
|  | 253 | "blog": { # Data about the blog containing this comment. | 
|  | 254 | "id": "A String", # The identifier of the blog containing this comment. | 
|  | 255 | }, | 
|  | 256 | "id": "A String", # The identifier for this resource. | 
|  | 257 | "post": { # Data about the post containing this comment. | 
|  | 258 | "id": "A String", # The identifier of the post containing this comment. | 
|  | 259 | }, | 
|  | 260 | "kind": "A String", # The kind of this entry. Always blogger#comment. | 
|  | 261 | "inReplyTo": { # Data about the comment this is in reply to. | 
|  | 262 | "id": "A String", # The identified of the parent of this comment. | 
|  | 263 | }, | 
|  | 264 | "status": "A String", # The status of the comment (only populated for admin users). | 
|  | 265 | "selfLink": "A String", # The API REST URL to fetch this resource from. | 
|  | 266 | "updated": "A String", # RFC 3339 date-time when this comment was last updated. | 
| Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 267 | "author": { # The author of this Comment. | 
| Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 268 | "url": "A String", # The URL of the creator's Profile page. | 
| Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 269 | "displayName": "A String", # The display name. | 
|  | 270 | "image": { # The creator's avatar. | 
|  | 271 | "url": "A String", # The creator's avatar URL. | 
|  | 272 | }, | 
|  | 273 | "id": "A String", # The identifier of the creator. | 
| Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 274 | }, | 
|  | 275 | }, | 
|  | 276 | ], | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 277 | "totalItems": "A String", # The count of comments on this post. | 
| Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 278 | "selfLink": "A String", # The URL of the comments on this post. | 
|  | 279 | }, | 
| Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 280 | "etag": "A String", # Etag of the resource. | 
|  | 281 | "title": "A String", # The title of the Post. | 
|  | 282 | "updated": "A String", # RFC 3339 date-time when this Post was last updated. | 
|  | 283 | "status": "A String", # Status of the post. Only set for admin-level requests. | 
|  | 284 | "titleLink": "A String", # The title link URL, similar to atom's related link. | 
|  | 285 | "blog": { # Data about the blog containing this Post. | 
|  | 286 | "id": "A String", # The identifier of the Blog that contains this Post. | 
|  | 287 | }, | 
|  | 288 | "url": "A String", # The URL where this Post is displayed. | 
|  | 289 | "selfLink": "A String", # The API REST URL to fetch this resource from. | 
|  | 290 | "kind": "A String", # The kind of this entity. Always blogger#post. | 
|  | 291 | "author": { # The author of this Post. | 
|  | 292 | "url": "A String", # The URL of the creator's Profile page. | 
|  | 293 | "displayName": "A String", # The display name. | 
|  | 294 | "id": "A String", # The identifier of the creator. | 
|  | 295 | "image": { # The creator's avatar. | 
|  | 296 | "url": "A String", # The creator's avatar URL. | 
|  | 297 | }, | 
|  | 298 | }, | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 299 | "images": [ # Display image for the Post. | 
|  | 300 | { | 
|  | 301 | "url": "A String", | 
|  | 302 | }, | 
|  | 303 | ], | 
| Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame^] | 304 | "readerComments": "A String", # Comment control and display setting for readers of this post. | 
|  | 305 | "location": { # The location for geotagged posts. | 
|  | 306 | "lng": 3.14, # Location's longitude. | 
|  | 307 | "name": "A String", # Location name. | 
|  | 308 | "span": "A String", # Location's viewport span. Can be used when rendering a map preview. | 
|  | 309 | "lat": 3.14, # Location's latitude. | 
|  | 310 | }, | 
|  | 311 | "labels": [ # The list of labels this Post was tagged with. | 
|  | 312 | "A String", | 
|  | 313 | ], | 
|  | 314 | "content": "A String", # The content of the Post. May contain HTML markup. | 
|  | 315 | "customMetaData": "A String", # The JSON meta-data for the Post. | 
| Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 316 | "id": "A String", # The identifier of this Post. | 
| John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 317 | }, | 
| John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 318 | }, | 
|  | 319 | ], | 
| John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 320 | }</pre> | 
|  | 321 | </div> | 
|  | 322 |  | 
|  | 323 | <div class="method"> | 
|  | 324 | <code class="details" id="list_next">list_next(previous_request, previous_response)</code> | 
|  | 325 | <pre>Retrieves the next page of results. | 
|  | 326 |  | 
|  | 327 | Args: | 
|  | 328 | previous_request: The request for the previous page. (required) | 
|  | 329 | previous_response: The response from the request for the previous page. (required) | 
|  | 330 |  | 
|  | 331 | Returns: | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 332 | A request object that you can call 'execute()' on to request the next | 
| John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 333 | page. Returns None if there are no more items in the collection. | 
|  | 334 | </pre> | 
|  | 335 | </div> | 
|  | 336 |  | 
|  | 337 | </body></html> |