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 | |
| 75 | <h1><a href="books_v1.html">Books API</a> . <a href="books_v1.mylibrary.html">mylibrary</a> . <a href="books_v1.mylibrary.annotations.html">annotations</a></h1> |
| 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"> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 81 | <code><a href="#delete">delete(annotationId, source=None, x__xgafv=None)</a></code></p> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 82 | <p class="firstline">Deletes an annotation.</p> |
| 83 | <p class="toc_element"> |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 84 | <code><a href="#insert">insert(annotationId=None, body=None, country=None, showOnlySummaryInResponse=None, source=None, x__xgafv=None)</a></code></p> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 85 | <p class="firstline">Inserts a new annotation.</p> |
| 86 | <p class="toc_element"> |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 87 | <code><a href="#list">list(contentVersion=None, layerId=None, layerIds=None, maxResults=None, pageToken=None, showDeleted=None, source=None, updatedMax=None, updatedMin=None, volumeId=None, x__xgafv=None)</a></code></p> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 88 | <p class="firstline">Retrieves a list of annotations, possibly filtered.</p> |
| 89 | <p class="toc_element"> |
| 90 | <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p> |
| 91 | <p class="firstline">Retrieves the next page of results.</p> |
| 92 | <p class="toc_element"> |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 93 | <code><a href="#summary">summary(layerIds, volumeId, x__xgafv=None)</a></code></p> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 94 | <p class="firstline">Gets the summary of specified layers.</p> |
| 95 | <p class="toc_element"> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 96 | <code><a href="#update">update(annotationId, body=None, source=None, x__xgafv=None)</a></code></p> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 97 | <p class="firstline">Updates an existing annotation.</p> |
| 98 | <h3>Method Details</h3> |
| 99 | <div class="method"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 100 | <code class="details" id="close">close()</code> |
| 101 | <pre>Close httplib2 connections.</pre> |
| 102 | </div> |
| 103 | |
| 104 | <div class="method"> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 105 | <code class="details" id="delete">delete(annotationId, source=None, x__xgafv=None)</code> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 106 | <pre>Deletes an annotation. |
| 107 | |
| 108 | Args: |
| 109 | annotationId: string, The ID for the annotation to delete. (required) |
| 110 | source: string, String to identify the originator of this request. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 111 | x__xgafv: string, V1 error format. |
| 112 | Allowed values |
| 113 | 1 - v1 error format |
| 114 | 2 - v2 error format |
| 115 | |
| 116 | Returns: |
| 117 | An object of the form: |
| 118 | |
| 119 | { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`. |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 120 | }</pre> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 121 | </div> |
| 122 | |
| 123 | <div class="method"> |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 124 | <code class="details" id="insert">insert(annotationId=None, body=None, country=None, showOnlySummaryInResponse=None, source=None, x__xgafv=None)</code> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 125 | <pre>Inserts a new annotation. |
| 126 | |
| 127 | Args: |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 128 | body: object, The request body. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 129 | The object takes the form of: |
| 130 | |
| 131 | { |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 132 | "afterSelectedText": "A String", # Anchor text after excerpt. For requests, if the user bookmarked a screen that has no flowing text on it, then this field should be empty. |
| 133 | "beforeSelectedText": "A String", # Anchor text before excerpt. For requests, if the user bookmarked a screen that has no flowing text on it, then this field should be empty. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 134 | "clientVersionRanges": { # Selection ranges sent from the client. |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 135 | "cfiRange": { # Range in CFI format for this annotation sent by client. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 136 | "endOffset": "A String", # The offset from the ending position. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 137 | "endPosition": "A String", # The ending position for the range. |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 138 | "startOffset": "A String", # The offset from the starting position. |
| 139 | "startPosition": "A String", # The starting position for the range. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 140 | }, |
| 141 | "contentVersion": "A String", # Content version the client sent in. |
| 142 | "gbImageRange": { # Range in GB image format for this annotation sent by client. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 143 | "endOffset": "A String", # The offset from the ending position. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 144 | "endPosition": "A String", # The ending position for the range. |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 145 | "startOffset": "A String", # The offset from the starting position. |
| 146 | "startPosition": "A String", # The starting position for the range. |
| 147 | }, |
| 148 | "gbTextRange": { # Range in GB text format for this annotation sent by client. |
| 149 | "endOffset": "A String", # The offset from the ending position. |
| 150 | "endPosition": "A String", # The ending position for the range. |
| 151 | "startOffset": "A String", # The offset from the starting position. |
| 152 | "startPosition": "A String", # The starting position for the range. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 153 | }, |
| 154 | "imageCfiRange": { # Range in image CFI format for this annotation sent by client. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 155 | "endOffset": "A String", # The offset from the ending position. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 156 | "endPosition": "A String", # The ending position for the range. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 157 | "startOffset": "A String", # The offset from the starting position. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 158 | "startPosition": "A String", # The starting position for the range. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 159 | }, |
| 160 | }, |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 161 | "created": "A String", # Timestamp for the created time of this annotation. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 162 | "currentVersionRanges": { # Selection ranges for the most recent content version. |
| 163 | "cfiRange": { # Range in CFI format for this annotation for version above. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 164 | "endOffset": "A String", # The offset from the ending position. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 165 | "endPosition": "A String", # The ending position for the range. |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 166 | "startOffset": "A String", # The offset from the starting position. |
| 167 | "startPosition": "A String", # The starting position for the range. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 168 | }, |
| 169 | "contentVersion": "A String", # Content version applicable to ranges below. |
| 170 | "gbImageRange": { # Range in GB image format for this annotation for version above. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 171 | "endOffset": "A String", # The offset from the ending position. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 172 | "endPosition": "A String", # The ending position for the range. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 173 | "startOffset": "A String", # The offset from the starting position. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 174 | "startPosition": "A String", # The starting position for the range. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 175 | }, |
| 176 | "gbTextRange": { # Range in GB text format for this annotation for version above. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 177 | "endOffset": "A String", # The offset from the ending position. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 178 | "endPosition": "A String", # The ending position for the range. |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 179 | "startOffset": "A String", # The offset from the starting position. |
| 180 | "startPosition": "A String", # The starting position for the range. |
| 181 | }, |
| 182 | "imageCfiRange": { # Range in image CFI format for this annotation for version above. |
| 183 | "endOffset": "A String", # The offset from the ending position. |
| 184 | "endPosition": "A String", # The ending position for the range. |
| 185 | "startOffset": "A String", # The offset from the starting position. |
| 186 | "startPosition": "A String", # The starting position for the range. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 187 | }, |
| 188 | }, |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 189 | "data": "A String", # User-created data for this annotation. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 190 | "deleted": True or False, # Indicates that this annotation is deleted. |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 191 | "highlightStyle": "A String", # The highlight style for this annotation. |
| 192 | "id": "A String", # Id of this annotation, in the form of a GUID. |
| 193 | "kind": "A String", # Resource type. |
| 194 | "layerId": "A String", # The layer this annotation is for. |
| 195 | "layerSummary": { |
| 196 | "allowedCharacterCount": 42, # Maximum allowed characters on this layer, especially for the "copy" layer. |
| 197 | "limitType": "A String", # Type of limitation on this layer. "limited" or "unlimited" for the "copy" layer. |
| 198 | "remainingCharacterCount": 42, # Remaining allowed characters on this layer, especially for the "copy" layer. |
| 199 | }, |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 200 | "pageIds": [ # Pages that this annotation spans. |
| 201 | "A String", |
| 202 | ], |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 203 | "selectedText": "A String", # Excerpt from the volume. |
| 204 | "selfLink": "A String", # URL to this resource. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 205 | "updated": "A String", # Timestamp for the last time this annotation was modified. |
| 206 | "volumeId": "A String", # The volume that this annotation belongs to. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 207 | } |
| 208 | |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 209 | annotationId: string, The ID for the annotation to insert. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 210 | country: string, ISO-3166-1 code to override the IP-based location. |
| 211 | showOnlySummaryInResponse: boolean, Requests that only the summary of the specified layer be provided in the response. |
| 212 | source: string, String to identify the originator of this request. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 213 | x__xgafv: string, V1 error format. |
| 214 | Allowed values |
| 215 | 1 - v1 error format |
| 216 | 2 - v2 error format |
| 217 | |
| 218 | Returns: |
| 219 | An object of the form: |
| 220 | |
| 221 | { |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 222 | "afterSelectedText": "A String", # Anchor text after excerpt. For requests, if the user bookmarked a screen that has no flowing text on it, then this field should be empty. |
| 223 | "beforeSelectedText": "A String", # Anchor text before excerpt. For requests, if the user bookmarked a screen that has no flowing text on it, then this field should be empty. |
| 224 | "clientVersionRanges": { # Selection ranges sent from the client. |
| 225 | "cfiRange": { # Range in CFI format for this annotation sent by client. |
| 226 | "endOffset": "A String", # The offset from the ending position. |
| 227 | "endPosition": "A String", # The ending position for the range. |
| 228 | "startOffset": "A String", # The offset from the starting position. |
| 229 | "startPosition": "A String", # The starting position for the range. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame] | 230 | }, |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 231 | "contentVersion": "A String", # Content version the client sent in. |
| 232 | "gbImageRange": { # Range in GB image format for this annotation sent by client. |
| 233 | "endOffset": "A String", # The offset from the ending position. |
| 234 | "endPosition": "A String", # The ending position for the range. |
| 235 | "startOffset": "A String", # The offset from the starting position. |
| 236 | "startPosition": "A String", # The starting position for the range. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 237 | }, |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 238 | "gbTextRange": { # Range in GB text format for this annotation sent by client. |
| 239 | "endOffset": "A String", # The offset from the ending position. |
| 240 | "endPosition": "A String", # The ending position for the range. |
| 241 | "startOffset": "A String", # The offset from the starting position. |
| 242 | "startPosition": "A String", # The starting position for the range. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 243 | }, |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 244 | "imageCfiRange": { # Range in image CFI format for this annotation sent by client. |
| 245 | "endOffset": "A String", # The offset from the ending position. |
| 246 | "endPosition": "A String", # The ending position for the range. |
| 247 | "startOffset": "A String", # The offset from the starting position. |
| 248 | "startPosition": "A String", # The starting position for the range. |
| 249 | }, |
| 250 | }, |
| 251 | "created": "A String", # Timestamp for the created time of this annotation. |
| 252 | "currentVersionRanges": { # Selection ranges for the most recent content version. |
| 253 | "cfiRange": { # Range in CFI format for this annotation for version above. |
| 254 | "endOffset": "A String", # The offset from the ending position. |
| 255 | "endPosition": "A String", # The ending position for the range. |
| 256 | "startOffset": "A String", # The offset from the starting position. |
| 257 | "startPosition": "A String", # The starting position for the range. |
| 258 | }, |
| 259 | "contentVersion": "A String", # Content version applicable to ranges below. |
| 260 | "gbImageRange": { # Range in GB image format for this annotation for version above. |
| 261 | "endOffset": "A String", # The offset from the ending position. |
| 262 | "endPosition": "A String", # The ending position for the range. |
| 263 | "startOffset": "A String", # The offset from the starting position. |
| 264 | "startPosition": "A String", # The starting position for the range. |
| 265 | }, |
| 266 | "gbTextRange": { # Range in GB text format for this annotation for version above. |
| 267 | "endOffset": "A String", # The offset from the ending position. |
| 268 | "endPosition": "A String", # The ending position for the range. |
| 269 | "startOffset": "A String", # The offset from the starting position. |
| 270 | "startPosition": "A String", # The starting position for the range. |
| 271 | }, |
| 272 | "imageCfiRange": { # Range in image CFI format for this annotation for version above. |
| 273 | "endOffset": "A String", # The offset from the ending position. |
| 274 | "endPosition": "A String", # The ending position for the range. |
| 275 | "startOffset": "A String", # The offset from the starting position. |
| 276 | "startPosition": "A String", # The starting position for the range. |
| 277 | }, |
| 278 | }, |
| 279 | "data": "A String", # User-created data for this annotation. |
| 280 | "deleted": True or False, # Indicates that this annotation is deleted. |
| 281 | "highlightStyle": "A String", # The highlight style for this annotation. |
| 282 | "id": "A String", # Id of this annotation, in the form of a GUID. |
| 283 | "kind": "A String", # Resource type. |
| 284 | "layerId": "A String", # The layer this annotation is for. |
| 285 | "layerSummary": { |
| 286 | "allowedCharacterCount": 42, # Maximum allowed characters on this layer, especially for the "copy" layer. |
| 287 | "limitType": "A String", # Type of limitation on this layer. "limited" or "unlimited" for the "copy" layer. |
| 288 | "remainingCharacterCount": 42, # Remaining allowed characters on this layer, especially for the "copy" layer. |
| 289 | }, |
| 290 | "pageIds": [ # Pages that this annotation spans. |
| 291 | "A String", |
| 292 | ], |
| 293 | "selectedText": "A String", # Excerpt from the volume. |
| 294 | "selfLink": "A String", # URL to this resource. |
| 295 | "updated": "A String", # Timestamp for the last time this annotation was modified. |
| 296 | "volumeId": "A String", # The volume that this annotation belongs to. |
| 297 | }</pre> |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 298 | </div> |
| 299 | |
| 300 | <div class="method"> |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 301 | <code class="details" id="list">list(contentVersion=None, layerId=None, layerIds=None, maxResults=None, pageToken=None, showDeleted=None, source=None, updatedMax=None, updatedMin=None, volumeId=None, x__xgafv=None)</code> |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 302 | <pre>Retrieves a list of annotations, possibly filtered. |
| 303 | |
| 304 | Args: |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 305 | contentVersion: string, The content version for the requested volume. |
| 306 | layerId: string, The layer ID to limit annotation by. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 307 | layerIds: string, The layer ID(s) to limit annotation by. (repeated) |
| 308 | maxResults: integer, Maximum number of results to return |
| 309 | pageToken: string, The value of the nextToken from the previous page. |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 310 | showDeleted: boolean, Set to true to return deleted annotations. updatedMin must be in the request to use this. Defaults to false. |
| 311 | source: string, String to identify the originator of this request. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 312 | updatedMax: string, RFC 3339 timestamp to restrict to items updated prior to this timestamp (exclusive). |
| 313 | updatedMin: string, RFC 3339 timestamp to restrict to items updated since this timestamp (inclusive). |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 314 | volumeId: string, The volume to restrict annotations to. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 315 | x__xgafv: string, V1 error format. |
| 316 | Allowed values |
| 317 | 1 - v1 error format |
| 318 | 2 - v2 error format |
| 319 | |
| 320 | Returns: |
| 321 | An object of the form: |
| 322 | |
| 323 | { |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 324 | "items": [ # A list of annotations. |
| 325 | { |
| 326 | "afterSelectedText": "A String", # Anchor text after excerpt. For requests, if the user bookmarked a screen that has no flowing text on it, then this field should be empty. |
| 327 | "beforeSelectedText": "A String", # Anchor text before excerpt. For requests, if the user bookmarked a screen that has no flowing text on it, then this field should be empty. |
| 328 | "clientVersionRanges": { # Selection ranges sent from the client. |
| 329 | "cfiRange": { # Range in CFI format for this annotation sent by client. |
| 330 | "endOffset": "A String", # The offset from the ending position. |
| 331 | "endPosition": "A String", # The ending position for the range. |
| 332 | "startOffset": "A String", # The offset from the starting position. |
| 333 | "startPosition": "A String", # The starting position for the range. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 334 | }, |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 335 | "contentVersion": "A String", # Content version the client sent in. |
| 336 | "gbImageRange": { # Range in GB image format for this annotation sent by client. |
| 337 | "endOffset": "A String", # The offset from the ending position. |
| 338 | "endPosition": "A String", # The ending position for the range. |
| 339 | "startOffset": "A String", # The offset from the starting position. |
| 340 | "startPosition": "A String", # The starting position for the range. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 341 | }, |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 342 | "gbTextRange": { # Range in GB text format for this annotation sent by client. |
| 343 | "endOffset": "A String", # The offset from the ending position. |
| 344 | "endPosition": "A String", # The ending position for the range. |
| 345 | "startOffset": "A String", # The offset from the starting position. |
| 346 | "startPosition": "A String", # The starting position for the range. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 347 | }, |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 348 | "imageCfiRange": { # Range in image CFI format for this annotation sent by client. |
| 349 | "endOffset": "A String", # The offset from the ending position. |
| 350 | "endPosition": "A String", # The ending position for the range. |
| 351 | "startOffset": "A String", # The offset from the starting position. |
| 352 | "startPosition": "A String", # The starting position for the range. |
| 353 | }, |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 354 | }, |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 355 | "created": "A String", # Timestamp for the created time of this annotation. |
| 356 | "currentVersionRanges": { # Selection ranges for the most recent content version. |
| 357 | "cfiRange": { # Range in CFI format for this annotation for version above. |
| 358 | "endOffset": "A String", # The offset from the ending position. |
| 359 | "endPosition": "A String", # The ending position for the range. |
| 360 | "startOffset": "A String", # The offset from the starting position. |
| 361 | "startPosition": "A String", # The starting position for the range. |
| 362 | }, |
| 363 | "contentVersion": "A String", # Content version applicable to ranges below. |
| 364 | "gbImageRange": { # Range in GB image format for this annotation for version above. |
| 365 | "endOffset": "A String", # The offset from the ending position. |
| 366 | "endPosition": "A String", # The ending position for the range. |
| 367 | "startOffset": "A String", # The offset from the starting position. |
| 368 | "startPosition": "A String", # The starting position for the range. |
| 369 | }, |
| 370 | "gbTextRange": { # Range in GB text format for this annotation for version above. |
| 371 | "endOffset": "A String", # The offset from the ending position. |
| 372 | "endPosition": "A String", # The ending position for the range. |
| 373 | "startOffset": "A String", # The offset from the starting position. |
| 374 | "startPosition": "A String", # The starting position for the range. |
| 375 | }, |
| 376 | "imageCfiRange": { # Range in image CFI format for this annotation for version above. |
| 377 | "endOffset": "A String", # The offset from the ending position. |
| 378 | "endPosition": "A String", # The ending position for the range. |
| 379 | "startOffset": "A String", # The offset from the starting position. |
| 380 | "startPosition": "A String", # The starting position for the range. |
| 381 | }, |
| 382 | }, |
| 383 | "data": "A String", # User-created data for this annotation. |
| 384 | "deleted": True or False, # Indicates that this annotation is deleted. |
| 385 | "highlightStyle": "A String", # The highlight style for this annotation. |
| 386 | "id": "A String", # Id of this annotation, in the form of a GUID. |
| 387 | "kind": "A String", # Resource type. |
| 388 | "layerId": "A String", # The layer this annotation is for. |
| 389 | "layerSummary": { |
| 390 | "allowedCharacterCount": 42, # Maximum allowed characters on this layer, especially for the "copy" layer. |
| 391 | "limitType": "A String", # Type of limitation on this layer. "limited" or "unlimited" for the "copy" layer. |
| 392 | "remainingCharacterCount": 42, # Remaining allowed characters on this layer, especially for the "copy" layer. |
| 393 | }, |
| 394 | "pageIds": [ # Pages that this annotation spans. |
| 395 | "A String", |
| 396 | ], |
| 397 | "selectedText": "A String", # Excerpt from the volume. |
| 398 | "selfLink": "A String", # URL to this resource. |
| 399 | "updated": "A String", # Timestamp for the last time this annotation was modified. |
| 400 | "volumeId": "A String", # The volume that this annotation belongs to. |
| 401 | }, |
| 402 | ], |
| 403 | "kind": "A String", # Resource type. |
| 404 | "nextPageToken": "A String", # Token to pass in for pagination for the next page. This will not be present if this request does not have more results. |
| 405 | "totalItems": 42, # Total number of annotations found. This may be greater than the number of notes returned in this response if results have been paginated. |
| 406 | }</pre> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 407 | </div> |
| 408 | |
| 409 | <div class="method"> |
| 410 | <code class="details" id="list_next">list_next(previous_request, previous_response)</code> |
| 411 | <pre>Retrieves the next page of results. |
| 412 | |
| 413 | Args: |
| 414 | previous_request: The request for the previous page. (required) |
| 415 | previous_response: The response from the request for the previous page. (required) |
| 416 | |
| 417 | Returns: |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 418 | 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] | 419 | page. Returns None if there are no more items in the collection. |
| 420 | </pre> |
| 421 | </div> |
| 422 | |
| 423 | <div class="method"> |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 424 | <code class="details" id="summary">summary(layerIds, volumeId, x__xgafv=None)</code> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 425 | <pre>Gets the summary of specified layers. |
| 426 | |
| 427 | Args: |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 428 | layerIds: string, Array of layer IDs to get the summary for. (required) (repeated) |
| 429 | volumeId: string, Volume id to get the summary for. (required) |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 430 | x__xgafv: string, V1 error format. |
| 431 | Allowed values |
| 432 | 1 - v1 error format |
| 433 | 2 - v2 error format |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 434 | |
| 435 | Returns: |
| 436 | An object of the form: |
| 437 | |
| 438 | { |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 439 | "kind": "A String", |
| 440 | "layers": [ |
| 441 | { |
| 442 | "allowedCharacterCount": 42, |
| 443 | "layerId": "A String", |
| 444 | "limitType": "A String", |
| 445 | "remainingCharacterCount": 42, |
| 446 | "updated": "A String", |
| 447 | }, |
| 448 | ], |
| 449 | }</pre> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 450 | </div> |
| 451 | |
| 452 | <div class="method"> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 453 | <code class="details" id="update">update(annotationId, body=None, source=None, x__xgafv=None)</code> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 454 | <pre>Updates an existing annotation. |
| 455 | |
| 456 | Args: |
| 457 | annotationId: string, The ID for the annotation to update. (required) |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 458 | body: object, The request body. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 459 | The object takes the form of: |
| 460 | |
| 461 | { |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 462 | "afterSelectedText": "A String", # Anchor text after excerpt. For requests, if the user bookmarked a screen that has no flowing text on it, then this field should be empty. |
| 463 | "beforeSelectedText": "A String", # Anchor text before excerpt. For requests, if the user bookmarked a screen that has no flowing text on it, then this field should be empty. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 464 | "clientVersionRanges": { # Selection ranges sent from the client. |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 465 | "cfiRange": { # Range in CFI format for this annotation sent by client. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 466 | "endOffset": "A String", # The offset from the ending position. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 467 | "endPosition": "A String", # The ending position for the range. |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 468 | "startOffset": "A String", # The offset from the starting position. |
| 469 | "startPosition": "A String", # The starting position for the range. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 470 | }, |
| 471 | "contentVersion": "A String", # Content version the client sent in. |
| 472 | "gbImageRange": { # Range in GB image format for this annotation sent by client. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 473 | "endOffset": "A String", # The offset from the ending position. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 474 | "endPosition": "A String", # The ending position for the range. |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 475 | "startOffset": "A String", # The offset from the starting position. |
| 476 | "startPosition": "A String", # The starting position for the range. |
| 477 | }, |
| 478 | "gbTextRange": { # Range in GB text format for this annotation sent by client. |
| 479 | "endOffset": "A String", # The offset from the ending position. |
| 480 | "endPosition": "A String", # The ending position for the range. |
| 481 | "startOffset": "A String", # The offset from the starting position. |
| 482 | "startPosition": "A String", # The starting position for the range. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 483 | }, |
| 484 | "imageCfiRange": { # Range in image CFI format for this annotation sent by client. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 485 | "endOffset": "A String", # The offset from the ending position. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 486 | "endPosition": "A String", # The ending position for the range. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 487 | "startOffset": "A String", # The offset from the starting position. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 488 | "startPosition": "A String", # The starting position for the range. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 489 | }, |
| 490 | }, |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 491 | "created": "A String", # Timestamp for the created time of this annotation. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 492 | "currentVersionRanges": { # Selection ranges for the most recent content version. |
| 493 | "cfiRange": { # Range in CFI format for this annotation for version above. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 494 | "endOffset": "A String", # The offset from the ending position. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 495 | "endPosition": "A String", # The ending position for the range. |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 496 | "startOffset": "A String", # The offset from the starting position. |
| 497 | "startPosition": "A String", # The starting position for the range. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 498 | }, |
| 499 | "contentVersion": "A String", # Content version applicable to ranges below. |
| 500 | "gbImageRange": { # Range in GB image format for this annotation for version above. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 501 | "endOffset": "A String", # The offset from the ending position. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 502 | "endPosition": "A String", # The ending position for the range. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 503 | "startOffset": "A String", # The offset from the starting position. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 504 | "startPosition": "A String", # The starting position for the range. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 505 | }, |
| 506 | "gbTextRange": { # Range in GB text format for this annotation for version above. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 507 | "endOffset": "A String", # The offset from the ending position. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 508 | "endPosition": "A String", # The ending position for the range. |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 509 | "startOffset": "A String", # The offset from the starting position. |
| 510 | "startPosition": "A String", # The starting position for the range. |
| 511 | }, |
| 512 | "imageCfiRange": { # Range in image CFI format for this annotation for version above. |
| 513 | "endOffset": "A String", # The offset from the ending position. |
| 514 | "endPosition": "A String", # The ending position for the range. |
| 515 | "startOffset": "A String", # The offset from the starting position. |
| 516 | "startPosition": "A String", # The starting position for the range. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 517 | }, |
| 518 | }, |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 519 | "data": "A String", # User-created data for this annotation. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 520 | "deleted": True or False, # Indicates that this annotation is deleted. |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 521 | "highlightStyle": "A String", # The highlight style for this annotation. |
| 522 | "id": "A String", # Id of this annotation, in the form of a GUID. |
| 523 | "kind": "A String", # Resource type. |
| 524 | "layerId": "A String", # The layer this annotation is for. |
| 525 | "layerSummary": { |
| 526 | "allowedCharacterCount": 42, # Maximum allowed characters on this layer, especially for the "copy" layer. |
| 527 | "limitType": "A String", # Type of limitation on this layer. "limited" or "unlimited" for the "copy" layer. |
| 528 | "remainingCharacterCount": 42, # Remaining allowed characters on this layer, especially for the "copy" layer. |
| 529 | }, |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 530 | "pageIds": [ # Pages that this annotation spans. |
| 531 | "A String", |
| 532 | ], |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 533 | "selectedText": "A String", # Excerpt from the volume. |
| 534 | "selfLink": "A String", # URL to this resource. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 535 | "updated": "A String", # Timestamp for the last time this annotation was modified. |
| 536 | "volumeId": "A String", # The volume that this annotation belongs to. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 537 | } |
| 538 | |
| 539 | source: string, String to identify the originator of this request. |
| 540 | x__xgafv: string, V1 error format. |
| 541 | Allowed values |
| 542 | 1 - v1 error format |
| 543 | 2 - v2 error format |
| 544 | |
| 545 | Returns: |
| 546 | An object of the form: |
| 547 | |
| 548 | { |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 549 | "afterSelectedText": "A String", # Anchor text after excerpt. For requests, if the user bookmarked a screen that has no flowing text on it, then this field should be empty. |
| 550 | "beforeSelectedText": "A String", # Anchor text before excerpt. For requests, if the user bookmarked a screen that has no flowing text on it, then this field should be empty. |
| 551 | "clientVersionRanges": { # Selection ranges sent from the client. |
| 552 | "cfiRange": { # Range in CFI format for this annotation sent by client. |
| 553 | "endOffset": "A String", # The offset from the ending position. |
| 554 | "endPosition": "A String", # The ending position for the range. |
| 555 | "startOffset": "A String", # The offset from the starting position. |
| 556 | "startPosition": "A String", # The starting position for the range. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame] | 557 | }, |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 558 | "contentVersion": "A String", # Content version the client sent in. |
| 559 | "gbImageRange": { # Range in GB image format for this annotation sent by client. |
| 560 | "endOffset": "A String", # The offset from the ending position. |
| 561 | "endPosition": "A String", # The ending position for the range. |
| 562 | "startOffset": "A String", # The offset from the starting position. |
| 563 | "startPosition": "A String", # The starting position for the range. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 564 | }, |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 565 | "gbTextRange": { # Range in GB text format for this annotation sent by client. |
| 566 | "endOffset": "A String", # The offset from the ending position. |
| 567 | "endPosition": "A String", # The ending position for the range. |
| 568 | "startOffset": "A String", # The offset from the starting position. |
| 569 | "startPosition": "A String", # The starting position for the range. |
Yoshi Automation Bot | 0bf565c | 2020-12-09 08:56:03 -0800 | [diff] [blame] | 570 | }, |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 571 | "imageCfiRange": { # Range in image CFI format for this annotation sent by client. |
| 572 | "endOffset": "A String", # The offset from the ending position. |
| 573 | "endPosition": "A String", # The ending position for the range. |
| 574 | "startOffset": "A String", # The offset from the starting position. |
| 575 | "startPosition": "A String", # The starting position for the range. |
| 576 | }, |
| 577 | }, |
| 578 | "created": "A String", # Timestamp for the created time of this annotation. |
| 579 | "currentVersionRanges": { # Selection ranges for the most recent content version. |
| 580 | "cfiRange": { # Range in CFI format for this annotation for version above. |
| 581 | "endOffset": "A String", # The offset from the ending position. |
| 582 | "endPosition": "A String", # The ending position for the range. |
| 583 | "startOffset": "A String", # The offset from the starting position. |
| 584 | "startPosition": "A String", # The starting position for the range. |
| 585 | }, |
| 586 | "contentVersion": "A String", # Content version applicable to ranges below. |
| 587 | "gbImageRange": { # Range in GB image format for this annotation for version above. |
| 588 | "endOffset": "A String", # The offset from the ending position. |
| 589 | "endPosition": "A String", # The ending position for the range. |
| 590 | "startOffset": "A String", # The offset from the starting position. |
| 591 | "startPosition": "A String", # The starting position for the range. |
| 592 | }, |
| 593 | "gbTextRange": { # Range in GB text format for this annotation for version above. |
| 594 | "endOffset": "A String", # The offset from the ending position. |
| 595 | "endPosition": "A String", # The ending position for the range. |
| 596 | "startOffset": "A String", # The offset from the starting position. |
| 597 | "startPosition": "A String", # The starting position for the range. |
| 598 | }, |
| 599 | "imageCfiRange": { # Range in image CFI format for this annotation for version above. |
| 600 | "endOffset": "A String", # The offset from the ending position. |
| 601 | "endPosition": "A String", # The ending position for the range. |
| 602 | "startOffset": "A String", # The offset from the starting position. |
| 603 | "startPosition": "A String", # The starting position for the range. |
| 604 | }, |
| 605 | }, |
| 606 | "data": "A String", # User-created data for this annotation. |
| 607 | "deleted": True or False, # Indicates that this annotation is deleted. |
| 608 | "highlightStyle": "A String", # The highlight style for this annotation. |
| 609 | "id": "A String", # Id of this annotation, in the form of a GUID. |
| 610 | "kind": "A String", # Resource type. |
| 611 | "layerId": "A String", # The layer this annotation is for. |
| 612 | "layerSummary": { |
| 613 | "allowedCharacterCount": 42, # Maximum allowed characters on this layer, especially for the "copy" layer. |
| 614 | "limitType": "A String", # Type of limitation on this layer. "limited" or "unlimited" for the "copy" layer. |
| 615 | "remainingCharacterCount": 42, # Remaining allowed characters on this layer, especially for the "copy" layer. |
| 616 | }, |
| 617 | "pageIds": [ # Pages that this annotation spans. |
| 618 | "A String", |
| 619 | ], |
| 620 | "selectedText": "A String", # Excerpt from the volume. |
| 621 | "selfLink": "A String", # URL to this resource. |
| 622 | "updated": "A String", # Timestamp for the last time this annotation was modified. |
| 623 | "volumeId": "A String", # The volume that this annotation belongs to. |
| 624 | }</pre> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 625 | </div> |
| 626 | |
| 627 | </body></html> |