google-apis-chromemanagement_v1 0.14.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: 696878b43956aa2f016c12e3032a1f8a97276609e02047f2893514c7b82ec3c8
4
- data.tar.gz: fc1586f299baa56a99a9a30ad6a4694b3e35f6ccc10055f39dffd5556a746e85
3
+ metadata.gz: e439c8b56e2f8bfb30e943d3581f718d0f2223381800efd3b9a8817d93b3aa1b
4
+ data.tar.gz: e09b0df99557890b3f07af68f259d6154e3a21ca60b13ede4e6f18f66010e4ec
5
5
  SHA512:
6
- metadata.gz: d1ef1d394fcaa0d8fd111292e97af4e30b872c730e3378b65deb5a667e1dbf0469a3204715d4223113505989aca7ddd034a4de5705d5389ef6dd147f1900d4dd
7
- data.tar.gz: bffbcc19dfa13c19c2f1d646a5a145bec8ce837eda0d0c5384ea559eaabb5f030b2d0c53a902f4926ba523d421e35923a9d018924c11964c17e993047f0a8b9a
6
+ metadata.gz: 63bb26da7797c6ce3fcf1384a2ea8f406450cd39da2dd69058cfa0abe38efda5a77a04a18fbed8ff65a393b9edab2cc7cd7f2159ef9d34f2c813e6c767e2a65f
7
+ data.tar.gz: 9e9b261f6be4df34993265702530751db2b7b6c744167a3898b2d88b9c41f0f290ae514bfeccb8b7e61b3151ea44742d6671ab19f2d1ebb5050d487a62b784e0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
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
+
7
+ ### v0.16.0 (2022-02-15)
8
+
9
+ * Regenerated from discovery document revision 20220212
10
+
11
+ ### v0.15.0 (2022-02-03)
12
+
13
+ * Regenerated from discovery document revision 20220131
14
+ * Regenerated using generator version 0.4.1
15
+
3
16
  ### v0.14.0 (2021-12-14)
4
17
 
5
18
  * Unspecified changes
@@ -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 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`.
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 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`.
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.14.0"
19
+ GEM_VERSION = "0.17.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 = "20220228"
26
26
  end
27
27
  end
28
28
  end
@@ -357,7 +357,8 @@ module Google
357
357
  # Optional. Only include resources that match the filter. Supported filter
358
358
  # fields: - org_unit_id - serial_number
359
359
  # @param [Fixnum] page_size
360
- # Maximum number of results to return. Maximum and default are 100.
360
+ # Maximum number of results to return. Default value is 100. Maximum value is
361
+ # 200.
361
362
  # @param [String] page_token
362
363
  # Token to specify next page in the list.
363
364
  # @param [String] read_mask
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.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-01-10 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.14.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: []
@@ -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