google-apis-chromemanagement_v1 0.16.0 → 0.17.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: c7ec3ccb5283bd2d8289b0ecf9cb32af570da0aacb62c50a3eec0fda2847afc4
4
- data.tar.gz: 0fc925c8bea97c311918ef0b450041d1a694ce1eae3307922fd1bbf332b16622
3
+ metadata.gz: e439c8b56e2f8bfb30e943d3581f718d0f2223381800efd3b9a8817d93b3aa1b
4
+ data.tar.gz: e09b0df99557890b3f07af68f259d6154e3a21ca60b13ede4e6f18f66010e4ec
5
5
  SHA512:
6
- metadata.gz: 012e62ae951efbb437318b9800e406db0052fb15a03d9eac669f22fa3aa1f9f1ccc4e450016147f32ca658d01e351c10984deb222a3ffbcecd8c7ee8243d0fac
7
- data.tar.gz: 11223eccf5cb720d875f4cbd4cfe9252d5be4a68d39c7a16f373c165e9bde1a80ffc6a54330151c1d0359bf78607110ea7bb3a9037e238625f86815c419f93e3
6
+ metadata.gz: 63bb26da7797c6ce3fcf1384a2ea8f406450cd39da2dd69058cfa0abe38efda5a77a04a18fbed8ff65a393b9edab2cc7cd7f2159ef9d34f2c813e6c767e2a65f
7
+ data.tar.gz: 9e9b261f6be4df34993265702530751db2b7b6c744167a3898b2d88b9c41f0f290ae514bfeccb8b7e61b3151ea44742d6671ab19f2d1ebb5050d487a62b784e0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chromemanagement_v1
2
2
 
3
+ ### v0.17.0 (2022-03-02)
4
+
5
+ * Regenerated from discovery document revision 20220228
6
+
3
7
  ### v0.16.0 (2022-02-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20220212
@@ -218,11 +218,11 @@ module Google
218
218
  # Represents a whole or partial calendar date, such as a birthday. The time of
219
219
  # day and time zone are either specified elsewhere or are insignificant. The
220
220
  # date is relative to the Gregorian Calendar. This can represent one of the
221
- # following: * A full date, with non-zero year, month, and day values * A month
222
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
223
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
224
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
225
- # DateTime * google.protobuf.Timestamp
221
+ # following: * A full date, with non-zero year, month, and day values. * A month
222
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
223
+ # with a zero month and a zero day. * A year and month, with a zero day (for
224
+ # example, a credit card expiration date). Related types: * google.type.
225
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
226
226
  # Corresponds to the JSON property `manufactureDate`
227
227
  # @return [Google::Apis::ChromemanagementV1::GoogleTypeDate]
228
228
  attr_accessor :manufacture_date
@@ -1561,11 +1561,11 @@ module Google
1561
1561
  # Represents a whole or partial calendar date, such as a birthday. The time of
1562
1562
  # day and time zone are either specified elsewhere or are insignificant. The
1563
1563
  # date is relative to the Gregorian Calendar. This can represent one of the
1564
- # following: * A full date, with non-zero year, month, and day values * A month
1565
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
1566
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
1567
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
1568
- # DateTime * google.protobuf.Timestamp
1564
+ # following: * A full date, with non-zero year, month, and day values. * A month
1565
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
1566
+ # with a zero month and a zero day. * A year and month, with a zero day (for
1567
+ # example, a credit card expiration date). Related types: * google.type.
1568
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
1569
1569
  class GoogleTypeDate
1570
1570
  include Google::Apis::Core::Hashable
1571
1571
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ChromemanagementV1
18
18
  # Version of the google-apis-chromemanagement_v1 gem
19
- GEM_VERSION = "0.16.0"
19
+ GEM_VERSION = "0.17.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 = "20220212"
25
+ REVISION = "20220228"
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-chromemanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.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-21 00:00:00.000000000 Z
11
+ date: 2022-03-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-chromemanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.17.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chromemanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []