Versions in this module Expand all Collapse all v0 v0.37.1 Dec 15, 2020 Changes in this version + const WebmastersReadonlyScope + const WebmastersScope + type ApiDataRow struct + Clicks float64 + Ctr float64 + ForceSendFields []string + Impressions float64 + Keys []string + NullFields []string + Position float64 + func (s *ApiDataRow) MarshalJSON() ([]byte, error) + func (s *ApiDataRow) UnmarshalJSON(data []byte) error + type ApiDimensionFilter struct + Dimension string + Expression string + ForceSendFields []string + NullFields []string + Operator string + func (s *ApiDimensionFilter) MarshalJSON() ([]byte, error) + type ApiDimensionFilterGroup struct + Filters []*ApiDimensionFilter + ForceSendFields []string + GroupType string + NullFields []string + func (s *ApiDimensionFilterGroup) MarshalJSON() ([]byte, error) + type BlockedResource struct + ForceSendFields []string + NullFields []string + Url string + func (s *BlockedResource) MarshalJSON() ([]byte, error) + type Image struct + Data string + ForceSendFields []string + MimeType string + NullFields []string + func (s *Image) MarshalJSON() ([]byte, error) + type MobileFriendlyIssue struct + ForceSendFields []string + NullFields []string + Rule string + func (s *MobileFriendlyIssue) MarshalJSON() ([]byte, error) + type ResourceIssue struct + BlockedResource *BlockedResource + ForceSendFields []string + NullFields []string + func (s *ResourceIssue) MarshalJSON() ([]byte, error) + type RunMobileFriendlyTestRequest struct + ForceSendFields []string + NullFields []string + RequestScreenshot bool + Url string + func (s *RunMobileFriendlyTestRequest) MarshalJSON() ([]byte, error) + type RunMobileFriendlyTestResponse struct + ForceSendFields []string + MobileFriendliness string + MobileFriendlyIssues []*MobileFriendlyIssue + NullFields []string + ResourceIssues []*ResourceIssue + Screenshot *Image + TestStatus *TestStatus + func (s *RunMobileFriendlyTestResponse) MarshalJSON() ([]byte, error) + type SearchAnalyticsQueryRequest struct + AggregationType string + DataState string + DimensionFilterGroups []*ApiDimensionFilterGroup + Dimensions []string + EndDate string + ForceSendFields []string + NullFields []string + RowLimit int64 + SearchType string + StartDate string + StartRow int64 + func (s *SearchAnalyticsQueryRequest) MarshalJSON() ([]byte, error) + type SearchAnalyticsQueryResponse struct + ForceSendFields []string + NullFields []string + ResponseAggregationType string + Rows []*ApiDataRow + func (s *SearchAnalyticsQueryResponse) MarshalJSON() ([]byte, error) + type SearchanalyticsQueryCall struct + func (c *SearchanalyticsQueryCall) Context(ctx context.Context) *SearchanalyticsQueryCall + func (c *SearchanalyticsQueryCall) Do(opts ...googleapi.CallOption) (*SearchAnalyticsQueryResponse, error) + func (c *SearchanalyticsQueryCall) Fields(s ...googleapi.Field) *SearchanalyticsQueryCall + func (c *SearchanalyticsQueryCall) Header() http.Header + type SearchanalyticsService struct + func NewSearchanalyticsService(s *Service) *SearchanalyticsService + func (r *SearchanalyticsService) Query(siteUrl string, searchanalyticsqueryrequest *SearchAnalyticsQueryRequest) *SearchanalyticsQueryCall + type Service struct + BasePath string + Searchanalytics *SearchanalyticsService + Sitemaps *SitemapsService + Sites *SitesService + UrlTestingTools *UrlTestingToolsService + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type SitemapsDeleteCall struct + func (c *SitemapsDeleteCall) Context(ctx context.Context) *SitemapsDeleteCall + func (c *SitemapsDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *SitemapsDeleteCall) Fields(s ...googleapi.Field) *SitemapsDeleteCall + func (c *SitemapsDeleteCall) Header() http.Header + type SitemapsGetCall struct + func (c *SitemapsGetCall) Context(ctx context.Context) *SitemapsGetCall + func (c *SitemapsGetCall) Do(opts ...googleapi.CallOption) (*WmxSitemap, error) + func (c *SitemapsGetCall) Fields(s ...googleapi.Field) *SitemapsGetCall + func (c *SitemapsGetCall) Header() http.Header + func (c *SitemapsGetCall) IfNoneMatch(entityTag string) *SitemapsGetCall + type SitemapsListCall struct + func (c *SitemapsListCall) Context(ctx context.Context) *SitemapsListCall + func (c *SitemapsListCall) Do(opts ...googleapi.CallOption) (*SitemapsListResponse, error) + func (c *SitemapsListCall) Fields(s ...googleapi.Field) *SitemapsListCall + func (c *SitemapsListCall) Header() http.Header + func (c *SitemapsListCall) IfNoneMatch(entityTag string) *SitemapsListCall + func (c *SitemapsListCall) SitemapIndex(sitemapIndex string) *SitemapsListCall + type SitemapsListResponse struct + ForceSendFields []string + NullFields []string + Sitemap []*WmxSitemap + func (s *SitemapsListResponse) MarshalJSON() ([]byte, error) + type SitemapsService struct + func NewSitemapsService(s *Service) *SitemapsService + func (r *SitemapsService) Delete(siteUrl string, feedpath string) *SitemapsDeleteCall + func (r *SitemapsService) Get(siteUrl string, feedpath string) *SitemapsGetCall + func (r *SitemapsService) List(siteUrl string) *SitemapsListCall + func (r *SitemapsService) Submit(siteUrl string, feedpath string) *SitemapsSubmitCall + type SitemapsSubmitCall struct + func (c *SitemapsSubmitCall) Context(ctx context.Context) *SitemapsSubmitCall + func (c *SitemapsSubmitCall) Do(opts ...googleapi.CallOption) error + func (c *SitemapsSubmitCall) Fields(s ...googleapi.Field) *SitemapsSubmitCall + func (c *SitemapsSubmitCall) Header() http.Header + type SitesAddCall struct + func (c *SitesAddCall) Context(ctx context.Context) *SitesAddCall + func (c *SitesAddCall) Do(opts ...googleapi.CallOption) error + func (c *SitesAddCall) Fields(s ...googleapi.Field) *SitesAddCall + func (c *SitesAddCall) Header() http.Header + type SitesDeleteCall struct + func (c *SitesDeleteCall) Context(ctx context.Context) *SitesDeleteCall + func (c *SitesDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *SitesDeleteCall) Fields(s ...googleapi.Field) *SitesDeleteCall + func (c *SitesDeleteCall) Header() http.Header + type SitesGetCall struct + func (c *SitesGetCall) Context(ctx context.Context) *SitesGetCall + func (c *SitesGetCall) Do(opts ...googleapi.CallOption) (*WmxSite, error) + func (c *SitesGetCall) Fields(s ...googleapi.Field) *SitesGetCall + func (c *SitesGetCall) Header() http.Header + func (c *SitesGetCall) IfNoneMatch(entityTag string) *SitesGetCall + type SitesListCall struct + func (c *SitesListCall) Context(ctx context.Context) *SitesListCall + func (c *SitesListCall) Do(opts ...googleapi.CallOption) (*SitesListResponse, error) + func (c *SitesListCall) Fields(s ...googleapi.Field) *SitesListCall + func (c *SitesListCall) Header() http.Header + func (c *SitesListCall) IfNoneMatch(entityTag string) *SitesListCall + type SitesListResponse struct + ForceSendFields []string + NullFields []string + SiteEntry []*WmxSite + func (s *SitesListResponse) MarshalJSON() ([]byte, error) + type SitesService struct + func NewSitesService(s *Service) *SitesService + func (r *SitesService) Add(siteUrl string) *SitesAddCall + func (r *SitesService) Delete(siteUrl string) *SitesDeleteCall + func (r *SitesService) Get(siteUrl string) *SitesGetCall + func (r *SitesService) List() *SitesListCall + type TestStatus struct + Details string + ForceSendFields []string + NullFields []string + Status string + func (s *TestStatus) MarshalJSON() ([]byte, error) + type UrlTestingToolsMobileFriendlyTestRunCall struct + func (c *UrlTestingToolsMobileFriendlyTestRunCall) Context(ctx context.Context) *UrlTestingToolsMobileFriendlyTestRunCall + func (c *UrlTestingToolsMobileFriendlyTestRunCall) Do(opts ...googleapi.CallOption) (*RunMobileFriendlyTestResponse, error) + func (c *UrlTestingToolsMobileFriendlyTestRunCall) Fields(s ...googleapi.Field) *UrlTestingToolsMobileFriendlyTestRunCall + func (c *UrlTestingToolsMobileFriendlyTestRunCall) Header() http.Header + type UrlTestingToolsMobileFriendlyTestService struct + func NewUrlTestingToolsMobileFriendlyTestService(s *Service) *UrlTestingToolsMobileFriendlyTestService + func (r *UrlTestingToolsMobileFriendlyTestService) Run(runmobilefriendlytestrequest *RunMobileFriendlyTestRequest) *UrlTestingToolsMobileFriendlyTestRunCall + type UrlTestingToolsService struct + MobileFriendlyTest *UrlTestingToolsMobileFriendlyTestService + func NewUrlTestingToolsService(s *Service) *UrlTestingToolsService + type WmxSite struct + ForceSendFields []string + NullFields []string + PermissionLevel string + SiteUrl string + func (s *WmxSite) MarshalJSON() ([]byte, error) + type WmxSitemap struct + Contents []*WmxSitemapContent + Errors int64 + ForceSendFields []string + IsPending bool + IsSitemapsIndex bool + LastDownloaded string + LastSubmitted string + NullFields []string + Path string + Type string + Warnings int64 + func (s *WmxSitemap) MarshalJSON() ([]byte, error) + type WmxSitemapContent struct + ForceSendFields []string + Indexed int64 + NullFields []string + Submitted int64 + Type string + func (s *WmxSitemapContent) MarshalJSON() ([]byte, error)