blob: 2fa69ac57e22629a72358cb872688737ab2dc331 [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
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 Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070081 <code><a href="#delete">delete(annotationId, source=None, x__xgafv=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -040082<p class="firstline">Deletes an annotation.</p>
83<p class="toc_element">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080084 <code><a href="#insert">insert(body=None, country=None, annotationId=None, showOnlySummaryInResponse=None, source=None, x__xgafv=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -040085<p class="firstline">Inserts a new annotation.</p>
86<p class="toc_element">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080087 <code><a href="#list">list(source=None, contentVersion=None, showDeleted=None, layerIds=None, maxResults=None, layerId=None, pageToken=None, updatedMin=None, updatedMax=None, volumeId=None, x__xgafv=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -040088<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 Kim673ec5c2020-11-16 11:05:03 -070093 <code><a href="#summary">summary(layerIds, volumeId, x__xgafv=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -040094<p class="firstline">Gets the summary of specified layers.</p>
95<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070096 <code><a href="#update">update(annotationId, body=None, source=None, x__xgafv=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -040097<p class="firstline">Updates an existing annotation.</p>
98<h3>Method Details</h3>
99<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700100 <code class="details" id="close">close()</code>
101 <pre>Close httplib2 connections.</pre>
102</div>
103
104<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700105 <code class="details" id="delete">delete(annotationId, source=None, x__xgafv=None)</code>
John Asmuth614db982014-04-24 15:46:26 -0400106 <pre>Deletes an annotation.
107
108Args:
109 annotationId: string, The ID for the annotation to delete. (required)
110 source: string, String to identify the originator of this request.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700111 x__xgafv: string, V1 error format.
112 Allowed values
113 1 - v1 error format
114 2 - v2 error format
115
116Returns:
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 `{}`.
120 }</pre>
John Asmuth614db982014-04-24 15:46:26 -0400121</div>
122
123<div class="method">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800124 <code class="details" id="insert">insert(body=None, country=None, annotationId=None, showOnlySummaryInResponse=None, source=None, x__xgafv=None)</code>
John Asmuth614db982014-04-24 15:46:26 -0400125 <pre>Inserts a new annotation.
126
127Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700128 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400129 The object takes the form of:
130
131{
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800132 &quot;kind&quot;: &quot;A String&quot;, # Resource type.
133 &quot;layerId&quot;: &quot;A String&quot;, # The layer this annotation is for.
134 &quot;currentVersionRanges&quot;: { # Selection ranges for the most recent content version.
135 &quot;cfiRange&quot;: { # Range in CFI format for this annotation for version above.
136 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
137 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
138 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
139 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
140 },
141 &quot;gbImageRange&quot;: { # Range in GB image format for this annotation for version above.
142 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
143 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
144 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
145 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
146 },
147 &quot;gbTextRange&quot;: { # Range in GB text format for this annotation for version above.
148 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
149 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
150 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
151 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
152 },
153 &quot;contentVersion&quot;: &quot;A String&quot;, # Content version applicable to ranges below.
154 &quot;imageCfiRange&quot;: { # Range in image CFI format for this annotation for version above.
155 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
156 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
157 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
158 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
159 },
160 },
161 &quot;pageIds&quot;: [ # Pages that this annotation spans.
162 &quot;A String&quot;,
163 ],
164 &quot;updated&quot;: &quot;A String&quot;, # Timestamp for the last time this annotation was modified.
165 &quot;highlightStyle&quot;: &quot;A String&quot;, # The highlight style for this annotation.
166 &quot;id&quot;: &quot;A String&quot;, # Id of this annotation, in the form of a GUID.
167 &quot;afterSelectedText&quot;: &quot;A String&quot;, # 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.
168 &quot;beforeSelectedText&quot;: &quot;A String&quot;, # 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.
169 &quot;selectedText&quot;: &quot;A String&quot;, # Excerpt from the volume.
170 &quot;data&quot;: &quot;A String&quot;, # User-created data for this annotation.
171 &quot;volumeId&quot;: &quot;A String&quot;, # The volume that this annotation belongs to.
172 &quot;selfLink&quot;: &quot;A String&quot;, # URL to this resource.
173 &quot;clientVersionRanges&quot;: { # Selection ranges sent from the client.
174 &quot;gbTextRange&quot;: { # Range in GB text format for this annotation sent by client.
175 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
176 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
177 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
178 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
179 },
180 &quot;cfiRange&quot;: { # Range in CFI format for this annotation sent by client.
181 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
182 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
183 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
184 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
185 },
186 &quot;gbImageRange&quot;: { # Range in GB image format for this annotation sent by client.
187 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
188 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
189 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
190 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
191 },
192 &quot;imageCfiRange&quot;: { # Range in image CFI format for this annotation sent by client.
193 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
194 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
195 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
196 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
197 },
198 &quot;contentVersion&quot;: &quot;A String&quot;, # Content version the client sent in.
199 },
200 &quot;layerSummary&quot;: {
201 &quot;remainingCharacterCount&quot;: 42, # Remaining allowed characters on this layer, especially for the &quot;copy&quot; layer.
202 &quot;allowedCharacterCount&quot;: 42, # Maximum allowed characters on this layer, especially for the &quot;copy&quot; layer.
203 &quot;limitType&quot;: &quot;A String&quot;, # Type of limitation on this layer. &quot;limited&quot; or &quot;unlimited&quot; for the &quot;copy&quot; layer.
204 },
205 &quot;deleted&quot;: True or False, # Indicates that this annotation is deleted.
206 &quot;created&quot;: &quot;A String&quot;, # Timestamp for the created time of this annotation.
207}
208
209 country: string, ISO-3166-1 code to override the IP-based location.
210 annotationId: string, The ID for the annotation to insert.
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.
213 x__xgafv: string, V1 error format.
214 Allowed values
215 1 - v1 error format
216 2 - v2 error format
217
218Returns:
219 An object of the form:
220
221 {
222 &quot;kind&quot;: &quot;A String&quot;, # Resource type.
223 &quot;layerId&quot;: &quot;A String&quot;, # The layer this annotation is for.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700224 &quot;currentVersionRanges&quot;: { # Selection ranges for the most recent content version.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800225 &quot;cfiRange&quot;: { # Range in CFI format for this annotation for version above.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800226 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
227 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800228 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800229 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700230 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700231 &quot;gbImageRange&quot;: { # Range in GB image format for this annotation for version above.
232 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700233 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
234 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800235 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700236 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800237 &quot;gbTextRange&quot;: { # Range in GB text format for this annotation for version above.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700238 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700239 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
240 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800241 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700242 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700243 &quot;contentVersion&quot;: &quot;A String&quot;, # Content version applicable to ranges below.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800244 &quot;imageCfiRange&quot;: { # Range in image CFI format for this annotation for version above.
245 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
246 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
247 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
248 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
249 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700250 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800251 &quot;pageIds&quot;: [ # Pages that this annotation spans.
252 &quot;A String&quot;,
253 ],
254 &quot;updated&quot;: &quot;A String&quot;, # Timestamp for the last time this annotation was modified.
255 &quot;highlightStyle&quot;: &quot;A String&quot;, # The highlight style for this annotation.
256 &quot;id&quot;: &quot;A String&quot;, # Id of this annotation, in the form of a GUID.
257 &quot;afterSelectedText&quot;: &quot;A String&quot;, # 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.
258 &quot;beforeSelectedText&quot;: &quot;A String&quot;, # 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.
259 &quot;selectedText&quot;: &quot;A String&quot;, # Excerpt from the volume.
260 &quot;data&quot;: &quot;A String&quot;, # User-created data for this annotation.
261 &quot;volumeId&quot;: &quot;A String&quot;, # The volume that this annotation belongs to.
262 &quot;selfLink&quot;: &quot;A String&quot;, # URL to this resource.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700263 &quot;clientVersionRanges&quot;: { # Selection ranges sent from the client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800264 &quot;gbTextRange&quot;: { # Range in GB text format for this annotation sent by client.
265 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
266 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
267 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
268 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
269 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700270 &quot;cfiRange&quot;: { # Range in CFI format for this annotation sent by client.
271 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700272 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700273 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800274 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700275 },
276 &quot;gbImageRange&quot;: { # Range in GB image format for this annotation sent by client.
277 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700278 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800279 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800280 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700281 },
282 &quot;imageCfiRange&quot;: { # Range in image CFI format for this annotation sent by client.
283 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700284 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
285 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800286 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700287 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800288 &quot;contentVersion&quot;: &quot;A String&quot;, # Content version the client sent in.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700289 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800290 &quot;layerSummary&quot;: {
291 &quot;remainingCharacterCount&quot;: 42, # Remaining allowed characters on this layer, especially for the &quot;copy&quot; layer.
292 &quot;allowedCharacterCount&quot;: 42, # Maximum allowed characters on this layer, especially for the &quot;copy&quot; layer.
293 &quot;limitType&quot;: &quot;A String&quot;, # Type of limitation on this layer. &quot;limited&quot; or &quot;unlimited&quot; for the &quot;copy&quot; layer.
294 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800295 &quot;deleted&quot;: True or False, # Indicates that this annotation is deleted.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800296 &quot;created&quot;: &quot;A String&quot;, # Timestamp for the created time of this annotation.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800297 }</pre>
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800298</div>
299
300<div class="method">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800301 <code class="details" id="list">list(source=None, contentVersion=None, showDeleted=None, layerIds=None, maxResults=None, layerId=None, pageToken=None, updatedMin=None, updatedMax=None, volumeId=None, x__xgafv=None)</code>
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800302 <pre>Retrieves a list of annotations, possibly filtered.
303
304Args:
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800305 source: string, String to identify the originator of this request.
306 contentVersion: string, The content version for the requested volume.
307 showDeleted: boolean, Set to true to return deleted annotations. updatedMin must be in the request to use this. Defaults to false.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800308 layerIds: string, The layer ID(s) to limit annotation by. (repeated)
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800309 maxResults: integer, Maximum number of results to return
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800310 layerId: string, The layer ID to limit annotation by.
311 pageToken: string, The value of the nextToken from the previous page.
312 updatedMin: string, RFC 3339 timestamp to restrict to items updated since this timestamp (inclusive).
313 updatedMax: string, RFC 3339 timestamp to restrict to items updated prior to this timestamp (exclusive).
314 volumeId: string, The volume to restrict annotations to.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800315 x__xgafv: string, V1 error format.
316 Allowed values
317 1 - v1 error format
318 2 - v2 error format
319
320Returns:
321 An object of the form:
322
323 {
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800324 &quot;totalItems&quot;: 42, # Total number of annotations found. This may be greater than the number of notes returned in this response if results have been paginated.
325 &quot;nextPageToken&quot;: &quot;A String&quot;, # Token to pass in for pagination for the next page. This will not be present if this request does not have more results.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700326 &quot;items&quot;: [ # A list of annotations.
327 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800328 &quot;kind&quot;: &quot;A String&quot;, # Resource type.
329 &quot;layerId&quot;: &quot;A String&quot;, # The layer this annotation is for.
330 &quot;currentVersionRanges&quot;: { # Selection ranges for the most recent content version.
331 &quot;cfiRange&quot;: { # Range in CFI format for this annotation for version above.
332 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
333 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
334 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
335 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700336 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800337 &quot;gbImageRange&quot;: { # Range in GB image format for this annotation for version above.
338 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
339 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
340 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
341 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700342 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800343 &quot;gbTextRange&quot;: { # Range in GB text format for this annotation for version above.
344 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
345 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
346 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
347 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700348 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800349 &quot;contentVersion&quot;: &quot;A String&quot;, # Content version applicable to ranges below.
350 &quot;imageCfiRange&quot;: { # Range in image CFI format for this annotation for version above.
351 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
352 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
353 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
354 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
355 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700356 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800357 &quot;pageIds&quot;: [ # Pages that this annotation spans.
358 &quot;A String&quot;,
359 ],
360 &quot;updated&quot;: &quot;A String&quot;, # Timestamp for the last time this annotation was modified.
361 &quot;highlightStyle&quot;: &quot;A String&quot;, # The highlight style for this annotation.
362 &quot;id&quot;: &quot;A String&quot;, # Id of this annotation, in the form of a GUID.
363 &quot;afterSelectedText&quot;: &quot;A String&quot;, # 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.
364 &quot;beforeSelectedText&quot;: &quot;A String&quot;, # 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.
365 &quot;selectedText&quot;: &quot;A String&quot;, # Excerpt from the volume.
366 &quot;data&quot;: &quot;A String&quot;, # User-created data for this annotation.
367 &quot;volumeId&quot;: &quot;A String&quot;, # The volume that this annotation belongs to.
368 &quot;selfLink&quot;: &quot;A String&quot;, # URL to this resource.
369 &quot;clientVersionRanges&quot;: { # Selection ranges sent from the client.
370 &quot;gbTextRange&quot;: { # Range in GB text format for this annotation sent by client.
371 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
372 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
373 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
374 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
375 },
376 &quot;cfiRange&quot;: { # Range in CFI format for this annotation sent by client.
377 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
378 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
379 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
380 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
381 },
382 &quot;gbImageRange&quot;: { # Range in GB image format for this annotation sent by client.
383 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
384 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
385 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
386 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
387 },
388 &quot;imageCfiRange&quot;: { # Range in image CFI format for this annotation sent by client.
389 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
390 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
391 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
392 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
393 },
394 &quot;contentVersion&quot;: &quot;A String&quot;, # Content version the client sent in.
395 },
396 &quot;layerSummary&quot;: {
397 &quot;remainingCharacterCount&quot;: 42, # Remaining allowed characters on this layer, especially for the &quot;copy&quot; layer.
398 &quot;allowedCharacterCount&quot;: 42, # Maximum allowed characters on this layer, especially for the &quot;copy&quot; layer.
399 &quot;limitType&quot;: &quot;A String&quot;, # Type of limitation on this layer. &quot;limited&quot; or &quot;unlimited&quot; for the &quot;copy&quot; layer.
400 },
401 &quot;deleted&quot;: True or False, # Indicates that this annotation is deleted.
402 &quot;created&quot;: &quot;A String&quot;, # Timestamp for the created time of this annotation.
403 },
John Asmuth614db982014-04-24 15:46:26 -0400404 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800405 &quot;kind&quot;: &quot;A String&quot;, # Resource type.
John Asmuth614db982014-04-24 15:46:26 -0400406 }</pre>
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
413Args:
414 previous_request: The request for the previous page. (required)
415 previous_response: The response from the request for the previous page. (required)
416
417Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700418 A request object that you can call &#x27;execute()&#x27; on to request the next
John Asmuth614db982014-04-24 15:46:26 -0400419 page. Returns None if there are no more items in the collection.
420 </pre>
421</div>
422
423<div class="method">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700424 <code class="details" id="summary">summary(layerIds, volumeId, x__xgafv=None)</code>
John Asmuth614db982014-04-24 15:46:26 -0400425 <pre>Gets the summary of specified layers.
426
427Args:
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700428 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 Kimd059ad82020-07-22 17:02:09 -0700430 x__xgafv: string, V1 error format.
431 Allowed values
432 1 - v1 error format
433 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400434
435Returns:
436 An object of the form:
437
438 {
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800439 &quot;kind&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700440 &quot;layers&quot;: [
John Asmuth614db982014-04-24 15:46:26 -0400441 {
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800442 &quot;layerId&quot;: &quot;A String&quot;,
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800443 &quot;allowedCharacterCount&quot;: 42,
444 &quot;remainingCharacterCount&quot;: 42,
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800445 &quot;limitType&quot;: &quot;A String&quot;,
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700446 &quot;updated&quot;: &quot;A String&quot;,
John Asmuth614db982014-04-24 15:46:26 -0400447 },
448 ],
John Asmuth614db982014-04-24 15:46:26 -0400449 }</pre>
450</div>
451
452<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700453 <code class="details" id="update">update(annotationId, body=None, source=None, x__xgafv=None)</code>
John Asmuth614db982014-04-24 15:46:26 -0400454 <pre>Updates an existing annotation.
455
456Args:
457 annotationId: string, The ID for the annotation to update. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700458 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400459 The object takes the form of:
460
461{
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800462 &quot;kind&quot;: &quot;A String&quot;, # Resource type.
463 &quot;layerId&quot;: &quot;A String&quot;, # The layer this annotation is for.
464 &quot;currentVersionRanges&quot;: { # Selection ranges for the most recent content version.
465 &quot;cfiRange&quot;: { # Range in CFI format for this annotation for version above.
466 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
467 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
468 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
469 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
John Asmuth614db982014-04-24 15:46:26 -0400470 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800471 &quot;gbImageRange&quot;: { # Range in GB image format for this annotation for version above.
472 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
473 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
474 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
475 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
John Asmuth614db982014-04-24 15:46:26 -0400476 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800477 &quot;gbTextRange&quot;: { # Range in GB text format for this annotation for version above.
478 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
479 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
480 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
481 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
John Asmuth614db982014-04-24 15:46:26 -0400482 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800483 &quot;contentVersion&quot;: &quot;A String&quot;, # Content version applicable to ranges below.
484 &quot;imageCfiRange&quot;: { # Range in image CFI format for this annotation for version above.
485 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
486 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
487 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
488 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
489 },
490 },
491 &quot;pageIds&quot;: [ # Pages that this annotation spans.
492 &quot;A String&quot;,
493 ],
494 &quot;updated&quot;: &quot;A String&quot;, # Timestamp for the last time this annotation was modified.
495 &quot;highlightStyle&quot;: &quot;A String&quot;, # The highlight style for this annotation.
496 &quot;id&quot;: &quot;A String&quot;, # Id of this annotation, in the form of a GUID.
497 &quot;afterSelectedText&quot;: &quot;A String&quot;, # 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.
498 &quot;beforeSelectedText&quot;: &quot;A String&quot;, # 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.
499 &quot;selectedText&quot;: &quot;A String&quot;, # Excerpt from the volume.
500 &quot;data&quot;: &quot;A String&quot;, # User-created data for this annotation.
501 &quot;volumeId&quot;: &quot;A String&quot;, # The volume that this annotation belongs to.
502 &quot;selfLink&quot;: &quot;A String&quot;, # URL to this resource.
503 &quot;clientVersionRanges&quot;: { # Selection ranges sent from the client.
504 &quot;gbTextRange&quot;: { # Range in GB text format for this annotation sent by client.
505 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
506 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
507 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
508 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
509 },
510 &quot;cfiRange&quot;: { # Range in CFI format for this annotation sent by client.
511 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
512 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
513 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
514 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
515 },
516 &quot;gbImageRange&quot;: { # Range in GB image format for this annotation sent by client.
517 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
518 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
519 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
520 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
521 },
522 &quot;imageCfiRange&quot;: { # Range in image CFI format for this annotation sent by client.
523 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
524 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
525 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
526 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
527 },
528 &quot;contentVersion&quot;: &quot;A String&quot;, # Content version the client sent in.
529 },
530 &quot;layerSummary&quot;: {
531 &quot;remainingCharacterCount&quot;: 42, # Remaining allowed characters on this layer, especially for the &quot;copy&quot; layer.
532 &quot;allowedCharacterCount&quot;: 42, # Maximum allowed characters on this layer, especially for the &quot;copy&quot; layer.
533 &quot;limitType&quot;: &quot;A String&quot;, # Type of limitation on this layer. &quot;limited&quot; or &quot;unlimited&quot; for the &quot;copy&quot; layer.
534 },
535 &quot;deleted&quot;: True or False, # Indicates that this annotation is deleted.
536 &quot;created&quot;: &quot;A String&quot;, # Timestamp for the created time of this annotation.
537}
John Asmuth614db982014-04-24 15:46:26 -0400538
539 source: string, String to identify the originator of this request.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700540 x__xgafv: string, V1 error format.
541 Allowed values
542 1 - v1 error format
543 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400544
545Returns:
546 An object of the form:
547
548 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800549 &quot;kind&quot;: &quot;A String&quot;, # Resource type.
550 &quot;layerId&quot;: &quot;A String&quot;, # The layer this annotation is for.
551 &quot;currentVersionRanges&quot;: { # Selection ranges for the most recent content version.
552 &quot;cfiRange&quot;: { # Range in CFI format for this annotation for version above.
553 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
554 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
555 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
556 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
John Asmuth614db982014-04-24 15:46:26 -0400557 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800558 &quot;gbImageRange&quot;: { # Range in GB image format for this annotation for version above.
559 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
560 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
561 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
562 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
John Asmuth614db982014-04-24 15:46:26 -0400563 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800564 &quot;gbTextRange&quot;: { # Range in GB text format for this annotation for version above.
565 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
566 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
567 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
568 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
John Asmuth614db982014-04-24 15:46:26 -0400569 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800570 &quot;contentVersion&quot;: &quot;A String&quot;, # Content version applicable to ranges below.
571 &quot;imageCfiRange&quot;: { # Range in image CFI format for this annotation for version above.
572 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
573 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
574 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
575 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
576 },
577 },
578 &quot;pageIds&quot;: [ # Pages that this annotation spans.
579 &quot;A String&quot;,
580 ],
581 &quot;updated&quot;: &quot;A String&quot;, # Timestamp for the last time this annotation was modified.
582 &quot;highlightStyle&quot;: &quot;A String&quot;, # The highlight style for this annotation.
583 &quot;id&quot;: &quot;A String&quot;, # Id of this annotation, in the form of a GUID.
584 &quot;afterSelectedText&quot;: &quot;A String&quot;, # 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.
585 &quot;beforeSelectedText&quot;: &quot;A String&quot;, # 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.
586 &quot;selectedText&quot;: &quot;A String&quot;, # Excerpt from the volume.
587 &quot;data&quot;: &quot;A String&quot;, # User-created data for this annotation.
588 &quot;volumeId&quot;: &quot;A String&quot;, # The volume that this annotation belongs to.
589 &quot;selfLink&quot;: &quot;A String&quot;, # URL to this resource.
590 &quot;clientVersionRanges&quot;: { # Selection ranges sent from the client.
591 &quot;gbTextRange&quot;: { # Range in GB text format for this annotation sent by client.
592 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
593 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
594 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
595 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
596 },
597 &quot;cfiRange&quot;: { # Range in CFI format for this annotation sent by client.
598 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
599 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
600 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
601 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
602 },
603 &quot;gbImageRange&quot;: { # Range in GB image format for this annotation sent by client.
604 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
605 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
606 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
607 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
608 },
609 &quot;imageCfiRange&quot;: { # Range in image CFI format for this annotation sent by client.
610 &quot;startOffset&quot;: &quot;A String&quot;, # The offset from the starting position.
611 &quot;endOffset&quot;: &quot;A String&quot;, # The offset from the ending position.
612 &quot;startPosition&quot;: &quot;A String&quot;, # The starting position for the range.
613 &quot;endPosition&quot;: &quot;A String&quot;, # The ending position for the range.
614 },
615 &quot;contentVersion&quot;: &quot;A String&quot;, # Content version the client sent in.
616 },
617 &quot;layerSummary&quot;: {
618 &quot;remainingCharacterCount&quot;: 42, # Remaining allowed characters on this layer, especially for the &quot;copy&quot; layer.
619 &quot;allowedCharacterCount&quot;: 42, # Maximum allowed characters on this layer, especially for the &quot;copy&quot; layer.
620 &quot;limitType&quot;: &quot;A String&quot;, # Type of limitation on this layer. &quot;limited&quot; or &quot;unlimited&quot; for the &quot;copy&quot; layer.
621 },
622 &quot;deleted&quot;: True or False, # Indicates that this annotation is deleted.
623 &quot;created&quot;: &quot;A String&quot;, # Timestamp for the created time of this annotation.
624 }</pre>
John Asmuth614db982014-04-24 15:46:26 -0400625</div>
626
627</body></html>