webmasters - ActiveState ActiveGo 1.8
...

Package webmasters

import "google.golang.org/api/webmasters/v3"
Overview
Index

Overview ▾

Package webmasters provides access to the Search Console API.

See https://developers.google.com/webmaster-tools/

Usage example:

import "google.golang.org/api/webmasters/v3"
...
webmastersService, err := webmasters.New(oauthHttpClient)

Index ▾

Constants
type ApiDataRow
    func (s *ApiDataRow) MarshalJSON() ([]byte, error)
    func (s *ApiDataRow) UnmarshalJSON(data []byte) error
type ApiDimensionFilter
    func (s *ApiDimensionFilter) MarshalJSON() ([]byte, error)
type ApiDimensionFilterGroup
    func (s *ApiDimensionFilterGroup) MarshalJSON() ([]byte, error)
type SearchAnalyticsQueryRequest
    func (s *SearchAnalyticsQueryRequest) MarshalJSON() ([]byte, error)
type SearchAnalyticsQueryResponse
    func (s *SearchAnalyticsQueryResponse) MarshalJSON() ([]byte, error)
type SearchanalyticsQueryCall
    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
    func NewSearchanalyticsService(s *Service) *SearchanalyticsService
    func (r *SearchanalyticsService) Query(siteUrl string, searchanalyticsqueryrequest *SearchAnalyticsQueryRequest) *SearchanalyticsQueryCall
type Service
    func New(client *http.Client) (*Service, error)
type SitemapsDeleteCall
    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
    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
    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
    func (s *SitemapsListResponse) MarshalJSON() ([]byte, error)
type SitemapsService
    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
    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
    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
    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
    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
    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
    func (s *SitesListResponse) MarshalJSON() ([]byte, error)
type SitesService
    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 UrlCrawlErrorCount
    func (s *UrlCrawlErrorCount) MarshalJSON() ([]byte, error)
type UrlCrawlErrorCountsPerType
    func (s *UrlCrawlErrorCountsPerType) MarshalJSON() ([]byte, error)
type UrlCrawlErrorsCountsQueryResponse
    func (s *UrlCrawlErrorsCountsQueryResponse) MarshalJSON() ([]byte, error)
type UrlCrawlErrorsSample
    func (s *UrlCrawlErrorsSample) MarshalJSON() ([]byte, error)
type UrlCrawlErrorsSamplesListResponse
    func (s *UrlCrawlErrorsSamplesListResponse) MarshalJSON() ([]byte, error)
type UrlSampleDetails
    func (s *UrlSampleDetails) MarshalJSON() ([]byte, error)
type UrlcrawlerrorscountsQueryCall
    func (c *UrlcrawlerrorscountsQueryCall) Category(category string) *UrlcrawlerrorscountsQueryCall
    func (c *UrlcrawlerrorscountsQueryCall) Context(ctx context.Context) *UrlcrawlerrorscountsQueryCall
    func (c *UrlcrawlerrorscountsQueryCall) Do(opts ...googleapi.CallOption) (*UrlCrawlErrorsCountsQueryResponse, error)
    func (c *UrlcrawlerrorscountsQueryCall) Fields(s ...googleapi.Field) *UrlcrawlerrorscountsQueryCall
    func (c *UrlcrawlerrorscountsQueryCall) Header() http.Header
    func (c *UrlcrawlerrorscountsQueryCall) IfNoneMatch(entityTag string) *UrlcrawlerrorscountsQueryCall
    func (c *UrlcrawlerrorscountsQueryCall) LatestCountsOnly(latestCountsOnly bool) *UrlcrawlerrorscountsQueryCall
    func (c *UrlcrawlerrorscountsQueryCall) Platform(platform string) *UrlcrawlerrorscountsQueryCall
type UrlcrawlerrorscountsService
    func NewUrlcrawlerrorscountsService(s *Service) *UrlcrawlerrorscountsService
    func (r *UrlcrawlerrorscountsService) Query(siteUrl string) *UrlcrawlerrorscountsQueryCall
type UrlcrawlerrorssamplesGetCall
    func (c *UrlcrawlerrorssamplesGetCall) Context(ctx context.Context) *UrlcrawlerrorssamplesGetCall
    func (c *UrlcrawlerrorssamplesGetCall) Do(opts ...googleapi.CallOption) (*UrlCrawlErrorsSample, error)
    func (c *UrlcrawlerrorssamplesGetCall) Fields(s ...googleapi.Field) *UrlcrawlerrorssamplesGetCall
    func (c *UrlcrawlerrorssamplesGetCall) Header() http.Header
    func (c *UrlcrawlerrorssamplesGetCall) IfNoneMatch(entityTag string) *UrlcrawlerrorssamplesGetCall
