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_Comments_Resource

The "comments" collection of methods. Typical usage is:

 $bloggerService = new Google_Service_Blogger(...);
 $comments = $bloggerService->comments;
Google_Service_Resource
Extended by Google_Service_Blogger_Comments_Resource
Located at Blogger.php
Methods summary
public Google_Service_Blogger_Comment
# approve( string $blogId, string $postId, string $commentId, array $optParams = array() )

Marks a comment as not spam by blog id, post id and comment id. (comments.approve)

Marks a comment as not spam by blog id, post id and comment id. (comments.approve)

Parameters

$blogId
$postId
$commentId
$optParams
Optional parameters.

Returns

Google_Service_Blogger_Comment
Google_Service_Blogger_Comment
public
# delete( string $blogId, string $postId, string $commentId, array $optParams = array() )

Deletes a comment by blog id, post id and comment id. (comments.delete)

Deletes a comment by blog id, post id and comment id. (comments.delete)

Parameters

$blogId
$postId
$commentId
$optParams
Optional parameters.
public Google_Service_Blogger_Comment
# get( string $blogId, string $postId, string $commentId, array $optParams = array() )

Gets a comment by id. (comments.get)

Gets a comment by id. (comments.get)

Parameters

$blogId
$postId
$commentId
$optParams
Optional parameters.

Returns

Google_Service_Blogger_Comment
Google_Service_Blogger_Comment

Opt_param

string view
public Google_Service_Blogger_CommentList
# listComments( string $blogId, string $postId, array $optParams = array() )

Lists comments. (comments.listComments)

Lists comments. (comments.listComments)

Parameters

$blogId
$postId
$optParams
Optional parameters.

Returns

Google_Service_Blogger_CommentList
Google_Service_Blogger_CommentList

Opt_param

string status
bool fetchBodies
string maxResults
string view
string endDate
string startDate
string pageToken
public Google_Service_Blogger_CommentList
# listByBlog( string $blogId, array $optParams = array() )

Lists comments by blog. (comments.listByBlog)

Lists comments by blog. (comments.listByBlog)

Parameters

$blogId
$optParams
Optional parameters.

Returns

Google_Service_Blogger_CommentList
Google_Service_Blogger_CommentList

Opt_param

bool fetchBodies
string maxResults
string endDate
string startDate
string pageToken
string status
public Google_Service_Blogger_Comment
# markAsSpam( string $blogId, string $postId, string $commentId, array $optParams = array() )

Marks a comment as spam by blog id, post id and comment id. (comments.markAsSpam)

Marks a comment as spam by blog id, post id and comment id. (comments.markAsSpam)

Parameters

$blogId
$postId
$commentId
$optParams
Optional parameters.

Returns

Google_Service_Blogger_Comment
Google_Service_Blogger_Comment
public Google_Service_Blogger_Comment
# removeContent( string $blogId, string $postId, string $commentId, array $optParams = array() )

Removes the content of a comment by blog id, post id and comment id. (comments.removeContent)

Removes the content of a comment by blog id, post id and comment id. (comments.removeContent)

Parameters

$blogId
$postId
$commentId
$optParams
Optional parameters.

Returns

Google_Service_Blogger_Comment
Google_Service_Blogger_Comment
© 2020 Google Inc.
Blogger API v3 API documentation generated by ApiGen 2.8.0