Autogenerated update (2018-02-27)

Update:
- people_v1
This commit is contained in:
Google APIs 2018-02-27 00:36:17 +00:00
parent e3218393eb
commit a0d83a8de0
2 changed files with 6 additions and 4 deletions

View File

@ -25,7 +25,7 @@ module Google
# @see https://developers.google.com/people/
module PeopleV1
VERSION = 'V1'
REVISION = '20180222'
REVISION = '20180225'
# Manage your contacts
AUTH_CONTACTS = 'https://www.googleapis.com/auth/contacts'

View File

@ -996,7 +996,9 @@ module Google
end
end
# A request to modify an existing contact group's members.
# A request to modify an existing contact group's members. Contacts can be
# removed from any group but they can only be added to a user group or
# myContacts or starred system groups.
class ModifyContactGroupMembersRequest
include Google::Apis::Core::Hashable
@ -2119,8 +2121,8 @@ module Google
end
end
# A request to update an existing contact group. All updated fields will be
# replaced.
# A request to update an existing user contact group. All updated fields will
# be replaced.
class UpdateContactGroupRequest
include Google::Apis::Core::Hashable