google-apis-chromemanagement_v1 0.14.0 → 0.15.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: 696878b43956aa2f016c12e3032a1f8a97276609e02047f2893514c7b82ec3c8
4
- data.tar.gz: fc1586f299baa56a99a9a30ad6a4694b3e35f6ccc10055f39dffd5556a746e85
3
+ metadata.gz: dec6ea3b478497e16d5318133e5e84b35a8c280fbc364e27782782752e63f01e
4
+ data.tar.gz: 39c6046ef67f482c6f757b6624aa9f231803b4b0a9c2499949abeba264a2def8
5
5
  SHA512:
6
- metadata.gz: d1ef1d394fcaa0d8fd111292e97af4e30b872c730e3378b65deb5a667e1dbf0469a3204715d4223113505989aca7ddd034a4de5705d5389ef6dd147f1900d4dd
7
- data.tar.gz: bffbcc19dfa13c19c2f1d646a5a145bec8ce837eda0d0c5384ea559eaabb5f030b2d0c53a902f4926ba523d421e35923a9d018924c11964c17e993047f0a8b9a
6
+ metadata.gz: b79a722148128c17ea7b7ef572aa06b7f478f90b00f04b7ae487bf027070aaff1e96575c805c524eeb5681e2f46e975033b7b73183dd313c71978950cdf5ce60
7
+ data.tar.gz: f884da65459fba5f620d10f29481c8006d793abecdc73465ee387c61b67c84130d613a3ac36791cf1e5eb477595eb7421bef35fe15a542fbe920ee7a1ce6dcbd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-chromemanagement_v1
2
2
 
3
+ ### v0.15.0 (2022-02-03)
4
+
5
+ * Regenerated from discovery document revision 20220131
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.14.0 (2021-12-14)
4
9
 
5
10
  * Unspecified changes
@@ -219,10 +219,10 @@ module Google
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
221
  # following: * A full date, with non-zero year, month, and day values * A month
222
- # and day value, with a zero year, such as an anniversary * A year on its own,
223
- # with zero month and day values * A year and month value, with a zero day, such
224
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
225
- # google.protobuf.Timestamp`.
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
226
226
  # Corresponds to the JSON property `manufactureDate`
227
227
  # @return [Google::Apis::ChromemanagementV1::GoogleTypeDate]
228
228
  attr_accessor :manufacture_date
@@ -1562,10 +1562,10 @@ module Google
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
1564
  # following: * A full date, with non-zero year, month, and day values * A month
1565
- # and day value, with a zero year, such as an anniversary * A year on its own,
1566
- # with zero month and day values * A year and month value, with a zero day, such
1567
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
1568
- # google.protobuf.Timestamp`.
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
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.14.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211112"
25
+ REVISION = "20220131"
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.14.0
4
+ version: 0.15.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-10 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-chromemanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.15.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Chrome Management API V1