public class AnalyticsScopes extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ANALYTICS
View and manage your Google Analytics data.
|
static String |
ANALYTICS_EDIT
Edit Google Analytics management entities.
|
static String |
ANALYTICS_MANAGE_USERS
Manage Google Analytics Account users by email address.
|
static String |
ANALYTICS_MANAGE_USERS_READONLY
View Google Analytics user permissions.
|
static String |
ANALYTICS_PROVISION
Create a new Google Analytics account along with its default property and view.
|
static String |
ANALYTICS_READONLY
View your Google Analytics data.
|
static String |
ANALYTICS_USER_DELETION
Manage Google Analytics user deletion requests.
|
Modifier and Type | Method and Description |
---|---|
static Set<String> |
all()
Returns an unmodifiable set that contains all scopes declared by this class.
|
public static final String ANALYTICS
public static final String ANALYTICS_EDIT
public static final String ANALYTICS_MANAGE_USERS
public static final String ANALYTICS_MANAGE_USERS_READONLY
public static final String ANALYTICS_PROVISION
public static final String ANALYTICS_READONLY
public static final String ANALYTICS_USER_DELETION
Copyright © 2011–2020 Google. All rights reserved.