google-apis-people_v1 0.24.0 → 0.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/people_v1/classes.rb +24 -22
- data/lib/google/apis/people_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c0fe71dab8936eabcd3dbfe3991c05e7bb506498dd96831b5f8c6685703121e2
|
4
|
+
data.tar.gz: 1433faf94622b1ecdf2450d790e71c9e600e09ee6ac7e1fae9f3bdcf9a7fa137
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1015557b1156f4d6cbca50aab5368fa2f11cf5a62086946cdbc97826ab5cd7d081506d572c129c4cfe7d35ed97db5eb17439862410053bed90793a923bd05099
|
7
|
+
data.tar.gz: e242f691234d4cad7eb6f4cb0a0cc9049c858dc9c4bd8b6b70b7ef7eb9ad870d7cd0dcb059d81110e40bb94ecf398580c80f9213c2c9852b80ed32f7139da5ee
|
data/CHANGELOG.md
CHANGED
@@ -346,7 +346,8 @@ module Google
|
|
346
346
|
|
347
347
|
# A person's birthday. At least one of the `date` and `text` fields are
|
348
348
|
# specified. The `date` and `text` fields typically represent the same date, but
|
349
|
-
# are not guaranteed to.
|
349
|
+
# are not guaranteed to. Clients should always set the `date` field when
|
350
|
+
# mutating birthdays.
|
350
351
|
class Birthday
|
351
352
|
include Google::Apis::Core::Hashable
|
352
353
|
|
@@ -354,10 +355,10 @@ module Google
|
|
354
355
|
# day and time zone are either specified elsewhere or are insignificant. The
|
355
356
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
356
357
|
# following: * A full date, with non-zero year, month, and day values * A month
|
357
|
-
# and day
|
358
|
-
#
|
359
|
-
#
|
360
|
-
# google.protobuf.Timestamp
|
358
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
359
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
360
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
361
|
+
# DateTime * google.protobuf.Timestamp
|
361
362
|
# Corresponds to the JSON property `date`
|
362
363
|
# @return [Google::Apis::PeopleV1::Date]
|
363
364
|
attr_accessor :date
|
@@ -367,7 +368,8 @@ module Google
|
|
367
368
|
# @return [Google::Apis::PeopleV1::FieldMetadata]
|
368
369
|
attr_accessor :metadata
|
369
370
|
|
370
|
-
# A free-form string representing the
|
371
|
+
# Prefer to use the `date` field if set. A free-form string representing the
|
372
|
+
# user's birthday. This value is not validated.
|
371
373
|
# Corresponds to the JSON property `text`
|
372
374
|
# @return [String]
|
373
375
|
attr_accessor :text
|
@@ -779,10 +781,10 @@ module Google
|
|
779
781
|
# day and time zone are either specified elsewhere or are insignificant. The
|
780
782
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
781
783
|
# following: * A full date, with non-zero year, month, and day values * A month
|
782
|
-
# and day
|
783
|
-
#
|
784
|
-
#
|
785
|
-
# google.protobuf.Timestamp
|
784
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
785
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
786
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
787
|
+
# DateTime * google.protobuf.Timestamp
|
786
788
|
class Date
|
787
789
|
include Google::Apis::Core::Hashable
|
788
790
|
|
@@ -928,10 +930,10 @@ module Google
|
|
928
930
|
# day and time zone are either specified elsewhere or are insignificant. The
|
929
931
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
930
932
|
# following: * A full date, with non-zero year, month, and day values * A month
|
931
|
-
# and day
|
932
|
-
#
|
933
|
-
#
|
934
|
-
# google.protobuf.Timestamp
|
933
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
934
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
935
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
936
|
+
# DateTime * google.protobuf.Timestamp
|
935
937
|
# Corresponds to the JSON property `date`
|
936
938
|
# @return [Google::Apis::PeopleV1::Date]
|
937
939
|
attr_accessor :date
|
@@ -1807,10 +1809,10 @@ module Google
|
|
1807
1809
|
# day and time zone are either specified elsewhere or are insignificant. The
|
1808
1810
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
1809
1811
|
# following: * A full date, with non-zero year, month, and day values * A month
|
1810
|
-
# and day
|
1811
|
-
#
|
1812
|
-
#
|
1813
|
-
# google.protobuf.Timestamp
|
1812
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
1813
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
1814
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
1815
|
+
# DateTime * google.protobuf.Timestamp
|
1814
1816
|
# Corresponds to the JSON property `endDate`
|
1815
1817
|
# @return [Google::Apis::PeopleV1::Date]
|
1816
1818
|
attr_accessor :end_date
|
@@ -1856,10 +1858,10 @@ module Google
|
|
1856
1858
|
# day and time zone are either specified elsewhere or are insignificant. The
|
1857
1859
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
1858
1860
|
# following: * A full date, with non-zero year, month, and day values * A month
|
1859
|
-
# and day
|
1860
|
-
#
|
1861
|
-
#
|
1862
|
-
# google.protobuf.Timestamp
|
1861
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
1862
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
1863
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
1864
|
+
# DateTime * google.protobuf.Timestamp
|
1863
1865
|
# Corresponds to the JSON property `startDate`
|
1864
1866
|
# @return [Google::Apis::PeopleV1::Date]
|
1865
1867
|
attr_accessor :start_date
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.25.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 = "
|
25
|
+
REVISION = "20220202"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.
|
4
|
+
version: 0.25.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-
|
11
|
+
date: 2022-02-07 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-people_v1/v0.25.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: []
|