google-apis-people_v1 0.28.0 → 0.29.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: 0d3915019d6aefa0d24386bc5f8485b3a956337b7d9226b952a46fab78092d52
4
- data.tar.gz: 4a27886c99ada87534fe9054bb87a082500168134b006f91532e3b787ff68366
3
+ metadata.gz: d8f592d8af78da1fbd707c11ec0ce9729f7d56cc20301cab449a83b8d5c10bff
4
+ data.tar.gz: 93505c1f6bf2c40f2ade214fa91bdebda489bf7128f5dd64d7448bb6d0faee44
5
5
  SHA512:
6
- metadata.gz: 994f603e6a0f49fa64cef6d72a75e2ba84cf5dc9d82fd6989757d33e846f33898a4c046639d886a356ad0334dabb7fc634ea75f31c55bc6da5c8955edcde40ce
7
- data.tar.gz: 32db45886dd613df95e987974d65fd6c5bf73a9ea702ee31c82e6f4fd5e421e28f6cac4fcb164b740bcbae99cbc43cf715c65c8300f97e55295598713177dca2
6
+ metadata.gz: 83bd559cd534d9f40ac68fbd0bf8dfdaac80bb474598eb92cdda27bcddf675585aeeda8aa8bdf61f0136e90e5c50ce4284c5e7accd7b7cc386b92602be032ca8
7
+ data.tar.gz: 26c6ac45296af1267f6cc13a7562f7b95a1bf1cb4d9d9c2ec82dc337c607b3fb5baea387210a4da3790b5e16ddf7bfed175a6c62684f973ee879f9fb823f1a2a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-people_v1
2
2
 
3
+ ### v0.29.0 (2022-05-25)
4
+
5
+ * Regenerated from discovery document revision 20220522
6
+
3
7
  ### v0.28.0 (2022-04-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20220420
@@ -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.28.0"
19
+ GEM_VERSION = "0.29.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 = "20220420"
25
+ REVISION = "20220522"
26
26
  end
27
27
  end
28
28
  end
@@ -360,17 +360,18 @@ module Google
360
360
  # List all "Other contacts", that is contacts that are not in a contact group. "
361
361
  # Other contacts" are typically auto created contacts from interactions. Sync
362
362
  # tokens expire 7 days after the full sync. A request with an expired sync token
363
- # will result in a 410 error. In the case of such an error clients should make a
364
- # full sync request without a `sync_token`. The first page of a full sync
365
- # request has an additional quota. If the quota is exceeded, a 429 error will be
366
- # returned. This quota is fixed and can not be increased. When the `sync_token`
367
- # is specified, resources deleted since the last sync will be returned as a
368
- # person with `PersonMetadata.deleted` set to true. When the `page_token` or `
369
- # sync_token` is specified, all other request parameters must match the first
370
- # call. Writes may have a propagation delay of several minutes for sync requests.
371
- # Incremental syncs are not intended for read-after-write use cases. See
372
- # example usage at [List the user's other contacts that have changed](/people/v1/
373
- # other-contacts#list_the_users_other_contacts_that_have_changed).
363
+ # will get an error with an google.rpc.ErrorInfo with reason "EXPIRED_SYNC_TOKEN"
364
+ # . In the case of such an error clients should make a full sync request without
365
+ # a `sync_token`. The first page of a full sync request has an additional quota.
366
+ # If the quota is exceeded, a 429 error will be returned. This quota is fixed
367
+ # and can not be increased. When the `sync_token` is specified, resources
368
+ # deleted since the last sync will be returned as a person with `PersonMetadata.
369
+ # deleted` set to true. When the `page_token` or `sync_token` is specified, all
370
+ # other request parameters must match the first call. Writes may have a
371
+ # propagation delay of several minutes for sync requests. Incremental syncs are
372
+ # not intended for read-after-write use cases. See example usage at [List the
373
+ # user's other contacts that have changed](/people/v1/other-contacts#
374
+ # list_the_users_other_contacts_that_have_changed).
374
375
  # @param [Fixnum] page_size
375
376
  # Optional. The number of "Other contacts" to include in the response. Valid
376
377
  # values are between 1 and 1000, inclusive. Defaults to 100 if not set or set to
@@ -1109,17 +1110,18 @@ module Google
1109
1110
  end
1110
1111
 
1111
1112
  # Provides a list of the authenticated user's contacts. Sync tokens expire 7
1112
- # days after the full sync. A request with an expired sync token will result in
1113
- # a 410 error. In the case of such an error clients should make a full sync
1114
- # request without a `sync_token`. The first page of a full sync request has an
1115
- # additional quota. If the quota is exceeded, a 429 error will be returned. This
1116
- # quota is fixed and can not be increased. When the `sync_token` is specified,
1117
- # resources deleted since the last sync will be returned as a person with `
1118
- # PersonMetadata.deleted` set to true. When the `page_token` or `sync_token` is
1119
- # specified, all other request parameters must match the first call. Writes may
1120
- # have a propagation delay of several minutes for sync requests. Incremental
1121
- # syncs are not intended for read-after-write use cases. See example usage at [
1122
- # List the user's contacts that have changed](/people/v1/contacts#
1113
+ # days after the full sync. A request with an expired sync token will get an
1114
+ # error with an google.rpc.ErrorInfo with reason "EXPIRED_SYNC_TOKEN". In the
1115
+ # case of such an error clients should make a full sync request without a `
1116
+ # sync_token`. The first page of a full sync request has an additional quota. If
1117
+ # the quota is exceeded, a 429 error will be returned. This quota is fixed and
1118
+ # can not be increased. When the `sync_token` is specified, resources deleted
1119
+ # since the last sync will be returned as a person with `PersonMetadata.deleted`
1120
+ # set to true. When the `page_token` or `sync_token` is specified, all other
1121
+ # request parameters must match the first call. Writes may have a propagation
1122
+ # delay of several minutes for sync requests. Incremental syncs are not intended
1123
+ # for read-after-write use cases. See example usage at [List the user's contacts
1124
+ # that have changed](/people/v1/contacts#
1123
1125
  # list_the_users_contacts_that_have_changed).
1124
1126
  # @param [String] resource_name
1125
1127
  # Required. The resource name to return connections for. Only `people/me` is
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.28.0
4
+ version: 0.29.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-04-25 00:00:00.000000000 Z
11
+ date: 2022-05-30 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.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-people_v1/v0.29.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for People API V1