google-apis-chromemanagement_v1 0.36.0 → 0.37.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: 7e828c1a6bd7db364a507197e1901e5ece63f5eee4630faf567e9b8658324cd6
4
- data.tar.gz: 862f751d8980f56d02b066b8c51305228d81e5cbe3e14237f7e6b45e0a2b4651
3
+ metadata.gz: 0f5a7079120e7249e99daad6ee34b7ca7d18f06895fd570015e732b2db93d8b0
4
+ data.tar.gz: 98bdcef1607c3a05671ecdecdd82e1c443ea14ebd346f4e41f332b19810ec5e1
5
5
  SHA512:
6
- metadata.gz: a622b050fefedfc63e09d26b4662de41563bacb965584bbf26b8e469c1e4e083b8717d06b2cf6b00b62e55125bdafd6c038ce8f0d49062a3cf8f4ee040f4292e
7
- data.tar.gz: b5c4b5580220f4cdd6140f356af48c36ca62dceb42f21a2e743b18973d7d61d77316211acd3c3bee09ff9138a44732f4305b0ec4f27bc2de4eb89c5779d5b59f
6
+ metadata.gz: 8d39758069b8f801c79c964d8ed7bb416cb401207257ff209feae51b3c856bc994b861011cbecae15e1ba3c1649a84802760937a766e469635ec28afedc10eef
7
+ data.tar.gz: 4ab7ed47b83eca48e529afc6710df33f5bed4676926fd6608433aaad94bdf670b1312d586196a5d7dad85dd06680ccc686c2281c8ac1e8fded82af75aa15ff7f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chromemanagement_v1
2
2
 
3
+ ### v0.37.0 (2023-03-26)
4
+
5
+ * Regenerated from discovery document revision 20230323
6
+
3
7
  ### v0.36.0 (2023-02-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230223
@@ -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.36.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230223"
25
+ REVISION = "20230323"
26
26
  end
27
27
  end
28
28
  end
@@ -461,7 +461,7 @@ module Google
461
461
  # @param [String] filter
462
462
  # Query string to filter results, AND-separated fields in EBNF syntax. Note: OR
463
463
  # operations are not supported in this filter. Note: Only >= and <= comparators
464
- # are supported in this filter. Supported filter fields: * completion_time
464
+ # are supported in this filter. Supported filter fields: * complete_time
465
465
  # @param [String] order_by
466
466
  # Field used to order results. If omitted, results will be ordered in ascending
467
467
  # order of the 'printer' field. Supported order_by fields: * printer * job_count
@@ -513,7 +513,7 @@ module Google
513
513
  # @param [String] filter
514
514
  # Query string to filter results, AND-separated fields in EBNF syntax. Note: OR
515
515
  # operations are not supported in this filter. Note: Only >= and <= comparators
516
- # are supported in this filter. Supported filter fields: * completion_time
516
+ # are supported in this filter. Supported filter fields: * complete_time
517
517
  # @param [String] order_by
518
518
  # Field used to order results. If omitted, results will be ordered in ascending
519
519
  # order of the 'user_email' field. Supported order_by fields: * user_email *
@@ -558,7 +558,8 @@ module Google
558
558
  execute_or_queue_command(command, &block)
559
559
  end
560
560
 
561
- # Generate report of devices that have a specified app installed.
561
+ # Generate report of managed Chrome browser devices that have a specified app
562
+ # installed.
562
563
  # @param [String] customer
563
564
  # Required. Customer id or "my_customer" to use the customer associated to the
564
565
  # account making the request.
@@ -653,7 +654,12 @@ module Google
653
654
  # account making the request.
654
655
  # @param [String] filter
655
656
  # Optional. Only include resources that match the filter. Supported filter
656
- # fields: - org_unit_id - serial_number - device_id
657
+ # fields: - org_unit_id - serial_number - device_id - reports_timestamp The "
658
+ # reports_timestamp" filter accepts either the Unix Epoch milliseconds format or
659
+ # the RFC3339 UTC "Zulu" format with nanosecond resolution and up to nine
660
+ # fractional digits. Both formats should be surrounded by simple double quotes.
661
+ # Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z", "
662
+ # 1679283943823".
657
663
  # @param [Fixnum] page_size
658
664
  # Maximum number of results to return. Default value is 100. Maximum value is
659
665
  # 1000.
@@ -699,8 +705,11 @@ module Google
699
705
  # @param [String] filter
700
706
  # Optional. Only include resources that match the filter. Supported filter
701
707
  # fields: - device_id - user_id - device_org_unit_id - user_org_unit_id -
702
- # timestamp - event_type The "timestamp" filter accepts either Epoch
703
- # milliseconds or RFC 3339 formatted time surrounded by simple double quotes.
708
+ # timestamp - event_type The "timestamp" filter accepts either the Unix Epoch
709
+ # milliseconds format or the RFC3339 UTC "Zulu" format with nanosecond
710
+ # resolution and up to nine fractional digits. Both formats should be surrounded
711
+ # by simple double quotes. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:
712
+ # 23.045123456Z", "1679283943823".
704
713
  # @param [Fixnum] page_size
705
714
  # Optional. Maximum number of results to return. Default value is 100. Maximum
706
715
  # value is 1000.
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.36.0
4
+ version: 0.37.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: 2023-02-26 00:00:00.000000000 Z
11
+ date: 2023-03-26 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.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.37.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: []