public class PeopleServiceScopes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTACTS
See, edit, download, and permanently delete your contacts.
|
static String |
CONTACTS_OTHER_READONLY
See and download contact info automatically saved in your "Other contacts".
|
static String |
CONTACTS_READONLY
See and download your contacts.
|
static String |
DIRECTORY_READONLY
See and download your organization's Google Workspace directory.
|
static String |
USER_ADDRESSES_READ
View your street addresses.
|
static String |
USER_BIRTHDAY_READ
See and download your exact date of birth.
|
static String |
USER_EMAILS_READ
See and download all of your Google Account email addresses.
|
static String |
USER_GENDER_READ
See your gender.
|
static String |
USER_ORGANIZATION_READ
See your education, work history and org info.
|
static String |
USER_PHONENUMBERS_READ
See and download your personal phone numbers.
|
static String |
USERINFO_EMAIL
See your primary Google Account email address.
|
static String |
USERINFO_PROFILE
See your personal info, including any personal info you've made publicly available.
|
| 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 CONTACTS
public static final String CONTACTS_OTHER_READONLY
public static final String CONTACTS_READONLY
public static final String DIRECTORY_READONLY
public static final String USER_ADDRESSES_READ
public static final String USER_BIRTHDAY_READ
public static final String USER_EMAILS_READ
public static final String USER_GENDER_READ
public static final String USER_ORGANIZATION_READ
public static final String USER_PHONENUMBERS_READ
public static final String USERINFO_EMAIL
public static final String USERINFO_PROFILE
Copyright © 2011–2025 Google. All rights reserved.