google-apis-people_v1 0.24.0 → 0.25.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: 3c8f7e8fc0170643d2b773cf09fa597d6d985876ea5cea54dbf97679e08d0270
4
- data.tar.gz: 40f779c6af98c11ec66ea33702f3f82b00e1065d23a7ef638c056b89d0502be0
3
+ metadata.gz: c0fe71dab8936eabcd3dbfe3991c05e7bb506498dd96831b5f8c6685703121e2
4
+ data.tar.gz: 1433faf94622b1ecdf2450d790e71c9e600e09ee6ac7e1fae9f3bdcf9a7fa137
5
5
  SHA512:
6
- metadata.gz: a9d18e1ad658baf9e8f1d94cd0fc930dddc04441e38f1e266fc6a3cc43e1efbd585103771bed91b7e0c42f1879486426e716853b97ce91d300b85fa1694806b6
7
- data.tar.gz: 634f3855e81d49816fbe3c0a11cec544e08b10a330b3f6d565c1d511cc7f902c0e217b976fb604a9ed40a3174f793fab5ab965b86cb483ae88b4ca24b6bc56c0
6
+ metadata.gz: 1015557b1156f4d6cbca50aab5368fa2f11cf5a62086946cdbc97826ab5cd7d081506d572c129c4cfe7d35ed97db5eb17439862410053bed90793a923bd05099
7
+ data.tar.gz: e242f691234d4cad7eb6f4cb0a0cc9049c858dc9c4bd8b6b70b7ef7eb9ad870d7cd0dcb059d81110e40bb94ecf398580c80f9213c2c9852b80ed32f7139da5ee
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-people_v1
2
2
 
3
+ ### v0.25.0 (2022-02-04)
4
+
5
+ * Regenerated from discovery document revision 20220202
6
+
3
7
  ### v0.24.0 (2022-01-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20220111
@@ -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 value, with a zero year, such as an anniversary * A year on its own,
358
- # with zero month and day values * A year and month value, with a zero day, such
359
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
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 user's birthday.
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 value, with a zero year, such as an anniversary * A year on its own,
783
- # with zero month and day values * A year and month value, with a zero day, such
784
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
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 value, with a zero year, such as an anniversary * A year on its own,
932
- # with zero month and day values * A year and month value, with a zero day, such
933
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
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 value, with a zero year, such as an anniversary * A year on its own,
1811
- # with zero month and day values * A year and month value, with a zero day, such
1812
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
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 value, with a zero year, such as an anniversary * A year on its own,
1860
- # with zero month and day values * A year and month value, with a zero day, such
1861
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
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.24.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 = "20220111"
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.24.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-01-17 00:00:00.000000000 Z
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.24.0
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: []