Versions in this module Expand all Collapse all v0 v0.25.2 May 21, 2020 Changes in this version + const BloggerReadonlyScope + const BloggerScope + type Blog struct + CustomMetaData string + Description string + ForceSendFields []string + Id string + Kind string + Locale *BlogLocale + Name string + NullFields []string + Pages *BlogPages + Posts *BlogPosts + Published string + SelfLink string + Status string + Updated string + Url string + func (s *Blog) MarshalJSON() ([]byte, error) + type BlogList struct + BlogUserInfos []*BlogUserInfo + ForceSendFields []string + Items []*Blog + Kind string + NullFields []string + func (s *BlogList) MarshalJSON() ([]byte, error) + type BlogLocale struct + Country string + ForceSendFields []string + Language string + NullFields []string + Variant string + func (s *BlogLocale) MarshalJSON() ([]byte, error) + type BlogPages struct + ForceSendFields []string + NullFields []string + SelfLink string + TotalItems int64 + func (s *BlogPages) MarshalJSON() ([]byte, error) + type BlogPerUserInfo struct + BlogId string + ForceSendFields []string + HasAdminAccess bool + Kind string + NullFields []string + PhotosAlbumKey string + Role string + UserId string + func (s *BlogPerUserInfo) MarshalJSON() ([]byte, error) + type BlogPosts struct + ForceSendFields []string + Items []*Post + NullFields []string + SelfLink string + TotalItems int64 + func (s *BlogPosts) MarshalJSON() ([]byte, error) + type BlogUserInfo struct + Blog *Blog + BlogUserInfo *BlogPerUserInfo + ForceSendFields []string + Kind string + NullFields []string + func (s *BlogUserInfo) MarshalJSON() ([]byte, error) + type BlogUserInfosGetCall struct + func (c *BlogUserInfosGetCall) Context(ctx context.Context) *BlogUserInfosGetCall + func (c *BlogUserInfosGetCall) Do(opts ...googleapi.CallOption) (*BlogUserInfo, error) + func (c *BlogUserInfosGetCall) Fields(s ...googleapi.Field) *BlogUserInfosGetCall + func (c *BlogUserInfosGetCall) Header() http.Header + func (c *BlogUserInfosGetCall) IfNoneMatch(entityTag string) *BlogUserInfosGetCall + func (c *BlogUserInfosGetCall) MaxPosts(maxPosts int64) *BlogUserInfosGetCall + type BlogUserInfosService struct + func NewBlogUserInfosService(s *Service) *BlogUserInfosService + func (r *BlogUserInfosService) Get(userId string, blogId string) *BlogUserInfosGetCall + type BlogsGetByUrlCall struct + func (c *BlogsGetByUrlCall) Context(ctx context.Context) *BlogsGetByUrlCall + func (c *BlogsGetByUrlCall) Do(opts ...googleapi.CallOption) (*Blog, error) + func (c *BlogsGetByUrlCall) Fields(s ...googleapi.Field) *BlogsGetByUrlCall + func (c *BlogsGetByUrlCall) Header() http.Header + func (c *BlogsGetByUrlCall) IfNoneMatch(entityTag string) *BlogsGetByUrlCall + func (c *BlogsGetByUrlCall) View(view string) *BlogsGetByUrlCall + type BlogsGetCall struct + func (c *BlogsGetCall) Context(ctx context.Context) *BlogsGetCall + func (c *BlogsGetCall) Do(opts ...googleapi.CallOption) (*Blog, error) + func (c *BlogsGetCall) Fields(s ...googleapi.Field) *BlogsGetCall + func (c *BlogsGetCall) Header() http.Header + func (c *BlogsGetCall) IfNoneMatch(entityTag string) *BlogsGetCall + func (c *BlogsGetCall) MaxPosts(maxPosts int64) *BlogsGetCall + func (c *BlogsGetCall) View(view string) *BlogsGetCall + type BlogsListByUserCall struct + func (c *BlogsListByUserCall) Context(ctx context.Context) *BlogsListByUserCall + func (c *BlogsListByUserCall) Do(opts ...googleapi.CallOption) (*BlogList, error) + func (c *BlogsListByUserCall) FetchUserInfo(fetchUserInfo bool) *BlogsListByUserCall + func (c *BlogsListByUserCall) Fields(s ...googleapi.Field) *BlogsListByUserCall + func (c *BlogsListByUserCall) Header() http.Header + func (c *BlogsListByUserCall) IfNoneMatch(entityTag string) *BlogsListByUserCall + func (c *BlogsListByUserCall) Role(role ...string) *BlogsListByUserCall + func (c *BlogsListByUserCall) Status(status ...string) *BlogsListByUserCall + func (c *BlogsListByUserCall) View(view string) *BlogsListByUserCall + type BlogsService struct + func NewBlogsService(s *Service) *BlogsService + func (r *BlogsService) Get(blogId string) *BlogsGetCall + func (r *BlogsService) GetByUrl(url string) *BlogsGetByUrlCall + func (r *BlogsService) ListByUser(userId string) *BlogsListByUserCall + type Comment struct + Author *CommentAuthor + Blog *CommentBlog + Content string + ForceSendFields []string + Id string + InReplyTo *CommentInReplyTo + Kind string + NullFields []string + Post *CommentPost + Published string + SelfLink string + Status string + Updated string + func (s *Comment) MarshalJSON() ([]byte, error) + type CommentAuthor struct + DisplayName string + ForceSendFields []string + Id string + Image *CommentAuthorImage + NullFields []string + Url string + func (s *CommentAuthor) MarshalJSON() ([]byte, error) + type CommentAuthorImage struct + ForceSendFields []string + NullFields []string + Url string + func (s *CommentAuthorImage) MarshalJSON() ([]byte, error) + type CommentBlog struct + ForceSendFields []string + Id string + NullFields []string + func (s *CommentBlog) MarshalJSON() ([]byte, error) + type CommentInReplyTo struct + ForceSendFields []string + Id string + NullFields []string + func (s *CommentInReplyTo) MarshalJSON() ([]byte, error) + type CommentList struct + Etag string + ForceSendFields []string + Items []*Comment + Kind string + NextPageToken string + NullFields []string + PrevPageToken string + func (s *CommentList) MarshalJSON() ([]byte, error) + type CommentPost struct + ForceSendFields []string + Id string + NullFields []string + func (s *CommentPost) MarshalJSON() ([]byte, error) + type CommentsApproveCall struct + func (c *CommentsApproveCall) Context(ctx context.Context) *CommentsApproveCall + func (c *CommentsApproveCall) Do(opts ...googleapi.CallOption) (*Comment, error) + func (c *CommentsApproveCall) Fields(s ...googleapi.Field) *CommentsApproveCall + func (c *CommentsApproveCall) Header() http.Header + type CommentsDeleteCall struct + func (c *CommentsDeleteCall) Context(ctx context.Context) *CommentsDeleteCall + func (c *CommentsDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *CommentsDeleteCall) Fields(s ...googleapi.Field) *CommentsDeleteCall + func (c *CommentsDeleteCall) Header() http.Header + type CommentsGetCall struct + func (c *CommentsGetCall) Context(ctx context.Context) *CommentsGetCall + func (c *CommentsGetCall) Do(opts ...googleapi.CallOption) (*Comment, error) + func (c *CommentsGetCall) Fields(s ...googleapi.Field) *CommentsGetCall + func (c *CommentsGetCall) Header() http.Header + func (c *CommentsGetCall) IfNoneMatch(entityTag string) *CommentsGetCall + func (c *CommentsGetCall) View(view string) *CommentsGetCall + type CommentsListByBlogCall struct + func (c *CommentsListByBlogCall) Context(ctx context.Context) *CommentsListByBlogCall + func (c *CommentsListByBlogCall) Do(opts ...googleapi.CallOption) (*CommentList, error) + func (c *CommentsListByBlogCall) EndDate(endDate string) *CommentsListByBlogCall + func (c *CommentsListByBlogCall) FetchBodies(fetchBodies bool) *CommentsListByBlogCall + func (c *CommentsListByBlogCall) Fields(s ...googleapi.Field) *CommentsListByBlogCall + func (c *CommentsListByBlogCall) Header() http.Header + func (c *CommentsListByBlogCall) IfNoneMatch(entityTag string) *CommentsListByBlogCall + func (c *CommentsListByBlogCall) MaxResults(maxResults int64) *CommentsListByBlogCall + func (c *CommentsListByBlogCall) PageToken(pageToken string) *CommentsListByBlogCall + func (c *CommentsListByBlogCall) Pages(ctx context.Context, f func(*CommentList) error) error + func (c *CommentsListByBlogCall) StartDate(startDate string) *CommentsListByBlogCall + func (c *CommentsListByBlogCall) Status(status ...string) *CommentsListByBlogCall + type CommentsListCall struct + func (c *CommentsListCall) Context(ctx context.Context) *CommentsListCall + func (c *CommentsListCall) Do(opts ...googleapi.CallOption) (*CommentList, error) + func (c *CommentsListCall) EndDate(endDate string) *CommentsListCall + func (c *CommentsListCall) FetchBodies(fetchBodies bool) *CommentsListCall + func (c *CommentsListCall) Fields(s ...googleapi.Field) *CommentsListCall + func (c *CommentsListCall) Header() http.Header + func (c *CommentsListCall) IfNoneMatch(entityTag string) *CommentsListCall + func (c *CommentsListCall) MaxResults(maxResults int64) *CommentsListCall + func (c *CommentsListCall) PageToken(pageToken string) *CommentsListCall + func (c *CommentsListCall) Pages(ctx context.Context, f func(*CommentList) error) error + func (c *CommentsListCall) StartDate(startDate string) *CommentsListCall + func (c *CommentsListCall) Status(status string) *CommentsListCall + func (c *CommentsListCall) View(view string) *CommentsListCall + type CommentsMarkAsSpamCall struct + func (c *CommentsMarkAsSpamCall) Context(ctx context.Context) *CommentsMarkAsSpamCall + func (c *CommentsMarkAsSpamCall) Do(opts ...googleapi.CallOption) (*Comment, error) + func (c *CommentsMarkAsSpamCall) Fields(s ...googleapi.Field) *CommentsMarkAsSpamCall + func (c *CommentsMarkAsSpamCall) Header() http.Header + type CommentsRemoveContentCall struct + func (c *CommentsRemoveContentCall) Context(ctx context.Context) *CommentsRemoveContentCall + func (c *CommentsRemoveContentCall) Do(opts ...googleapi.CallOption) (*Comment, error) + func (c *CommentsRemoveContentCall) Fields(s ...googleapi.Field) *CommentsRemoveContentCall + func (c *CommentsRemoveContentCall) Header() http.Header + type CommentsService struct + func NewCommentsService(s *Service) *CommentsService + func (r *CommentsService) Approve(blogId string, postId string, commentId string) *CommentsApproveCall + func (r *CommentsService) Delete(blogId string, postId string, commentId string) *CommentsDeleteCall + func (r *CommentsService) Get(blogId string, postId string, commentId string) *CommentsGetCall + func (r *CommentsService) List(blogId string, postId string) *CommentsListCall + func (r *CommentsService) ListByBlog(blogId string) *CommentsListByBlogCall + func (r *CommentsService) MarkAsSpam(blogId string, postId string, commentId string) *CommentsMarkAsSpamCall + func (r *CommentsService) RemoveContent(blogId string, postId string, commentId string) *CommentsRemoveContentCall + type Page struct + Author *PageAuthor + Blog *PageBlog + Content string + Etag string + ForceSendFields []string + Id string + Kind string + NullFields []string + Published string + SelfLink string + Status string + Title string + Updated string + Url string + func (s *Page) MarshalJSON() ([]byte, error) + type PageAuthor struct + DisplayName string + ForceSendFields []string + Id string + Image *PageAuthorImage + NullFields []string + Url string + func (s *PageAuthor) MarshalJSON() ([]byte, error) + type PageAuthorImage struct + ForceSendFields []string + NullFields []string + Url string + func (s *PageAuthorImage) MarshalJSON() ([]byte, error) + type PageBlog struct + ForceSendFields []string + Id string + NullFields []string + func (s *PageBlog) MarshalJSON() ([]byte, error) + type PageList struct + Etag string + ForceSendFields []string + Items []*Page + Kind string + NextPageToken string + NullFields []string + func (s *PageList) MarshalJSON() ([]byte, error) + type PageViewsGetCall struct + func (c *PageViewsGetCall) Context(ctx context.Context) *PageViewsGetCall + func (c *PageViewsGetCall) Do(opts ...googleapi.CallOption) (*Pageviews, error) + func (c *PageViewsGetCall) Fields(s ...googleapi.Field) *PageViewsGetCall + func (c *PageViewsGetCall) Header() http.Header + func (c *PageViewsGetCall) IfNoneMatch(entityTag string) *PageViewsGetCall + func (c *PageViewsGetCall) Range(range_ ...string) *PageViewsGetCall + type PageViewsService struct + func NewPageViewsService(s *Service) *PageViewsService + func (r *PageViewsService) Get(blogId string) *PageViewsGetCall + type PagesDeleteCall struct + func (c *PagesDeleteCall) Context(ctx context.Context) *PagesDeleteCall + func (c *PagesDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *PagesDeleteCall) Fields(s ...googleapi.Field) *PagesDeleteCall + func (c *PagesDeleteCall) Header() http.Header + type PagesGetCall struct + func (c *PagesGetCall) Context(ctx context.Context) *PagesGetCall + func (c *PagesGetCall) Do(opts ...googleapi.CallOption) (*Page, error) + func (c *PagesGetCall) Fields(s ...googleapi.Field) *PagesGetCall + func (c *PagesGetCall) Header() http.Header + func (c *PagesGetCall) IfNoneMatch(entityTag string) *PagesGetCall + func (c *PagesGetCall) View(view string) *PagesGetCall + type PagesInsertCall struct + func (c *PagesInsertCall) Context(ctx context.Context) *PagesInsertCall + func (c *PagesInsertCall) Do(opts ...googleapi.CallOption) (*Page, error) + func (c *PagesInsertCall) Fields(s ...googleapi.Field) *PagesInsertCall + func (c *PagesInsertCall) Header() http.Header + func (c *PagesInsertCall) IsDraft(isDraft bool) *PagesInsertCall + type PagesListCall struct + func (c *PagesListCall) Context(ctx context.Context) *PagesListCall + func (c *PagesListCall) Do(opts ...googleapi.CallOption) (*PageList, error) + func (c *PagesListCall) FetchBodies(fetchBodies bool) *PagesListCall + func (c *PagesListCall) Fields(s ...googleapi.Field) *PagesListCall + func (c *PagesListCall) Header() http.Header + func (c *PagesListCall) IfNoneMatch(entityTag string) *PagesListCall + func (c *PagesListCall) MaxResults(maxResults int64) *PagesListCall + func (c *PagesListCall) PageToken(pageToken string) *PagesListCall + func (c *PagesListCall) Pages(ctx context.Context, f func(*PageList) error) error + func (c *PagesListCall) Status(status ...string) *PagesListCall + func (c *PagesListCall) View(view string) *PagesListCall + type PagesPatchCall struct + func (c *PagesPatchCall) Context(ctx context.Context) *PagesPatchCall + func (c *PagesPatchCall) Do(opts ...googleapi.CallOption) (*Page, error) + func (c *PagesPatchCall) Fields(s ...googleapi.Field) *PagesPatchCall + func (c *PagesPatchCall) Header() http.Header + func (c *PagesPatchCall) Publish(publish bool) *PagesPatchCall + func (c *PagesPatchCall) Revert(revert bool) *PagesPatchCall + type PagesPublishCall struct + func (c *PagesPublishCall) Context(ctx context.Context) *PagesPublishCall + func (c *PagesPublishCall) Do(opts ...googleapi.CallOption) (*Page, error) + func (c *PagesPublishCall) Fields(s ...googleapi.Field) *PagesPublishCall + func (c *PagesPublishCall) Header() http.Header + type PagesRevertCall struct + func (c *PagesRevertCall) Context(ctx context.Context) *PagesRevertCall + func (c *PagesRevertCall) Do(opts ...googleapi.CallOption) (*Page, error) + func (c *PagesRevertCall) Fields(s ...googleapi.Field) *PagesRevertCall + func (c *PagesRevertCall) Header() http.Header + type PagesService struct + func NewPagesService(s *Service) *PagesService + func (r *PagesService) Delete(blogId string, pageId string) *PagesDeleteCall + func (r *PagesService) Get(blogId string, pageId string) *PagesGetCall + func (r *PagesService) Insert(blogId string, page *Page) *PagesInsertCall + func (r *PagesService) List(blogId string) *PagesListCall + func (r *PagesService) Patch(blogId string, pageId string, page *Page) *PagesPatchCall + func (r *PagesService) Publish(blogId string, pageId string) *PagesPublishCall + func (r *PagesService) Revert(blogId string, pageId string) *PagesRevertCall + func (r *PagesService) Update(blogId string, pageId string, page *Page) *PagesUpdateCall + type PagesUpdateCall struct + func (c *PagesUpdateCall) Context(ctx context.Context) *PagesUpdateCall + func (c *PagesUpdateCall) Do(opts ...googleapi.CallOption) (*Page, error) + func (c *PagesUpdateCall) Fields(s ...googleapi.Field) *PagesUpdateCall + func (c *PagesUpdateCall) Header() http.Header + func (c *PagesUpdateCall) Publish(publish bool) *PagesUpdateCall + func (c *PagesUpdateCall) Revert(revert bool) *PagesUpdateCall + type Pageviews struct + BlogId string + Counts []*PageviewsCounts + ForceSendFields []string + Kind string + NullFields []string + func (s *Pageviews) MarshalJSON() ([]byte, error) + type PageviewsCounts struct + Count int64 + ForceSendFields []string + NullFields []string + TimeRange string + func (s *PageviewsCounts) MarshalJSON() ([]byte, error) + type Post struct + Author *PostAuthor + Blog *PostBlog + Content string + CustomMetaData string + Etag string + ForceSendFields []string + Id string + Images []*PostImages + Kind string + Labels []string + Location *PostLocation + NullFields []string + Published string + ReaderComments string + Replies *PostReplies + SelfLink string + Status string + Title string + TitleLink string + Updated string + Url string + func (s *Post) MarshalJSON() ([]byte, error) + type PostAuthor struct + DisplayName string + ForceSendFields []string + Id string + Image *PostAuthorImage + NullFields []string + Url string + func (s *PostAuthor) MarshalJSON() ([]byte, error) + type PostAuthorImage struct + ForceSendFields []string + NullFields []string + Url string + func (s *PostAuthorImage) MarshalJSON() ([]byte, error) + type PostBlog struct + ForceSendFields []string + Id string + NullFields []string + func (s *PostBlog) MarshalJSON() ([]byte, error) + type PostImages struct + ForceSendFields []string + NullFields []string + Url string + func (s *PostImages) MarshalJSON() ([]byte, error) + type PostList struct + Etag string + ForceSendFields []string + Items []*Post + Kind string + NextPageToken string + NullFields []string + PrevPageToken string + func (s *PostList) MarshalJSON() ([]byte, error) + type PostLocation struct + ForceSendFields []string + Lat float64 + Lng float64 + Name string + NullFields []string + Span string + func (s *PostLocation) MarshalJSON() ([]byte, error) + func (s *PostLocation) UnmarshalJSON(data []byte) error + type PostPerUserInfo struct + BlogId string + ForceSendFields []string + HasEditAccess bool + Kind string + NullFields []string + PostId string + UserId string + func (s *PostPerUserInfo) MarshalJSON() ([]byte, error) + type PostReplies struct + ForceSendFields []string + Items []*Comment + NullFields []string + SelfLink string + TotalItems int64 + func (s *PostReplies) MarshalJSON() ([]byte, error) + type PostUserInfo struct + ForceSendFields []string + Kind string + NullFields []string + Post *Post + PostUserInfo *PostPerUserInfo + func (s *PostUserInfo) MarshalJSON() ([]byte, error) + type PostUserInfosGetCall struct + func (c *PostUserInfosGetCall) Context(ctx context.Context) *PostUserInfosGetCall + func (c *PostUserInfosGetCall) Do(opts ...googleapi.CallOption) (*PostUserInfo, error) + func (c *PostUserInfosGetCall) Fields(s ...googleapi.Field) *PostUserInfosGetCall + func (c *PostUserInfosGetCall) Header() http.Header + func (c *PostUserInfosGetCall) IfNoneMatch(entityTag string) *PostUserInfosGetCall + func (c *PostUserInfosGetCall) MaxComments(maxComments int64) *PostUserInfosGetCall + type PostUserInfosList struct + ForceSendFields []string + Items []*PostUserInfo + Kind string + NextPageToken string + NullFields []string + func (s *PostUserInfosList) MarshalJSON() ([]byte, error) + type PostUserInfosListCall struct + func (c *PostUserInfosListCall) Context(ctx context.Context) *PostUserInfosListCall + func (c *PostUserInfosListCall) Do(opts ...googleapi.CallOption) (*PostUserInfosList, error) + func (c *PostUserInfosListCall) EndDate(endDate string) *PostUserInfosListCall + func (c *PostUserInfosListCall) FetchBodies(fetchBodies bool) *PostUserInfosListCall + func (c *PostUserInfosListCall) Fields(s ...googleapi.Field) *PostUserInfosListCall + func (c *PostUserInfosListCall) Header() http.Header + func (c *PostUserInfosListCall) IfNoneMatch(entityTag string) *PostUserInfosListCall + func (c *PostUserInfosListCall) Labels(labels string) *PostUserInfosListCall + func (c *PostUserInfosListCall) MaxResults(maxResults int64) *PostUserInfosListCall + func (c *PostUserInfosListCall) OrderBy(orderBy string) *PostUserInfosListCall + func (c *PostUserInfosListCall) PageToken(pageToken string) *PostUserInfosListCall + func (c *PostUserInfosListCall) Pages(ctx context.Context, f func(*PostUserInfosList) error) error + func (c *PostUserInfosListCall) StartDate(startDate string) *PostUserInfosListCall + func (c *PostUserInfosListCall) Status(status ...string) *PostUserInfosListCall + func (c *PostUserInfosListCall) View(view string) *PostUserInfosListCall + type PostUserInfosService struct + func NewPostUserInfosService(s *Service) *PostUserInfosService + func (r *PostUserInfosService) Get(userId string, blogId string, postId string) *PostUserInfosGetCall + func (r *PostUserInfosService) List(userId string, blogId string) *PostUserInfosListCall + type PostsDeleteCall struct + func (c *PostsDeleteCall) Context(ctx context.Context) *PostsDeleteCall + func (c *PostsDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *PostsDeleteCall) Fields(s ...googleapi.Field) *PostsDeleteCall + func (c *PostsDeleteCall) Header() http.Header + type PostsGetByPathCall struct + func (c *PostsGetByPathCall) Context(ctx context.Context) *PostsGetByPathCall + func (c *PostsGetByPathCall) Do(opts ...googleapi.CallOption) (*Post, error) + func (c *PostsGetByPathCall) Fields(s ...googleapi.Field) *PostsGetByPathCall + func (c *PostsGetByPathCall) Header() http.Header + func (c *PostsGetByPathCall) IfNoneMatch(entityTag string) *PostsGetByPathCall + func (c *PostsGetByPathCall) MaxComments(maxComments int64) *PostsGetByPathCall + func (c *PostsGetByPathCall) View(view string) *PostsGetByPathCall + type PostsGetCall struct + func (c *PostsGetCall) Context(ctx context.Context) *PostsGetCall + func (c *PostsGetCall) Do(opts ...googleapi.CallOption) (*Post, error) + func (c *PostsGetCall) FetchBody(fetchBody bool) *PostsGetCall + func (c *PostsGetCall) FetchImages(fetchImages bool) *PostsGetCall + func (c *PostsGetCall) Fields(s ...googleapi.Field) *PostsGetCall + func (c *PostsGetCall) Header() http.Header + func (c *PostsGetCall) IfNoneMatch(entityTag string) *PostsGetCall + func (c *PostsGetCall) MaxComments(maxComments int64) *PostsGetCall + func (c *PostsGetCall) View(view string) *PostsGetCall + type PostsInsertCall struct + func (c *PostsInsertCall) Context(ctx context.Context) *PostsInsertCall + func (c *PostsInsertCall) Do(opts ...googleapi.CallOption) (*Post, error) + func (c *PostsInsertCall) FetchBody(fetchBody bool) *PostsInsertCall + func (c *PostsInsertCall) FetchImages(fetchImages bool) *PostsInsertCall + func (c *PostsInsertCall) Fields(s ...googleapi.Field) *PostsInsertCall + func (c *PostsInsertCall) Header() http.Header + func (c *PostsInsertCall) IsDraft(isDraft bool) *PostsInsertCall + type PostsListCall struct + func (c *PostsListCall) Context(ctx context.Context) *PostsListCall + func (c *PostsListCall) Do(opts ...googleapi.CallOption) (*PostList, error) + func (c *PostsListCall) EndDate(endDate string) *PostsListCall + func (c *PostsListCall) FetchBodies(fetchBodies bool) *PostsListCall + func (c *PostsListCall) FetchImages(fetchImages bool) *PostsListCall + func (c *PostsListCall) Fields(s ...googleapi.Field) *PostsListCall + func (c *PostsListCall) Header() http.Header + func (c *PostsListCall) IfNoneMatch(entityTag string) *PostsListCall + func (c *PostsListCall) Labels(labels string) *PostsListCall + func (c *PostsListCall) MaxResults(maxResults int64) *PostsListCall + func (c *PostsListCall) OrderBy(orderBy string) *PostsListCall + func (c *PostsListCall) PageToken(pageToken string) *PostsListCall + func (c *PostsListCall) Pages(ctx context.Context, f func(*PostList) error) error + func (c *PostsListCall) StartDate(startDate string) *PostsListCall + func (c *PostsListCall) Status(status ...string) *PostsListCall + func (c *PostsListCall) View(view string) *PostsListCall + type PostsPatchCall struct + func (c *PostsPatchCall) Context(ctx context.Context) *PostsPatchCall + func (c *PostsPatchCall) Do(opts ...googleapi.CallOption) (*Post, error) + func (c *PostsPatchCall) FetchBody(fetchBody bool) *PostsPatchCall + func (c *PostsPatchCall) FetchImages(fetchImages bool) *PostsPatchCall + func (c *PostsPatchCall) Fields(s ...googleapi.Field) *PostsPatchCall + func (c *PostsPatchCall) Header() http.Header + func (c *PostsPatchCall) MaxComments(maxComments int64) *PostsPatchCall + func (c *PostsPatchCall) Publish(publish bool) *PostsPatchCall + func (c *PostsPatchCall) Revert(revert bool) *PostsPatchCall + type PostsPublishCall struct + func (c *PostsPublishCall) Context(ctx context.Context) *PostsPublishCall + func (c *PostsPublishCall) Do(opts ...googleapi.CallOption) (*Post, error) + func (c *PostsPublishCall) Fields(s ...googleapi.Field) *PostsPublishCall + func (c *PostsPublishCall) Header() http.Header + func (c *PostsPublishCall) PublishDate(publishDate string) *PostsPublishCall + type PostsRevertCall struct + func (c *PostsRevertCall) Context(ctx context.Context) *PostsRevertCall + func (c *PostsRevertCall) Do(opts ...googleapi.CallOption) (*Post, error) + func (c *PostsRevertCall) Fields(s ...googleapi.Field) *PostsRevertCall + func (c *PostsRevertCall) Header() http.Header + type PostsSearchCall struct + func (c *PostsSearchCall) Context(ctx context.Context) *PostsSearchCall + func (c *PostsSearchCall) Do(opts ...googleapi.CallOption) (*PostList, error) + func (c *PostsSearchCall) FetchBodies(fetchBodies bool) *PostsSearchCall + func (c *PostsSearchCall) Fields(s ...googleapi.Field) *PostsSearchCall + func (c *PostsSearchCall) Header() http.Header + func (c *PostsSearchCall) IfNoneMatch(entityTag string) *PostsSearchCall + func (c *PostsSearchCall) OrderBy(orderBy string) *PostsSearchCall + type PostsService struct + func NewPostsService(s *Service) *PostsService + func (r *PostsService) Delete(blogId string, postId string) *PostsDeleteCall + func (r *PostsService) Get(blogId string, postId string) *PostsGetCall + func (r *PostsService) GetByPath(blogId string, path string) *PostsGetByPathCall + func (r *PostsService) Insert(blogId string, post *Post) *PostsInsertCall + func (r *PostsService) List(blogId string) *PostsListCall + func (r *PostsService) Patch(blogId string, postId string, post *Post) *PostsPatchCall + func (r *PostsService) Publish(blogId string, postId string) *PostsPublishCall + func (r *PostsService) Revert(blogId string, postId string) *PostsRevertCall + func (r *PostsService) Search(blogId string, q string) *PostsSearchCall + func (r *PostsService) Update(blogId string, postId string, post *Post) *PostsUpdateCall + type PostsUpdateCall struct + func (c *PostsUpdateCall) Context(ctx context.Context) *PostsUpdateCall + func (c *PostsUpdateCall) Do(opts ...googleapi.CallOption) (*Post, error) + func (c *PostsUpdateCall) FetchBody(fetchBody bool) *PostsUpdateCall + func (c *PostsUpdateCall) FetchImages(fetchImages bool) *PostsUpdateCall + func (c *PostsUpdateCall) Fields(s ...googleapi.Field) *PostsUpdateCall + func (c *PostsUpdateCall) Header() http.Header + func (c *PostsUpdateCall) MaxComments(maxComments int64) *PostsUpdateCall + func (c *PostsUpdateCall) Publish(publish bool) *PostsUpdateCall + func (c *PostsUpdateCall) Revert(revert bool) *PostsUpdateCall + type Service struct + BasePath string + BlogUserInfos *BlogUserInfosService + Blogs *BlogsService + Comments *CommentsService + PageViews *PageViewsService + Pages *PagesService + PostUserInfos *PostUserInfosService + Posts *PostsService + UserAgent string + Users *UsersService + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type User struct + About string + Blogs *UserBlogs + Created string + DisplayName string + ForceSendFields []string + Id string + Kind string + Locale *UserLocale + NullFields []string + SelfLink string + Url string + func (s *User) MarshalJSON() ([]byte, error) + type UserBlogs struct + ForceSendFields []string + NullFields []string + SelfLink string + func (s *UserBlogs) MarshalJSON() ([]byte, error) + type UserLocale struct + Country string + ForceSendFields []string + Language string + NullFields []string + Variant string + func (s *UserLocale) MarshalJSON() ([]byte, error) + type UsersGetCall struct + func (c *UsersGetCall) Context(ctx context.Context) *UsersGetCall + func (c *UsersGetCall) Do(opts ...googleapi.CallOption) (*User, error) + func (c *UsersGetCall) Fields(s ...googleapi.Field) *UsersGetCall + func (c *UsersGetCall) Header() http.Header + func (c *UsersGetCall) IfNoneMatch(entityTag string) *UsersGetCall + type UsersService struct + func NewUsersService(s *Service) *UsersService + func (r *UsersService) Get(userId string) *UsersGetCall