• Home
  • Raw
  • Download

Lines Matching +full:about +full:- +full:page

8   font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
42 margin-top: 0.5em;
46 font-family: Arial, sans serif;
50 border-bottom: solid #CCC 1px;
54 margin-top: 0.5em;
58 margin-left: 2 em;
62 margin-top: 1em;
69 font-weight: bold;
70 font-size: 14px;
82 <p class="firstline">Deletes a page by blog id and page id.</p>
85 <p class="firstline">Gets a page by blog id and page id.</p>
88 <p class="firstline">Inserts a page.</p>
94 <p class="firstline">Retrieves the next page of results.</p>
97 <p class="firstline">Patches a page.</p>
100 <p class="firstline">Publishes a page.</p>
103 <p class="firstline">Reverts a published or scheduled page to draft state.</p>
106 <p class="firstline">Updates a page by blog id and page id.</p>
115 <pre>Deletes a page by blog id and page id.
122 1 - v1 error format
123 2 - v2 error format
129 <pre>Gets a page by blog id and page id.
136 VIEW_TYPE_UNSPECIFIED -
137 READER -
138 AUTHOR -
139 ADMIN -
142 1 - v1 error format
143 2 - v2 error format
149 &quot;author&quot;: { # The author of this Page.
155 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
157 &quot;blog&quot;: { # Data about the blog containing this Page.
158 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
160 &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
163 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
164 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
166 …&quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIV…
168 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
169 &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
175 <pre>Inserts a page.
183 &quot;author&quot;: { # The author of this Page.
189 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
191 &quot;blog&quot;: { # Data about the blog containing this Page.
192 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
194 &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
197 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
198 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
200 …&quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIV…
202 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
203 &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
209 1 - v1 error format
210 2 - v2 error format
216 &quot;author&quot;: { # The author of this Page.
222 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
224 &quot;blog&quot;: { # Data about the blog containing this Page.
225 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
227 &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
230 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
231 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
233 …&quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIV…
235 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
236 &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
251 LIVE -
252 DRAFT -
255 VIEW_TYPE_UNSPECIFIED -
256 READER -
257 AUTHOR -
258 ADMIN -
261 1 - v1 error format
262 2 - v2 error format
271 &quot;author&quot;: { # The author of this Page.
277 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
279 &quot;blog&quot;: { # Data about the blog containing this Page.
280 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
282 &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
285 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
286 … &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
288 …&quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIV…
290 … &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
291 &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
295 …&quot;nextPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the next page, if one…
301 <pre>Retrieves the next page of results.
304 previous_request: The request for the previous page. (required)
305 previous_response: The response from the request for the previous page. (required)
309 page. Returns None if there are no more items in the collection.
315 <pre>Patches a page.
324 &quot;author&quot;: { # The author of this Page.
330 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
332 &quot;blog&quot;: { # Data about the blog containing this Page.
333 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
335 &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
338 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
339 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
341 …&quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIV…
343 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
344 &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
351 1 - v1 error format
352 2 - v2 error format
358 &quot;author&quot;: { # The author of this Page.
364 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
366 &quot;blog&quot;: { # Data about the blog containing this Page.
367 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
369 &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
372 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
373 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
375 …&quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIV…
377 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
378 &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
384 <pre>Publishes a page.
391 1 - v1 error format
392 2 - v2 error format
398 &quot;author&quot;: { # The author of this Page.
404 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
406 &quot;blog&quot;: { # Data about the blog containing this Page.
407 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
409 &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
412 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
413 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
415 …&quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIV…
417 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
418 &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
424 <pre>Reverts a published or scheduled page to draft state.
431 1 - v1 error format
432 2 - v2 error format
438 &quot;author&quot;: { # The author of this Page.
444 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
446 &quot;blog&quot;: { # Data about the blog containing this Page.
447 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
449 &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
452 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
453 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
455 …&quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIV…
457 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
458 &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
464 <pre>Updates a page by blog id and page id.
473 &quot;author&quot;: { # The author of this Page.
479 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
481 &quot;blog&quot;: { # Data about the blog containing this Page.
482 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
484 &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
487 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
488 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
490 …&quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIV…
492 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
493 &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
500 1 - v1 error format
501 2 - v2 error format
507 &quot;author&quot;: { # The author of this Page.
513 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
515 &quot;blog&quot;: { # Data about the blog containing this Page.
516 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
518 &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
521 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
522 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
524 …&quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIV…
526 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
527 &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.