Pages
class Pages extends Resource (View source)
The "pages" collection of methods.
Typical usage is:
$factchecktoolsService = new Google\Service\FactCheckTools(...);
$pages = $factchecktoolsService->pages;
Methods
Create ClaimReview
markup on a page. (pages.create)
Delete all ClaimReview
markup on a page. (pages.delete)
Get all ClaimReview
markup on a page. (pages.get)
List the ClaimReview
markup pages for a specific URL or for an
organization. (pages.listPages)
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. (pages.update)
Details
GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage
create(GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage $postBody, array $optParams = [])
Create ClaimReview
markup on a page. (pages.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Delete all ClaimReview
markup on a page. (pages.delete)
GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage
get(string $name, array $optParams = [])
Get all ClaimReview
markup on a page. (pages.get)
GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse
listPages(array $optParams = [])
List the ClaimReview
markup pages for a specific URL or for an
organization. (pages.listPages)
GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage
update(string $name, GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage $postBody, array $optParams = [])
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. (pages.update)