blob: 2d02c7ec0bd74afb0c03d34cc22213477c97fd86 [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">
Dan O'Mearadd494642020-05-01 07:42:23 -070078 <code><a href="#create">create(body=None, x__xgafv=None)</a></code></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070079<p class="firstline">Create `ClaimReview` markup on a page.</p>
80<p class="toc_element">
81 <code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
82<p class="firstline">Delete all `ClaimReview` markup on a page.</p>
83<p class="toc_element">
84 <code><a href="#get">get(name, x__xgafv=None)</a></code></p>
85<p class="firstline">Get all `ClaimReview` markup on a page.</p>
86<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070087 <code><a href="#list">list(offset=None, organization=None, pageToken=None, url=None, pageSize=None, x__xgafv=None)</a></code></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070088<p class="firstline">List the `ClaimReview` markup pages for a specific URL or for an</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">
Dan O'Mearadd494642020-05-01 07:42:23 -070093 <code><a href="#update">update(name, body=None, x__xgafv=None)</a></code></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070094<p class="firstline">Update for all `ClaimReview` markup on a page</p>
95<h3>Method Details</h3>
96<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -070097 <code class="details" id="create">create(body=None, x__xgafv=None)</code>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070098 <pre>Create `ClaimReview` markup on a page.
99
100Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700101 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700102 The object takes the form of:
103
104{ # Holds one or more instances of `ClaimReview` markup for a webpage.
Bu Sun Kim65020912020-05-20 12:08:20 -0700105 &quot;claimReviewAuthor&quot;: { # Information about the claim review author. # Info about the author of this claim review.
106 # Similar to the above, semantically these are page-level fields, and each
107 # `ClaimReview` on this page will contain the same values.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700108 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.author.image`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700109 &quot;name&quot;: &quot;A String&quot;, # Name of the organization that is publishing the fact check.&lt;br&gt;
110 # Corresponds to `ClaimReview.author.name`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700111 },
112 &quot;claimReviewMarkups&quot;: [ # A list of individual claim reviews for this page.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700113 # Each item in the list corresponds to one `ClaimReview` element.
114 { # Fields for an individual `ClaimReview` element.
115 # Except for sub-messages that group fields together, each of these fields
116 # correspond those in https://schema.org/ClaimReview. We list the precise
117 # mapping for each field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700118 &quot;url&quot;: &quot;A String&quot;, # This field is optional, and will default to the page URL. We provide this
119 # field to allow you the override the default value, but the only permitted
120 # override is the page URL plus an optional anchor link (&quot;page jump&quot;).&lt;br&gt;
121 # Corresponds to `ClaimReview.url`
122 &quot;claimLocation&quot;: &quot;A String&quot;, # The location where this claim was made.&lt;br&gt;
123 # Corresponds to `ClaimReview.itemReviewed.name`.
124 &quot;claimReviewed&quot;: &quot;A String&quot;, # A short summary of the claim being evaluated.&lt;br&gt;
125 # Corresponds to `ClaimReview.claimReviewed`.
126 &quot;claimFirstAppearance&quot;: &quot;A String&quot;, # A link to a work in which this claim first appears.&lt;br&gt;
127 # Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`.
128 &quot;claimAuthor&quot;: { # Information about the claim author. # Info about the author of this claim.
129 &quot;sameAs&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.sameAs`.
130 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.image`.
131 &quot;name&quot;: &quot;A String&quot;, # A person or organization stating the claim. For instance, &quot;John Doe&quot;.&lt;br&gt;
132 # Corresponds to `ClaimReview.itemReviewed.author.name`.
133 &quot;jobTitle&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`.
134 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700135 &quot;claimAppearances&quot;: [ # A list of links to works in which this claim appears, aside from the one
136 # specified in `claim_first_appearance`.&lt;br&gt;
137 # Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`.
138 &quot;A String&quot;,
139 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700140 &quot;claimDate&quot;: &quot;A String&quot;, # The date when the claim was made or entered public discourse.&lt;br&gt;
141 # Corresponds to `ClaimReview.itemReviewed.datePublished`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700142 &quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim review.
143 &quot;bestRating&quot;: 42, # For numeric ratings, the best value possible in the scale from worst to
144 # best.&lt;br&gt;
145 # Corresponds to `ClaimReview.reviewRating.bestRating`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700146 &quot;ratingValue&quot;: 42, # A numeric rating of this claim, in the range worstRating — bestRating
147 # inclusive.&lt;br&gt;
148 # Corresponds to `ClaimReview.reviewRating.ratingValue`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700149 &quot;worstRating&quot;: 42, # For numeric ratings, the worst value possible in the scale from worst to
150 # best.&lt;br&gt;
151 # Corresponds to `ClaimReview.reviewRating.worstRating`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700152 &quot;ratingExplanation&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.ratingExplanation`.
153 &quot;textualRating&quot;: &quot;A String&quot;, # The truthfulness rating as a human-readible short word or phrase.&lt;br&gt;
154 # Corresponds to `ClaimReview.reviewRating.alternateName`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700155 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.image`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700156 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700157 },
158 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700159 &quot;name&quot;: &quot;A String&quot;, # The name of this `ClaimReview` markup page resource, in the form of
160 # `pages/{page_id}`. Except for update requests, this field is output-only
161 # and should not be set by the user.
162 &quot;versionId&quot;: &quot;A String&quot;, # The version ID for this markup. Except for update requests, this field is
163 # output-only and should not be set by the user.
164 &quot;publishDate&quot;: &quot;A String&quot;, # The date when the fact check was published.
165 # Similar to the URL, semantically this is a page-level field, and each
166 # `ClaimReview` on this page will contain the same value.&lt;br&gt;
167 # Corresponds to `ClaimReview.datePublished`
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700168 &quot;pageUrl&quot;: &quot;A String&quot;, # The URL of the page associated with this `ClaimReview` markup.
169 # While every individual `ClaimReview` has its own URL field, semantically
170 # this is a page-level field, and each `ClaimReview` on this page will use
171 # this value unless individually overridden.&lt;br&gt;
172 # Corresponds to `ClaimReview.url`
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700173 }
174
175 x__xgafv: string, V1 error format.
176 Allowed values
177 1 - v1 error format
178 2 - v2 error format
179
180Returns:
181 An object of the form:
182
183 { # Holds one or more instances of `ClaimReview` markup for a webpage.
Bu Sun Kim65020912020-05-20 12:08:20 -0700184 &quot;claimReviewAuthor&quot;: { # Information about the claim review author. # Info about the author of this claim review.
185 # Similar to the above, semantically these are page-level fields, and each
186 # `ClaimReview` on this page will contain the same values.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700187 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.author.image`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700188 &quot;name&quot;: &quot;A String&quot;, # Name of the organization that is publishing the fact check.&lt;br&gt;
189 # Corresponds to `ClaimReview.author.name`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700190 },
191 &quot;claimReviewMarkups&quot;: [ # A list of individual claim reviews for this page.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700192 # Each item in the list corresponds to one `ClaimReview` element.
193 { # Fields for an individual `ClaimReview` element.
194 # Except for sub-messages that group fields together, each of these fields
195 # correspond those in https://schema.org/ClaimReview. We list the precise
196 # mapping for each field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700197 &quot;url&quot;: &quot;A String&quot;, # This field is optional, and will default to the page URL. We provide this
198 # field to allow you the override the default value, but the only permitted
199 # override is the page URL plus an optional anchor link (&quot;page jump&quot;).&lt;br&gt;
200 # Corresponds to `ClaimReview.url`
201 &quot;claimLocation&quot;: &quot;A String&quot;, # The location where this claim was made.&lt;br&gt;
202 # Corresponds to `ClaimReview.itemReviewed.name`.
203 &quot;claimReviewed&quot;: &quot;A String&quot;, # A short summary of the claim being evaluated.&lt;br&gt;
204 # Corresponds to `ClaimReview.claimReviewed`.
205 &quot;claimFirstAppearance&quot;: &quot;A String&quot;, # A link to a work in which this claim first appears.&lt;br&gt;
206 # Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`.
207 &quot;claimAuthor&quot;: { # Information about the claim author. # Info about the author of this claim.
208 &quot;sameAs&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.sameAs`.
209 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.image`.
210 &quot;name&quot;: &quot;A String&quot;, # A person or organization stating the claim. For instance, &quot;John Doe&quot;.&lt;br&gt;
211 # Corresponds to `ClaimReview.itemReviewed.author.name`.
212 &quot;jobTitle&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`.
213 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700214 &quot;claimAppearances&quot;: [ # A list of links to works in which this claim appears, aside from the one
215 # specified in `claim_first_appearance`.&lt;br&gt;
216 # Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`.
217 &quot;A String&quot;,
218 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700219 &quot;claimDate&quot;: &quot;A String&quot;, # The date when the claim was made or entered public discourse.&lt;br&gt;
220 # Corresponds to `ClaimReview.itemReviewed.datePublished`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700221 &quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim review.
222 &quot;bestRating&quot;: 42, # For numeric ratings, the best value possible in the scale from worst to
223 # best.&lt;br&gt;
224 # Corresponds to `ClaimReview.reviewRating.bestRating`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700225 &quot;ratingValue&quot;: 42, # A numeric rating of this claim, in the range worstRating — bestRating
226 # inclusive.&lt;br&gt;
227 # Corresponds to `ClaimReview.reviewRating.ratingValue`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700228 &quot;worstRating&quot;: 42, # For numeric ratings, the worst value possible in the scale from worst to
229 # best.&lt;br&gt;
230 # Corresponds to `ClaimReview.reviewRating.worstRating`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700231 &quot;ratingExplanation&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.ratingExplanation`.
232 &quot;textualRating&quot;: &quot;A String&quot;, # The truthfulness rating as a human-readible short word or phrase.&lt;br&gt;
233 # Corresponds to `ClaimReview.reviewRating.alternateName`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700234 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.image`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700235 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700236 },
237 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700238 &quot;name&quot;: &quot;A String&quot;, # The name of this `ClaimReview` markup page resource, in the form of
239 # `pages/{page_id}`. Except for update requests, this field is output-only
240 # and should not be set by the user.
241 &quot;versionId&quot;: &quot;A String&quot;, # The version ID for this markup. Except for update requests, this field is
242 # output-only and should not be set by the user.
243 &quot;publishDate&quot;: &quot;A String&quot;, # The date when the fact check was published.
244 # Similar to the URL, semantically this is a page-level field, and each
245 # `ClaimReview` on this page will contain the same value.&lt;br&gt;
246 # Corresponds to `ClaimReview.datePublished`
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700247 &quot;pageUrl&quot;: &quot;A String&quot;, # The URL of the page associated with this `ClaimReview` markup.
248 # While every individual `ClaimReview` has its own URL field, semantically
249 # this is a page-level field, and each `ClaimReview` on this page will use
250 # this value unless individually overridden.&lt;br&gt;
251 # Corresponds to `ClaimReview.url`
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700252 }</pre>
253</div>
254
255<div class="method">
256 <code class="details" id="delete">delete(name, x__xgafv=None)</code>
257 <pre>Delete all `ClaimReview` markup on a page.
258
259Args:
260 name: string, The name of the resource to delete, in the form of `pages/{page_id}`. (required)
261 x__xgafv: string, V1 error format.
262 Allowed values
263 1 - v1 error format
264 2 - v2 error format
265
266Returns:
267 An object of the form:
268
269 { # A generic empty message that you can re-use to avoid defining duplicated
270 # empty messages in your APIs. A typical example is to use it as the request
271 # or the response type of an API method. For instance:
272 #
273 # service Foo {
274 # rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
275 # }
276 #
277 # The JSON representation for `Empty` is empty JSON object `{}`.
278 }</pre>
279</div>
280
281<div class="method">
282 <code class="details" id="get">get(name, x__xgafv=None)</code>
283 <pre>Get all `ClaimReview` markup on a page.
284
285Args:
286 name: string, The name of the resource to get, in the form of `pages/{page_id}`. (required)
287 x__xgafv: string, V1 error format.
288 Allowed values
289 1 - v1 error format
290 2 - v2 error format
291
292Returns:
293 An object of the form:
294
295 { # Holds one or more instances of `ClaimReview` markup for a webpage.
Bu Sun Kim65020912020-05-20 12:08:20 -0700296 &quot;claimReviewAuthor&quot;: { # Information about the claim review author. # Info about the author of this claim review.
297 # Similar to the above, semantically these are page-level fields, and each
298 # `ClaimReview` on this page will contain the same values.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700299 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.author.image`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700300 &quot;name&quot;: &quot;A String&quot;, # Name of the organization that is publishing the fact check.&lt;br&gt;
301 # Corresponds to `ClaimReview.author.name`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700302 },
303 &quot;claimReviewMarkups&quot;: [ # A list of individual claim reviews for this page.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700304 # Each item in the list corresponds to one `ClaimReview` element.
305 { # Fields for an individual `ClaimReview` element.
306 # Except for sub-messages that group fields together, each of these fields
307 # correspond those in https://schema.org/ClaimReview. We list the precise
308 # mapping for each field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700309 &quot;url&quot;: &quot;A String&quot;, # This field is optional, and will default to the page URL. We provide this
310 # field to allow you the override the default value, but the only permitted
311 # override is the page URL plus an optional anchor link (&quot;page jump&quot;).&lt;br&gt;
312 # Corresponds to `ClaimReview.url`
313 &quot;claimLocation&quot;: &quot;A String&quot;, # The location where this claim was made.&lt;br&gt;
314 # Corresponds to `ClaimReview.itemReviewed.name`.
315 &quot;claimReviewed&quot;: &quot;A String&quot;, # A short summary of the claim being evaluated.&lt;br&gt;
316 # Corresponds to `ClaimReview.claimReviewed`.
317 &quot;claimFirstAppearance&quot;: &quot;A String&quot;, # A link to a work in which this claim first appears.&lt;br&gt;
318 # Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`.
319 &quot;claimAuthor&quot;: { # Information about the claim author. # Info about the author of this claim.
320 &quot;sameAs&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.sameAs`.
321 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.image`.
322 &quot;name&quot;: &quot;A String&quot;, # A person or organization stating the claim. For instance, &quot;John Doe&quot;.&lt;br&gt;
323 # Corresponds to `ClaimReview.itemReviewed.author.name`.
324 &quot;jobTitle&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`.
325 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700326 &quot;claimAppearances&quot;: [ # A list of links to works in which this claim appears, aside from the one
327 # specified in `claim_first_appearance`.&lt;br&gt;
328 # Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`.
329 &quot;A String&quot;,
330 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700331 &quot;claimDate&quot;: &quot;A String&quot;, # The date when the claim was made or entered public discourse.&lt;br&gt;
332 # Corresponds to `ClaimReview.itemReviewed.datePublished`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700333 &quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim review.
334 &quot;bestRating&quot;: 42, # For numeric ratings, the best value possible in the scale from worst to
335 # best.&lt;br&gt;
336 # Corresponds to `ClaimReview.reviewRating.bestRating`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700337 &quot;ratingValue&quot;: 42, # A numeric rating of this claim, in the range worstRating — bestRating
338 # inclusive.&lt;br&gt;
339 # Corresponds to `ClaimReview.reviewRating.ratingValue`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700340 &quot;worstRating&quot;: 42, # For numeric ratings, the worst value possible in the scale from worst to
341 # best.&lt;br&gt;
342 # Corresponds to `ClaimReview.reviewRating.worstRating`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700343 &quot;ratingExplanation&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.ratingExplanation`.
344 &quot;textualRating&quot;: &quot;A String&quot;, # The truthfulness rating as a human-readible short word or phrase.&lt;br&gt;
345 # Corresponds to `ClaimReview.reviewRating.alternateName`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700346 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.image`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700347 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700348 },
349 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700350 &quot;name&quot;: &quot;A String&quot;, # The name of this `ClaimReview` markup page resource, in the form of
351 # `pages/{page_id}`. Except for update requests, this field is output-only
352 # and should not be set by the user.
353 &quot;versionId&quot;: &quot;A String&quot;, # The version ID for this markup. Except for update requests, this field is
354 # output-only and should not be set by the user.
355 &quot;publishDate&quot;: &quot;A String&quot;, # The date when the fact check was published.
356 # Similar to the URL, semantically this is a page-level field, and each
357 # `ClaimReview` on this page will contain the same value.&lt;br&gt;
358 # Corresponds to `ClaimReview.datePublished`
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700359 &quot;pageUrl&quot;: &quot;A String&quot;, # The URL of the page associated with this `ClaimReview` markup.
360 # While every individual `ClaimReview` has its own URL field, semantically
361 # this is a page-level field, and each `ClaimReview` on this page will use
362 # this value unless individually overridden.&lt;br&gt;
363 # Corresponds to `ClaimReview.url`
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700364 }</pre>
365</div>
366
367<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700368 <code class="details" id="list">list(offset=None, organization=None, pageToken=None, url=None, pageSize=None, x__xgafv=None)</code>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700369 <pre>List the `ClaimReview` markup pages for a specific URL or for an
370organization.
371
372Args:
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700373 offset: integer, An integer that specifies the current offset (that is, starting result
374location) in search results. This field is only considered if `page_token`
375is unset, and if the request is not for a specific URL. For example, 0
376means to return results starting from the first matching result, and 10
377means to return from the 11th result.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700378 organization: string, The organization for which we want to fetch markups for. For instance,
379&quot;site.com&quot;. Cannot be specified along with an URL.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700380 pageToken: string, The pagination token. You may provide the `next_page_token` returned from a
381previous List request, if any, in order to get the next page. All other
382fields must have the same values as in the previous request.
Bu Sun Kim65020912020-05-20 12:08:20 -0700383 url: string, The URL from which to get `ClaimReview` markup. There will be at most one
384result. If markup is associated with a more canonical version of the URL
385provided, we will return that URL instead. Cannot be specified along with
386an organization.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700387 pageSize: integer, The pagination size. We will return up to that many results. Defaults to
38810 if not set. Has no effect if a URL is requested.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700389 x__xgafv: string, V1 error format.
390 Allowed values
391 1 - v1 error format
392 2 - v2 error format
393
394Returns:
395 An object of the form:
396
397 { # Response from listing `ClaimReview` markup.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700398 &quot;nextPageToken&quot;: &quot;A String&quot;, # The next pagination token in the Search response. It should be used as the
399 # `page_token` for the following request. An empty value means no more
400 # results.
Bu Sun Kim65020912020-05-20 12:08:20 -0700401 &quot;claimReviewMarkupPages&quot;: [ # The result list of pages of `ClaimReview` markup.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700402 { # Holds one or more instances of `ClaimReview` markup for a webpage.
Bu Sun Kim65020912020-05-20 12:08:20 -0700403 &quot;claimReviewAuthor&quot;: { # Information about the claim review author. # Info about the author of this claim review.
404 # Similar to the above, semantically these are page-level fields, and each
405 # `ClaimReview` on this page will contain the same values.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700406 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.author.image`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700407 &quot;name&quot;: &quot;A String&quot;, # Name of the organization that is publishing the fact check.&lt;br&gt;
408 # Corresponds to `ClaimReview.author.name`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700409 },
410 &quot;claimReviewMarkups&quot;: [ # A list of individual claim reviews for this page.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700411 # Each item in the list corresponds to one `ClaimReview` element.
412 { # Fields for an individual `ClaimReview` element.
413 # Except for sub-messages that group fields together, each of these fields
414 # correspond those in https://schema.org/ClaimReview. We list the precise
415 # mapping for each field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700416 &quot;url&quot;: &quot;A String&quot;, # This field is optional, and will default to the page URL. We provide this
417 # field to allow you the override the default value, but the only permitted
418 # override is the page URL plus an optional anchor link (&quot;page jump&quot;).&lt;br&gt;
419 # Corresponds to `ClaimReview.url`
420 &quot;claimLocation&quot;: &quot;A String&quot;, # The location where this claim was made.&lt;br&gt;
421 # Corresponds to `ClaimReview.itemReviewed.name`.
422 &quot;claimReviewed&quot;: &quot;A String&quot;, # A short summary of the claim being evaluated.&lt;br&gt;
423 # Corresponds to `ClaimReview.claimReviewed`.
424 &quot;claimFirstAppearance&quot;: &quot;A String&quot;, # A link to a work in which this claim first appears.&lt;br&gt;
425 # Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`.
426 &quot;claimAuthor&quot;: { # Information about the claim author. # Info about the author of this claim.
427 &quot;sameAs&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.sameAs`.
428 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.image`.
429 &quot;name&quot;: &quot;A String&quot;, # A person or organization stating the claim. For instance, &quot;John Doe&quot;.&lt;br&gt;
430 # Corresponds to `ClaimReview.itemReviewed.author.name`.
431 &quot;jobTitle&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`.
432 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700433 &quot;claimAppearances&quot;: [ # A list of links to works in which this claim appears, aside from the one
434 # specified in `claim_first_appearance`.&lt;br&gt;
435 # Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`.
436 &quot;A String&quot;,
437 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700438 &quot;claimDate&quot;: &quot;A String&quot;, # The date when the claim was made or entered public discourse.&lt;br&gt;
439 # Corresponds to `ClaimReview.itemReviewed.datePublished`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700440 &quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim review.
441 &quot;bestRating&quot;: 42, # For numeric ratings, the best value possible in the scale from worst to
442 # best.&lt;br&gt;
443 # Corresponds to `ClaimReview.reviewRating.bestRating`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700444 &quot;ratingValue&quot;: 42, # A numeric rating of this claim, in the range worstRating — bestRating
445 # inclusive.&lt;br&gt;
446 # Corresponds to `ClaimReview.reviewRating.ratingValue`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700447 &quot;worstRating&quot;: 42, # For numeric ratings, the worst value possible in the scale from worst to
448 # best.&lt;br&gt;
449 # Corresponds to `ClaimReview.reviewRating.worstRating`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700450 &quot;ratingExplanation&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.ratingExplanation`.
451 &quot;textualRating&quot;: &quot;A String&quot;, # The truthfulness rating as a human-readible short word or phrase.&lt;br&gt;
452 # Corresponds to `ClaimReview.reviewRating.alternateName`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700453 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.image`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700454 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700455 },
456 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700457 &quot;name&quot;: &quot;A String&quot;, # The name of this `ClaimReview` markup page resource, in the form of
458 # `pages/{page_id}`. Except for update requests, this field is output-only
459 # and should not be set by the user.
460 &quot;versionId&quot;: &quot;A String&quot;, # The version ID for this markup. Except for update requests, this field is
461 # output-only and should not be set by the user.
462 &quot;publishDate&quot;: &quot;A String&quot;, # The date when the fact check was published.
463 # Similar to the URL, semantically this is a page-level field, and each
464 # `ClaimReview` on this page will contain the same value.&lt;br&gt;
465 # Corresponds to `ClaimReview.datePublished`
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700466 &quot;pageUrl&quot;: &quot;A String&quot;, # The URL of the page associated with this `ClaimReview` markup.
467 # While every individual `ClaimReview` has its own URL field, semantically
468 # this is a page-level field, and each `ClaimReview` on this page will use
469 # this value unless individually overridden.&lt;br&gt;
470 # Corresponds to `ClaimReview.url`
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700471 },
472 ],
473 }</pre>
474</div>
475
476<div class="method">
477 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
478 <pre>Retrieves the next page of results.
479
480Args:
481 previous_request: The request for the previous page. (required)
482 previous_response: The response from the request for the previous page. (required)
483
484Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700485 A request object that you can call &#x27;execute()&#x27; on to request the next
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700486 page. Returns None if there are no more items in the collection.
487 </pre>
488</div>
489
490<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700491 <code class="details" id="update">update(name, body=None, x__xgafv=None)</code>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700492 <pre>Update for all `ClaimReview` markup on a page
493
494Note that this is a full update. To retain the existing `ClaimReview`
495markup on a page, first perform a Get operation, then modify the returned
496markup, and finally call Update with the entire `ClaimReview` markup as the
497body.
498
499Args:
500 name: string, The name of this `ClaimReview` markup page resource, in the form of
501`pages/{page_id}`. Except for update requests, this field is output-only
502and should not be set by the user. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700503 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700504 The object takes the form of:
505
506{ # Holds one or more instances of `ClaimReview` markup for a webpage.
Bu Sun Kim65020912020-05-20 12:08:20 -0700507 &quot;claimReviewAuthor&quot;: { # Information about the claim review author. # Info about the author of this claim review.
508 # Similar to the above, semantically these are page-level fields, and each
509 # `ClaimReview` on this page will contain the same values.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700510 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.author.image`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700511 &quot;name&quot;: &quot;A String&quot;, # Name of the organization that is publishing the fact check.&lt;br&gt;
512 # Corresponds to `ClaimReview.author.name`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700513 },
514 &quot;claimReviewMarkups&quot;: [ # A list of individual claim reviews for this page.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700515 # Each item in the list corresponds to one `ClaimReview` element.
516 { # Fields for an individual `ClaimReview` element.
517 # Except for sub-messages that group fields together, each of these fields
518 # correspond those in https://schema.org/ClaimReview. We list the precise
519 # mapping for each field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700520 &quot;url&quot;: &quot;A String&quot;, # This field is optional, and will default to the page URL. We provide this
521 # field to allow you the override the default value, but the only permitted
522 # override is the page URL plus an optional anchor link (&quot;page jump&quot;).&lt;br&gt;
523 # Corresponds to `ClaimReview.url`
524 &quot;claimLocation&quot;: &quot;A String&quot;, # The location where this claim was made.&lt;br&gt;
525 # Corresponds to `ClaimReview.itemReviewed.name`.
526 &quot;claimReviewed&quot;: &quot;A String&quot;, # A short summary of the claim being evaluated.&lt;br&gt;
527 # Corresponds to `ClaimReview.claimReviewed`.
528 &quot;claimFirstAppearance&quot;: &quot;A String&quot;, # A link to a work in which this claim first appears.&lt;br&gt;
529 # Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`.
530 &quot;claimAuthor&quot;: { # Information about the claim author. # Info about the author of this claim.
531 &quot;sameAs&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.sameAs`.
532 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.image`.
533 &quot;name&quot;: &quot;A String&quot;, # A person or organization stating the claim. For instance, &quot;John Doe&quot;.&lt;br&gt;
534 # Corresponds to `ClaimReview.itemReviewed.author.name`.
535 &quot;jobTitle&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`.
536 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700537 &quot;claimAppearances&quot;: [ # A list of links to works in which this claim appears, aside from the one
538 # specified in `claim_first_appearance`.&lt;br&gt;
539 # Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`.
540 &quot;A String&quot;,
541 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700542 &quot;claimDate&quot;: &quot;A String&quot;, # The date when the claim was made or entered public discourse.&lt;br&gt;
543 # Corresponds to `ClaimReview.itemReviewed.datePublished`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700544 &quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim review.
545 &quot;bestRating&quot;: 42, # For numeric ratings, the best value possible in the scale from worst to
546 # best.&lt;br&gt;
547 # Corresponds to `ClaimReview.reviewRating.bestRating`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700548 &quot;ratingValue&quot;: 42, # A numeric rating of this claim, in the range worstRating — bestRating
549 # inclusive.&lt;br&gt;
550 # Corresponds to `ClaimReview.reviewRating.ratingValue`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700551 &quot;worstRating&quot;: 42, # For numeric ratings, the worst value possible in the scale from worst to
552 # best.&lt;br&gt;
553 # Corresponds to `ClaimReview.reviewRating.worstRating`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700554 &quot;ratingExplanation&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.ratingExplanation`.
555 &quot;textualRating&quot;: &quot;A String&quot;, # The truthfulness rating as a human-readible short word or phrase.&lt;br&gt;
556 # Corresponds to `ClaimReview.reviewRating.alternateName`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700557 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.image`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700558 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700559 },
560 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700561 &quot;name&quot;: &quot;A String&quot;, # The name of this `ClaimReview` markup page resource, in the form of
562 # `pages/{page_id}`. Except for update requests, this field is output-only
563 # and should not be set by the user.
564 &quot;versionId&quot;: &quot;A String&quot;, # The version ID for this markup. Except for update requests, this field is
565 # output-only and should not be set by the user.
566 &quot;publishDate&quot;: &quot;A String&quot;, # The date when the fact check was published.
567 # Similar to the URL, semantically this is a page-level field, and each
568 # `ClaimReview` on this page will contain the same value.&lt;br&gt;
569 # Corresponds to `ClaimReview.datePublished`
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700570 &quot;pageUrl&quot;: &quot;A String&quot;, # The URL of the page associated with this `ClaimReview` markup.
571 # While every individual `ClaimReview` has its own URL field, semantically
572 # this is a page-level field, and each `ClaimReview` on this page will use
573 # this value unless individually overridden.&lt;br&gt;
574 # Corresponds to `ClaimReview.url`
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700575 }
576
577 x__xgafv: string, V1 error format.
578 Allowed values
579 1 - v1 error format
580 2 - v2 error format
581
582Returns:
583 An object of the form:
584
585 { # Holds one or more instances of `ClaimReview` markup for a webpage.
Bu Sun Kim65020912020-05-20 12:08:20 -0700586 &quot;claimReviewAuthor&quot;: { # Information about the claim review author. # Info about the author of this claim review.
587 # Similar to the above, semantically these are page-level fields, and each
588 # `ClaimReview` on this page will contain the same values.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700589 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.author.image`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700590 &quot;name&quot;: &quot;A String&quot;, # Name of the organization that is publishing the fact check.&lt;br&gt;
591 # Corresponds to `ClaimReview.author.name`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700592 },
593 &quot;claimReviewMarkups&quot;: [ # A list of individual claim reviews for this page.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700594 # Each item in the list corresponds to one `ClaimReview` element.
595 { # Fields for an individual `ClaimReview` element.
596 # Except for sub-messages that group fields together, each of these fields
597 # correspond those in https://schema.org/ClaimReview. We list the precise
598 # mapping for each field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700599 &quot;url&quot;: &quot;A String&quot;, # This field is optional, and will default to the page URL. We provide this
600 # field to allow you the override the default value, but the only permitted
601 # override is the page URL plus an optional anchor link (&quot;page jump&quot;).&lt;br&gt;
602 # Corresponds to `ClaimReview.url`
603 &quot;claimLocation&quot;: &quot;A String&quot;, # The location where this claim was made.&lt;br&gt;
604 # Corresponds to `ClaimReview.itemReviewed.name`.
605 &quot;claimReviewed&quot;: &quot;A String&quot;, # A short summary of the claim being evaluated.&lt;br&gt;
606 # Corresponds to `ClaimReview.claimReviewed`.
607 &quot;claimFirstAppearance&quot;: &quot;A String&quot;, # A link to a work in which this claim first appears.&lt;br&gt;
608 # Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`.
609 &quot;claimAuthor&quot;: { # Information about the claim author. # Info about the author of this claim.
610 &quot;sameAs&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.sameAs`.
611 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.image`.
612 &quot;name&quot;: &quot;A String&quot;, # A person or organization stating the claim. For instance, &quot;John Doe&quot;.&lt;br&gt;
613 # Corresponds to `ClaimReview.itemReviewed.author.name`.
614 &quot;jobTitle&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`.
615 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700616 &quot;claimAppearances&quot;: [ # A list of links to works in which this claim appears, aside from the one
617 # specified in `claim_first_appearance`.&lt;br&gt;
618 # Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`.
619 &quot;A String&quot;,
620 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700621 &quot;claimDate&quot;: &quot;A String&quot;, # The date when the claim was made or entered public discourse.&lt;br&gt;
622 # Corresponds to `ClaimReview.itemReviewed.datePublished`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700623 &quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim review.
624 &quot;bestRating&quot;: 42, # For numeric ratings, the best value possible in the scale from worst to
625 # best.&lt;br&gt;
626 # Corresponds to `ClaimReview.reviewRating.bestRating`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700627 &quot;ratingValue&quot;: 42, # A numeric rating of this claim, in the range worstRating — bestRating
628 # inclusive.&lt;br&gt;
629 # Corresponds to `ClaimReview.reviewRating.ratingValue`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700630 &quot;worstRating&quot;: 42, # For numeric ratings, the worst value possible in the scale from worst to
631 # best.&lt;br&gt;
632 # Corresponds to `ClaimReview.reviewRating.worstRating`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700633 &quot;ratingExplanation&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.ratingExplanation`.
634 &quot;textualRating&quot;: &quot;A String&quot;, # The truthfulness rating as a human-readible short word or phrase.&lt;br&gt;
635 # Corresponds to `ClaimReview.reviewRating.alternateName`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700636 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.image`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700637 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700638 },
639 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700640 &quot;name&quot;: &quot;A String&quot;, # The name of this `ClaimReview` markup page resource, in the form of
641 # `pages/{page_id}`. Except for update requests, this field is output-only
642 # and should not be set by the user.
643 &quot;versionId&quot;: &quot;A String&quot;, # The version ID for this markup. Except for update requests, this field is
644 # output-only and should not be set by the user.
645 &quot;publishDate&quot;: &quot;A String&quot;, # The date when the fact check was published.
646 # Similar to the URL, semantically this is a page-level field, and each
647 # `ClaimReview` on this page will contain the same value.&lt;br&gt;
648 # Corresponds to `ClaimReview.datePublished`
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700649 &quot;pageUrl&quot;: &quot;A String&quot;, # The URL of the page associated with this `ClaimReview` markup.
650 # While every individual `ClaimReview` has its own URL field, semantically
651 # this is a page-level field, and each `ClaimReview` on this page will use
652 # this value unless individually overridden.&lt;br&gt;
653 # Corresponds to `ClaimReview.url`
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700654 }</pre>
655</div>
656
657</body></html>