blob: 84c5cdd8b261ddbc6bb18b1730ba8da29fcf2dc4 [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 Kim4ed7d3f2020-05-27 12:20:54 -070087 <code><a href="#list">list(organization=None, offset=None, pageSize=None, pageToken=None, url=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.
108 &quot;name&quot;: &quot;A String&quot;, # Name of the organization that is publishing the fact check.&lt;br&gt;
109 # Corresponds to `ClaimReview.author.name`.
110 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.author.image`.
111 },
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 Kim65020912020-05-20 12:08:20 -0700118 &quot;claimAppearances&quot;: [ # A list of links to works in which this claim appears, aside from the one
119 # specified in `claim_first_appearance`.&lt;br&gt;
120 # Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`.
121 &quot;A String&quot;,
122 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700123 &quot;claimAuthor&quot;: { # Information about the claim author. # Info about the author of this claim.
124 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.image`.
125 &quot;name&quot;: &quot;A String&quot;, # A person or organization stating the claim. For instance, &quot;John Doe&quot;.&lt;br&gt;
126 # Corresponds to `ClaimReview.itemReviewed.author.name`.
127 &quot;jobTitle&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`.
128 &quot;sameAs&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.sameAs`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700129 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700130 &quot;claimDate&quot;: &quot;A String&quot;, # The date when the claim was made or entered public discourse.&lt;br&gt;
131 # Corresponds to `ClaimReview.itemReviewed.datePublished`.
132 &quot;claimReviewed&quot;: &quot;A String&quot;, # A short summary of the claim being evaluated.&lt;br&gt;
133 # Corresponds to `ClaimReview.claimReviewed`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700134 &quot;url&quot;: &quot;A String&quot;, # This field is optional, and will default to the page URL. We provide this
135 # field to allow you the override the default value, but the only permitted
136 # override is the page URL plus an optional anchor link (&quot;page jump&quot;).&lt;br&gt;
137 # Corresponds to `ClaimReview.url`
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700138 &quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim review.
139 &quot;bestRating&quot;: 42, # For numeric ratings, the best value possible in the scale from worst to
140 # best.&lt;br&gt;
141 # Corresponds to `ClaimReview.reviewRating.bestRating`.
142 &quot;worstRating&quot;: 42, # For numeric ratings, the worst value possible in the scale from worst to
143 # best.&lt;br&gt;
144 # Corresponds to `ClaimReview.reviewRating.worstRating`.
145 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.image`.
146 &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`.
149 &quot;ratingExplanation&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.ratingExplanation`.
150 &quot;textualRating&quot;: &quot;A String&quot;, # The truthfulness rating as a human-readible short word or phrase.&lt;br&gt;
151 # Corresponds to `ClaimReview.reviewRating.alternateName`.
152 },
153 &quot;claimLocation&quot;: &quot;A String&quot;, # The location where this claim was made.&lt;br&gt;
154 # Corresponds to `ClaimReview.itemReviewed.name`.
155 &quot;claimFirstAppearance&quot;: &quot;A String&quot;, # A link to a work in which this claim first appears.&lt;br&gt;
156 # Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700157 },
158 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700159 &quot;pageUrl&quot;: &quot;A String&quot;, # The URL of the page associated with this `ClaimReview` markup.
160 # While every individual `ClaimReview` has its own URL field, semantically
161 # this is a page-level field, and each `ClaimReview` on this page will use
162 # this value unless individually overridden.&lt;br&gt;
163 # Corresponds to `ClaimReview.url`
Bu Sun Kim65020912020-05-20 12:08:20 -0700164 &quot;versionId&quot;: &quot;A String&quot;, # The version ID for this markup. Except for update requests, this field is
165 # output-only and should not be set by the user.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700166 &quot;name&quot;: &quot;A String&quot;, # The name of this `ClaimReview` markup page resource, in the form of
167 # `pages/{page_id}`. Except for update requests, this field is output-only
168 # and should not be set by the user.
Bu Sun Kim65020912020-05-20 12:08:20 -0700169 &quot;publishDate&quot;: &quot;A String&quot;, # The date when the fact check was published.
Dan O'Mearadd494642020-05-01 07:42:23 -0700170 # Similar to the URL, semantically this is a page-level field, and each
171 # `ClaimReview` on this page will contain the same value.&lt;br&gt;
172 # Corresponds to `ClaimReview.datePublished`
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.
187 &quot;name&quot;: &quot;A String&quot;, # Name of the organization that is publishing the fact check.&lt;br&gt;
188 # Corresponds to `ClaimReview.author.name`.
189 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.author.image`.
190 },
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 Kim65020912020-05-20 12:08:20 -0700197 &quot;claimAppearances&quot;: [ # A list of links to works in which this claim appears, aside from the one
198 # specified in `claim_first_appearance`.&lt;br&gt;
199 # Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`.
200 &quot;A String&quot;,
201 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700202 &quot;claimAuthor&quot;: { # Information about the claim author. # Info about the author of this claim.
203 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.image`.
204 &quot;name&quot;: &quot;A String&quot;, # A person or organization stating the claim. For instance, &quot;John Doe&quot;.&lt;br&gt;
205 # Corresponds to `ClaimReview.itemReviewed.author.name`.
206 &quot;jobTitle&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`.
207 &quot;sameAs&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.sameAs`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700208 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700209 &quot;claimDate&quot;: &quot;A String&quot;, # The date when the claim was made or entered public discourse.&lt;br&gt;
210 # Corresponds to `ClaimReview.itemReviewed.datePublished`.
211 &quot;claimReviewed&quot;: &quot;A String&quot;, # A short summary of the claim being evaluated.&lt;br&gt;
212 # Corresponds to `ClaimReview.claimReviewed`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700213 &quot;url&quot;: &quot;A String&quot;, # This field is optional, and will default to the page URL. We provide this
214 # field to allow you the override the default value, but the only permitted
215 # override is the page URL plus an optional anchor link (&quot;page jump&quot;).&lt;br&gt;
216 # Corresponds to `ClaimReview.url`
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700217 &quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim review.
218 &quot;bestRating&quot;: 42, # For numeric ratings, the best value possible in the scale from worst to
219 # best.&lt;br&gt;
220 # Corresponds to `ClaimReview.reviewRating.bestRating`.
221 &quot;worstRating&quot;: 42, # For numeric ratings, the worst value possible in the scale from worst to
222 # best.&lt;br&gt;
223 # Corresponds to `ClaimReview.reviewRating.worstRating`.
224 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.image`.
225 &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`.
228 &quot;ratingExplanation&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.ratingExplanation`.
229 &quot;textualRating&quot;: &quot;A String&quot;, # The truthfulness rating as a human-readible short word or phrase.&lt;br&gt;
230 # Corresponds to `ClaimReview.reviewRating.alternateName`.
231 },
232 &quot;claimLocation&quot;: &quot;A String&quot;, # The location where this claim was made.&lt;br&gt;
233 # Corresponds to `ClaimReview.itemReviewed.name`.
234 &quot;claimFirstAppearance&quot;: &quot;A String&quot;, # A link to a work in which this claim first appears.&lt;br&gt;
235 # Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700236 },
237 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700238 &quot;pageUrl&quot;: &quot;A String&quot;, # The URL of the page associated with this `ClaimReview` markup.
239 # While every individual `ClaimReview` has its own URL field, semantically
240 # this is a page-level field, and each `ClaimReview` on this page will use
241 # this value unless individually overridden.&lt;br&gt;
242 # Corresponds to `ClaimReview.url`
Bu Sun Kim65020912020-05-20 12:08:20 -0700243 &quot;versionId&quot;: &quot;A String&quot;, # The version ID for this markup. Except for update requests, this field is
244 # output-only and should not be set by the user.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700245 &quot;name&quot;: &quot;A String&quot;, # The name of this `ClaimReview` markup page resource, in the form of
246 # `pages/{page_id}`. Except for update requests, this field is output-only
247 # and should not be set by the user.
Bu Sun Kim65020912020-05-20 12:08:20 -0700248 &quot;publishDate&quot;: &quot;A String&quot;, # The date when the fact check was published.
Dan O'Mearadd494642020-05-01 07:42:23 -0700249 # Similar to the URL, semantically this is a page-level field, and each
250 # `ClaimReview` on this page will contain the same value.&lt;br&gt;
251 # Corresponds to `ClaimReview.datePublished`
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.
299 &quot;name&quot;: &quot;A String&quot;, # Name of the organization that is publishing the fact check.&lt;br&gt;
300 # Corresponds to `ClaimReview.author.name`.
301 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.author.image`.
302 },
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 Kim65020912020-05-20 12:08:20 -0700309 &quot;claimAppearances&quot;: [ # A list of links to works in which this claim appears, aside from the one
310 # specified in `claim_first_appearance`.&lt;br&gt;
311 # Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`.
312 &quot;A String&quot;,
313 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700314 &quot;claimAuthor&quot;: { # Information about the claim author. # Info about the author of this claim.
315 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.image`.
316 &quot;name&quot;: &quot;A String&quot;, # A person or organization stating the claim. For instance, &quot;John Doe&quot;.&lt;br&gt;
317 # Corresponds to `ClaimReview.itemReviewed.author.name`.
318 &quot;jobTitle&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`.
319 &quot;sameAs&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.sameAs`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700320 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700321 &quot;claimDate&quot;: &quot;A String&quot;, # The date when the claim was made or entered public discourse.&lt;br&gt;
322 # Corresponds to `ClaimReview.itemReviewed.datePublished`.
323 &quot;claimReviewed&quot;: &quot;A String&quot;, # A short summary of the claim being evaluated.&lt;br&gt;
324 # Corresponds to `ClaimReview.claimReviewed`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700325 &quot;url&quot;: &quot;A String&quot;, # This field is optional, and will default to the page URL. We provide this
326 # field to allow you the override the default value, but the only permitted
327 # override is the page URL plus an optional anchor link (&quot;page jump&quot;).&lt;br&gt;
328 # Corresponds to `ClaimReview.url`
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700329 &quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim review.
330 &quot;bestRating&quot;: 42, # For numeric ratings, the best value possible in the scale from worst to
331 # best.&lt;br&gt;
332 # Corresponds to `ClaimReview.reviewRating.bestRating`.
333 &quot;worstRating&quot;: 42, # For numeric ratings, the worst value possible in the scale from worst to
334 # best.&lt;br&gt;
335 # Corresponds to `ClaimReview.reviewRating.worstRating`.
336 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.image`.
337 &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`.
340 &quot;ratingExplanation&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.ratingExplanation`.
341 &quot;textualRating&quot;: &quot;A String&quot;, # The truthfulness rating as a human-readible short word or phrase.&lt;br&gt;
342 # Corresponds to `ClaimReview.reviewRating.alternateName`.
343 },
344 &quot;claimLocation&quot;: &quot;A String&quot;, # The location where this claim was made.&lt;br&gt;
345 # Corresponds to `ClaimReview.itemReviewed.name`.
346 &quot;claimFirstAppearance&quot;: &quot;A String&quot;, # A link to a work in which this claim first appears.&lt;br&gt;
347 # Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700348 },
349 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700350 &quot;pageUrl&quot;: &quot;A String&quot;, # The URL of the page associated with this `ClaimReview` markup.
351 # While every individual `ClaimReview` has its own URL field, semantically
352 # this is a page-level field, and each `ClaimReview` on this page will use
353 # this value unless individually overridden.&lt;br&gt;
354 # Corresponds to `ClaimReview.url`
Bu Sun Kim65020912020-05-20 12:08:20 -0700355 &quot;versionId&quot;: &quot;A String&quot;, # The version ID for this markup. Except for update requests, this field is
356 # output-only and should not be set by the user.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700357 &quot;name&quot;: &quot;A String&quot;, # The name of this `ClaimReview` markup page resource, in the form of
358 # `pages/{page_id}`. Except for update requests, this field is output-only
359 # and should not be set by the user.
Bu Sun Kim65020912020-05-20 12:08:20 -0700360 &quot;publishDate&quot;: &quot;A String&quot;, # The date when the fact check was published.
Dan O'Mearadd494642020-05-01 07:42:23 -0700361 # Similar to the URL, semantically this is a page-level field, and each
362 # `ClaimReview` on this page will contain the same value.&lt;br&gt;
363 # Corresponds to `ClaimReview.datePublished`
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700364 }</pre>
365</div>
366
367<div class="method">
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700368 <code class="details" id="list">list(organization=None, offset=None, pageSize=None, pageToken=None, url=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 Kim65020912020-05-20 12:08:20 -0700373 organization: string, The organization for which we want to fetch markups for. For instance,
374&quot;site.com&quot;. Cannot be specified along with an URL.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700375 offset: integer, An integer that specifies the current offset (that is, starting result
376location) in search results. This field is only considered if `page_token`
377is unset, and if the request is not for a specific URL. For example, 0
378means to return results starting from the first matching result, and 10
379means to return from the 11th result.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700380 pageSize: integer, The pagination size. We will return up to that many results. Defaults to
38110 if not set. Has no effect if a URL is requested.
382 pageToken: string, The pagination token. You may provide the `next_page_token` returned from a
383previous List request, if any, in order to get the next page. All other
384fields must have the same values as in the previous request.
Bu Sun Kim65020912020-05-20 12:08:20 -0700385 url: string, The URL from which to get `ClaimReview` markup. There will be at most one
386result. If markup is associated with a more canonical version of the URL
387provided, we will return that URL instead. Cannot be specified along with
388an organization.
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 Kim65020912020-05-20 12:08:20 -0700398 &quot;claimReviewMarkupPages&quot;: [ # The result list of pages of `ClaimReview` markup.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700399 { # Holds one or more instances of `ClaimReview` markup for a webpage.
Bu Sun Kim65020912020-05-20 12:08:20 -0700400 &quot;claimReviewAuthor&quot;: { # Information about the claim review author. # Info about the author of this claim review.
401 # Similar to the above, semantically these are page-level fields, and each
402 # `ClaimReview` on this page will contain the same values.
403 &quot;name&quot;: &quot;A String&quot;, # Name of the organization that is publishing the fact check.&lt;br&gt;
404 # Corresponds to `ClaimReview.author.name`.
405 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.author.image`.
406 },
407 &quot;claimReviewMarkups&quot;: [ # A list of individual claim reviews for this page.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700408 # Each item in the list corresponds to one `ClaimReview` element.
409 { # Fields for an individual `ClaimReview` element.
410 # Except for sub-messages that group fields together, each of these fields
411 # correspond those in https://schema.org/ClaimReview. We list the precise
412 # mapping for each field.
Bu Sun Kim65020912020-05-20 12:08:20 -0700413 &quot;claimAppearances&quot;: [ # A list of links to works in which this claim appears, aside from the one
414 # specified in `claim_first_appearance`.&lt;br&gt;
415 # Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`.
416 &quot;A String&quot;,
417 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700418 &quot;claimAuthor&quot;: { # Information about the claim author. # Info about the author of this claim.
419 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.image`.
420 &quot;name&quot;: &quot;A String&quot;, # A person or organization stating the claim. For instance, &quot;John Doe&quot;.&lt;br&gt;
421 # Corresponds to `ClaimReview.itemReviewed.author.name`.
422 &quot;jobTitle&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`.
423 &quot;sameAs&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.sameAs`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700424 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700425 &quot;claimDate&quot;: &quot;A String&quot;, # The date when the claim was made or entered public discourse.&lt;br&gt;
426 # Corresponds to `ClaimReview.itemReviewed.datePublished`.
427 &quot;claimReviewed&quot;: &quot;A String&quot;, # A short summary of the claim being evaluated.&lt;br&gt;
428 # Corresponds to `ClaimReview.claimReviewed`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700429 &quot;url&quot;: &quot;A String&quot;, # This field is optional, and will default to the page URL. We provide this
430 # field to allow you the override the default value, but the only permitted
431 # override is the page URL plus an optional anchor link (&quot;page jump&quot;).&lt;br&gt;
432 # Corresponds to `ClaimReview.url`
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700433 &quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim review.
434 &quot;bestRating&quot;: 42, # For numeric ratings, the best value possible in the scale from worst to
435 # best.&lt;br&gt;
436 # Corresponds to `ClaimReview.reviewRating.bestRating`.
437 &quot;worstRating&quot;: 42, # For numeric ratings, the worst value possible in the scale from worst to
438 # best.&lt;br&gt;
439 # Corresponds to `ClaimReview.reviewRating.worstRating`.
440 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.image`.
441 &quot;ratingValue&quot;: 42, # A numeric rating of this claim, in the range worstRating — bestRating
442 # inclusive.&lt;br&gt;
443 # Corresponds to `ClaimReview.reviewRating.ratingValue`.
444 &quot;ratingExplanation&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.ratingExplanation`.
445 &quot;textualRating&quot;: &quot;A String&quot;, # The truthfulness rating as a human-readible short word or phrase.&lt;br&gt;
446 # Corresponds to `ClaimReview.reviewRating.alternateName`.
447 },
448 &quot;claimLocation&quot;: &quot;A String&quot;, # The location where this claim was made.&lt;br&gt;
449 # Corresponds to `ClaimReview.itemReviewed.name`.
450 &quot;claimFirstAppearance&quot;: &quot;A String&quot;, # A link to a work in which this claim first appears.&lt;br&gt;
451 # Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700452 },
453 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700454 &quot;pageUrl&quot;: &quot;A String&quot;, # The URL of the page associated with this `ClaimReview` markup.
455 # While every individual `ClaimReview` has its own URL field, semantically
456 # this is a page-level field, and each `ClaimReview` on this page will use
457 # this value unless individually overridden.&lt;br&gt;
458 # Corresponds to `ClaimReview.url`
Bu Sun Kim65020912020-05-20 12:08:20 -0700459 &quot;versionId&quot;: &quot;A String&quot;, # The version ID for this markup. Except for update requests, this field is
460 # output-only and should not be set by the user.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700461 &quot;name&quot;: &quot;A String&quot;, # The name of this `ClaimReview` markup page resource, in the form of
462 # `pages/{page_id}`. Except for update requests, this field is output-only
463 # and should not be set by the user.
Bu Sun Kim65020912020-05-20 12:08:20 -0700464 &quot;publishDate&quot;: &quot;A String&quot;, # The date when the fact check was published.
Dan O'Mearadd494642020-05-01 07:42:23 -0700465 # Similar to the URL, semantically this is a page-level field, and each
466 # `ClaimReview` on this page will contain the same value.&lt;br&gt;
467 # Corresponds to `ClaimReview.datePublished`
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700468 },
469 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700470 &quot;nextPageToken&quot;: &quot;A String&quot;, # The next pagination token in the Search response. It should be used as the
471 # `page_token` for the following request. An empty value means no more
472 # results.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700473 }</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.
510 &quot;name&quot;: &quot;A String&quot;, # Name of the organization that is publishing the fact check.&lt;br&gt;
511 # Corresponds to `ClaimReview.author.name`.
512 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.author.image`.
513 },
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 Kim65020912020-05-20 12:08:20 -0700520 &quot;claimAppearances&quot;: [ # A list of links to works in which this claim appears, aside from the one
521 # specified in `claim_first_appearance`.&lt;br&gt;
522 # Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`.
523 &quot;A String&quot;,
524 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700525 &quot;claimAuthor&quot;: { # Information about the claim author. # Info about the author of this claim.
526 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.image`.
527 &quot;name&quot;: &quot;A String&quot;, # A person or organization stating the claim. For instance, &quot;John Doe&quot;.&lt;br&gt;
528 # Corresponds to `ClaimReview.itemReviewed.author.name`.
529 &quot;jobTitle&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`.
530 &quot;sameAs&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.sameAs`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700531 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700532 &quot;claimDate&quot;: &quot;A String&quot;, # The date when the claim was made or entered public discourse.&lt;br&gt;
533 # Corresponds to `ClaimReview.itemReviewed.datePublished`.
534 &quot;claimReviewed&quot;: &quot;A String&quot;, # A short summary of the claim being evaluated.&lt;br&gt;
535 # Corresponds to `ClaimReview.claimReviewed`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700536 &quot;url&quot;: &quot;A String&quot;, # This field is optional, and will default to the page URL. We provide this
537 # field to allow you the override the default value, but the only permitted
538 # override is the page URL plus an optional anchor link (&quot;page jump&quot;).&lt;br&gt;
539 # Corresponds to `ClaimReview.url`
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700540 &quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim review.
541 &quot;bestRating&quot;: 42, # For numeric ratings, the best value possible in the scale from worst to
542 # best.&lt;br&gt;
543 # Corresponds to `ClaimReview.reviewRating.bestRating`.
544 &quot;worstRating&quot;: 42, # For numeric ratings, the worst value possible in the scale from worst to
545 # best.&lt;br&gt;
546 # Corresponds to `ClaimReview.reviewRating.worstRating`.
547 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.image`.
548 &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`.
551 &quot;ratingExplanation&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.ratingExplanation`.
552 &quot;textualRating&quot;: &quot;A String&quot;, # The truthfulness rating as a human-readible short word or phrase.&lt;br&gt;
553 # Corresponds to `ClaimReview.reviewRating.alternateName`.
554 },
555 &quot;claimLocation&quot;: &quot;A String&quot;, # The location where this claim was made.&lt;br&gt;
556 # Corresponds to `ClaimReview.itemReviewed.name`.
557 &quot;claimFirstAppearance&quot;: &quot;A String&quot;, # A link to a work in which this claim first appears.&lt;br&gt;
558 # Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700559 },
560 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700561 &quot;pageUrl&quot;: &quot;A String&quot;, # The URL of the page associated with this `ClaimReview` markup.
562 # While every individual `ClaimReview` has its own URL field, semantically
563 # this is a page-level field, and each `ClaimReview` on this page will use
564 # this value unless individually overridden.&lt;br&gt;
565 # Corresponds to `ClaimReview.url`
Bu Sun Kim65020912020-05-20 12:08:20 -0700566 &quot;versionId&quot;: &quot;A String&quot;, # The version ID for this markup. Except for update requests, this field is
567 # output-only and should not be set by the user.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700568 &quot;name&quot;: &quot;A String&quot;, # The name of this `ClaimReview` markup page resource, in the form of
569 # `pages/{page_id}`. Except for update requests, this field is output-only
570 # and should not be set by the user.
Bu Sun Kim65020912020-05-20 12:08:20 -0700571 &quot;publishDate&quot;: &quot;A String&quot;, # The date when the fact check was published.
Dan O'Mearadd494642020-05-01 07:42:23 -0700572 # Similar to the URL, semantically this is a page-level field, and each
573 # `ClaimReview` on this page will contain the same value.&lt;br&gt;
574 # Corresponds to `ClaimReview.datePublished`
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.
589 &quot;name&quot;: &quot;A String&quot;, # Name of the organization that is publishing the fact check.&lt;br&gt;
590 # Corresponds to `ClaimReview.author.name`.
591 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.author.image`.
592 },
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 Kim65020912020-05-20 12:08:20 -0700599 &quot;claimAppearances&quot;: [ # A list of links to works in which this claim appears, aside from the one
600 # specified in `claim_first_appearance`.&lt;br&gt;
601 # Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`.
602 &quot;A String&quot;,
603 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700604 &quot;claimAuthor&quot;: { # Information about the claim author. # Info about the author of this claim.
605 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.image`.
606 &quot;name&quot;: &quot;A String&quot;, # A person or organization stating the claim. For instance, &quot;John Doe&quot;.&lt;br&gt;
607 # Corresponds to `ClaimReview.itemReviewed.author.name`.
608 &quot;jobTitle&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`.
609 &quot;sameAs&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.sameAs`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700610 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700611 &quot;claimDate&quot;: &quot;A String&quot;, # The date when the claim was made or entered public discourse.&lt;br&gt;
612 # Corresponds to `ClaimReview.itemReviewed.datePublished`.
613 &quot;claimReviewed&quot;: &quot;A String&quot;, # A short summary of the claim being evaluated.&lt;br&gt;
614 # Corresponds to `ClaimReview.claimReviewed`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700615 &quot;url&quot;: &quot;A String&quot;, # This field is optional, and will default to the page URL. We provide this
616 # field to allow you the override the default value, but the only permitted
617 # override is the page URL plus an optional anchor link (&quot;page jump&quot;).&lt;br&gt;
618 # Corresponds to `ClaimReview.url`
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700619 &quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim review.
620 &quot;bestRating&quot;: 42, # For numeric ratings, the best value possible in the scale from worst to
621 # best.&lt;br&gt;
622 # Corresponds to `ClaimReview.reviewRating.bestRating`.
623 &quot;worstRating&quot;: 42, # For numeric ratings, the worst value possible in the scale from worst to
624 # best.&lt;br&gt;
625 # Corresponds to `ClaimReview.reviewRating.worstRating`.
626 &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.image`.
627 &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`.
630 &quot;ratingExplanation&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.ratingExplanation`.
631 &quot;textualRating&quot;: &quot;A String&quot;, # The truthfulness rating as a human-readible short word or phrase.&lt;br&gt;
632 # Corresponds to `ClaimReview.reviewRating.alternateName`.
633 },
634 &quot;claimLocation&quot;: &quot;A String&quot;, # The location where this claim was made.&lt;br&gt;
635 # Corresponds to `ClaimReview.itemReviewed.name`.
636 &quot;claimFirstAppearance&quot;: &quot;A String&quot;, # A link to a work in which this claim first appears.&lt;br&gt;
637 # Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700638 },
639 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700640 &quot;pageUrl&quot;: &quot;A String&quot;, # The URL of the page associated with this `ClaimReview` markup.
641 # While every individual `ClaimReview` has its own URL field, semantically
642 # this is a page-level field, and each `ClaimReview` on this page will use
643 # this value unless individually overridden.&lt;br&gt;
644 # Corresponds to `ClaimReview.url`
Bu Sun Kim65020912020-05-20 12:08:20 -0700645 &quot;versionId&quot;: &quot;A String&quot;, # The version ID for this markup. Except for update requests, this field is
646 # output-only and should not be set by the user.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700647 &quot;name&quot;: &quot;A String&quot;, # The name of this `ClaimReview` markup page resource, in the form of
648 # `pages/{page_id}`. Except for update requests, this field is output-only
649 # and should not be set by the user.
Bu Sun Kim65020912020-05-20 12:08:20 -0700650 &quot;publishDate&quot;: &quot;A String&quot;, # The date when the fact check was published.
Dan O'Mearadd494642020-05-01 07:42:23 -0700651 # Similar to the URL, semantically this is a page-level field, and each
652 # `ClaimReview` on this page will contain the same value.&lt;br&gt;
653 # Corresponds to `ClaimReview.datePublished`
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700654 }</pre>
655</div>
656
657</body></html>