google-apis-people_v1 0.18.0 → 0.19.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: 474e9e451d75217f8758710b40b6dc05c24b4657ce23aafb7638568a82ac6de2
4
- data.tar.gz: a91be56d3973d68bf7b30d199406cbded1e990600a8f8e21fff3c8e3a46a6aca
3
+ metadata.gz: 040057a445b4d154d11e5ceee608ce607862769a20ae30069b0be86fe572e826
4
+ data.tar.gz: c3d5873b94dfe2556969a8c689d22843d07647254716698a196cbf23b4866120
5
5
  SHA512:
6
- metadata.gz: 35fd4be9afc29988c422a6977586578bf028e7d6682597e91d61eda96fbcada028bb2f84c6c1628248098a0cecfa2361d49bde6d28686fa8ec39e31f761de9ec
7
- data.tar.gz: '039c289acabe9305bc748afb5767c8b6189e84333f76cabb1ca8e220cce50e3e68ab10b0a2aab3da398ad4bf65d9ed67041f323f5bd2fd22290bbec565ef7ed0'
6
+ metadata.gz: 735edd1f948d277319e7dc8e4f421436e518d2c6f9e183247155fae83a24e13e10c86017bac5ee03e569f904f73e38bc6e6b52476079fb26add9ae9f572a50db
7
+ data.tar.gz: a59249f35a8cbb6d64cc27aa42c3e6a028b4b8336ef2fd93517505466b99574ce476c404534aa706e3454c57bc4592757f7e4e7df4b7118ecd5611e8a083b179
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-people_v1
2
2
 
3
+ ### v0.19.0 (2021-08-05)
4
+
5
+ * Regenerated from discovery document revision 20210803
6
+
3
7
  ### v0.18.0 (2021-07-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20210726
@@ -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.18.0"
19
+ GEM_VERSION = "0.19.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 = "20210726"
25
+ REVISION = "20210803"
26
26
  end
27
27
  end
28
28
  end
@@ -376,8 +376,15 @@ module Google
376
376
  # provided the page token.
377
377
  # @param [String] read_mask
378
378
  # Required. A field mask to restrict which fields on each person are returned.
379
- # Multiple fields can be specified by separating them with commas. Valid values
380
- # are: * emailAddresses * metadata * names * phoneNumbers * photos
379
+ # Multiple fields can be specified by separating them with commas. What values
380
+ # are valid depend on what ReadSourceType is used. If READ_SOURCE_TYPE_CONTACT
381
+ # is used, valid values are: * emailAddresses * metadata * names * phoneNumbers *
382
+ # photos If READ_SOURCE_TYPE_PROFILE is used, valid values are: * addresses *
383
+ # ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos *
384
+ # emailAddresses * events * externalIds * genders * imClients * interests *
385
+ # locales * locations * memberships * metadata * miscKeywords * names *
386
+ # nicknames * occupations * organizations * phoneNumbers * photos * relations *
387
+ # sipAddresses * skills * urls * userDefined
381
388
  # @param [Boolean] request_sync_token
382
389
  # Optional. Whether the response should return `next_sync_token` on the last
383
390
  # page of results. It can be used to get incremental changes since the last
@@ -385,15 +392,7 @@ module Google
385
392
  # behavior at `otherContacts.list`.
386
393
  # @param [Array<String>, String] sources
387
394
  # Optional. A mask of what source types to return. Defaults to
388
- # READ_SOURCE_TYPE_CONTACT if not set. If READ_SOURCE_TYPE_CONTACT is used,
389
- # valid values for the readMask are: * emailAddresses * metadata * names *
390
- # phoneNumbers * photos If READ_SOURCE_TYPE_PROFILE is used, valid values for
391
- # the readMask are: * addresses * ageRanges * biographies * birthdays *
392
- # calendarUrls * clientData * coverPhotos * emailAddresses * events *
393
- # externalIds * genders * imClients * interests * locales * locations *
394
- # memberships * metadata * miscKeywords * names * nicknames * occupations *
395
- # organizations * phoneNumbers * photos * relations * sipAddresses * skills *
396
- # urls * userDefined
395
+ # READ_SOURCE_TYPE_CONTACT if not set.
397
396
  # @param [String] sync_token
398
397
  # Optional. A sync token, received from a previous response `next_sync_token`
399
398
  # 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.18.0
4
+ version: 0.19.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-08-02 00:00:00.000000000 Z
11
+ date: 2021-08-09 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.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-people_v1/v0.19.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: []