blob: 63644373390694ffc445ea95847c8d60ce274670 [file] [log] [blame]
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001<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="factchecktools_v1alpha1.html">Fact Check Tools API</a> . <a href="factchecktools_v1alpha1.pages.html">pages</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">
Dan O'Mearadd494642020-05-01 07:42:23 -070081 <code><a href="#create">create(body=None, x__xgafv=None)</a></code></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070082<p class="firstline">Create `ClaimReview` markup on a page.</p>
83<p class="toc_element">
84 <code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
85<p class="firstline">Delete all `ClaimReview` markup on a page.</p>
86<p class="toc_element">
87 <code><a href="#get">get(name, x__xgafv=None)</a></code></p>
88<p class="firstline">Get all `ClaimReview` markup on a page.</p>
89<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070090 <code><a href="#list">list(url=None, pageSize=None, offset=None, pageToken=None, organization=None, x__xgafv=None)</a></code></p>
91<p class="firstline">List the `ClaimReview` markup pages for a specific URL or for an organization.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070092<p class="toc_element">
93 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
94<p class="firstline">Retrieves the next page of results.</p>
95<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070096 <code><a href="#update">update(name, body=None, x__xgafv=None)</a></code></p>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070097<p class="firstline">Update for all `ClaimReview` markup on a page Note that this is a full update. To retain the existing `ClaimReview` markup on a page, first perform a Get operation, then modify the returned markup, and finally call Update with the entire `ClaimReview` markup as the body.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070098<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">
Dan O'Mearadd494642020-05-01 07:42:23 -0700105 <code class="details" id="create">create(body=None, x__xgafv=None)</code>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700106 <pre>Create `ClaimReview` markup on a page.
107
108Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700109 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700110 The object takes the form of:
111
112{ # Holds one or more instances of `ClaimReview` markup for a webpage.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700113 &quot;name&quot;: &quot;A String&quot;, # The name of this `ClaimReview` markup page resource, in the form of `pages/{page_id}`. Except for update requests, this field is output-only and should not be set by the user.
114 &quot;versionId&quot;: &quot;A String&quot;, # The version ID for this markup. Except for update requests, this field is output-only and should not be set by the user.
115 &quot;claimReviewMarkups&quot;: [ # A list of individual claim reviews for this page. Each item in the list corresponds to one `ClaimReview` element.
116 { # Fields for an individual `ClaimReview` element. Except for sub-messages that group fields together, each of these fields correspond those in https://schema.org/ClaimReview. We list the precise mapping for each field.
117 &quot;claimAuthor&quot;: { # Information about the claim author. # Info about the author of this claim.
118 &quot;sameAs&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.sameAs`.
119 &quot;name&quot;: &quot;A String&quot;, # A person or organization stating the claim. For instance, &quot;John Doe&quot;. Corresponds to `ClaimReview.itemReviewed.author.name`.
120 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.image`.
121 &quot;jobTitle&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700122 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700123 &quot;url&quot;: &quot;A String&quot;, # This field is optional, and will default to the page URL. We provide this field to allow you the override the default value, but the only permitted override is the page URL plus an optional anchor link (&quot;page jump&quot;). Corresponds to `ClaimReview.url`
124 &quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim review.
125 &quot;worstRating&quot;: 42, # For numeric ratings, the worst value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.worstRating`.
126 &quot;ratingExplanation&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.ratingExplanation`.
127 &quot;textualRating&quot;: &quot;A String&quot;, # The truthfulness rating as a human-readible short word or phrase. Corresponds to `ClaimReview.reviewRating.alternateName`.
128 &quot;bestRating&quot;: 42, # For numeric ratings, the best value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.bestRating`.
129 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.image`.
130 &quot;ratingValue&quot;: 42, # A numeric rating of this claim, in the range worstRating — bestRating inclusive. Corresponds to `ClaimReview.reviewRating.ratingValue`.
131 },
132 &quot;claimDate&quot;: &quot;A String&quot;, # The date when the claim was made or entered public discourse. Corresponds to `ClaimReview.itemReviewed.datePublished`.
133 &quot;claimReviewed&quot;: &quot;A String&quot;, # A short summary of the claim being evaluated. Corresponds to `ClaimReview.claimReviewed`.
134 &quot;claimLocation&quot;: &quot;A String&quot;, # The location where this claim was made. Corresponds to `ClaimReview.itemReviewed.name`.
135 &quot;claimAppearances&quot;: [ # A list of links to works in which this claim appears, aside from the one specified in `claim_first_appearance`. Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`.
136 &quot;A String&quot;,
137 ],
138 &quot;claimFirstAppearance&quot;: &quot;A String&quot;, # A link to a work in which this claim first appears. Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`.
139 },
140 ],
141 &quot;publishDate&quot;: &quot;A String&quot;, # The date when the fact check was published. Similar to the URL, semantically this is a page-level field, and each `ClaimReview` on this page will contain the same value. Corresponds to `ClaimReview.datePublished`
142 &quot;pageUrl&quot;: &quot;A String&quot;, # The URL of the page associated with this `ClaimReview` markup. While every individual `ClaimReview` has its own URL field, semantically this is a page-level field, and each `ClaimReview` on this page will use this value unless individually overridden. Corresponds to `ClaimReview.url`
143 &quot;claimReviewAuthor&quot;: { # Information about the claim review author. # Info about the author of this claim review. Similar to the above, semantically these are page-level fields, and each `ClaimReview` on this page will contain the same values.
144 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.author.image`.
145 &quot;name&quot;: &quot;A String&quot;, # Name of the organization that is publishing the fact check. Corresponds to `ClaimReview.author.name`.
146 },
147}
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700148
149 x__xgafv: string, V1 error format.
150 Allowed values
151 1 - v1 error format
152 2 - v2 error format
153
154Returns:
155 An object of the form:
156
157 { # Holds one or more instances of `ClaimReview` markup for a webpage.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700158 &quot;name&quot;: &quot;A String&quot;, # The name of this `ClaimReview` markup page resource, in the form of `pages/{page_id}`. Except for update requests, this field is output-only and should not be set by the user.
159 &quot;versionId&quot;: &quot;A String&quot;, # The version ID for this markup. Except for update requests, this field is output-only and should not be set by the user.
160 &quot;claimReviewMarkups&quot;: [ # A list of individual claim reviews for this page. Each item in the list corresponds to one `ClaimReview` element.
161 { # Fields for an individual `ClaimReview` element. Except for sub-messages that group fields together, each of these fields correspond those in https://schema.org/ClaimReview. We list the precise mapping for each field.
162 &quot;claimAuthor&quot;: { # Information about the claim author. # Info about the author of this claim.
163 &quot;sameAs&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.sameAs`.
164 &quot;name&quot;: &quot;A String&quot;, # A person or organization stating the claim. For instance, &quot;John Doe&quot;. Corresponds to `ClaimReview.itemReviewed.author.name`.
165 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.image`.
166 &quot;jobTitle&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700167 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700168 &quot;url&quot;: &quot;A String&quot;, # This field is optional, and will default to the page URL. We provide this field to allow you the override the default value, but the only permitted override is the page URL plus an optional anchor link (&quot;page jump&quot;). Corresponds to `ClaimReview.url`
169 &quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim review.
170 &quot;worstRating&quot;: 42, # For numeric ratings, the worst value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.worstRating`.
171 &quot;ratingExplanation&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.ratingExplanation`.
172 &quot;textualRating&quot;: &quot;A String&quot;, # The truthfulness rating as a human-readible short word or phrase. Corresponds to `ClaimReview.reviewRating.alternateName`.
173 &quot;bestRating&quot;: 42, # For numeric ratings, the best value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.bestRating`.
174 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.image`.
175 &quot;ratingValue&quot;: 42, # A numeric rating of this claim, in the range worstRating — bestRating inclusive. Corresponds to `ClaimReview.reviewRating.ratingValue`.
176 },
177 &quot;claimDate&quot;: &quot;A String&quot;, # The date when the claim was made or entered public discourse. Corresponds to `ClaimReview.itemReviewed.datePublished`.
178 &quot;claimReviewed&quot;: &quot;A String&quot;, # A short summary of the claim being evaluated. Corresponds to `ClaimReview.claimReviewed`.
179 &quot;claimLocation&quot;: &quot;A String&quot;, # The location where this claim was made. Corresponds to `ClaimReview.itemReviewed.name`.
180 &quot;claimAppearances&quot;: [ # A list of links to works in which this claim appears, aside from the one specified in `claim_first_appearance`. Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`.
181 &quot;A String&quot;,
182 ],
183 &quot;claimFirstAppearance&quot;: &quot;A String&quot;, # A link to a work in which this claim first appears. Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`.
184 },
185 ],
186 &quot;publishDate&quot;: &quot;A String&quot;, # The date when the fact check was published. Similar to the URL, semantically this is a page-level field, and each `ClaimReview` on this page will contain the same value. Corresponds to `ClaimReview.datePublished`
187 &quot;pageUrl&quot;: &quot;A String&quot;, # The URL of the page associated with this `ClaimReview` markup. While every individual `ClaimReview` has its own URL field, semantically this is a page-level field, and each `ClaimReview` on this page will use this value unless individually overridden. Corresponds to `ClaimReview.url`
188 &quot;claimReviewAuthor&quot;: { # Information about the claim review author. # Info about the author of this claim review. Similar to the above, semantically these are page-level fields, and each `ClaimReview` on this page will contain the same values.
189 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.author.image`.
190 &quot;name&quot;: &quot;A String&quot;, # Name of the organization that is publishing the fact check. Corresponds to `ClaimReview.author.name`.
191 },
192 }</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700193</div>
194
195<div class="method">
196 <code class="details" id="delete">delete(name, x__xgafv=None)</code>
197 <pre>Delete all `ClaimReview` markup on a page.
198
199Args:
200 name: string, The name of the resource to delete, in the form of `pages/{page_id}`. (required)
201 x__xgafv: string, V1 error format.
202 Allowed values
203 1 - v1 error format
204 2 - v2 error format
205
206Returns:
207 An object of the form:
208
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700209 { # 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 `{}`.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700210 }</pre>
211</div>
212
213<div class="method">
214 <code class="details" id="get">get(name, x__xgafv=None)</code>
215 <pre>Get all `ClaimReview` markup on a page.
216
217Args:
218 name: string, The name of the resource to get, in the form of `pages/{page_id}`. (required)
219 x__xgafv: string, V1 error format.
220 Allowed values
221 1 - v1 error format
222 2 - v2 error format
223
224Returns:
225 An object of the form:
226
227 { # Holds one or more instances of `ClaimReview` markup for a webpage.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700228 &quot;name&quot;: &quot;A String&quot;, # The name of this `ClaimReview` markup page resource, in the form of `pages/{page_id}`. Except for update requests, this field is output-only and should not be set by the user.
229 &quot;versionId&quot;: &quot;A String&quot;, # The version ID for this markup. Except for update requests, this field is output-only and should not be set by the user.
230 &quot;claimReviewMarkups&quot;: [ # A list of individual claim reviews for this page. Each item in the list corresponds to one `ClaimReview` element.
231 { # Fields for an individual `ClaimReview` element. Except for sub-messages that group fields together, each of these fields correspond those in https://schema.org/ClaimReview. We list the precise mapping for each field.
232 &quot;claimAuthor&quot;: { # Information about the claim author. # Info about the author of this claim.
233 &quot;sameAs&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.sameAs`.
234 &quot;name&quot;: &quot;A String&quot;, # A person or organization stating the claim. For instance, &quot;John Doe&quot;. Corresponds to `ClaimReview.itemReviewed.author.name`.
235 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.image`.
236 &quot;jobTitle&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700237 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700238 &quot;url&quot;: &quot;A String&quot;, # This field is optional, and will default to the page URL. We provide this field to allow you the override the default value, but the only permitted override is the page URL plus an optional anchor link (&quot;page jump&quot;). Corresponds to `ClaimReview.url`
239 &quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim review.
240 &quot;worstRating&quot;: 42, # For numeric ratings, the worst value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.worstRating`.
241 &quot;ratingExplanation&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.ratingExplanation`.
242 &quot;textualRating&quot;: &quot;A String&quot;, # The truthfulness rating as a human-readible short word or phrase. Corresponds to `ClaimReview.reviewRating.alternateName`.
243 &quot;bestRating&quot;: 42, # For numeric ratings, the best value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.bestRating`.
244 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.image`.
245 &quot;ratingValue&quot;: 42, # A numeric rating of this claim, in the range worstRating — bestRating inclusive. Corresponds to `ClaimReview.reviewRating.ratingValue`.
246 },
247 &quot;claimDate&quot;: &quot;A String&quot;, # The date when the claim was made or entered public discourse. Corresponds to `ClaimReview.itemReviewed.datePublished`.
248 &quot;claimReviewed&quot;: &quot;A String&quot;, # A short summary of the claim being evaluated. Corresponds to `ClaimReview.claimReviewed`.
249 &quot;claimLocation&quot;: &quot;A String&quot;, # The location where this claim was made. Corresponds to `ClaimReview.itemReviewed.name`.
250 &quot;claimAppearances&quot;: [ # A list of links to works in which this claim appears, aside from the one specified in `claim_first_appearance`. Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`.
251 &quot;A String&quot;,
252 ],
253 &quot;claimFirstAppearance&quot;: &quot;A String&quot;, # A link to a work in which this claim first appears. Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`.
254 },
255 ],
256 &quot;publishDate&quot;: &quot;A String&quot;, # The date when the fact check was published. Similar to the URL, semantically this is a page-level field, and each `ClaimReview` on this page will contain the same value. Corresponds to `ClaimReview.datePublished`
257 &quot;pageUrl&quot;: &quot;A String&quot;, # The URL of the page associated with this `ClaimReview` markup. While every individual `ClaimReview` has its own URL field, semantically this is a page-level field, and each `ClaimReview` on this page will use this value unless individually overridden. Corresponds to `ClaimReview.url`
258 &quot;claimReviewAuthor&quot;: { # Information about the claim review author. # Info about the author of this claim review. Similar to the above, semantically these are page-level fields, and each `ClaimReview` on this page will contain the same values.
259 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.author.image`.
260 &quot;name&quot;: &quot;A String&quot;, # Name of the organization that is publishing the fact check. Corresponds to `ClaimReview.author.name`.
261 },
262 }</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700263</div>
264
265<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700266 <code class="details" id="list">list(url=None, pageSize=None, offset=None, pageToken=None, organization=None, x__xgafv=None)</code>
267 <pre>List the `ClaimReview` markup pages for a specific URL or for an organization.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700268
269Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700270 url: string, The URL from which to get `ClaimReview` markup. There will be at most one result. If markup is associated with a more canonical version of the URL provided, we will return that URL instead. Cannot be specified along with an organization.
271 pageSize: integer, The pagination size. We will return up to that many results. Defaults to 10 if not set. Has no effect if a URL is requested.
272 offset: integer, An integer that specifies the current offset (that is, starting result location) in search results. This field is only considered if `page_token` is unset, and if the request is not for a specific URL. For example, 0 means to return results starting from the first matching result, and 10 means to return from the 11th result.
273 pageToken: string, The pagination token. You may provide the `next_page_token` returned from a previous List request, if any, in order to get the next page. All other fields must have the same values as in the previous request.
274 organization: string, The organization for which we want to fetch markups for. For instance, &quot;site.com&quot;. Cannot be specified along with an URL.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700275 x__xgafv: string, V1 error format.
276 Allowed values
277 1 - v1 error format
278 2 - v2 error format
279
280Returns:
281 An object of the form:
282
283 { # Response from listing `ClaimReview` markup.
Bu Sun Kim65020912020-05-20 12:08:20 -0700284 &quot;claimReviewMarkupPages&quot;: [ # The result list of pages of `ClaimReview` markup.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700285 { # Holds one or more instances of `ClaimReview` markup for a webpage.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700286 &quot;name&quot;: &quot;A String&quot;, # The name of this `ClaimReview` markup page resource, in the form of `pages/{page_id}`. Except for update requests, this field is output-only and should not be set by the user.
287 &quot;versionId&quot;: &quot;A String&quot;, # The version ID for this markup. Except for update requests, this field is output-only and should not be set by the user.
288 &quot;claimReviewMarkups&quot;: [ # A list of individual claim reviews for this page. Each item in the list corresponds to one `ClaimReview` element.
289 { # Fields for an individual `ClaimReview` element. Except for sub-messages that group fields together, each of these fields correspond those in https://schema.org/ClaimReview. We list the precise mapping for each field.
290 &quot;claimAuthor&quot;: { # Information about the claim author. # Info about the author of this claim.
291 &quot;sameAs&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.sameAs`.
292 &quot;name&quot;: &quot;A String&quot;, # A person or organization stating the claim. For instance, &quot;John Doe&quot;. Corresponds to `ClaimReview.itemReviewed.author.name`.
293 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.image`.
294 &quot;jobTitle&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700295 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700296 &quot;url&quot;: &quot;A String&quot;, # This field is optional, and will default to the page URL. We provide this field to allow you the override the default value, but the only permitted override is the page URL plus an optional anchor link (&quot;page jump&quot;). Corresponds to `ClaimReview.url`
297 &quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim review.
298 &quot;worstRating&quot;: 42, # For numeric ratings, the worst value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.worstRating`.
299 &quot;ratingExplanation&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.ratingExplanation`.
300 &quot;textualRating&quot;: &quot;A String&quot;, # The truthfulness rating as a human-readible short word or phrase. Corresponds to `ClaimReview.reviewRating.alternateName`.
301 &quot;bestRating&quot;: 42, # For numeric ratings, the best value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.bestRating`.
302 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.image`.
303 &quot;ratingValue&quot;: 42, # A numeric rating of this claim, in the range worstRating — bestRating inclusive. Corresponds to `ClaimReview.reviewRating.ratingValue`.
304 },
305 &quot;claimDate&quot;: &quot;A String&quot;, # The date when the claim was made or entered public discourse. Corresponds to `ClaimReview.itemReviewed.datePublished`.
306 &quot;claimReviewed&quot;: &quot;A String&quot;, # A short summary of the claim being evaluated. Corresponds to `ClaimReview.claimReviewed`.
307 &quot;claimLocation&quot;: &quot;A String&quot;, # The location where this claim was made. Corresponds to `ClaimReview.itemReviewed.name`.
308 &quot;claimAppearances&quot;: [ # A list of links to works in which this claim appears, aside from the one specified in `claim_first_appearance`. Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`.
309 &quot;A String&quot;,
310 ],
311 &quot;claimFirstAppearance&quot;: &quot;A String&quot;, # A link to a work in which this claim first appears. Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`.
312 },
313 ],
314 &quot;publishDate&quot;: &quot;A String&quot;, # The date when the fact check was published. Similar to the URL, semantically this is a page-level field, and each `ClaimReview` on this page will contain the same value. Corresponds to `ClaimReview.datePublished`
315 &quot;pageUrl&quot;: &quot;A String&quot;, # The URL of the page associated with this `ClaimReview` markup. While every individual `ClaimReview` has its own URL field, semantically this is a page-level field, and each `ClaimReview` on this page will use this value unless individually overridden. Corresponds to `ClaimReview.url`
316 &quot;claimReviewAuthor&quot;: { # Information about the claim review author. # Info about the author of this claim review. Similar to the above, semantically these are page-level fields, and each `ClaimReview` on this page will contain the same values.
317 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.author.image`.
318 &quot;name&quot;: &quot;A String&quot;, # Name of the organization that is publishing the fact check. Corresponds to `ClaimReview.author.name`.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700319 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700320 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700321 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700322 &quot;nextPageToken&quot;: &quot;A String&quot;, # The next pagination token in the Search response. It should be used as the `page_token` for the following request. An empty value means no more results.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700323 }</pre>
324</div>
325
326<div class="method">
327 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
328 <pre>Retrieves the next page of results.
329
330Args:
331 previous_request: The request for the previous page. (required)
332 previous_response: The response from the request for the previous page. (required)
333
334Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700335 A request object that you can call &#x27;execute()&#x27; on to request the next
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700336 page. Returns None if there are no more items in the collection.
337 </pre>
338</div>
339
340<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700341 <code class="details" id="update">update(name, body=None, x__xgafv=None)</code>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700342 <pre>Update for all `ClaimReview` markup on a page Note that this is a full update. To retain the existing `ClaimReview` markup on a page, first perform a Get operation, then modify the returned markup, and finally call Update with the entire `ClaimReview` markup as the body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700343
344Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700345 name: string, The name of this `ClaimReview` markup page resource, in the form of `pages/{page_id}`. Except for update requests, this field is output-only and should not be set by the user. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700346 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700347 The object takes the form of:
348
349{ # Holds one or more instances of `ClaimReview` markup for a webpage.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700350 &quot;name&quot;: &quot;A String&quot;, # The name of this `ClaimReview` markup page resource, in the form of `pages/{page_id}`. Except for update requests, this field is output-only and should not be set by the user.
351 &quot;versionId&quot;: &quot;A String&quot;, # The version ID for this markup. Except for update requests, this field is output-only and should not be set by the user.
352 &quot;claimReviewMarkups&quot;: [ # A list of individual claim reviews for this page. Each item in the list corresponds to one `ClaimReview` element.
353 { # Fields for an individual `ClaimReview` element. Except for sub-messages that group fields together, each of these fields correspond those in https://schema.org/ClaimReview. We list the precise mapping for each field.
354 &quot;claimAuthor&quot;: { # Information about the claim author. # Info about the author of this claim.
355 &quot;sameAs&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.sameAs`.
356 &quot;name&quot;: &quot;A String&quot;, # A person or organization stating the claim. For instance, &quot;John Doe&quot;. Corresponds to `ClaimReview.itemReviewed.author.name`.
357 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.image`.
358 &quot;jobTitle&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700359 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700360 &quot;url&quot;: &quot;A String&quot;, # This field is optional, and will default to the page URL. We provide this field to allow you the override the default value, but the only permitted override is the page URL plus an optional anchor link (&quot;page jump&quot;). Corresponds to `ClaimReview.url`
361 &quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim review.
362 &quot;worstRating&quot;: 42, # For numeric ratings, the worst value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.worstRating`.
363 &quot;ratingExplanation&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.ratingExplanation`.
364 &quot;textualRating&quot;: &quot;A String&quot;, # The truthfulness rating as a human-readible short word or phrase. Corresponds to `ClaimReview.reviewRating.alternateName`.
365 &quot;bestRating&quot;: 42, # For numeric ratings, the best value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.bestRating`.
366 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.image`.
367 &quot;ratingValue&quot;: 42, # A numeric rating of this claim, in the range worstRating — bestRating inclusive. Corresponds to `ClaimReview.reviewRating.ratingValue`.
368 },
369 &quot;claimDate&quot;: &quot;A String&quot;, # The date when the claim was made or entered public discourse. Corresponds to `ClaimReview.itemReviewed.datePublished`.
370 &quot;claimReviewed&quot;: &quot;A String&quot;, # A short summary of the claim being evaluated. Corresponds to `ClaimReview.claimReviewed`.
371 &quot;claimLocation&quot;: &quot;A String&quot;, # The location where this claim was made. Corresponds to `ClaimReview.itemReviewed.name`.
372 &quot;claimAppearances&quot;: [ # A list of links to works in which this claim appears, aside from the one specified in `claim_first_appearance`. Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`.
373 &quot;A String&quot;,
374 ],
375 &quot;claimFirstAppearance&quot;: &quot;A String&quot;, # A link to a work in which this claim first appears. Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`.
376 },
377 ],
378 &quot;publishDate&quot;: &quot;A String&quot;, # The date when the fact check was published. Similar to the URL, semantically this is a page-level field, and each `ClaimReview` on this page will contain the same value. Corresponds to `ClaimReview.datePublished`
379 &quot;pageUrl&quot;: &quot;A String&quot;, # The URL of the page associated with this `ClaimReview` markup. While every individual `ClaimReview` has its own URL field, semantically this is a page-level field, and each `ClaimReview` on this page will use this value unless individually overridden. Corresponds to `ClaimReview.url`
380 &quot;claimReviewAuthor&quot;: { # Information about the claim review author. # Info about the author of this claim review. Similar to the above, semantically these are page-level fields, and each `ClaimReview` on this page will contain the same values.
381 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.author.image`.
382 &quot;name&quot;: &quot;A String&quot;, # Name of the organization that is publishing the fact check. Corresponds to `ClaimReview.author.name`.
383 },
384}
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700385
386 x__xgafv: string, V1 error format.
387 Allowed values
388 1 - v1 error format
389 2 - v2 error format
390
391Returns:
392 An object of the form:
393
394 { # Holds one or more instances of `ClaimReview` markup for a webpage.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700395 &quot;name&quot;: &quot;A String&quot;, # The name of this `ClaimReview` markup page resource, in the form of `pages/{page_id}`. Except for update requests, this field is output-only and should not be set by the user.
396 &quot;versionId&quot;: &quot;A String&quot;, # The version ID for this markup. Except for update requests, this field is output-only and should not be set by the user.
397 &quot;claimReviewMarkups&quot;: [ # A list of individual claim reviews for this page. Each item in the list corresponds to one `ClaimReview` element.
398 { # Fields for an individual `ClaimReview` element. Except for sub-messages that group fields together, each of these fields correspond those in https://schema.org/ClaimReview. We list the precise mapping for each field.
399 &quot;claimAuthor&quot;: { # Information about the claim author. # Info about the author of this claim.
400 &quot;sameAs&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.sameAs`.
401 &quot;name&quot;: &quot;A String&quot;, # A person or organization stating the claim. For instance, &quot;John Doe&quot;. Corresponds to `ClaimReview.itemReviewed.author.name`.
402 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.image`.
403 &quot;jobTitle&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700404 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700405 &quot;url&quot;: &quot;A String&quot;, # This field is optional, and will default to the page URL. We provide this field to allow you the override the default value, but the only permitted override is the page URL plus an optional anchor link (&quot;page jump&quot;). Corresponds to `ClaimReview.url`
406 &quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim review.
407 &quot;worstRating&quot;: 42, # For numeric ratings, the worst value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.worstRating`.
408 &quot;ratingExplanation&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.ratingExplanation`.
409 &quot;textualRating&quot;: &quot;A String&quot;, # The truthfulness rating as a human-readible short word or phrase. Corresponds to `ClaimReview.reviewRating.alternateName`.
410 &quot;bestRating&quot;: 42, # For numeric ratings, the best value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.bestRating`.
411 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.image`.
412 &quot;ratingValue&quot;: 42, # A numeric rating of this claim, in the range worstRating — bestRating inclusive. Corresponds to `ClaimReview.reviewRating.ratingValue`.
413 },
414 &quot;claimDate&quot;: &quot;A String&quot;, # The date when the claim was made or entered public discourse. Corresponds to `ClaimReview.itemReviewed.datePublished`.
415 &quot;claimReviewed&quot;: &quot;A String&quot;, # A short summary of the claim being evaluated. Corresponds to `ClaimReview.claimReviewed`.
416 &quot;claimLocation&quot;: &quot;A String&quot;, # The location where this claim was made. Corresponds to `ClaimReview.itemReviewed.name`.
417 &quot;claimAppearances&quot;: [ # A list of links to works in which this claim appears, aside from the one specified in `claim_first_appearance`. Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`.
418 &quot;A String&quot;,
419 ],
420 &quot;claimFirstAppearance&quot;: &quot;A String&quot;, # A link to a work in which this claim first appears. Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`.
421 },
422 ],
423 &quot;publishDate&quot;: &quot;A String&quot;, # The date when the fact check was published. Similar to the URL, semantically this is a page-level field, and each `ClaimReview` on this page will contain the same value. Corresponds to `ClaimReview.datePublished`
424 &quot;pageUrl&quot;: &quot;A String&quot;, # The URL of the page associated with this `ClaimReview` markup. While every individual `ClaimReview` has its own URL field, semantically this is a page-level field, and each `ClaimReview` on this page will use this value unless individually overridden. Corresponds to `ClaimReview.url`
425 &quot;claimReviewAuthor&quot;: { # Information about the claim review author. # Info about the author of this claim review. Similar to the above, semantically these are page-level fields, and each `ClaimReview` on this page will contain the same values.
426 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.author.image`.
427 &quot;name&quot;: &quot;A String&quot;, # Name of the organization that is publishing the fact check. Corresponds to `ClaimReview.author.name`.
428 },
429 }</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700430</div>
431
432</body></html>