type UrlcrawlerrorssamplesListCall
    func (c *UrlcrawlerrorssamplesListCall) Context(ctx context.Context) *UrlcrawlerrorssamplesListCall
    func (c *UrlcrawlerrorssamplesListCall) Do(opts ...googleapi.CallOption) (*UrlCrawlErrorsSamplesListResponse, error)
    func (c *UrlcrawlerrorssamplesListCall) Fields(s ...googleapi.Field) *UrlcrawlerrorssamplesListCall
    func (c *UrlcrawlerrorssamplesListCall) Header() http.Header
    func (c *UrlcrawlerrorssamplesListCall) IfNoneMatch(entityTag string) *UrlcrawlerrorssamplesListCall
type UrlcrawlerrorssamplesMarkAsFixedCall
    func (c *UrlcrawlerrorssamplesMarkAsFixedCall) Context(ctx context.Context) *UrlcrawlerrorssamplesMarkAsFixedCall
    func (c *UrlcrawlerrorssamplesMarkAsFixedCall) Do(opts ...googleapi.CallOption) error
    func (c *UrlcrawlerrorssamplesMarkAsFixedCall) Fields(s ...googleapi.Field) *UrlcrawlerrorssamplesMarkAsFixedCall
    func (c *UrlcrawlerrorssamplesMarkAsFixedCall) Header() http.Header
type UrlcrawlerrorssamplesService
    func NewUrlcrawlerrorssamplesService(s *Service) *UrlcrawlerrorssamplesService
    func (r *UrlcrawlerrorssamplesService) Get(siteUrl string, url string, category string, platform string) *UrlcrawlerrorssamplesGetCall
    func (r *UrlcrawlerrorssamplesService) List(siteUrl string, category string, platform string) *UrlcrawlerrorssamplesListCall
    func (r *UrlcrawlerrorssamplesService) MarkAsFixed(siteUrl string, url string, category string, platform string) *UrlcrawlerrorssamplesMarkAsFixedCall
type WmxSite
    func (s *WmxSite) MarshalJSON() ([]byte, error)
type WmxSitemap
    func (s *WmxSitemap) MarshalJSON() ([]byte, error)
type WmxSitemapContent
    func (s *WmxSitemapContent) MarshalJSON() ([]byte, error)

Package files

webmasters-gen.go

Constants

OAuth2 scopes used by this API.

const (
    // View and manage Search Console data for your verified sites
    WebmastersScope = "https://www.googleapis.com/auth/webmasters"

    // View Search Console data for your verified sites
    WebmastersReadonlyScope = "https://www.googleapis.com/auth/webmasters.readonly"
)

type ApiDataRow

type ApiDataRow struct {
    Clicks float64 `json:"clicks,omitempty"`

    Ctr float64 `json:"ctr,omitempty"`

    Impressions float64 `json:"impressions,omitempty"`

    Keys []string `json:"keys,omitempty"`

    Position float64 `json:"position,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Clicks") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Clicks") to include in API
    // requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*ApiDataRow) MarshalJSON

func (s *ApiDataRow) MarshalJSON() ([]byte, error)

func (*ApiDataRow) UnmarshalJSON

func (s *ApiDataRow) UnmarshalJSON(data []byte) error

type ApiDimensionFilter

type ApiDimensionFilter struct {
    Dimension string `json:"dimension,omitempty"`

    Expression string `json:"expression,omitempty"`

    Operator string `json:"operator,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Dimension") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Dimension") to include in
    // API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*ApiDimensionFilter) MarshalJSON

func (s *ApiDimensionFilter) MarshalJSON() ([]byte, error)

type ApiDimensionFilterGroup

