google-apis-people_v1 0.25.0 → 0.28.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: c0fe71dab8936eabcd3dbfe3991c05e7bb506498dd96831b5f8c6685703121e2
4
- data.tar.gz: 1433faf94622b1ecdf2450d790e71c9e600e09ee6ac7e1fae9f3bdcf9a7fa137
3
+ metadata.gz: 0d3915019d6aefa0d24386bc5f8485b3a956337b7d9226b952a46fab78092d52
4
+ data.tar.gz: 4a27886c99ada87534fe9054bb87a082500168134b006f91532e3b787ff68366
5
5
  SHA512:
6
- metadata.gz: 1015557b1156f4d6cbca50aab5368fa2f11cf5a62086946cdbc97826ab5cd7d081506d572c129c4cfe7d35ed97db5eb17439862410053bed90793a923bd05099
7
- data.tar.gz: e242f691234d4cad7eb6f4cb0a0cc9049c858dc9c4bd8b6b70b7ef7eb9ad870d7cd0dcb059d81110e40bb94ecf398580c80f9213c2c9852b80ed32f7139da5ee
6
+ metadata.gz: 994f603e6a0f49fa64cef6d72a75e2ba84cf5dc9d82fd6989757d33e846f33898a4c046639d886a356ad0334dabb7fc634ea75f31c55bc6da5c8955edcde40ce
7
+ data.tar.gz: 32db45886dd613df95e987974d65fd6c5bf73a9ea702ee31c82e6f4fd5e421e28f6cac4fcb164b740bcbae99cbc43cf715c65c8300f97e55295598713177dca2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-people_v1
2
2
 
3
+ ### v0.28.0 (2022-04-22)
4
+
5
+ * Regenerated from discovery document revision 20220420
6
+
7
+ ### v0.27.0 (2022-03-23)
8
+
9
+ * Regenerated from discovery document revision 20220321
10
+
11
+ ### v0.26.0 (2022-03-03)
12
+
13
+ * Regenerated from discovery document revision 20220301
14
+
3
15
  ### v0.25.0 (2022-02-04)
4
16
 
5
17
  * Regenerated from discovery document revision 20220202
@@ -354,11 +354,11 @@ module Google
354
354
  # Represents a whole or partial calendar date, such as a birthday. The time of
355
355
  # day and time zone are either specified elsewhere or are insignificant. The
356
356
  # date is relative to the Gregorian Calendar. This can represent one of the
357
- # following: * A full date, with non-zero year, month, and day values * A month
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
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
362
362
  # Corresponds to the JSON property `date`
363
363
  # @return [Google::Apis::PeopleV1::Date]
364
364
  attr_accessor :date
@@ -780,11 +780,11 @@ module Google
780
780
  # Represents a whole or partial calendar date, such as a birthday. The time of
781
781
  # day and time zone are either specified elsewhere or are insignificant. The
782
782
  # date is relative to the Gregorian Calendar. This can represent one of the
783
- # following: * A full date, with non-zero year, month, and day values * A month
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
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
788
788
  class Date
789
789
  include Google::Apis::Core::Hashable
790
790
 
@@ -908,8 +908,7 @@ module Google
908
908
  # A generic empty message that you can re-use to avoid defining duplicated empty
909
909
  # messages in your APIs. A typical example is to use it as the request or the
910
910
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
911
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
912
- # `Empty` is empty JSON object ````.
911
+ # protobuf.Empty) returns (google.protobuf.Empty); `
913
912
  class Empty
914
913
  include Google::Apis::Core::Hashable
915
914
 
@@ -929,11 +928,11 @@ module Google
929
928
  # Represents a whole or partial calendar date, such as a birthday. The time of
930
929
  # day and time zone are either specified elsewhere or are insignificant. The
931
930
  # date is relative to the Gregorian Calendar. This can represent one of the
932
- # following: * A full date, with non-zero year, month, and day values * A month
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
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
937
936
  # Corresponds to the JSON property `date`
938
937
  # @return [Google::Apis::PeopleV1::Date]
939
938
  attr_accessor :date
@@ -1808,11 +1807,11 @@ module Google
1808
1807
  # Represents a whole or partial calendar date, such as a birthday. The time of
1809
1808
  # day and time zone are either specified elsewhere or are insignificant. The
1810
1809
  # date is relative to the Gregorian Calendar. This can represent one of the
1811
- # following: * A full date, with non-zero year, month, and day values * A month
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
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
1816
1815
  # Corresponds to the JSON property `endDate`
1817
1816
  # @return [Google::Apis::PeopleV1::Date]
1818
1817
  attr_accessor :end_date
@@ -1857,11 +1856,11 @@ module Google
1857
1856
  # Represents a whole or partial calendar date, such as a birthday. The time of
1858
1857
  # day and time zone are either specified elsewhere or are insignificant. The
1859
1858
  # date is relative to the Gregorian Calendar. This can represent one of the
1860
- # following: * A full date, with non-zero year, month, and day values * A month
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
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
1865
1864
  # Corresponds to the JSON property `startDate`
1866
1865
  # @return [Google::Apis::PeopleV1::Date]
1867
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.25.0"
19
+ GEM_VERSION = "0.28.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 = "20220202"
25
+ REVISION = "20220420"
26
26
  end
27
27
  end
28
28
  end
@@ -398,7 +398,10 @@ module Google
398
398
  # behavior at `otherContacts.list`.
399
399
  # @param [Array<String>, String] sources
400
400
  # Optional. A mask of what source types to return. Defaults to
401
- # READ_SOURCE_TYPE_CONTACT if not set.
401
+ # READ_SOURCE_TYPE_CONTACT if not set. Possible values for this field are: *
402
+ # READ_SOURCE_TYPE_CONTACT * READ_SOURCE_TYPE_CONTACT,READ_SOURCE_TYPE_PROFILE
403
+ # Specifying READ_SOURCE_TYPE_PROFILE without specifying
404
+ # READ_SOURCE_TYPE_CONTACT is not permitted.
402
405
  # @param [String] sync_token
403
406
  # Optional. A sync token, received from a previous response `next_sync_token`
404
407
  # Provide this to retrieve only the resources changed since the last request.
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.25.0
4
+ version: 0.28.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-02-07 00:00:00.000000000 Z
11
+ date: 2022-04-25 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.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-people_v1/v0.28.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: []