google-apis-people_v1 0.12.0 → 0.13.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: bef7c08a2ceaa8531870c163208c4f0e93b289a234deef4780f0a3bd4b110269
4
- data.tar.gz: b4e52655985eb8e1e71acf2cf31c16e697c7b011c4df60077359663e010e235d
3
+ metadata.gz: 364e27c9c4f7b5a658554ccdc4d19346370f14bfcb0dcbdaf2d57d093a2a1d26
4
+ data.tar.gz: 158d7d594f94fdb1db990aa51869b7873b69fc5809bc12b64ae7bafdfd432d60
5
5
  SHA512:
6
- metadata.gz: ba410470d9a42a171f108c4ab5da854d628086f3b4b031f95118e4a9d960957e8ec8fefe80bd5e58232335ebce9f4fc8641f4ffb6c9d5d30a99a6d2c94bdfd5b
7
- data.tar.gz: 39f598ce84d039f17a5ad2f205b0c7f08d49f04b3ee25d346c6926779bca9d2e88444f7d1ad7e75d83590fd5babd550b15b68b2f227738cd9232fd486026fc0d
6
+ metadata.gz: 0aaef8be1d2fac55715dc34bcf00809b0541ebf577a027a41a926956551e109ce0d1ae57877040dbd76b668cb993bf2bce467ef443f4895f6b54034ff8e550f7
7
+ data.tar.gz: ca30bbcae67a6d76ff287a2dd3b7588059d8143040f8b3fdf89fe05fe243cf2b9bfd0d6542883866588ef046de3ed5708b879e7420f8b990810adebdacdcbcdd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-people_v1
2
2
 
3
+ ### v0.13.0 (2021-06-19)
4
+
5
+ * Regenerated from discovery document revision 20210617
6
+
3
7
  ### v0.12.0 (2021-06-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20210607
@@ -1931,7 +1931,12 @@ module Google
1931
1931
  # @return [Array<Google::Apis::PeopleV1::CoverPhoto>]
1932
1932
  attr_accessor :cover_photos
1933
1933
 
1934
- # The person's email addresses.
1934
+ # The person's email addresses. For [`connections.list`](/people/api/rest/v1/
1935
+ # people.connections/list), [`otherContacts.list`](/people/api/rest/v1/
1936
+ # otherContacts/list), and [`people.listDirectoryPeople`](/people/api/rest/v1/
1937
+ # people/listDirectoryPeople) the number of email addresses is limited to 100.
1938
+ # If a Person has more email addresses the entire set can be obtained by calling
1939
+ # ['people.get'](/people/api/rest/v1/people/get).
1935
1940
  # Corresponds to the JSON property `emailAddresses`
1936
1941
  # @return [Array<Google::Apis::PeopleV1::EmailAddress>]
1937
1942
  attr_accessor :email_addresses
@@ -2017,7 +2022,12 @@ module Google
2017
2022
  # @return [Array<Google::Apis::PeopleV1::Organization>]
2018
2023
  attr_accessor :organizations
2019
2024
 
2020
- # The person's phone numbers.
2025
+ # The person's phone numbers. For [`connections.list`](/people/api/rest/v1/
2026
+ # people.connections/list), [`otherContacts.list`](/people/api/rest/v1/
2027
+ # otherContacts/list), and [`people.listDirectoryPeople`](/people/api/rest/v1/
2028
+ # people/listDirectoryPeople) the number of phone numbers is limited to 100. If
2029
+ # a Person has more phone numbers the entire set can be obtained by calling ['
2030
+ # people.get'](/people/api/rest/v1/people/get).
2021
2031
  # Corresponds to the JSON property `phoneNumbers`
2022
2032
  # @return [Array<Google::Apis::PeopleV1::PhoneNumber>]
2023
2033
  attr_accessor :phone_numbers
@@ -2133,7 +2143,8 @@ module Google
2133
2143
  include Google::Apis::Core::Hashable
2134
2144
 
2135
2145
  # Output only. True if the person resource has been deleted. Populated only for [
2136
- # `connections.list`](/people/api/rest/v1/people.connections/list) requests that
2146
+ # `connections.list`](/people/api/rest/v1/people.connections/list) and [`
2147
+ # otherContacts.list`](/people/api/rest/v1/otherContacts/list) requests that
2137
2148
  # include a sync token.
2138
2149
  # Corresponds to the JSON property `deleted`
2139
2150
  # @return [Boolean]
@@ -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.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210607"
25
+ REVISION = "20210617"
26
26
  end
27
27
  end
28
28
  end
@@ -360,7 +360,7 @@ module Google
360
360
  # @param [String] read_mask
361
361
  # Required. A field mask to restrict which fields on each person are returned.
362
362
  # Multiple fields can be specified by separating them with commas. Valid values
363
- # are: * emailAddresses * names * phoneNumbers
363
+ # are: * emailAddresses * metadata * names * phoneNumbers
364
364
  # @param [Boolean] request_sync_token
365
365
  # Optional. Whether the response should include `next_sync_token`, which can be
366
366
  # used to get all changes since the last request. For subsequent sync requests
@@ -370,8 +370,11 @@ module Google
370
370
  # Optional. A sync token, received from a previous `ListOtherContacts` call.
371
371
  # Provide this to retrieve only the resources changed since the last request.
372
372
  # Sync requests that specify `sync_token` have an additional rate limit. When
373
- # syncing, all other parameters provided to `ListOtherContacts` must match the
374
- # call that provided the sync token.
373
+ # the `syncToken` is specified, resources deleted since the last sync will be
374
+ # returned as a person with [`PersonMetadata.deleted`](/people/api/rest/v1/
375
+ # people#Person.PersonMetadata.FIELDS.deleted) set to true. When the `syncToken`
376
+ # is specified, all other parameters provided to `ListOtherContacts` must match
377
+ # the call that provided the sync token.
375
378
  # @param [String] fields
376
379
  # Selector specifying which fields to include in a partial response.
377
380
  # @param [String] quota_user
@@ -420,7 +423,7 @@ module Google
420
423
  # @param [String] read_mask
421
424
  # Required. A field mask to restrict which fields on each person are returned.
422
425
  # Multiple fields can be specified by separating them with commas. Valid values
423
- # are: * emailAddresses * names * phoneNumbers
426
+ # are: * emailAddresses * metadata * names * phoneNumbers
424
427
  # @param [String] fields
425
428
  # Selector specifying which fields to include in a partial response.
426
429
  # @param [String] quota_user
@@ -1103,7 +1106,10 @@ module Google
1103
1106
  # @param [String] sync_token
1104
1107
  # Optional. A sync token, received from a previous `ListConnections` call.
1105
1108
  # Provide this to retrieve only the resources changed since the last request.
1106
- # When syncing, all other parameters provided to `ListConnections` except `
1109
+ # When the `syncToken` is specified, resources deleted since the last sync will
1110
+ # be returned as a person with [`PersonMetadata.deleted`](/people/api/rest/v1/
1111
+ # people#Person.PersonMetadata.FIELDS.deleted) set to true. When the `syncToken`
1112
+ # is specified, all other parameters provided to `ListConnections` except `
1107
1113
  # page_size` and `page_token` must match the initial call that provided the sync
1108
1114
  # token. Sync tokens expire after seven days, after which a full sync request
1109
1115
  # without a `sync_token` should be made.
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.12.0
4
+ version: 0.13.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-06-14 00:00:00.000000000 Z
11
+ date: 2021-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-people_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-people_v1/v0.12.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-people_v1/v0.13.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-people_v1
57
57
  post_install_message:
58
58
  rdoc_options: []