google-apis-people_v1 0.33.0 → 0.35.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: 2670c05d6c034db5ddbe160af53d3fd4987a04639c4ddd26ed4efb2c917b4154
4
- data.tar.gz: f84bb271921cdaa2e91b807837413197d28374a67ff3cb02fc298bd2ccf62ea1
3
+ metadata.gz: 2d0ef42cc932a076f01c7f417dbfae63ce3ec0beadea4b80fd37856ac29c015e
4
+ data.tar.gz: d66517c023d18ad9b256f58cdf3fd992d309f89b811be6a56a83e97b4b173b1b
5
5
  SHA512:
6
- metadata.gz: dc96d3573b2760851c90df1983cfb22f0a278e2ff8bd7445565272d9f958d6f5e106cc265211f8b82d02c77748daf1a40019a9c9fd51ca482cd1affef1e5f56f
7
- data.tar.gz: b4d16bd44005d9ffa49ccbb9b721c702a272d78d5ebceb67dbbb447b44a5f54aacfe2f2c53ea8953ebe4164d50674fe30420e7d76b776edbf3d9a8a014dcdfdc
6
+ metadata.gz: 3c9ea250dd409d942c2872abf19d0eeeacbd8ed83835643fe2d12e77824c7810df63cd082b483a8a24722c2695b9b99ec2567511b67a4731d97140c37222affd
7
+ data.tar.gz: 63d19abee1a63a752010d6f687c2bac451c3ca83053c875c053200c771de6fc803dc490fd1614d36588d6ca938ba8740d48855174b2f80edd9a93db6134b6326
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-people_v1
2
2
 
3
+ ### v0.35.0 (2023-01-08)
4
+
5
+ * Regenerated from discovery document revision 20230103
6
+ * Regenerated using generator version 0.11.1
7
+
8
+ ### v0.34.0 (2022-10-27)
9
+
10
+ * Regenerated using generator version 0.11.0
11
+
3
12
  ### v0.33.0 (2022-09-22)
4
13
 
5
14
  * Regenerated using generator version 0.10.0
@@ -2083,8 +2083,8 @@ module Google
2083
2083
  # @return [Array<Google::Apis::PeopleV1::Residence>]
2084
2084
  attr_accessor :residences
2085
2085
 
2086
- # The resource name for the person, assigned by the server. An ASCII string with
2087
- # a max length of 27 characters, in the form of `people/`person_id``.
2086
+ # The resource name for the person, assigned by the server. An ASCII string in
2087
+ # the form of `people/`person_id``.
2088
2088
  # Corresponds to the JSON property `resourceName`
2089
2089
  # @return [String]
2090
2090
  attr_accessor :resource_name
@@ -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.33.0"
19
+ GEM_VERSION = "0.35.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220531"
25
+ REVISION = "20230103"
26
26
  end
27
27
  end
28
28
  end
@@ -1021,8 +1021,8 @@ module Google
1021
1021
  # genders * names Mutate requests for the same user should be sent sequentially
1022
1022
  # to avoid increased latency and failures.
1023
1023
  # @param [String] resource_name
1024
- # The resource name for the person, assigned by the server. An ASCII string with
1025
- # a max length of 27 characters, in the form of `people/`person_id``.
1024
+ # The resource name for the person, assigned by the server. An ASCII string in
1025
+ # the form of `people/`person_id``.
1026
1026
  # @param [Google::Apis::PeopleV1::Person] person_object
1027
1027
  # @param [String] person_fields
1028
1028
  # Optional. A field mask to restrict which fields on each person are returned.
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.33.0
4
+ version: 0.35.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-09-26 00:00:00.000000000 Z
11
+ date: 2023-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.9.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.0
29
+ version: 0.9.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-people_v1/v0.35.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.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for People API V1