target.apidocs.com.google.api.services.webmasters.WebmastersScopes.html Maven / Gradle / Ivy
WebmastersScopes (Search Console API v3-rev20190428-1.30.1)
com.google.api.services.webmasters
Class WebmastersScopes
- java.lang.Object
-
- com.google.api.services.webmasters.WebmastersScopes
-
public class WebmastersScopes
extends Object
Available OAuth 2.0 scopes for use with the Search Console API.
- Since:
- 1.4
-
-
Field Summary
Fields
Modifier and Type
Field and Description
static String
WEBMASTERS
View and manage Search Console data for your verified sites.
static String
WEBMASTERS_READONLY
View Search Console data for your verified sites.
-
Method Summary
All Methods Static Methods Concrete Methods
Modifier and Type
Method and Description
static Set<String>
all()
Returns an unmodifiable set that contains all scopes declared by this class.
-
-
Field Detail
-
WEBMASTERS
public static final String WEBMASTERS
View and manage Search Console data for your verified sites.
- See Also:
- Constant Field Values
-
WEBMASTERS_READONLY
public static final String WEBMASTERS_READONLY
View Search Console data for your verified sites.
- See Also:
- Constant Field Values
Copyright © 2011–2019 Google. All rights reserved.