google-apis-people_v1 0.10.0 → 0.11.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: 974ea5776f4d606a997d1b6e9a1de61d9f5126e380dab3080c9955bd944225db
4
- data.tar.gz: 7e97bbcc9a6aa80229992578bbc746d707e4b31df904d6aa625283f120cdb4c7
3
+ metadata.gz: ff47472fb76868bcbdaeed7efad6be97a21826a322901d160e5e589f08090f89
4
+ data.tar.gz: 77b7596df3a3f4d7859c2f4d4a2beacd402c607014a72095212bf86195bc6c17
5
5
  SHA512:
6
- metadata.gz: ff1dadf5713fb410decf4628e50aca4f82647117890db5954dedae9d01e6f7ca6b0355e0e02f45bb01b4c440d9359db97fa74a8513668281d18fd8b0724cf152
7
- data.tar.gz: 5d940f30f966f0003f0b73de9a2367fb5c15d46de0edb1bd255877a68b4a845d1ead54a7ff256b89b885b2eb955f614dc28ac7b63609c542cee89ba5cf32de08
6
+ metadata.gz: 43cedd9878b94464960bf2cb7218861fe94e72f38c77dd51269ad5f6b935395c619ee2e87f246b684f5c8ea1a94299a6b142e2aaac2f127dcfbf7ae7f299ba78
7
+ data.tar.gz: 03d3e55baac4c8e203323495e7757525adb3dc612a7dc92bab25279237f91db382007cd0341cd9fb6ffa285a90cc845acfe64bf96bc26729fd912503697367f4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-people_v1
2
2
 
3
+ ### v0.11.0 (2021-05-28)
4
+
5
+ * Regenerated from discovery document revision 20210526
6
+
3
7
  ### v0.10.0 (2021-05-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20210515
@@ -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.10.0"
19
+ GEM_VERSION = "0.11.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 = "20210515"
25
+ REVISION = "20210526"
26
26
  end
27
27
  end
28
28
  end
@@ -60,7 +60,8 @@ module Google
60
60
  # Optional. Specifies the maximum number of members to return for each group.
61
61
  # Defaults to 0 if not set, which will return zero members.
62
62
  # @param [Array<String>, String] resource_names
63
- # Required. The resource names of the contact groups to get.
63
+ # Required. The resource names of the contact groups to get. There is a maximum
64
+ # of 200 resource names.
64
65
  # @param [String] fields
65
66
  # Selector specifying which fields to include in a partial response.
66
67
  # @param [String] quota_user
@@ -739,8 +740,8 @@ module Google
739
740
  # specify `people/me`. - To get information about a google account, specify `
740
741
  # people/`account_id``. - To get information about a contact, specify the
741
742
  # resource name that identifies the contact as returned by [`people.connections.
742
- # list`](/people/api/rest/v1/people.connections/list). You can include up to 200
743
- # resource names in one request.
743
+ # list`](/people/api/rest/v1/people.connections/list). There is a maximum of 200
744
+ # resource names.
744
745
  # @param [Array<String>, String] sources
745
746
  # Optional. A mask of what source types to return. Defaults to
746
747
  # READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set.
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.10.0
4
+ version: 0.11.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-05-24 00:00:00.000000000 Z
11
+ date: 2021-05-31 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.10.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-people_v1/v0.11.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: []