Versions in this module Expand all Collapse all v0 v0.196.2 Sep 10, 2024 Changes in this version + 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 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 + type BlogsListCall struct + func (c *BlogsListCall) Context(ctx context.Context) *BlogsListCall + func (c *BlogsListCall) Do(opts ...googleapi.CallOption) (*BlogList, error) + func (c *BlogsListCall) Fields(s ...googleapi.Field) *BlogsListCall + func (c *BlogsListCall) Header() http.Header + func (c *BlogsListCall) IfNoneMatch(entityTag string) *BlogsListCall + type BlogsService struct + func NewBlogsService(s *Service) *BlogsService + func (r *BlogsService) Get(blogId string) *BlogsGetCall + func (r *BlogsService) List(userId string) *BlogsListCall + 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 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 + type CommentsListCall struct + func (c *CommentsListCall) Context(ctx context.Context) *CommentsListCall + func (c *CommentsListCall) Do(opts ...googleapi.CallOption) (*CommentList, error) + 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 + type CommentsService struct + func NewCommentsService(s *Service) *CommentsService + func (r *CommentsService) Get(blogId string, postId string, commentId string) *CommentsGetCall + func (r *CommentsService) List(blogId string, postId string) *CommentsListCall + 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 + Trashed 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 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 + 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 + type PagesService struct + func NewPagesService(s *Service) *PagesService + func (r *PagesService) Get(blogId string, pageId string) *PagesGetCall + func (r *PagesService) List(blogId string) *PagesListCall + 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 + Trashed 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) UnmarshalJSON(data []byte) error + func (s PostLocation) MarshalJSON() ([]byte, error) + type PostReplies struct + ForceSendFields []string + Items []*Comment + NullFields []string + SelfLink string + TotalItems int64 + func (s PostReplies) MarshalJSON() ([]byte, error) + type PostsGetCall struct + func (c *PostsGetCall) Context(ctx context.Context) *PostsGetCall + func (c *PostsGetCall) Do(opts ...googleapi.CallOption) (*Post, error) + func (c *PostsGetCall) Fields(s ...googleapi.Field) *PostsGetCall + func (c *PostsGetCall) Header() http.Header + func (c *PostsGetCall) IfNoneMatch(entityTag string) *PostsGetCall + type PostsListCall struct + func (c *PostsListCall) Context(ctx context.Context) *PostsListCall + func (c *PostsListCall) Do(opts ...googleapi.CallOption) (*PostList, error) + func (c *PostsListCall) FetchBodies(fetchBodies 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) MaxResults(maxResults int64) *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 + type PostsService struct + func NewPostsService(s *Service) *PostsService + func (r *PostsService) Get(blogId string, postId string) *PostsGetCall + func (r *PostsService) List(blogId string) *PostsListCall + type Service struct + BasePath string + Blogs *BlogsService + Comments *CommentsService + Pages *PagesService + 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