google-apis-people_v1 0.34.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: 4ae67641bb7e67d96d1a2534df90139fe239da86cf47dbef3aaf901597c44efd
4
- data.tar.gz: 27f28c993a9b92165920b6f9d81eed359eee1b3d160f598024d942a6e67111c7
3
+ metadata.gz: 2d0ef42cc932a076f01c7f417dbfae63ce3ec0beadea4b80fd37856ac29c015e
4
+ data.tar.gz: d66517c023d18ad9b256f58cdf3fd992d309f89b811be6a56a83e97b4b173b1b
5
5
  SHA512:
6
- metadata.gz: 78094a819d510f1233656a9dccd779f6e70d485b23c53efdfe435f7a660cb76bc718861116a139505b05a3db6216c811ef8c2b2cbfa75fcb804afcc7dda8da87
7
- data.tar.gz: 43fedba4049901ebf6ffb170081029b8f5117f86b366fa79048972225fa3aca4bdbf2e6c3828694361a50f307c311a18ded15f369fcff29b36534fd1e8907982
6
+ metadata.gz: 3c9ea250dd409d942c2872abf19d0eeeacbd8ed83835643fe2d12e77824c7810df63cd082b483a8a24722c2695b9b99ec2567511b67a4731d97140c37222affd
7
+ data.tar.gz: 63d19abee1a63a752010d6f687c2bac451c3ca83053c875c053200c771de6fc803dc490fd1614d36588d6ca938ba8740d48855174b2f80edd9a93db6134b6326
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.34.0 (2022-10-27)
4
9
 
5
10
  * Regenerated using generator version 0.11.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.34.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.11.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.34.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-10-31 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
@@ -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.34.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