google-apis-people_v1 0.7.0 → 0.8.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: cf6ed7ba026bb2eacc1cbcde342b838fedef5086e6d5452841b6fc90fc1b1a9e
4
- data.tar.gz: 8efb7e840e9a3d09d66f241d6015845dc9a9c482853eab4bfa65a5664d6804e3
3
+ metadata.gz: e11b89a8e80ab4658833f8f1855258148de969889a371c59dd83b106de16c3c6
4
+ data.tar.gz: c9ec437b9581bff7fa9598cdae293949d983111407aa2cff051ad8cb5c616713
5
5
  SHA512:
6
- metadata.gz: 8fd47646f355feadbab825f2405cfb4dc43896497396a4f9dacc9dfbbc31b19ef9538204687ec17bd98579c66917200e6044d5dd62285569bc482bacd33e310e
7
- data.tar.gz: 2798ecdec964deced1e90f4077e05d607ccc107ab984e7d946579f5e073fae6849263e31152086c1f0cac0b47347e02c8e9fc0284ed1b84d30c4bf5354af1820
6
+ metadata.gz: ecd81e4b3b43fea69662e880805a8d279a38d69cb8982f32d8ffe99f5f2c2b7dfb43707aad9a1471c729e6bd1367ddfd3cdf789106af851b3895f579a9e34cb4
7
+ data.tar.gz: 7235ccc06d0c40a475a614c41cc002fd10755dce99671dbb55f238db2a0036502a8736d3f19e568c19c83bf5126c86b1b6048b86f71fa440d2c7098fda5ecbbe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-people_v1
2
2
 
3
+ ### v0.8.0 (2021-03-31)
4
+
5
+ * Regenerated from discovery document revision 20210330
6
+
3
7
  ### v0.7.0 (2021-03-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20210322
@@ -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.7.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210322"
25
+ REVISION = "20210330"
26
26
  end
27
27
  end
28
28
  end
@@ -403,7 +403,9 @@ module Google
403
403
  end
404
404
 
405
405
  # Provides a list of contacts in the authenticated user's other contacts that
406
- # matches the search query.
406
+ # matches the search query. The query matches on a contact's `names`, `
407
+ # emailAddresses`, and `phoneNumbers` fields that are from the OTHER_CONTACT
408
+ # source.
407
409
  # @param [Fixnum] page_size
408
410
  # Optional. The number of results to return. Defaults to 10 if field is not set,
409
411
  # or set to 0.
@@ -446,7 +448,7 @@ module Google
446
448
  end
447
449
 
448
450
  # Create a batch of new contacts and return the PersonResponses for the newly
449
- # created contacts.
451
+ # created contacts. Limited to 10 parallel requests per user.
450
452
  # @param [Google::Apis::PeopleV1::BatchCreateContactsRequest] batch_create_contacts_request_object
451
453
  # @param [String] fields
452
454
  # Selector specifying which fields to include in a partial response.
@@ -476,7 +478,8 @@ module Google
476
478
  execute_or_queue_command(command, &block)
477
479
  end
478
480
 
479
- # Delete a batch of contacts. Any non-contact data will not be deleted.
481
+ # Delete a batch of contacts. Any non-contact data will not be deleted. Limited
482
+ # to 10 parallel requests per user.
480
483
  # @param [Google::Apis::PeopleV1::BatchDeleteContactsRequest] batch_delete_contacts_request_object
481
484
  # @param [String] fields
482
485
  # Selector specifying which fields to include in a partial response.
@@ -507,7 +510,8 @@ module Google
507
510
  end
508
511
 
509
512
  # Update a batch of contacts and return a map of resource names to
510
- # PersonResponses for the updated contacts.
513
+ # PersonResponses for the updated contacts. Limited to 10 parallel requests per
514
+ # user.
511
515
  # @param [Google::Apis::PeopleV1::BatchUpdateContactsRequest] batch_update_contacts_request_object
512
516
  # @param [String] fields
513
517
  # Selector specifying which fields to include in a partial response.
@@ -836,7 +840,9 @@ module Google
836
840
  end
837
841
 
838
842
  # Provides a list of contacts in the authenticated user's grouped contacts that
839
- # matches the search query.
843
+ # matches the search query. The query matches on a contact's `names`, `nickNames`
844
+ # , `emailAddresses`, `phoneNumbers`, and `organizations` fields that are from
845
+ # the CONTACT" source.
840
846
  # @param [Fixnum] page_size
841
847
  # Optional. The number of results to return.
842
848
  # @param [String] query
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.7.0
4
+ version: 0.8.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-03-29 00:00:00.000000000 Z
11
+ date: 2021-04-05 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.7.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-people_v1/v0.8.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: []