Class Google_Service_Blogger_Pages_Resource
The "pages" collection of methods. Typical usage is:
$bloggerService = new Google_Service_Blogger(...); $pages = $bloggerService->pages;
- Google_Service_Resource
-
Google_Service_Blogger_Pages_Resource
Located at Blogger.php
public
|
#
delete( string $blogId, string $pageId, array $optParams = array() )
Deletes a page by blog id and page id. (pages.delete) |
public
|
#
get( string $blogId, string $pageId, array $optParams = array() )
Gets a page by blog id and page id. (pages.get) |
public
|
#
insert( string $blogId,
Inserts a page. (pages.insert) |
public
|
|
public
|
#
patch( string $blogId, string $pageId,
Patches a page. (pages.patch) |
public
|
#
publish( string $blogId, string $pageId, array $optParams = array() )
Publishes a page. (pages.publish) |
public
|
#
revert( string $blogId, string $pageId, array $optParams = array() )
Reverts a published or scheduled page to draft state. (pages.revert) |
public
|
#
update( string $blogId, string $pageId,
Updates a page by blog id and page id. (pages.update) |