type ApiDimensionFilterGroup struct {
    Filters []*ApiDimensionFilter `json:"filters,omitempty"`

    GroupType string `json:"groupType,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Filters") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Filters") to include in
    // API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*ApiDimensionFilterGroup) MarshalJSON

func (s *ApiDimensionFilterGroup) MarshalJSON() ([]byte, error)

type SearchAnalyticsQueryRequest

type SearchAnalyticsQueryRequest struct {
    // AggregationType: [Optional; Default is "auto"] How data is
    // aggregated. If aggregated by property, all data for the same property
    // is aggregated; if aggregated by page, all data is aggregated by
    // canonical URI. If you filter or group by page, choose AUTO; otherwise
    // you can aggregate either by property or by page, depending on how you
    // want your data calculated; see  the help documentation to learn how
    // data is calculated differently by site versus by page.
    //
    // Note: If you group or filter by page, you cannot aggregate by
    // property.
    //
    // If you specify any value other than AUTO, the aggregation type in the
    // result will match the requested type, or if you request an invalid
    // type, you will get an error. The API will never change your
    // aggregation type if the requested type is invalid.
    AggregationType string `json:"aggregationType,omitempty"`

    // DimensionFilterGroups: [Optional] Zero or more filters to apply to
    // the dimension grouping values; for example, 'query contains "buy"' to
    // see only data where the query string contains the substring "buy"
    // (not case-sensitive). You can filter by a dimension without grouping
    // by it.
    DimensionFilterGroups []*ApiDimensionFilterGroup `json:"dimensionFilterGroups,omitempty"`

    // Dimensions: [Optional] Zero or more dimensions to group results by.
    // Dimensions are the group-by values in the Search Analytics page.
    // Dimensions are combined to create a unique row key for each row.
    // Results are grouped in the order that you supply these dimensions.
    Dimensions []string `json:"dimensions,omitempty"`

    // EndDate: [Required] End date of the requested date range, in
    // YYYY-MM-DD format, in PST (UTC - 8:00). Must be greater than or equal
    // to the start date. This value is included in the range.
    EndDate string `json:"endDate,omitempty"`

    // RowLimit: [Optional; Default is 1000] The maximum number of rows to
    // return. Must be a number from 1 to 5,000 (inclusive).
    RowLimit int64 `json:"rowLimit,omitempty"`

    // SearchType: [Optional; Default is "web"] The search type to filter
    // for.
    SearchType string `json:"searchType,omitempty"`

    // StartDate: [Required] Start date of the requested date range, in
    // YYYY-MM-DD format, in PST time (UTC - 8:00). Must be less than or
    // equal to the end date. This value is included in the range.
    StartDate string `json:"startDate,omitempty"`

    // StartRow: [Optional; Default is 0] Zero-based index of the first row
    // in the response. Must be a non-negative number.
    StartRow int64 `json:"startRow,omitempty"`

    // ForceSendFields is a list of field names (e.g. "AggregationType") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "AggregationType") to
    // include in API requests with the JSON null value. By default, fields
    // with empty values are omitted from API requests. However, any field
    // with an empty value appearing in NullFields will be sent to the
    // server as null. It is an error if a field in this list has a
    // non-empty value. This may be used to include null fields in Patch
    // requests.
    NullFields []string `json:"-"`
}

func (*SearchAnalyticsQueryRequest) MarshalJSON

func (s *SearchAnalyticsQueryRequest) MarshalJSON() ([]byte, error)

type SearchAnalyticsQueryResponse

SearchAnalyticsQueryResponse: A list of rows, one per result, grouped by key. Metrics in each row are aggregated for all data grouped by that key either by page or property, as specified by the aggregation type parameter.

type SearchAnalyticsQueryResponse struct {
    // ResponseAggregationType: How the results were aggregated.
    ResponseAggregationType string `json:"responseAggregationType,omitempty"`

    // Rows: A list of rows grouped by the key values in the order given in
    // the query.
    Rows []*ApiDataRow `json:"rows,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g.
    // "ResponseAggregationType") to unconditionally include in API
    // requests. By default, fields with empty values are omitted from API
    // requests. However, any non-pointer, non-interface field appearing in
    // ForceSendFields will be sent to the server regardless of whether the
    // field is empty or not. This may be used to include empty fields in
    // Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "ResponseAggregationType")
    // to include in API requests with the JSON null value. By default,
    // fields with empty values are omitted from API requests. However, any
    // field with an empty value appearing in NullFields will be sent to the
    // server as null. It is an error if a field in this list has a
    // non-empty value. This may be used to include null fields in Patch
    // requests.
    NullFields []string `json:"-"`
}

func (*SearchAnalyticsQueryResponse) MarshalJSON

func (s *SearchAnalyticsQueryResponse) MarshalJSON() ([]byte, error)

type SearchanalyticsQueryCall

type SearchanalyticsQueryCall struct {
    // contains filtered or unexported fields
}

func (*SearchanalyticsQueryCall) Context

func (c *SearchanalyticsQueryCall) Context(ctx context.Context) *SearchanalyticsQueryCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*SearchanalyticsQueryCall) Do

func (c *SearchanalyticsQueryCall) Do(opts ...googleapi.CallOption) (*SearchAnalyticsQueryResponse, error)

Do executes the "webmasters.searchanalytics.query" call. Exactly one of *SearchAnalyticsQueryResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *SearchAnalyticsQueryResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*SearchanalyticsQueryCall) Fields

func (c *SearchanalyticsQueryCall) Fields(s ...googleapi.Field) *SearchanalyticsQueryCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*SearchanalyticsQueryCall) Header

func (c *SearchanalyticsQueryCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type SearchanalyticsService

type SearchanalyticsService struct {
    // contains filtered or unexported fields
}

func NewSearchanalyticsService

func NewSearchanalyticsService(s *Service) *SearchanalyticsService

func (*SearchanalyticsService) Query

func (r *SearchanalyticsService) Query(siteUrl string, searchanalyticsqueryrequest *SearchAnalyticsQueryRequest) *SearchanalyticsQueryCall

Query: Query your data with filters and parameters that you define. Returns zero or more rows grouped by the row keys that you define. You must define a date range of one or more days.

When date is one of the group by values, any days without data are omitted from the result list. If you need to know which days have data, issue a broad date range query grouped by date for any metric, and see which day rows are returned.

type Service

type Service struct {
    BasePath  string // API endpoint base URL
    UserAgent string // optional additional User-Agent fragment

    Searchanalytics *SearchanalyticsService

    Sitemaps *SitemapsService

    Sites *SitesService

    Urlcrawlerrorscounts *UrlcrawlerrorscountsService

    Urlcrawlerrorssamples *UrlcrawlerrorssamplesService
    // contains filtered or unexported fields
}

func New

func New(client *http.Client) (*Service, error)

type SitemapsDeleteCall

type SitemapsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*SitemapsDeleteCall) Context

