SearchConsoleApi class Null safety
The Search Console API provides access to both Search Console data (verified users only) and to public information on an URL basis (anyone)
Constructors
- SearchConsoleApi(Client client, {String rootUrl = 'https://searchconsole.googleapis.com/', String servicePath = ''})
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- searchanalytics → SearchanalyticsResource
-
read-only
- sitemaps → SitemapsResource
-
read-only
- sites → SitesResource
-
read-only
- urlInspection → UrlInspectionResource
-
read-only
- urlTestingTools → UrlTestingToolsResource
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- webmastersReadonlyScope → const String
-
View Search Console data for your verified sites
'https://www.googleapis.com/auth/webmasters.readonly'
- webmastersScope → const String
-
View and manage Search Console data for your verified sites
'https://www.googleapis.com/auth/webmasters'