1<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">
78  <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
81  <code><a href="#create">create(body=None, x__xgafv=None)</a></code></p>
82<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">
90  <code><a href="#list">list(offset=None, organization=None, pageSize=None, pageToken=None, url=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>
92<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">
96  <code><a href="#update">update(name, body=None, x__xgafv=None)</a></code></p>
97<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>
98<h3>Method Details</h3>
99<div class="method">
100    <code class="details" id="close">close()</code>
101  <pre>Close httplib2 connections.</pre>
102</div>
103
104<div class="method">
105    <code class="details" id="create">create(body=None, x__xgafv=None)</code>
106  <pre>Create `ClaimReview` markup on a page.
107
108Args:
109  body: object, The request body.
110    The object takes the form of:
111
112{ # Holds one or more instances of `ClaimReview` markup for a webpage.
113  &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.
114    &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.author.image`.
115    &quot;name&quot;: &quot;A String&quot;, # Name of the organization that is publishing the fact check. Corresponds to `ClaimReview.author.name`.
116  },
117  &quot;claimReviewMarkups&quot;: [ # A list of individual claim reviews for this page. Each item in the list corresponds to one `ClaimReview` element.
118    { # 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.
119      &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`.
120        &quot;A String&quot;,
121      ],
122      &quot;claimAuthor&quot;: { # Information about the claim author. # Info about the author of this claim.
123        &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.image`.
124        &quot;jobTitle&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`.
125        &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`.
126        &quot;sameAs&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.sameAs`.
127      },
128      &quot;claimDate&quot;: &quot;A String&quot;, # The date when the claim was made or entered public discourse. Corresponds to `ClaimReview.itemReviewed.datePublished`.
129      &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`.
130      &quot;claimLocation&quot;: &quot;A String&quot;, # The location where this claim was made. Corresponds to `ClaimReview.itemReviewed.name`.
131      &quot;claimReviewed&quot;: &quot;A String&quot;, # A short summary of the claim being evaluated. Corresponds to `ClaimReview.claimReviewed`.
132      &quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim review.
133        &quot;bestRating&quot;: 42, # For numeric ratings, the best value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.bestRating`.
134        &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.image`.
135        &quot;ratingExplanation&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.ratingExplanation`.
136        &quot;ratingValue&quot;: 42, # A numeric rating of this claim, in the range worstRating — bestRating inclusive. Corresponds to `ClaimReview.reviewRating.ratingValue`.
137        &quot;textualRating&quot;: &quot;A String&quot;, # The truthfulness rating as a human-readible short word or phrase. Corresponds to `ClaimReview.reviewRating.alternateName`.
138        &quot;worstRating&quot;: 42, # For numeric ratings, the worst value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.worstRating`.
139      },
140      &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`
141    },
142  ],
143  &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.
144  &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`
145  &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`
146  &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.
147}
148
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.
158  &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.
159    &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.author.image`.
160    &quot;name&quot;: &quot;A String&quot;, # Name of the organization that is publishing the fact check. Corresponds to `ClaimReview.author.name`.
161  },
162  &quot;claimReviewMarkups&quot;: [ # A list of individual claim reviews for this page. Each item in the list corresponds to one `ClaimReview` element.
163    { # 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.
164      &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`.
165        &quot;A String&quot;,
166      ],
167      &quot;claimAuthor&quot;: { # Information about the claim author. # Info about the author of this claim.
168        &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.image`.
169        &quot;jobTitle&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`.
170        &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`.
171        &quot;sameAs&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.sameAs`.
172      },
173      &quot;claimDate&quot;: &quot;A String&quot;, # The date when the claim was made or entered public discourse. Corresponds to `ClaimReview.itemReviewed.datePublished`.
174      &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`.
175      &quot;claimLocation&quot;: &quot;A String&quot;, # The location where this claim was made. Corresponds to `ClaimReview.itemReviewed.name`.
176      &quot;claimReviewed&quot;: &quot;A String&quot;, # A short summary of the claim being evaluated. Corresponds to `ClaimReview.claimReviewed`.
177      &quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim review.
178        &quot;bestRating&quot;: 42, # For numeric ratings, the best value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.bestRating`.
179        &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.image`.
180        &quot;ratingExplanation&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.ratingExplanation`.
181        &quot;ratingValue&quot;: 42, # A numeric rating of this claim, in the range worstRating — bestRating inclusive. Corresponds to `ClaimReview.reviewRating.ratingValue`.
182        &quot;textualRating&quot;: &quot;A String&quot;, # The truthfulness rating as a human-readible short word or phrase. Corresponds to `ClaimReview.reviewRating.alternateName`.
183        &quot;worstRating&quot;: 42, # For numeric ratings, the worst value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.worstRating`.
184      },
185      &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`
186    },
187  ],
188  &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.
189  &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`
190  &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`
191  &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.
192}</pre>
193</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
209    { # 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 `{}`.
210}</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.
228  &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.
229    &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.author.image`.
230    &quot;name&quot;: &quot;A String&quot;, # Name of the organization that is publishing the fact check. Corresponds to `ClaimReview.author.name`.
231  },
232  &quot;claimReviewMarkups&quot;: [ # A list of individual claim reviews for this page. Each item in the list corresponds to one `ClaimReview` element.
233    { # 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.
234      &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`.
235        &quot;A String&quot;,
236      ],
237      &quot;claimAuthor&quot;: { # Information about the claim author. # Info about the author of this claim.
238        &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.image`.
239        &quot;jobTitle&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`.
240        &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`.
241        &quot;sameAs&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.sameAs`.
242      },
243      &quot;claimDate&quot;: &quot;A String&quot;, # The date when the claim was made or entered public discourse. Corresponds to `ClaimReview.itemReviewed.datePublished`.
244      &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`.
245      &quot;claimLocation&quot;: &quot;A String&quot;, # The location where this claim was made. Corresponds to `ClaimReview.itemReviewed.name`.
246      &quot;claimReviewed&quot;: &quot;A String&quot;, # A short summary of the claim being evaluated. Corresponds to `ClaimReview.claimReviewed`.
247      &quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim review.
248        &quot;bestRating&quot;: 42, # For numeric ratings, the best value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.bestRating`.
249        &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.image`.
250        &quot;ratingExplanation&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.ratingExplanation`.
251        &quot;ratingValue&quot;: 42, # A numeric rating of this claim, in the range worstRating — bestRating inclusive. Corresponds to `ClaimReview.reviewRating.ratingValue`.
252        &quot;textualRating&quot;: &quot;A String&quot;, # The truthfulness rating as a human-readible short word or phrase. Corresponds to `ClaimReview.reviewRating.alternateName`.
253        &quot;worstRating&quot;: 42, # For numeric ratings, the worst value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.worstRating`.
254      },
255      &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`
256    },
257  ],
258  &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.
259  &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`
260  &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`
261  &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.
262}</pre>
263</div>
264
265<div class="method">
266    <code class="details" id="list">list(offset=None, organization=None, pageSize=None, pageToken=None, url=None, x__xgafv=None)</code>
267  <pre>List the `ClaimReview` markup pages for a specific URL or for an organization.
268
269Args:
270  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.
271  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.
272  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.
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  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.
275  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.
284  &quot;claimReviewMarkupPages&quot;: [ # The result list of pages of `ClaimReview` markup.
285    { # Holds one or more instances of `ClaimReview` markup for a webpage.
286      &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.
287        &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.author.image`.
288        &quot;name&quot;: &quot;A String&quot;, # Name of the organization that is publishing the fact check. Corresponds to `ClaimReview.author.name`.
289      },
290      &quot;claimReviewMarkups&quot;: [ # A list of individual claim reviews for this page. Each item in the list corresponds to one `ClaimReview` element.
291        { # 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.
292          &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`.
293            &quot;A String&quot;,
294          ],
295          &quot;claimAuthor&quot;: { # Information about the claim author. # Info about the author of this claim.
296            &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.image`.
297            &quot;jobTitle&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`.
298            &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`.
299            &quot;sameAs&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.sameAs`.
300          },
301          &quot;claimDate&quot;: &quot;A String&quot;, # The date when the claim was made or entered public discourse. Corresponds to `ClaimReview.itemReviewed.datePublished`.
302          &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`.
303          &quot;claimLocation&quot;: &quot;A String&quot;, # The location where this claim was made. Corresponds to `ClaimReview.itemReviewed.name`.
304          &quot;claimReviewed&quot;: &quot;A String&quot;, # A short summary of the claim being evaluated. Corresponds to `ClaimReview.claimReviewed`.
305          &quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim review.
306            &quot;bestRating&quot;: 42, # For numeric ratings, the best value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.bestRating`.
307            &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.image`.
308            &quot;ratingExplanation&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.ratingExplanation`.
309            &quot;ratingValue&quot;: 42, # A numeric rating of this claim, in the range worstRating — bestRating inclusive. Corresponds to `ClaimReview.reviewRating.ratingValue`.
310            &quot;textualRating&quot;: &quot;A String&quot;, # The truthfulness rating as a human-readible short word or phrase. Corresponds to `ClaimReview.reviewRating.alternateName`.
311            &quot;worstRating&quot;: 42, # For numeric ratings, the worst value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.worstRating`.
312          },
313          &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`
314        },
315      ],
316      &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.
317      &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`
318      &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`
319      &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.
320    },
321  ],
322  &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.
323}</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:
335  A request object that you can call &#x27;execute()&#x27; on to request the next
336  page. Returns None if there are no more items in the collection.
337    </pre>
338</div>
339
340<div class="method">
341    <code class="details" id="update">update(name, body=None, x__xgafv=None)</code>
342  <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.
343
344Args:
345  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)
346  body: object, The request body.
347    The object takes the form of:
348
349{ # Holds one or more instances of `ClaimReview` markup for a webpage.
350  &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.
351    &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.author.image`.
352    &quot;name&quot;: &quot;A String&quot;, # Name of the organization that is publishing the fact check. Corresponds to `ClaimReview.author.name`.
353  },
354  &quot;claimReviewMarkups&quot;: [ # A list of individual claim reviews for this page. Each item in the list corresponds to one `ClaimReview` element.
355    { # 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.
356      &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`.
357        &quot;A String&quot;,
358      ],
359      &quot;claimAuthor&quot;: { # Information about the claim author. # Info about the author of this claim.
360        &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.image`.
361        &quot;jobTitle&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`.
362        &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`.
363        &quot;sameAs&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.sameAs`.
364      },
365      &quot;claimDate&quot;: &quot;A String&quot;, # The date when the claim was made or entered public discourse. Corresponds to `ClaimReview.itemReviewed.datePublished`.
366      &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`.
367      &quot;claimLocation&quot;: &quot;A String&quot;, # The location where this claim was made. Corresponds to `ClaimReview.itemReviewed.name`.
368      &quot;claimReviewed&quot;: &quot;A String&quot;, # A short summary of the claim being evaluated. Corresponds to `ClaimReview.claimReviewed`.
369      &quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim review.
370        &quot;bestRating&quot;: 42, # For numeric ratings, the best value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.bestRating`.
371        &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.image`.
372        &quot;ratingExplanation&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.ratingExplanation`.
373        &quot;ratingValue&quot;: 42, # A numeric rating of this claim, in the range worstRating — bestRating inclusive. Corresponds to `ClaimReview.reviewRating.ratingValue`.
374        &quot;textualRating&quot;: &quot;A String&quot;, # The truthfulness rating as a human-readible short word or phrase. Corresponds to `ClaimReview.reviewRating.alternateName`.
375        &quot;worstRating&quot;: 42, # For numeric ratings, the worst value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.worstRating`.
376      },
377      &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`
378    },
379  ],
380  &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.
381  &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`
382  &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`
383  &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.
384}
385
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.
395  &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.
396    &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.author.image`.
397    &quot;name&quot;: &quot;A String&quot;, # Name of the organization that is publishing the fact check. Corresponds to `ClaimReview.author.name`.
398  },
399  &quot;claimReviewMarkups&quot;: [ # A list of individual claim reviews for this page. Each item in the list corresponds to one `ClaimReview` element.
400    { # 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.
401      &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`.
402        &quot;A String&quot;,
403      ],
404      &quot;claimAuthor&quot;: { # Information about the claim author. # Info about the author of this claim.
405        &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.image`.
406        &quot;jobTitle&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`.
407        &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`.
408        &quot;sameAs&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.itemReviewed.author.sameAs`.
409      },
410      &quot;claimDate&quot;: &quot;A String&quot;, # The date when the claim was made or entered public discourse. Corresponds to `ClaimReview.itemReviewed.datePublished`.
411      &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`.
412      &quot;claimLocation&quot;: &quot;A String&quot;, # The location where this claim was made. Corresponds to `ClaimReview.itemReviewed.name`.
413      &quot;claimReviewed&quot;: &quot;A String&quot;, # A short summary of the claim being evaluated. Corresponds to `ClaimReview.claimReviewed`.
414      &quot;rating&quot;: { # Information about the claim rating. # Info about the rating of this claim review.
415        &quot;bestRating&quot;: 42, # For numeric ratings, the best value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.bestRating`.
416        &quot;imageUrl&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.image`.
417        &quot;ratingExplanation&quot;: &quot;A String&quot;, # Corresponds to `ClaimReview.reviewRating.ratingExplanation`.
418        &quot;ratingValue&quot;: 42, # A numeric rating of this claim, in the range worstRating — bestRating inclusive. Corresponds to `ClaimReview.reviewRating.ratingValue`.
419        &quot;textualRating&quot;: &quot;A String&quot;, # The truthfulness rating as a human-readible short word or phrase. Corresponds to `ClaimReview.reviewRating.alternateName`.
420        &quot;worstRating&quot;: 42, # For numeric ratings, the worst value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.worstRating`.
421      },
422      &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`
423    },
424  ],
425  &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.
426  &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`
427  &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`
428  &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.
429}</pre>
430</div>
431
432</body></html>