Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of people v1 client #1553

Merged
merged 1 commit into from Nov 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion generated/google/apis/people_v1.rb
Expand Up @@ -25,7 +25,7 @@ module Apis
# @see https://developers.google.com/people/
module PeopleV1
VERSION = 'V1'
REVISION = '20201111'
REVISION = '20201117'

# See, edit, download, and permanently delete your contacts
AUTH_CONTACTS = 'https://www.googleapis.com/auth/contacts'
Expand Down
8 changes: 6 additions & 2 deletions generated/google/apis/people_v1/classes.rb
Expand Up @@ -1328,13 +1328,17 @@ class ModifyContactGroupMembersRequest
include Google::Apis::Core::Hashable

# Optional. The resource names of the contact people to add in the form of `
# people/`person_id``.
# people/`person_id``. The total number of resource names in `
# resource_names_to_add` and `resource_names_to_remove` must be less than or
# equal to 1000.
# Corresponds to the JSON property `resourceNamesToAdd`
# @return [Array<String>]
attr_accessor :resource_names_to_add

# Optional. The resource names of the contact people to remove in the form of `
# people/`person_id``.
# people/`person_id``. The total number of resource names in `
# resource_names_to_add` and `resource_names_to_remove` must be less than or
# equal to 1000.
# Corresponds to the JSON property `resourceNamesToRemove`
# @return [Array<String>]
attr_accessor :resource_names_to_remove
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/people_v1/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "dadc6d21eefb965d1827084a7c0e9466a5dc2637"
"sha": "9976dc9f40066e1b5937b616abb69b5ef1d06d7c"
}
}
]
Expand Down