func (c *SitemapsDeleteCall) Context(ctx context.Context) *SitemapsDeleteCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*SitemapsDeleteCall) Do

func (c *SitemapsDeleteCall) Do(opts ...googleapi.CallOption) error

Do executes the "webmasters.sitemaps.delete" call.

func (*SitemapsDeleteCall) Fields

func (c *SitemapsDeleteCall) Fields(s ...googleapi.Field) *SitemapsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*SitemapsDeleteCall) Header

func (c *SitemapsDeleteCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type SitemapsGetCall

type SitemapsGetCall struct {
    // contains filtered or unexported fields
}

func (*SitemapsGetCall) Context

func (c *SitemapsGetCall) Context(ctx context.Context) *SitemapsGetCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*SitemapsGetCall) Do

func (c *SitemapsGetCall) Do(opts ...googleapi.CallOption) (*WmxSitemap, error)

Do executes the "webmasters.sitemaps.get" call. Exactly one of *WmxSitemap or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *WmxSitemap.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*SitemapsGetCall) Fields

func (c *SitemapsGetCall) Fields(s ...googleapi.Field) *SitemapsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*SitemapsGetCall) Header

func (c *SitemapsGetCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*SitemapsGetCall) IfNoneMatch

func (c *SitemapsGetCall) IfNoneMatch(entityTag string) *SitemapsGetCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

type SitemapsListCall

type SitemapsListCall struct {
    // contains filtered or unexported fields
}

func (*SitemapsListCall) Context

func (c *SitemapsListCall) Context(ctx context.Context) *SitemapsListCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*SitemapsListCall) Do

func (c *SitemapsListCall) Do(opts ...googleapi.CallOption) (*SitemapsListResponse, error)

Do executes the "webmasters.sitemaps.list" call. Exactly one of *SitemapsListResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *SitemapsListResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*SitemapsListCall) Fields

func (c *SitemapsListCall) Fields(s ...googleapi.Field) *SitemapsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*SitemapsListCall) Header

func (c *SitemapsListCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*SitemapsListCall) IfNoneMatch

func (c *SitemapsListCall) IfNoneMatch(entityTag string) *SitemapsListCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*SitemapsListCall) SitemapIndex

func (c *SitemapsListCall) SitemapIndex(sitemapIndex string) *SitemapsListCall

SitemapIndex sets the optional parameter "sitemapIndex": A URL of a site's sitemap index. For example: http://www.example.com/sitemapindex.xml

type SitemapsListResponse

SitemapsListResponse: List of sitemaps.

