Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 1 | <html><body> |
| 2 | <style> |
| 3 | |
| 4 | body, 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 | |
| 15 | body { |
| 16 | font-size: 13px; |
| 17 | padding: 1em; |
| 18 | } |
| 19 | |
| 20 | h1 { |
| 21 | font-size: 26px; |
| 22 | margin-bottom: 1em; |
| 23 | } |
| 24 | |
| 25 | h2 { |
| 26 | font-size: 24px; |
| 27 | margin-bottom: 1em; |
| 28 | } |
| 29 | |
| 30 | h3 { |
| 31 | font-size: 20px; |
| 32 | margin-bottom: 1em; |
| 33 | margin-top: 1em; |
| 34 | } |
| 35 | |
| 36 | pre, code { |
| 37 | line-height: 1.5; |
| 38 | font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; |
| 39 | } |
| 40 | |
| 41 | pre { |
| 42 | margin-top: 0.5em; |
| 43 | } |
| 44 | |
| 45 | h1, h2, h3, p { |
| 46 | font-family: Arial, sans serif; |
| 47 | } |
| 48 | |
| 49 | h1, 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'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 78 | <code><a href="#create">create(body=None, x__xgafv=None)</a></code></p> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 79 | <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 Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 87 | <code><a href="#list">list(pageSize=None, organization=None, pageToken=None, offset=None, url=None, x__xgafv=None)</a></code></p> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 88 | <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'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 93 | <code><a href="#update">update(name, body=None, x__xgafv=None)</a></code></p> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 94 | <p class="firstline">Update for all `ClaimReview` markup on a page</p> |
| 95 | <h3>Method Details</h3> |
| 96 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 97 | <code class="details" id="create">create(body=None, x__xgafv=None)</code> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 98 | <pre>Create `ClaimReview` markup on a page. |
| 99 | |
| 100 | Args: |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 101 | body: object, The request body. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 102 | The object takes the form of: |
| 103 | |
| 104 | { # Holds one or more instances of `ClaimReview` markup for a webpage. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 105 | "pageUrl": "A String", # The URL of the page associated with this `ClaimReview` markup. |
| 106 | # While every individual `ClaimReview` has its own URL field, semantically |
| 107 | # this is a page-level field, and each `ClaimReview` on this page will use |
| 108 | # this value unless individually overridden.<br> |
| 109 | # Corresponds to `ClaimReview.url` |
| 110 | "name": "A String", # The name of this `ClaimReview` markup page resource, in the form of |
| 111 | # `pages/{page_id}`. Except for update requests, this field is output-only |
| 112 | # and should not be set by the user. |
| 113 | "claimReviewAuthor": { # Information about the claim review author. # Info about the author of this claim review. |
| 114 | # Similar to the above, semantically these are page-level fields, and each |
| 115 | # `ClaimReview` on this page will contain the same values. |
| 116 | "name": "A String", # Name of the organization that is publishing the fact check.<br> |
| 117 | # Corresponds to `ClaimReview.author.name`. |
| 118 | "imageUrl": "A String", # Corresponds to `ClaimReview.author.image`. |
| 119 | }, |
| 120 | "claimReviewMarkups": [ # A list of individual claim reviews for this page. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 121 | # Each item in the list corresponds to one `ClaimReview` element. |
| 122 | { # Fields for an individual `ClaimReview` element. |
| 123 | # Except for sub-messages that group fields together, each of these fields |
| 124 | # correspond those in https://schema.org/ClaimReview. We list the precise |
| 125 | # mapping for each field. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 126 | "claimLocation": "A String", # The location where this claim was made.<br> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 127 | # Corresponds to `ClaimReview.itemReviewed.name`. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 128 | "claimFirstAppearance": "A String", # A link to a work in which this claim first appears.<br> |
| 129 | # Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`. |
| 130 | "claimAuthor": { # Information about the claim author. # Info about the author of this claim. |
| 131 | "imageUrl": "A String", # Corresponds to `ClaimReview.itemReviewed.author.image`. |
| 132 | "sameAs": "A String", # Corresponds to `ClaimReview.itemReviewed.author.sameAs`. |
| 133 | "jobTitle": "A String", # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`. |
| 134 | "name": "A String", # A person or organization stating the claim. For instance, "John Doe".<br> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 135 | # Corresponds to `ClaimReview.itemReviewed.author.name`. |
| 136 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 137 | "claimReviewed": "A String", # A short summary of the claim being evaluated.<br> |
| 138 | # Corresponds to `ClaimReview.claimReviewed`. |
| 139 | "claimDate": "A String", # The date when the claim was made or entered public discourse.<br> |
| 140 | # Corresponds to `ClaimReview.itemReviewed.datePublished`. |
| 141 | "claimAppearances": [ # A list of links to works in which this claim appears, aside from the one |
| 142 | # specified in `claim_first_appearance`.<br> |
| 143 | # Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`. |
| 144 | "A String", |
| 145 | ], |
| 146 | "rating": { # Information about the claim rating. # Info about the rating of this claim review. |
| 147 | "imageUrl": "A String", # Corresponds to `ClaimReview.reviewRating.image`. |
| 148 | "bestRating": 42, # For numeric ratings, the best value possible in the scale from worst to |
| 149 | # best.<br> |
| 150 | # Corresponds to `ClaimReview.reviewRating.bestRating`. |
| 151 | "ratingExplanation": "A String", # Corresponds to `ClaimReview.reviewRating.ratingExplanation`. |
| 152 | "worstRating": 42, # For numeric ratings, the worst value possible in the scale from worst to |
| 153 | # best.<br> |
| 154 | # Corresponds to `ClaimReview.reviewRating.worstRating`. |
| 155 | "ratingValue": 42, # A numeric rating of this claim, in the range worstRating — bestRating |
| 156 | # inclusive.<br> |
| 157 | # Corresponds to `ClaimReview.reviewRating.ratingValue`. |
| 158 | "textualRating": "A String", # The truthfulness rating as a human-readible short word or phrase.<br> |
| 159 | # Corresponds to `ClaimReview.reviewRating.alternateName`. |
| 160 | }, |
| 161 | "url": "A String", # This field is optional, and will default to the page URL. We provide this |
| 162 | # field to allow you the override the default value, but the only permitted |
| 163 | # override is the page URL plus an optional anchor link ("page jump").<br> |
| 164 | # Corresponds to `ClaimReview.url` |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 165 | }, |
| 166 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 167 | "versionId": "A String", # The version ID for this markup. Except for update requests, this field is |
| 168 | # output-only and should not be set by the user. |
| 169 | "publishDate": "A String", # The date when the fact check was published. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 170 | # Similar to the URL, semantically this is a page-level field, and each |
| 171 | # `ClaimReview` on this page will contain the same value.<br> |
| 172 | # Corresponds to `ClaimReview.datePublished` |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 173 | } |
| 174 | |
| 175 | x__xgafv: string, V1 error format. |
| 176 | Allowed values |
| 177 | 1 - v1 error format |
| 178 | 2 - v2 error format |
| 179 | |
| 180 | Returns: |
| 181 | An object of the form: |
| 182 | |
| 183 | { # Holds one or more instances of `ClaimReview` markup for a webpage. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 184 | "pageUrl": "A String", # The URL of the page associated with this `ClaimReview` markup. |
| 185 | # While every individual `ClaimReview` has its own URL field, semantically |
| 186 | # this is a page-level field, and each `ClaimReview` on this page will use |
| 187 | # this value unless individually overridden.<br> |
| 188 | # Corresponds to `ClaimReview.url` |
| 189 | "name": "A String", # The name of this `ClaimReview` markup page resource, in the form of |
| 190 | # `pages/{page_id}`. Except for update requests, this field is output-only |
| 191 | # and should not be set by the user. |
| 192 | "claimReviewAuthor": { # Information about the claim review author. # Info about the author of this claim review. |
| 193 | # Similar to the above, semantically these are page-level fields, and each |
| 194 | # `ClaimReview` on this page will contain the same values. |
| 195 | "name": "A String", # Name of the organization that is publishing the fact check.<br> |
| 196 | # Corresponds to `ClaimReview.author.name`. |
| 197 | "imageUrl": "A String", # Corresponds to `ClaimReview.author.image`. |
| 198 | }, |
| 199 | "claimReviewMarkups": [ # A list of individual claim reviews for this page. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 200 | # Each item in the list corresponds to one `ClaimReview` element. |
| 201 | { # Fields for an individual `ClaimReview` element. |
| 202 | # Except for sub-messages that group fields together, each of these fields |
| 203 | # correspond those in https://schema.org/ClaimReview. We list the precise |
| 204 | # mapping for each field. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 205 | "claimLocation": "A String", # The location where this claim was made.<br> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 206 | # Corresponds to `ClaimReview.itemReviewed.name`. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 207 | "claimFirstAppearance": "A String", # A link to a work in which this claim first appears.<br> |
| 208 | # Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`. |
| 209 | "claimAuthor": { # Information about the claim author. # Info about the author of this claim. |
| 210 | "imageUrl": "A String", # Corresponds to `ClaimReview.itemReviewed.author.image`. |
| 211 | "sameAs": "A String", # Corresponds to `ClaimReview.itemReviewed.author.sameAs`. |
| 212 | "jobTitle": "A String", # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`. |
| 213 | "name": "A String", # A person or organization stating the claim. For instance, "John Doe".<br> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 214 | # Corresponds to `ClaimReview.itemReviewed.author.name`. |
| 215 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 216 | "claimReviewed": "A String", # A short summary of the claim being evaluated.<br> |
| 217 | # Corresponds to `ClaimReview.claimReviewed`. |
| 218 | "claimDate": "A String", # The date when the claim was made or entered public discourse.<br> |
| 219 | # Corresponds to `ClaimReview.itemReviewed.datePublished`. |
| 220 | "claimAppearances": [ # A list of links to works in which this claim appears, aside from the one |
| 221 | # specified in `claim_first_appearance`.<br> |
| 222 | # Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`. |
| 223 | "A String", |
| 224 | ], |
| 225 | "rating": { # Information about the claim rating. # Info about the rating of this claim review. |
| 226 | "imageUrl": "A String", # Corresponds to `ClaimReview.reviewRating.image`. |
| 227 | "bestRating": 42, # For numeric ratings, the best value possible in the scale from worst to |
| 228 | # best.<br> |
| 229 | # Corresponds to `ClaimReview.reviewRating.bestRating`. |
| 230 | "ratingExplanation": "A String", # Corresponds to `ClaimReview.reviewRating.ratingExplanation`. |
| 231 | "worstRating": 42, # For numeric ratings, the worst value possible in the scale from worst to |
| 232 | # best.<br> |
| 233 | # Corresponds to `ClaimReview.reviewRating.worstRating`. |
| 234 | "ratingValue": 42, # A numeric rating of this claim, in the range worstRating — bestRating |
| 235 | # inclusive.<br> |
| 236 | # Corresponds to `ClaimReview.reviewRating.ratingValue`. |
| 237 | "textualRating": "A String", # The truthfulness rating as a human-readible short word or phrase.<br> |
| 238 | # Corresponds to `ClaimReview.reviewRating.alternateName`. |
| 239 | }, |
| 240 | "url": "A String", # This field is optional, and will default to the page URL. We provide this |
| 241 | # field to allow you the override the default value, but the only permitted |
| 242 | # override is the page URL plus an optional anchor link ("page jump").<br> |
| 243 | # Corresponds to `ClaimReview.url` |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 244 | }, |
| 245 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 246 | "versionId": "A String", # The version ID for this markup. Except for update requests, this field is |
| 247 | # output-only and should not be set by the user. |
| 248 | "publishDate": "A String", # The date when the fact check was published. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 249 | # Similar to the URL, semantically this is a page-level field, and each |
| 250 | # `ClaimReview` on this page will contain the same value.<br> |
| 251 | # Corresponds to `ClaimReview.datePublished` |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 252 | }</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 | |
| 259 | Args: |
| 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 | |
| 266 | Returns: |
| 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 | |
| 285 | Args: |
| 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 | |
| 292 | Returns: |
| 293 | An object of the form: |
| 294 | |
| 295 | { # Holds one or more instances of `ClaimReview` markup for a webpage. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 296 | "pageUrl": "A String", # The URL of the page associated with this `ClaimReview` markup. |
| 297 | # While every individual `ClaimReview` has its own URL field, semantically |
| 298 | # this is a page-level field, and each `ClaimReview` on this page will use |
| 299 | # this value unless individually overridden.<br> |
| 300 | # Corresponds to `ClaimReview.url` |
| 301 | "name": "A String", # The name of this `ClaimReview` markup page resource, in the form of |
| 302 | # `pages/{page_id}`. Except for update requests, this field is output-only |
| 303 | # and should not be set by the user. |
| 304 | "claimReviewAuthor": { # Information about the claim review author. # Info about the author of this claim review. |
| 305 | # Similar to the above, semantically these are page-level fields, and each |
| 306 | # `ClaimReview` on this page will contain the same values. |
| 307 | "name": "A String", # Name of the organization that is publishing the fact check.<br> |
| 308 | # Corresponds to `ClaimReview.author.name`. |
| 309 | "imageUrl": "A String", # Corresponds to `ClaimReview.author.image`. |
| 310 | }, |
| 311 | "claimReviewMarkups": [ # A list of individual claim reviews for this page. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 312 | # Each item in the list corresponds to one `ClaimReview` element. |
| 313 | { # Fields for an individual `ClaimReview` element. |
| 314 | # Except for sub-messages that group fields together, each of these fields |
| 315 | # correspond those in https://schema.org/ClaimReview. We list the precise |
| 316 | # mapping for each field. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 317 | "claimLocation": "A String", # The location where this claim was made.<br> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 318 | # Corresponds to `ClaimReview.itemReviewed.name`. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 319 | "claimFirstAppearance": "A String", # A link to a work in which this claim first appears.<br> |
| 320 | # Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`. |
| 321 | "claimAuthor": { # Information about the claim author. # Info about the author of this claim. |
| 322 | "imageUrl": "A String", # Corresponds to `ClaimReview.itemReviewed.author.image`. |
| 323 | "sameAs": "A String", # Corresponds to `ClaimReview.itemReviewed.author.sameAs`. |
| 324 | "jobTitle": "A String", # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`. |
| 325 | "name": "A String", # A person or organization stating the claim. For instance, "John Doe".<br> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 326 | # Corresponds to `ClaimReview.itemReviewed.author.name`. |
| 327 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 328 | "claimReviewed": "A String", # A short summary of the claim being evaluated.<br> |
| 329 | # Corresponds to `ClaimReview.claimReviewed`. |
| 330 | "claimDate": "A String", # The date when the claim was made or entered public discourse.<br> |
| 331 | # Corresponds to `ClaimReview.itemReviewed.datePublished`. |
| 332 | "claimAppearances": [ # A list of links to works in which this claim appears, aside from the one |
| 333 | # specified in `claim_first_appearance`.<br> |
| 334 | # Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`. |
| 335 | "A String", |
| 336 | ], |
| 337 | "rating": { # Information about the claim rating. # Info about the rating of this claim review. |
| 338 | "imageUrl": "A String", # Corresponds to `ClaimReview.reviewRating.image`. |
| 339 | "bestRating": 42, # For numeric ratings, the best value possible in the scale from worst to |
| 340 | # best.<br> |
| 341 | # Corresponds to `ClaimReview.reviewRating.bestRating`. |
| 342 | "ratingExplanation": "A String", # Corresponds to `ClaimReview.reviewRating.ratingExplanation`. |
| 343 | "worstRating": 42, # For numeric ratings, the worst value possible in the scale from worst to |
| 344 | # best.<br> |
| 345 | # Corresponds to `ClaimReview.reviewRating.worstRating`. |
| 346 | "ratingValue": 42, # A numeric rating of this claim, in the range worstRating — bestRating |
| 347 | # inclusive.<br> |
| 348 | # Corresponds to `ClaimReview.reviewRating.ratingValue`. |
| 349 | "textualRating": "A String", # The truthfulness rating as a human-readible short word or phrase.<br> |
| 350 | # Corresponds to `ClaimReview.reviewRating.alternateName`. |
| 351 | }, |
| 352 | "url": "A String", # This field is optional, and will default to the page URL. We provide this |
| 353 | # field to allow you the override the default value, but the only permitted |
| 354 | # override is the page URL plus an optional anchor link ("page jump").<br> |
| 355 | # Corresponds to `ClaimReview.url` |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 356 | }, |
| 357 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 358 | "versionId": "A String", # The version ID for this markup. Except for update requests, this field is |
| 359 | # output-only and should not be set by the user. |
| 360 | "publishDate": "A String", # The date when the fact check was published. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 361 | # Similar to the URL, semantically this is a page-level field, and each |
| 362 | # `ClaimReview` on this page will contain the same value.<br> |
| 363 | # Corresponds to `ClaimReview.datePublished` |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 364 | }</pre> |
| 365 | </div> |
| 366 | |
| 367 | <div class="method"> |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 368 | <code class="details" id="list">list(pageSize=None, organization=None, pageToken=None, offset=None, url=None, x__xgafv=None)</code> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 369 | <pre>List the `ClaimReview` markup pages for a specific URL or for an |
| 370 | organization. |
| 371 | |
| 372 | Args: |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 373 | pageSize: integer, The pagination size. We will return up to that many results. Defaults to |
| 374 | 10 if not set. Has no effect if a URL is requested. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 375 | organization: string, The organization for which we want to fetch markups for. For instance, |
| 376 | "site.com". Cannot be specified along with an URL. |
| 377 | pageToken: string, The pagination token. You may provide the `next_page_token` returned from a |
| 378 | previous List request, if any, in order to get the next page. All other |
| 379 | fields must have the same values as in the previous request. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 380 | offset: integer, An integer that specifies the current offset (that is, starting result |
| 381 | location) in search results. This field is only considered if `page_token` |
| 382 | is unset, and if the request is not for a specific URL. For example, 0 |
| 383 | means to return results starting from the first matching result, and 10 |
| 384 | means to return from the 11th result. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 385 | url: string, The URL from which to get `ClaimReview` markup. There will be at most one |
| 386 | result. If markup is associated with a more canonical version of the URL |
| 387 | provided, we will return that URL instead. Cannot be specified along with |
| 388 | an organization. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 389 | x__xgafv: string, V1 error format. |
| 390 | Allowed values |
| 391 | 1 - v1 error format |
| 392 | 2 - v2 error format |
| 393 | |
| 394 | Returns: |
| 395 | An object of the form: |
| 396 | |
| 397 | { # Response from listing `ClaimReview` markup. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 398 | "claimReviewMarkupPages": [ # The result list of pages of `ClaimReview` markup. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 399 | { # Holds one or more instances of `ClaimReview` markup for a webpage. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 400 | "pageUrl": "A String", # The URL of the page associated with this `ClaimReview` markup. |
| 401 | # While every individual `ClaimReview` has its own URL field, semantically |
| 402 | # this is a page-level field, and each `ClaimReview` on this page will use |
| 403 | # this value unless individually overridden.<br> |
| 404 | # Corresponds to `ClaimReview.url` |
| 405 | "name": "A String", # The name of this `ClaimReview` markup page resource, in the form of |
| 406 | # `pages/{page_id}`. Except for update requests, this field is output-only |
| 407 | # and should not be set by the user. |
| 408 | "claimReviewAuthor": { # Information about the claim review author. # Info about the author of this claim review. |
| 409 | # Similar to the above, semantically these are page-level fields, and each |
| 410 | # `ClaimReview` on this page will contain the same values. |
| 411 | "name": "A String", # Name of the organization that is publishing the fact check.<br> |
| 412 | # Corresponds to `ClaimReview.author.name`. |
| 413 | "imageUrl": "A String", # Corresponds to `ClaimReview.author.image`. |
| 414 | }, |
| 415 | "claimReviewMarkups": [ # A list of individual claim reviews for this page. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 416 | # Each item in the list corresponds to one `ClaimReview` element. |
| 417 | { # Fields for an individual `ClaimReview` element. |
| 418 | # Except for sub-messages that group fields together, each of these fields |
| 419 | # correspond those in https://schema.org/ClaimReview. We list the precise |
| 420 | # mapping for each field. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 421 | "claimLocation": "A String", # The location where this claim was made.<br> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 422 | # Corresponds to `ClaimReview.itemReviewed.name`. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 423 | "claimFirstAppearance": "A String", # A link to a work in which this claim first appears.<br> |
| 424 | # Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`. |
| 425 | "claimAuthor": { # Information about the claim author. # Info about the author of this claim. |
| 426 | "imageUrl": "A String", # Corresponds to `ClaimReview.itemReviewed.author.image`. |
| 427 | "sameAs": "A String", # Corresponds to `ClaimReview.itemReviewed.author.sameAs`. |
| 428 | "jobTitle": "A String", # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`. |
| 429 | "name": "A String", # A person or organization stating the claim. For instance, "John Doe".<br> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 430 | # Corresponds to `ClaimReview.itemReviewed.author.name`. |
| 431 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 432 | "claimReviewed": "A String", # A short summary of the claim being evaluated.<br> |
| 433 | # Corresponds to `ClaimReview.claimReviewed`. |
| 434 | "claimDate": "A String", # The date when the claim was made or entered public discourse.<br> |
| 435 | # Corresponds to `ClaimReview.itemReviewed.datePublished`. |
| 436 | "claimAppearances": [ # A list of links to works in which this claim appears, aside from the one |
| 437 | # specified in `claim_first_appearance`.<br> |
| 438 | # Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`. |
| 439 | "A String", |
| 440 | ], |
| 441 | "rating": { # Information about the claim rating. # Info about the rating of this claim review. |
| 442 | "imageUrl": "A String", # Corresponds to `ClaimReview.reviewRating.image`. |
| 443 | "bestRating": 42, # For numeric ratings, the best value possible in the scale from worst to |
| 444 | # best.<br> |
| 445 | # Corresponds to `ClaimReview.reviewRating.bestRating`. |
| 446 | "ratingExplanation": "A String", # Corresponds to `ClaimReview.reviewRating.ratingExplanation`. |
| 447 | "worstRating": 42, # For numeric ratings, the worst value possible in the scale from worst to |
| 448 | # best.<br> |
| 449 | # Corresponds to `ClaimReview.reviewRating.worstRating`. |
| 450 | "ratingValue": 42, # A numeric rating of this claim, in the range worstRating — bestRating |
| 451 | # inclusive.<br> |
| 452 | # Corresponds to `ClaimReview.reviewRating.ratingValue`. |
| 453 | "textualRating": "A String", # The truthfulness rating as a human-readible short word or phrase.<br> |
| 454 | # Corresponds to `ClaimReview.reviewRating.alternateName`. |
| 455 | }, |
| 456 | "url": "A String", # This field is optional, and will default to the page URL. We provide this |
| 457 | # field to allow you the override the default value, but the only permitted |
| 458 | # override is the page URL plus an optional anchor link ("page jump").<br> |
| 459 | # Corresponds to `ClaimReview.url` |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 460 | }, |
| 461 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 462 | "versionId": "A String", # The version ID for this markup. Except for update requests, this field is |
| 463 | # output-only and should not be set by the user. |
| 464 | "publishDate": "A String", # The date when the fact check was published. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 465 | # Similar to the URL, semantically this is a page-level field, and each |
| 466 | # `ClaimReview` on this page will contain the same value.<br> |
| 467 | # Corresponds to `ClaimReview.datePublished` |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 468 | }, |
| 469 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 470 | "nextPageToken": "A String", # 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 Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 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 | |
| 480 | Args: |
| 481 | previous_request: The request for the previous page. (required) |
| 482 | previous_response: The response from the request for the previous page. (required) |
| 483 | |
| 484 | Returns: |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 485 | A request object that you can call 'execute()' on to request the next |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 486 | page. Returns None if there are no more items in the collection. |
| 487 | </pre> |
| 488 | </div> |
| 489 | |
| 490 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 491 | <code class="details" id="update">update(name, body=None, x__xgafv=None)</code> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 492 | <pre>Update for all `ClaimReview` markup on a page |
| 493 | |
| 494 | Note that this is a full update. To retain the existing `ClaimReview` |
| 495 | markup on a page, first perform a Get operation, then modify the returned |
| 496 | markup, and finally call Update with the entire `ClaimReview` markup as the |
| 497 | body. |
| 498 | |
| 499 | Args: |
| 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 |
| 502 | and should not be set by the user. (required) |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 503 | body: object, The request body. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 504 | The object takes the form of: |
| 505 | |
| 506 | { # Holds one or more instances of `ClaimReview` markup for a webpage. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 507 | "pageUrl": "A String", # The URL of the page associated with this `ClaimReview` markup. |
| 508 | # While every individual `ClaimReview` has its own URL field, semantically |
| 509 | # this is a page-level field, and each `ClaimReview` on this page will use |
| 510 | # this value unless individually overridden.<br> |
| 511 | # Corresponds to `ClaimReview.url` |
| 512 | "name": "A String", # The name of this `ClaimReview` markup page resource, in the form of |
| 513 | # `pages/{page_id}`. Except for update requests, this field is output-only |
| 514 | # and should not be set by the user. |
| 515 | "claimReviewAuthor": { # Information about the claim review author. # Info about the author of this claim review. |
| 516 | # Similar to the above, semantically these are page-level fields, and each |
| 517 | # `ClaimReview` on this page will contain the same values. |
| 518 | "name": "A String", # Name of the organization that is publishing the fact check.<br> |
| 519 | # Corresponds to `ClaimReview.author.name`. |
| 520 | "imageUrl": "A String", # Corresponds to `ClaimReview.author.image`. |
| 521 | }, |
| 522 | "claimReviewMarkups": [ # A list of individual claim reviews for this page. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 523 | # Each item in the list corresponds to one `ClaimReview` element. |
| 524 | { # Fields for an individual `ClaimReview` element. |
| 525 | # Except for sub-messages that group fields together, each of these fields |
| 526 | # correspond those in https://schema.org/ClaimReview. We list the precise |
| 527 | # mapping for each field. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 528 | "claimLocation": "A String", # The location where this claim was made.<br> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 529 | # Corresponds to `ClaimReview.itemReviewed.name`. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 530 | "claimFirstAppearance": "A String", # A link to a work in which this claim first appears.<br> |
| 531 | # Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`. |
| 532 | "claimAuthor": { # Information about the claim author. # Info about the author of this claim. |
| 533 | "imageUrl": "A String", # Corresponds to `ClaimReview.itemReviewed.author.image`. |
| 534 | "sameAs": "A String", # Corresponds to `ClaimReview.itemReviewed.author.sameAs`. |
| 535 | "jobTitle": "A String", # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`. |
| 536 | "name": "A String", # A person or organization stating the claim. For instance, "John Doe".<br> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 537 | # Corresponds to `ClaimReview.itemReviewed.author.name`. |
| 538 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 539 | "claimReviewed": "A String", # A short summary of the claim being evaluated.<br> |
| 540 | # Corresponds to `ClaimReview.claimReviewed`. |
| 541 | "claimDate": "A String", # The date when the claim was made or entered public discourse.<br> |
| 542 | # Corresponds to `ClaimReview.itemReviewed.datePublished`. |
| 543 | "claimAppearances": [ # A list of links to works in which this claim appears, aside from the one |
| 544 | # specified in `claim_first_appearance`.<br> |
| 545 | # Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`. |
| 546 | "A String", |
| 547 | ], |
| 548 | "rating": { # Information about the claim rating. # Info about the rating of this claim review. |
| 549 | "imageUrl": "A String", # Corresponds to `ClaimReview.reviewRating.image`. |
| 550 | "bestRating": 42, # For numeric ratings, the best value possible in the scale from worst to |
| 551 | # best.<br> |
| 552 | # Corresponds to `ClaimReview.reviewRating.bestRating`. |
| 553 | "ratingExplanation": "A String", # Corresponds to `ClaimReview.reviewRating.ratingExplanation`. |
| 554 | "worstRating": 42, # For numeric ratings, the worst value possible in the scale from worst to |
| 555 | # best.<br> |
| 556 | # Corresponds to `ClaimReview.reviewRating.worstRating`. |
| 557 | "ratingValue": 42, # A numeric rating of this claim, in the range worstRating — bestRating |
| 558 | # inclusive.<br> |
| 559 | # Corresponds to `ClaimReview.reviewRating.ratingValue`. |
| 560 | "textualRating": "A String", # The truthfulness rating as a human-readible short word or phrase.<br> |
| 561 | # Corresponds to `ClaimReview.reviewRating.alternateName`. |
| 562 | }, |
| 563 | "url": "A String", # This field is optional, and will default to the page URL. We provide this |
| 564 | # field to allow you the override the default value, but the only permitted |
| 565 | # override is the page URL plus an optional anchor link ("page jump").<br> |
| 566 | # Corresponds to `ClaimReview.url` |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 567 | }, |
| 568 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 569 | "versionId": "A String", # The version ID for this markup. Except for update requests, this field is |
| 570 | # output-only and should not be set by the user. |
| 571 | "publishDate": "A String", # The date when the fact check was published. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 572 | # Similar to the URL, semantically this is a page-level field, and each |
| 573 | # `ClaimReview` on this page will contain the same value.<br> |
| 574 | # Corresponds to `ClaimReview.datePublished` |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 575 | } |
| 576 | |
| 577 | x__xgafv: string, V1 error format. |
| 578 | Allowed values |
| 579 | 1 - v1 error format |
| 580 | 2 - v2 error format |
| 581 | |
| 582 | Returns: |
| 583 | An object of the form: |
| 584 | |
| 585 | { # Holds one or more instances of `ClaimReview` markup for a webpage. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 586 | "pageUrl": "A String", # The URL of the page associated with this `ClaimReview` markup. |
| 587 | # While every individual `ClaimReview` has its own URL field, semantically |
| 588 | # this is a page-level field, and each `ClaimReview` on this page will use |
| 589 | # this value unless individually overridden.<br> |
| 590 | # Corresponds to `ClaimReview.url` |
| 591 | "name": "A String", # The name of this `ClaimReview` markup page resource, in the form of |
| 592 | # `pages/{page_id}`. Except for update requests, this field is output-only |
| 593 | # and should not be set by the user. |
| 594 | "claimReviewAuthor": { # Information about the claim review author. # Info about the author of this claim review. |
| 595 | # Similar to the above, semantically these are page-level fields, and each |
| 596 | # `ClaimReview` on this page will contain the same values. |
| 597 | "name": "A String", # Name of the organization that is publishing the fact check.<br> |
| 598 | # Corresponds to `ClaimReview.author.name`. |
| 599 | "imageUrl": "A String", # Corresponds to `ClaimReview.author.image`. |
| 600 | }, |
| 601 | "claimReviewMarkups": [ # A list of individual claim reviews for this page. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 602 | # Each item in the list corresponds to one `ClaimReview` element. |
| 603 | { # Fields for an individual `ClaimReview` element. |
| 604 | # Except for sub-messages that group fields together, each of these fields |
| 605 | # correspond those in https://schema.org/ClaimReview. We list the precise |
| 606 | # mapping for each field. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 607 | "claimLocation": "A String", # The location where this claim was made.<br> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 608 | # Corresponds to `ClaimReview.itemReviewed.name`. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 609 | "claimFirstAppearance": "A String", # A link to a work in which this claim first appears.<br> |
| 610 | # Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`. |
| 611 | "claimAuthor": { # Information about the claim author. # Info about the author of this claim. |
| 612 | "imageUrl": "A String", # Corresponds to `ClaimReview.itemReviewed.author.image`. |
| 613 | "sameAs": "A String", # Corresponds to `ClaimReview.itemReviewed.author.sameAs`. |
| 614 | "jobTitle": "A String", # Corresponds to `ClaimReview.itemReviewed.author.jobTitle`. |
| 615 | "name": "A String", # A person or organization stating the claim. For instance, "John Doe".<br> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 616 | # Corresponds to `ClaimReview.itemReviewed.author.name`. |
| 617 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 618 | "claimReviewed": "A String", # A short summary of the claim being evaluated.<br> |
| 619 | # Corresponds to `ClaimReview.claimReviewed`. |
| 620 | "claimDate": "A String", # The date when the claim was made or entered public discourse.<br> |
| 621 | # Corresponds to `ClaimReview.itemReviewed.datePublished`. |
| 622 | "claimAppearances": [ # A list of links to works in which this claim appears, aside from the one |
| 623 | # specified in `claim_first_appearance`.<br> |
| 624 | # Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`. |
| 625 | "A String", |
| 626 | ], |
| 627 | "rating": { # Information about the claim rating. # Info about the rating of this claim review. |
| 628 | "imageUrl": "A String", # Corresponds to `ClaimReview.reviewRating.image`. |
| 629 | "bestRating": 42, # For numeric ratings, the best value possible in the scale from worst to |
| 630 | # best.<br> |
| 631 | # Corresponds to `ClaimReview.reviewRating.bestRating`. |
| 632 | "ratingExplanation": "A String", # Corresponds to `ClaimReview.reviewRating.ratingExplanation`. |
| 633 | "worstRating": 42, # For numeric ratings, the worst value possible in the scale from worst to |
| 634 | # best.<br> |
| 635 | # Corresponds to `ClaimReview.reviewRating.worstRating`. |
| 636 | "ratingValue": 42, # A numeric rating of this claim, in the range worstRating — bestRating |
| 637 | # inclusive.<br> |
| 638 | # Corresponds to `ClaimReview.reviewRating.ratingValue`. |
| 639 | "textualRating": "A String", # The truthfulness rating as a human-readible short word or phrase.<br> |
| 640 | # Corresponds to `ClaimReview.reviewRating.alternateName`. |
| 641 | }, |
| 642 | "url": "A String", # This field is optional, and will default to the page URL. We provide this |
| 643 | # field to allow you the override the default value, but the only permitted |
| 644 | # override is the page URL plus an optional anchor link ("page jump").<br> |
| 645 | # Corresponds to `ClaimReview.url` |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 646 | }, |
| 647 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 648 | "versionId": "A String", # The version ID for this markup. Except for update requests, this field is |
| 649 | # output-only and should not be set by the user. |
| 650 | "publishDate": "A String", # The date when the fact check was published. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 651 | # Similar to the URL, semantically this is a page-level field, and each |
| 652 | # `ClaimReview` on this page will contain the same value.<br> |
| 653 | # Corresponds to `ClaimReview.datePublished` |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 654 | }</pre> |
| 655 | </div> |
| 656 | |
| 657 | </body></html> |