google-apis-people_v1 0.24.0 → 0.27.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 +12 -0
- data/lib/google/apis/people_v1/classes.rb +30 -29
- 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: 536f39247082a7a446540a39180252393be2e07e1860b1243502fcd6aa87d7d2
|
4
|
+
data.tar.gz: 4944290e5f2424f29d70b4048557ce838e160363d197ef11fabe272fa6711dc3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 679e46b57c11ee02a935dee39e36c7e8045b421436f1003a84300cb17f2e13268185562339bfc866f2c422534fb8bfbf509132b28df4b8aedf20bb8fa7031f0c
|
7
|
+
data.tar.gz: 4ac5c3cc6c90054f26af643d808dfc5a98b6215b0c615763795aad9467ca7e0a8811ee48c372d9786e6b2b8e1f13866336a494fa0154e090821aa0c46623d09c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Release history for google-apis-people_v1
|
2
2
|
|
3
|
+
### v0.27.0 (2022-03-23)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220321
|
6
|
+
|
7
|
+
### v0.26.0 (2022-03-03)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220301
|
10
|
+
|
11
|
+
### v0.25.0 (2022-02-04)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220202
|
14
|
+
|
3
15
|
### v0.24.0 (2022-01-13)
|
4
16
|
|
5
17
|
* Regenerated from discovery document revision 20220111
|
@@ -346,18 +346,19 @@ 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
|
|
353
354
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
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
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
357
|
-
# and day
|
358
|
-
# with zero month and day
|
359
|
-
#
|
360
|
-
# google.protobuf.Timestamp
|
357
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
358
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
359
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
360
|
+
# example, a credit card expiration date). Related types: * google.type.
|
361
|
+
# TimeOfDay * google.type.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
|
@@ -778,11 +780,11 @@ module Google
|
|
778
780
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
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
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
782
|
-
# and day
|
783
|
-
# with zero month and day
|
784
|
-
#
|
785
|
-
# google.protobuf.Timestamp
|
783
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
784
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
785
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
786
|
+
# example, a credit card expiration date). Related types: * google.type.
|
787
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
786
788
|
class Date
|
787
789
|
include Google::Apis::Core::Hashable
|
788
790
|
|
@@ -906,8 +908,7 @@ module Google
|
|
906
908
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
907
909
|
# messages in your APIs. A typical example is to use it as the request or the
|
908
910
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
909
|
-
# protobuf.Empty) returns (google.protobuf.Empty); `
|
910
|
-
# `Empty` is empty JSON object ````.
|
911
|
+
# protobuf.Empty) returns (google.protobuf.Empty); `
|
911
912
|
class Empty
|
912
913
|
include Google::Apis::Core::Hashable
|
913
914
|
|
@@ -927,11 +928,11 @@ module Google
|
|
927
928
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
928
929
|
# day and time zone are either specified elsewhere or are insignificant. The
|
929
930
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
930
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
931
|
-
# and day
|
932
|
-
# with zero month and day
|
933
|
-
#
|
934
|
-
# google.protobuf.Timestamp
|
931
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
932
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
933
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
934
|
+
# example, a credit card expiration date). Related types: * google.type.
|
935
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
935
936
|
# Corresponds to the JSON property `date`
|
936
937
|
# @return [Google::Apis::PeopleV1::Date]
|
937
938
|
attr_accessor :date
|
@@ -1806,11 +1807,11 @@ module Google
|
|
1806
1807
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
1807
1808
|
# day and time zone are either specified elsewhere or are insignificant. The
|
1808
1809
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
1809
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
1810
|
-
# and day
|
1811
|
-
# with zero month and day
|
1812
|
-
#
|
1813
|
-
# google.protobuf.Timestamp
|
1810
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
1811
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
1812
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
1813
|
+
# example, a credit card expiration date). Related types: * google.type.
|
1814
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
1814
1815
|
# Corresponds to the JSON property `endDate`
|
1815
1816
|
# @return [Google::Apis::PeopleV1::Date]
|
1816
1817
|
attr_accessor :end_date
|
@@ -1855,11 +1856,11 @@ module Google
|
|
1855
1856
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
1856
1857
|
# day and time zone are either specified elsewhere or are insignificant. The
|
1857
1858
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
1858
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
1859
|
-
# and day
|
1860
|
-
# with zero month and day
|
1861
|
-
#
|
1862
|
-
# google.protobuf.Timestamp
|
1859
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
1860
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
1861
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
1862
|
+
# example, a credit card expiration date). Related types: * google.type.
|
1863
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
1863
1864
|
# Corresponds to the JSON property `startDate`
|
1864
1865
|
# @return [Google::Apis::PeopleV1::Date]
|
1865
1866
|
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.27.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 = "20220321"
|
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.27.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-03-28 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.27.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: []
|