type SitemapsListResponse struct {
    // Sitemap: Contains detailed information about a specific URL submitted
    // as a sitemap.
    Sitemap []*WmxSitemap `json:"sitemap,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "Sitemap") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Sitemap") to include in
    // API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*SitemapsListResponse) MarshalJSON

func (s *SitemapsListResponse) MarshalJSON() ([]byte, error)

type SitemapsService

type SitemapsService struct {
    // contains filtered or unexported fields
}

func NewSitemapsService

func NewSitemapsService(s *Service) *SitemapsService

func (*SitemapsService) Delete

func (r *SitemapsService) Delete(siteUrl string, feedpath string) *SitemapsDeleteCall

Delete: Deletes a sitemap from this site.

func (*SitemapsService) Get

func (r *SitemapsService) Get(siteUrl string, feedpath string) *SitemapsGetCall

Get: Retrieves information about a specific sitemap.

func (*SitemapsService) List

func (r *SitemapsService) List(siteUrl string) *SitemapsListCall

List: Lists the sitemaps-entries submitted for this site, or included in the sitemap index file (if sitemapIndex is specified in the request).

func (*SitemapsService) Submit

func (r *SitemapsService) Submit(siteUrl string, feedpath string) *SitemapsSubmitCall

Submit: Submits a sitemap for a site.

type SitemapsSubmitCall

type SitemapsSubmitCall struct {
    // contains filtered or unexported fields
}

func (*SitemapsSubmitCall) Context

func (c *SitemapsSubmitCall) Context(ctx context.Context) *SitemapsSubmitCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*SitemapsSubmitCall) Do

func (c *SitemapsSubmitCall) Do(opts ...googleapi.CallOption) error

Do executes the "webmasters.sitemaps.submit" call.

func (*SitemapsSubmitCall) Fields

func (c *SitemapsSubmitCall) Fields(s ...googleapi.Field) *SitemapsSubmitCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*SitemapsSubmitCall) Header

func (c *SitemapsSubmitCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type SitesAddCall

type SitesAddCall struct {
    // contains filtered or unexported fields
}

func (*SitesAddCall) Context

func (c *SitesAddCall) Context(ctx context.Context) *SitesAddCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*SitesAddCall) Do

func (c *SitesAddCall) Do(opts ...googleapi.CallOption) error

Do executes the "webmasters.sites.add" call.

func (*SitesAddCall) Fields

func (c *SitesAddCall) Fields(s ...googleapi.Field) *SitesAddCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*SitesAddCall) Header

func (c *SitesAddCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type SitesDeleteCall

type SitesDeleteCall struct {
    // contains filtered or unexported fields
}

func (*SitesDeleteCall) Context

func (c *SitesDeleteCall) Context(ctx context.Context) *SitesDeleteCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*SitesDeleteCall) Do

func (c *SitesDeleteCall) Do(opts ...googleapi.CallOption) error

Do executes the "webmasters.sites.delete" call.

func (*SitesDeleteCall) Fields

func (c *SitesDeleteCall) Fields(s ...googleapi.Field) *SitesDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*SitesDeleteCall) Header

func (c *SitesDeleteCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type SitesGetCall

type SitesGetCall struct {
    // contains filtered or unexported fields
}

func (*SitesGetCall) Context

func (c *SitesGetCall) Context(ctx context.Context) *SitesGetCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*SitesGetCall) Do

func (c *SitesGetCall) Do(opts ...googleapi.CallOption) (*WmxSite, error)

Do executes the "webmasters.sites.get" call. Exactly one of *WmxSite or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *WmxSite.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*SitesGetCall) Fields

func (c *SitesGetCall) Fields(s ...googleapi.Field) *SitesGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*SitesGetCall) Header

func (c *SitesGetCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*SitesGetCall) IfNoneMatch

func (c *SitesGetCall) IfNoneMatch(entityTag string) *SitesGetCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

type SitesListCall

type SitesListCall struct {
    // contains filtered or unexported fields
}

func (*SitesListCall) Context

func (c *SitesListCall) Context(ctx context.Context) *SitesListCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*SitesListCall) Do

func (c *SitesListCall) Do(opts ...googleapi.CallOption) (*SitesListResponse, error)

Do executes the "webmasters.sites.list" call. Exactly one of *SitesListResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *SitesListResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*SitesListCall) Fields

func (c *SitesListCall) Fields(s ...googleapi.Field) *SitesListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*SitesListCall) Header

func (c *SitesListCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*SitesListCall) IfNoneMatch

func (c *SitesListCall) IfNoneMatch(entityTag string) *SitesListCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

type SitesListResponse

SitesListResponse: List of sites with access level information.

type SitesListResponse struct {
    // SiteEntry: Contains permission level information about a Search
    // Console site. For more information, see Permissions in Search
    // Console.
    SiteEntry []*WmxSite `json:"siteEntry,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "SiteEntry") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "SiteEntry") to include in
    // API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*SitesListResponse) MarshalJSON

func (s *SitesListResponse) MarshalJSON() ([]byte, error)

type SitesService

type SitesService struct {
    // contains filtered or unexported fields
}

func NewSitesService

func NewSitesService(s *Service) *SitesService

func (*SitesService) Add

func (r *SitesService) Add(siteUrl string) *SitesAddCall

Add: Adds a site to the set of the user's sites in Search Console.

func (*SitesService) Delete

func (r *SitesService) Delete(siteUrl string) *SitesDeleteCall

Delete: Removes a site from the set of the user's Search Console sites.

func (*SitesService) Get

func (r *SitesService) Get(siteUrl string) *SitesGetCall

Get: Retrieves information about specific site.

func (*SitesService) List

func (r *SitesService) List() *SitesListCall

List: Lists the user's Search Console sites.

type UrlCrawlErrorCount

UrlCrawlErrorCount: An entry in a URL crawl errors time series.

type UrlCrawlErrorCount struct {
    // Count: The error count at the given timestamp.
    Count int64 `json:"count,omitempty,string"`

    // Timestamp: The date and time when the crawl attempt took place, in
    // RFC 3339 format.
    Timestamp string `json:"timestamp,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Count") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Count") to include in API
    // requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*UrlCrawlErrorCount) MarshalJSON

func (s *UrlCrawlErrorCount) MarshalJSON() ([]byte, error)

type UrlCrawlErrorCountsPerType

UrlCrawlErrorCountsPerType: Number of errors per day for a specific error type (defined by platform and category).

type UrlCrawlErrorCountsPerType struct {
    // Category: The crawl error type.
    Category string `json:"category,omitempty"`

    // Entries: The error count entries time series.
    Entries []*UrlCrawlErrorCount `json:"entries,omitempty"`

    // Platform: The general type of Googlebot that made the request (see
    // list of Googlebot user-agents for the user-agents used).
    Platform string `json:"platform,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Category") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Category") to include in
    // API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*UrlCrawlErrorCountsPerType) MarshalJSON

func (s *UrlCrawlErrorCountsPerType) MarshalJSON() ([]byte, error)

type UrlCrawlErrorsCountsQueryResponse

UrlCrawlErrorsCountsQueryResponse: A time series of the number of URL crawl errors per error category and platform.

type UrlCrawlErrorsCountsQueryResponse struct {
    // CountPerTypes: The time series of the number of URL crawl errors per
    // error category and platform.
    CountPerTypes []*UrlCrawlErrorCountsPerType `json:"countPerTypes,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "CountPerTypes") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "CountPerTypes") to include
    // in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. However, any field with
    // an empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*UrlCrawlErrorsCountsQueryResponse) MarshalJSON

func (s *UrlCrawlErrorsCountsQueryResponse) MarshalJSON() ([]byte, error)

type UrlCrawlErrorsSample

UrlCrawlErrorsSample: Contains information about specific crawl errors.

type UrlCrawlErrorsSample struct {
    // FirstDetected: The time the error was first detected, in RFC 3339
    // format.
    FirstDetected string `json:"first_detected,omitempty"`

    // LastCrawled: The time when the URL was last crawled, in RFC 3339
    // format.
    LastCrawled string `json:"last_crawled,omitempty"`

    // PageUrl: The URL of an error, relative to the site.
    PageUrl string `json:"pageUrl,omitempty"`

    // ResponseCode: The HTTP response code, if any.
    ResponseCode int64 `json:"responseCode,omitempty"`

    // UrlDetails: Additional details about the URL, set only when calling
    // get().
    UrlDetails *UrlSampleDetails `json:"urlDetails,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "FirstDetected") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "FirstDetected") to include
    // in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. However, any field with
    // an empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*UrlCrawlErrorsSample) MarshalJSON

func (s *UrlCrawlErrorsSample) MarshalJSON() ([]byte, error)

type UrlCrawlErrorsSamplesListResponse

UrlCrawlErrorsSamplesListResponse: List of crawl error samples.

type UrlCrawlErrorsSamplesListResponse struct {
    // UrlCrawlErrorSample: Information about the sample URL and its crawl
    // error.
    UrlCrawlErrorSample []*UrlCrawlErrorsSample `json:"urlCrawlErrorSample,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "UrlCrawlErrorSample")
    // to unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "UrlCrawlErrorSample") to
    // include in API requests with the JSON null value. By default, fields
    // with empty values are omitted from API requests. However, any field
    // with an empty value appearing in NullFields will be sent to the
    // server as null. It is an error if a field in this list has a
    // non-empty value. This may be used to include null fields in Patch
    // requests.
    NullFields []string `json:"-"`
}

func (*UrlCrawlErrorsSamplesListResponse) MarshalJSON

func (s *UrlCrawlErrorsSamplesListResponse) MarshalJSON() ([]byte, error)

type UrlSampleDetails

UrlSampleDetails: Additional details about the URL, set only when calling get().

type UrlSampleDetails struct {
    // ContainingSitemaps: List of sitemaps pointing at this URL.
    ContainingSitemaps []string `json:"containingSitemaps,omitempty"`

    // LinkedFromUrls: A sample set of URLs linking to this URL.
    LinkedFromUrls []string `json:"linkedFromUrls,omitempty"`

    // ForceSendFields is a list of field names (e.g. "ContainingSitemaps")
    // to unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "ContainingSitemaps") to
    // include in API requests with the JSON null value. By default, fields
    // with empty values are omitted from API requests. However, any field
    // with an empty value appearing in NullFields will be sent to the
    // server as null. It is an error if a field in this list has a
    // non-empty value. This may be used to include null fields in Patch
    // requests.
    NullFields []string `json:"-"`
}

func (*UrlSampleDetails) MarshalJSON

func (s *UrlSampleDetails) MarshalJSON() ([]byte, error)

type UrlcrawlerrorscountsQueryCall

type UrlcrawlerrorscountsQueryCall struct {
    // contains filtered or unexported fields
}

func (*UrlcrawlerrorscountsQueryCall) Category

func (c *UrlcrawlerrorscountsQueryCall) Category(category string) *UrlcrawlerrorscountsQueryCall

Category sets the optional parameter "category": The crawl error category. For example: serverError. If not specified, returns results for all categories.

Possible values:

"authPermissions"
"flashContent"
"manyToOneRedirect"
"notFollowed"
"notFound"
"other"
"roboted"
"serverError"
"soft404"

func (*UrlcrawlerrorscountsQueryCall) Context

func (c *UrlcrawlerrorscountsQueryCall) Context(ctx context.Context) *UrlcrawlerrorscountsQueryCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*UrlcrawlerrorscountsQueryCall) Do

func (c *UrlcrawlerrorscountsQueryCall) Do(opts ...googleapi.CallOption) (*UrlCrawlErrorsCountsQueryResponse, error)

Do executes the "webmasters.urlcrawlerrorscounts.query" call. Exactly one of *UrlCrawlErrorsCountsQueryResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *UrlCrawlErrorsCountsQueryResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*UrlcrawlerrorscountsQueryCall) Fields

func (c *UrlcrawlerrorscountsQueryCall) Fields(s ...googleapi.Field) *UrlcrawlerrorscountsQueryCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*UrlcrawlerrorscountsQueryCall) Header

func (c *UrlcrawlerrorscountsQueryCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*UrlcrawlerrorscountsQueryCall) IfNoneMatch

func (c *UrlcrawlerrorscountsQueryCall) IfNoneMatch(entityTag string) *UrlcrawlerrorscountsQueryCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*UrlcrawlerrorscountsQueryCall) LatestCountsOnly

func (c *UrlcrawlerrorscountsQueryCall) LatestCountsOnly(latestCountsOnly bool) *UrlcrawlerrorscountsQueryCall

LatestCountsOnly sets the optional parameter "latestCountsOnly": If true, returns only the latest crawl error counts.

func (*UrlcrawlerrorscountsQueryCall) Platform

func (c *UrlcrawlerrorscountsQueryCall) Platform(platform string) *UrlcrawlerrorscountsQueryCall

Platform sets the optional parameter "platform": The user agent type (platform) that made the request. For example: web. If not specified, returns results for all platforms.

Possible values:

"mobile"
"smartphoneOnly"
"web"

type UrlcrawlerrorscountsService

type UrlcrawlerrorscountsService struct {
    // contains filtered or unexported fields
}

func NewUrlcrawlerrorscountsService

func NewUrlcrawlerrorscountsService(s *Service) *UrlcrawlerrorscountsService

func (*UrlcrawlerrorscountsService) Query

func (r *UrlcrawlerrorscountsService) Query(siteUrl string) *UrlcrawlerrorscountsQueryCall

Query: Retrieves a time series of the number of URL crawl errors per error category and platform.

type UrlcrawlerrorssamplesGetCall

type UrlcrawlerrorssamplesGetCall struct {
    // contains filtered or unexported fields
}

func (*UrlcrawlerrorssamplesGetCall) Context

func (c *UrlcrawlerrorssamplesGetCall) Context(ctx context.Context) *UrlcrawlerrorssamplesGetCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*UrlcrawlerrorssamplesGetCall) Do

func (c *UrlcrawlerrorssamplesGetCall) Do(opts ...googleapi.CallOption) (*UrlCrawlErrorsSample, error)

Do executes the "webmasters.urlcrawlerrorssamples.get" call. Exactly one of *UrlCrawlErrorsSample or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *UrlCrawlErrorsSample.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*UrlcrawlerrorssamplesGetCall) Fields

func (c *UrlcrawlerrorssamplesGetCall) Fields(s ...googleapi.Field) *UrlcrawlerrorssamplesGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*UrlcrawlerrorssamplesGetCall) Header

func (c *UrlcrawlerrorssamplesGetCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*UrlcrawlerrorssamplesGetCall) IfNoneMatch

func (c *UrlcrawlerrorssamplesGetCall) IfNoneMatch(entityTag string) *UrlcrawlerrorssamplesGetCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

type UrlcrawlerrorssamplesListCall

type UrlcrawlerrorssamplesListCall struct {
    // contains filtered or unexported fields
}

func (*UrlcrawlerrorssamplesListCall) Context

func (c *UrlcrawlerrorssamplesListCall) Context(ctx context.Context) *UrlcrawlerrorssamplesListCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*UrlcrawlerrorssamplesListCall) Do

func (c *UrlcrawlerrorssamplesListCall) Do(opts ...googleapi.CallOption) (*UrlCrawlErrorsSamplesListResponse, error)

Do executes the "webmasters.urlcrawlerrorssamples.list" call. Exactly one of *UrlCrawlErrorsSamplesListResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *UrlCrawlErrorsSamplesListResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*UrlcrawlerrorssamplesListCall) Fields

func (c *UrlcrawlerrorssamplesListCall) Fields(s ...googleapi.Field) *UrlcrawlerrorssamplesListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*UrlcrawlerrorssamplesListCall) Header

func (c *UrlcrawlerrorssamplesListCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*UrlcrawlerrorssamplesListCall) IfNoneMatch

func (c *UrlcrawlerrorssamplesListCall) IfNoneMatch(entityTag string) *UrlcrawlerrorssamplesListCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

type UrlcrawlerrorssamplesMarkAsFixedCall

type UrlcrawlerrorssamplesMarkAsFixedCall struct {
    // contains filtered or unexported fields
}

func (*UrlcrawlerrorssamplesMarkAsFixedCall) Context

func (c *UrlcrawlerrorssamplesMarkAsFixedCall) Context(ctx context.Context) *UrlcrawlerrorssamplesMarkAsFixedCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*UrlcrawlerrorssamplesMarkAsFixedCall) Do

func (c *UrlcrawlerrorssamplesMarkAsFixedCall) Do(opts ...googleapi.CallOption) error

Do executes the "webmasters.urlcrawlerrorssamples.markAsFixed" call.

func (*UrlcrawlerrorssamplesMarkAsFixedCall) Fields

func (c *UrlcrawlerrorssamplesMarkAsFixedCall) Fields(s ...googleapi.Field) *UrlcrawlerrorssamplesMarkAsFixedCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*UrlcrawlerrorssamplesMarkAsFixedCall) Header

func (c *UrlcrawlerrorssamplesMarkAsFixedCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type UrlcrawlerrorssamplesService

type UrlcrawlerrorssamplesService struct {
    // contains filtered or unexported fields
}

func NewUrlcrawlerrorssamplesService

func NewUrlcrawlerrorssamplesService(s *Service) *UrlcrawlerrorssamplesService

func (*UrlcrawlerrorssamplesService) Get

func (r *UrlcrawlerrorssamplesService) Get(siteUrl string, url string, category string, platform string) *UrlcrawlerrorssamplesGetCall

Get: Retrieves details about crawl errors for a site's sample URL.

func (*UrlcrawlerrorssamplesService) List

func (r *UrlcrawlerrorssamplesService) List(siteUrl string, category string, platform string) *UrlcrawlerrorssamplesListCall

List: Lists a site's sample URLs for the specified crawl error category and platform.

func (*UrlcrawlerrorssamplesService) MarkAsFixed

func (r *UrlcrawlerrorssamplesService) MarkAsFixed(siteUrl string, url string, category string, platform string) *UrlcrawlerrorssamplesMarkAsFixedCall

MarkAsFixed: Marks the provided site's sample URL as fixed, and removes it from the samples list.

type WmxSite

WmxSite: Contains permission level information about a Search Console site. For more information, see Permissions in Search Console.

type WmxSite struct {
    // PermissionLevel: The user's permission level for the site.
    PermissionLevel string `json:"permissionLevel,omitempty"`

    // SiteUrl: The URL of the site.
    SiteUrl string `json:"siteUrl,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "PermissionLevel") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "PermissionLevel") to
    // include in API requests with the JSON null value. By default, fields
    // with empty values are omitted from API requests. However, any field
    // with an empty value appearing in NullFields will be sent to the
    // server as null. It is an error if a field in this list has a
    // non-empty value. This may be used to include null fields in Patch
    // requests.
    NullFields []string `json:"-"`
}

func (*WmxSite) MarshalJSON

func (s *WmxSite) MarshalJSON() ([]byte, error)

type WmxSitemap

WmxSitemap: Contains detailed information about a specific URL submitted as a sitemap.

type WmxSitemap struct {
    // Contents: The various content types in the sitemap.
    Contents []*WmxSitemapContent `json:"contents,omitempty"`

    // Errors: Number of errors in the sitemap. These are issues with the
    // sitemap itself that need to be fixed before it can be processed
    // correctly.
    Errors int64 `json:"errors,omitempty,string"`

    // IsPending: If true, the sitemap has not been processed.
    IsPending bool `json:"isPending,omitempty"`

    // IsSitemapsIndex: If true, the sitemap is a collection of sitemaps.
    IsSitemapsIndex bool `json:"isSitemapsIndex,omitempty"`

    // LastDownloaded: Date & time in which this sitemap was last
    // downloaded. Date format is in RFC 3339 format (yyyy-mm-dd).
    LastDownloaded string `json:"lastDownloaded,omitempty"`

    // LastSubmitted: Date & time in which this sitemap was submitted. Date
    // format is in RFC 3339 format (yyyy-mm-dd).
    LastSubmitted string `json:"lastSubmitted,omitempty"`

    // Path: The url of the sitemap.
    Path string `json:"path,omitempty"`

    // Type: The type of the sitemap. For example: rssFeed.
    Type string `json:"type,omitempty"`

    // Warnings: Number of warnings for the sitemap. These are generally
    // non-critical issues with URLs in the sitemaps.
    Warnings int64 `json:"warnings,omitempty,string"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "Contents") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Contents") to include in
    // API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*WmxSitemap) MarshalJSON

func (s *WmxSitemap) MarshalJSON() ([]byte, error)

type WmxSitemapContent

WmxSitemapContent: Information about the various content types in the sitemap.

type WmxSitemapContent struct {
    // Indexed: The number of URLs from the sitemap that were indexed (of
    // the content type).
    Indexed int64 `json:"indexed,omitempty,string"`

    // Submitted: The number of URLs in the sitemap (of the content type).
    Submitted int64 `json:"submitted,omitempty,string"`

    // Type: The specific type of content in this sitemap. For example: web.
    Type string `json:"type,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Indexed") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Indexed") to include in
    // API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*WmxSitemapContent) MarshalJSON

func (s *WmxSitemapContent) MarshalJSON() ([]byte, error)