google-apis-people_v1 0.27.0 → 0.28.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: 536f39247082a7a446540a39180252393be2e07e1860b1243502fcd6aa87d7d2
4
- data.tar.gz: 4944290e5f2424f29d70b4048557ce838e160363d197ef11fabe272fa6711dc3
3
+ metadata.gz: 0d3915019d6aefa0d24386bc5f8485b3a956337b7d9226b952a46fab78092d52
4
+ data.tar.gz: 4a27886c99ada87534fe9054bb87a082500168134b006f91532e3b787ff68366
5
5
  SHA512:
6
- metadata.gz: 679e46b57c11ee02a935dee39e36c7e8045b421436f1003a84300cb17f2e13268185562339bfc866f2c422534fb8bfbf509132b28df4b8aedf20bb8fa7031f0c
7
- data.tar.gz: 4ac5c3cc6c90054f26af643d808dfc5a98b6215b0c615763795aad9467ca7e0a8811ee48c372d9786e6b2b8e1f13866336a494fa0154e090821aa0c46623d09c
6
+ metadata.gz: 994f603e6a0f49fa64cef6d72a75e2ba84cf5dc9d82fd6989757d33e846f33898a4c046639d886a356ad0334dabb7fc634ea75f31c55bc6da5c8955edcde40ce
7
+ data.tar.gz: 32db45886dd613df95e987974d65fd6c5bf73a9ea702ee31c82e6f4fd5e421e28f6cac4fcb164b740bcbae99cbc43cf715c65c8300f97e55295598713177dca2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-people_v1
2
2
 
3
+ ### v0.28.0 (2022-04-22)
4
+
5
+ * Regenerated from discovery document revision 20220420
6
+
3
7
  ### v0.27.0 (2022-03-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20220321
@@ -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.27.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220321"
25
+ REVISION = "20220420"
26
26
  end
27
27
  end
28
28
  end
@@ -398,7 +398,10 @@ module Google
398
398
  # behavior at `otherContacts.list`.
399
399
  # @param [Array<String>, String] sources
400
400
  # Optional. A mask of what source types to return. Defaults to
401
- # READ_SOURCE_TYPE_CONTACT if not set.
401
+ # READ_SOURCE_TYPE_CONTACT if not set. Possible values for this field are: *
402
+ # READ_SOURCE_TYPE_CONTACT * READ_SOURCE_TYPE_CONTACT,READ_SOURCE_TYPE_PROFILE
403
+ # Specifying READ_SOURCE_TYPE_PROFILE without specifying
404
+ # READ_SOURCE_TYPE_CONTACT is not permitted.
402
405
  # @param [String] sync_token
403
406
  # Optional. A sync token, received from a previous response `next_sync_token`
404
407
  # Provide this to retrieve only the resources changed since the last request.
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.27.0
4
+ version: 0.28.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: 2022-03-28 00:00:00.000000000 Z
11
+ date: 2022-04-25 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/main/generated/google-apis-people_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-people_v1/v0.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-people_v1/v0.28.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-people_v1
63
63
  post_install_message:
64
64
  rdoc_options: []