Overview

Classes

  • Google_Service_Blogger
  • Google_Service_Blogger_Blog
  • Google_Service_Blogger_BlogList
  • Google_Service_Blogger_BlogLocale
  • Google_Service_Blogger_BlogPages
  • Google_Service_Blogger_BlogPerUserInfo
  • Google_Service_Blogger_BlogPosts
  • Google_Service_Blogger_Blogs_Resource
  • Google_Service_Blogger_BlogUserInfo
  • Google_Service_Blogger_BlogUserInfos_Resource
  • Google_Service_Blogger_Comment
  • Google_Service_Blogger_CommentAuthor
  • Google_Service_Blogger_CommentAuthorImage
  • Google_Service_Blogger_CommentBlog
  • Google_Service_Blogger_CommentInReplyTo
  • Google_Service_Blogger_CommentList
  • Google_Service_Blogger_CommentPost
  • Google_Service_Blogger_Comments_Resource
  • Google_Service_Blogger_Page
  • Google_Service_Blogger_PageAuthor
  • Google_Service_Blogger_PageAuthorImage
  • Google_Service_Blogger_PageBlog
  • Google_Service_Blogger_PageList
  • Google_Service_Blogger_Pages_Resource
  • Google_Service_Blogger_Pageviews
  • Google_Service_Blogger_PageViews_Resource
  • Google_Service_Blogger_PageviewsCounts
  • Google_Service_Blogger_Post
  • Google_Service_Blogger_PostAuthor
  • Google_Service_Blogger_PostAuthorImage
  • Google_Service_Blogger_PostBlog
  • Google_Service_Blogger_PostImages
  • Google_Service_Blogger_PostList
  • Google_Service_Blogger_PostLocation
  • Google_Service_Blogger_PostPerUserInfo
  • Google_Service_Blogger_PostReplies
  • Google_Service_Blogger_Posts_Resource
  • Google_Service_Blogger_PostUserInfo
  • Google_Service_Blogger_PostUserInfos_Resource
  • Google_Service_Blogger_PostUserInfosList
  • Google_Service_Blogger_User
  • Google_Service_Blogger_UserBlogs
  • Google_Service_Blogger_UserLocale
  • Google_Service_Blogger_Users_Resource
  • Overview
  • Class
  • Tree

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
Extended by Google_Service_Blogger_Pages_Resource
Located at Blogger.php
Methods summary
public
# delete( string $blogId, string $pageId, array $optParams = array() )

Deletes a page by blog id and page id. (pages.delete)

Deletes a page by blog id and page id. (pages.delete)

Parameters

$blogId
$pageId
$optParams
Optional parameters.
public Google_Service_Blogger_Page
# get( string $blogId, string $pageId, array $optParams = array() )

Gets a page by blog id and page id. (pages.get)

Gets a page by blog id and page id. (pages.get)

Parameters

$blogId
$pageId
$optParams
Optional parameters.

Returns

Google_Service_Blogger_Page
Google_Service_Blogger_Page

Opt_param

string view
public Google_Service_Blogger_Page
# insert( string $blogId, Google_Service_Blogger_Page $postBody, array $optParams = array() )

Inserts a page. (pages.insert)

Inserts a page. (pages.insert)

Parameters

$blogId
$postBody
$optParams
Optional parameters.

Returns

Google_Service_Blogger_Page
Google_Service_Blogger_Page

Opt_param

bool isDraft
public Google_Service_Blogger_PageList
# listPages( string $blogId, array $optParams = array() )

Lists pages. (pages.listPages)

Lists pages. (pages.listPages)

Parameters

$blogId
$optParams
Optional parameters.

Returns

Google_Service_Blogger_PageList
Google_Service_Blogger_PageList

Opt_param

bool fetchBodies
string maxResults
string view
string pageToken
string status
public Google_Service_Blogger_Page
# patch( string $blogId, string $pageId, Google_Service_Blogger_Page $postBody, array $optParams = array() )

Patches a page. (pages.patch)

Patches a page. (pages.patch)

Parameters

$blogId
$pageId
$postBody
$optParams
Optional parameters.

Returns

Google_Service_Blogger_Page
Google_Service_Blogger_Page

Opt_param

bool publish
bool revert
public Google_Service_Blogger_Page
# publish( string $blogId, string $pageId, array $optParams = array() )

Publishes a page. (pages.publish)

Publishes a page. (pages.publish)

Parameters

$blogId
$pageId
$optParams
Optional parameters.

Returns

Google_Service_Blogger_Page
Google_Service_Blogger_Page
public Google_Service_Blogger_Page
# revert( string $blogId, string $pageId, array $optParams = array() )

Reverts a published or scheduled page to draft state. (pages.revert)

Reverts a published or scheduled page to draft state. (pages.revert)

Parameters

$blogId
$pageId
$optParams
Optional parameters.

Returns

Google_Service_Blogger_Page
Google_Service_Blogger_Page
public Google_Service_Blogger_Page
# update( string $blogId, string $pageId, Google_Service_Blogger_Page $postBody, array $optParams = array() )

Updates a page by blog id and page id. (pages.update)

Updates a page by blog id and page id. (pages.update)

Parameters

$blogId
$pageId
$postBody
$optParams
Optional parameters.

Returns

Google_Service_Blogger_Page
Google_Service_Blogger_Page

Opt_param

bool publish
bool revert
© 2020 Google Inc.
Blogger API v3 API documentation generated by ApiGen 2.8.0