google-apis-people_v1 0.20.0 → 0.21.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8002b470676be9150290434fc9c8a7626e66a1344f20fa9004553c0f4cce327f
4
- data.tar.gz: 2c20b6005b4f87b96a6a88ae9c09a94cc058f584c4f6c9e1446bbed82d1cc802
3
+ metadata.gz: 33cec8d8374f797235ce49a5a85847d9e82e9ca9759e5b1a698f3ce09a8fc5f6
4
+ data.tar.gz: 42b3067c5daba1abceb320eeacfb299acf00d463c336005c331ff56c2f1c5784
5
5
  SHA512:
6
- metadata.gz: 3c24436e4d2c9eb4567455748ee1111b58617975ec2d26fe5cdf97a882ff252b6becbf5d4182a1df7884293676b62bc8faa5aa75797aa7f4c10eab17853eb363
7
- data.tar.gz: e7adcbf669045c4f67063805245605a8814c382ff1ee21df3f6b03bae9bca5f9941e313c261efdbc34d35142e4179669f16ba96d4fc55ded580681544f9c7f79
6
+ metadata.gz: 181fab9eb9d59816f4b62d1c0a9e25b46d2f7de03062bb1b35e00328e0804f5c6eac8aaf763ae582594e32df31294b266a8224b08a89bc822daf1b15587a5203
7
+ data.tar.gz: 2e6731b34479d3ca78f4187e62e9446fb7951d68e07384ddf3156bea6ac7c4c984419412eec95aae17823b6e3ddd52af203b4be0be71608dcf327d0ced6b3a67
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-people_v1
2
2
 
3
+ ### v0.21.0 (2021-09-07)
4
+
5
+ * Regenerated from discovery document revision 20210903
6
+
3
7
  ### v0.20.0 (2021-09-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20210830
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PeopleV1
18
18
  # Version of the google-apis-people_v1 gem
19
- GEM_VERSION = "0.20.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210830"
25
+ REVISION = "20210903"
26
26
  end
27
27
  end
28
28
  end
@@ -879,7 +879,7 @@ module Google
879
879
  # Provides a list of contacts in the authenticated user's grouped contacts that
880
880
  # matches the search query. The query matches on a contact's `names`, `nickNames`
881
881
  # , `emailAddresses`, `phoneNumbers`, and `organizations` fields that are from
882
- # the CONTACT" source. **IMPORTANT**: Before searching, clients should send a
882
+ # the CONTACT source. **IMPORTANT**: Before searching, clients should send a
883
883
  # warmup request with an empty query to update the cache. See https://developers.
884
884
  # google.com/people/v1/contacts#search_the_users_contacts
885
885
  # @param [Fixnum] page_size
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-people_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-06 00:00:00.000000000 Z
11
+ date: 2021-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-people_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-people_v1/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-people_v1/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-people_v1
63
63
  post_install_message:
64
64
  rdoc_options: []