google-apis-chromemanagement_v1 0.51.0 → 0.52.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: abfa3e092218ea628d74d579b307014ceb0a94e291c9fa58277b2732deba1f5a
4
- data.tar.gz: 27b9a17db52b5130632c760a9670d176cb22669bc8fbfeec3b64af11ea1e8db8
3
+ metadata.gz: 8a47c3560e534462909a7ac2bd52cb9127aaa8cb7a6cd13beb0dcea8da998a4f
4
+ data.tar.gz: 585b17a9c01aa886841dc552329ddea1eba1a8809f12b4e79ef09b3e496ae3cf
5
5
  SHA512:
6
- metadata.gz: bacfbdc830165d9a3c7c787f10eec1c794640d1a8753d8a666d065b29edf169266bdb59fec76b893fe97c3ba712f8133cbbc2ecd4cf83ebc74ec61101c8353bd
7
- data.tar.gz: b5575054a15125ca945c34a5a60f922fc2c349beeb6b5b899039054ce1c37cfda8344f93186cfd637a44690428d413cf2386ff6e7d2e327698b9f497c6749496
6
+ metadata.gz: 5522532a9c137e988fec486754b0efe759bc6c5e4f20490d8f71993f9140cfc7a71a7d292f3812f90490be308b0b7b1a5b577ebc1cd73662e39da938912c53e0
7
+ data.tar.gz: bf1dc84bb867cd20a0870f57625af706887c2c00f47146b0e6520742841282d723fa5aa31792f3a1349cd1dd7b60e6add1aa209eddfff447249baaa793586ea8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chromemanagement_v1
2
2
 
3
+ ### v0.52.0 (2024-03-24)
4
+
5
+ * Regenerated from discovery document revision 20240321
6
+
3
7
  ### v0.51.0 (2024-03-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20240314
@@ -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.51.0"
19
+ GEM_VERSION = "0.52.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240314"
25
+ REVISION = "20240321"
26
26
  end
27
27
  end
28
28
  end
@@ -857,12 +857,14 @@ module Google
857
857
  # Required. Customer id or "my_customer" to use the customer associated to the
858
858
  # account making the request.
859
859
  # @param [String] filter
860
- # Optional. Only include resources that match the filter. Supported filter
861
- # fields: - org_unit_id - serial_number - device_id - reports_timestamp The "
862
- # reports_timestamp" filter accepts either the Unix Epoch milliseconds format or
863
- # the RFC3339 UTC "Zulu" format with nanosecond resolution and up to nine
864
- # fractional digits. Both formats should be surrounded by simple double quotes.
865
- # Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z", "
860
+ # Optional. Only include resources that match the filter. Requests that don't
861
+ # specify a "reports_timestamp" value will default to returning only recent
862
+ # reports. Specify "reports_timestamp>=0" to get all report data. Supported
863
+ # filter fields: - org_unit_id - serial_number - device_id - reports_timestamp
864
+ # The "reports_timestamp" filter accepts either the Unix Epoch milliseconds
865
+ # format or the RFC3339 UTC "Zulu" format with nanosecond resolution and up to
866
+ # nine fractional digits. Both formats should be surrounded by simple double
867
+ # quotes. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z", "
866
868
  # 1679283943823".
867
869
  # @param [Fixnum] page_size
868
870
  # Maximum number of results to return. Default value is 100. Maximum value is
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.51.0
4
+ version: 0.52.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: 2024-03-17 00:00:00.000000000 Z
11
+ date: 2024-03-24 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.51.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.52.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: []