google-apis-chromemanagement_v1 0.54.0 → 0.56.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: 2c997a641c17f40ce3033f261660df62b776672eda84427ab7124b93d0e32e8f
4
- data.tar.gz: 20bf0feaf7f322da20f19870720a5618ae3444d41c538fdf9751f4d8d780c21f
3
+ metadata.gz: f4bbbe6595a27a3325316f681d316d574890b26c53e74b37517514527045576a
4
+ data.tar.gz: 50cdae28e8f5318d75da7303afe78fd697a6b731469803c73c3f1985a670122a
5
5
  SHA512:
6
- metadata.gz: e45b09e688c2ef4b567a66e39d66429c08e989dc76d45cc263113d0be3c1c043956969955a620d8c1aeedf301cf5be10ee5e2ad47bc249f13378c7f321ade909
7
- data.tar.gz: fd940fd2b14b2a9d8c4c0790e284059549ec8cb76f6aab50ddead5bccf02b3e6fe63263a697be43988f04c01cc78895ff4152c286f23d49bd42edd14268e5d92
6
+ metadata.gz: 6ea1385f43d4ecdbff43b3ee76168a4512dee71766d167184ccc4aa64c36b116a094d10c18f9ced4be1c0a697d9ff38f07722fd0889ec6aa23ca607c032ffc0b
7
+ data.tar.gz: e42b24134f857f4f25d97e50077a2922744a9ba86c51e210b06b3bb42d7447b384edfdf799a95e49c481b27bd8badaa09ab2f95b983a618a937603b34bbd686c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-chromemanagement_v1
2
2
 
3
+ ### v0.56.0 (2024-08-18)
4
+
5
+ * Regenerated from discovery document revision 20240815
6
+ * Regenerated using generator version 0.15.1
7
+
8
+ ### v0.55.0 (2024-07-25)
9
+
10
+ * Regenerated from discovery document revision 20240709
11
+
3
12
  ### v0.54.0 (2024-06-16)
4
13
 
5
14
  * Regenerated from discovery document revision 20240602
@@ -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.54.0"
19
+ GEM_VERSION = "0.56.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240602"
25
+ REVISION = "20240815"
26
26
  end
27
27
  end
28
28
  end
@@ -550,10 +550,12 @@ module Google
550
550
  # Query string to filter results, AND-separated fields in EBNF syntax. Note: OR
551
551
  # operations are not supported in this filter. Supported filter fields: *
552
552
  # app_name * app_type * install_type * number_of_permissions *
553
- # total_install_count * latest_profile_active_date * permission_name * app_id
553
+ # total_install_count * latest_profile_active_date * permission_name * app_id *
554
+ # manifest_versions
554
555
  # @param [String] order_by
555
556
  # Field used to order results. Supported order by fields: * app_name * app_type *
556
- # install_type * number_of_permissions * total_install_count * app_id
557
+ # install_type * number_of_permissions * total_install_count * app_id *
558
+ # manifest_versions
557
559
  # @param [String] org_unit_id
558
560
  # The ID of the organizational unit.
559
561
  # @param [Fixnum] page_size
@@ -937,7 +939,7 @@ module Google
937
939
  # user - audio_severe_underrun_event - usb_peripherals_event -
938
940
  # https_latency_change_event - network_state_change_event -
939
941
  # wifi_signal_strength_event - vpn_connection_state_change_event -
940
- # app_install_event - app_uninstall_event - app_launch_event
942
+ # app_install_event - app_uninstall_event - app_launch_event - os_crash_event
941
943
  # @param [String] fields
942
944
  # Selector specifying which fields to include in a partial response.
943
945
  # @param [String] quota_user
@@ -1082,7 +1084,8 @@ module Google
1082
1084
  # Read mask to specify which fields to return. Supported read_mask paths are: -
1083
1085
  # name - org_unit_id - user_id - user_email - user_device.device_id -
1084
1086
  # user_device.audio_status_report - user_device.device_activity_report -
1085
- # user_device.network_bandwidth_report - user_device.peripherals_report
1087
+ # user_device.network_bandwidth_report - user_device.peripherals_report -
1088
+ # user_device.app_report
1086
1089
  # @param [String] fields
1087
1090
  # Selector specifying which fields to include in a partial response.
1088
1091
  # @param [String] quota_user
@@ -1127,7 +1130,8 @@ module Google
1127
1130
  # Read mask to specify which fields to return. Supported read_mask paths are: -
1128
1131
  # name - org_unit_id - user_id - user_email - user_device.device_id -
1129
1132
  # user_device.audio_status_report - user_device.device_activity_report -
1130
- # user_device.network_bandwidth_report - user_device.peripherals_report
1133
+ # user_device.network_bandwidth_report - user_device.peripherals_report -
1134
+ # user_device.app_report
1131
1135
  # @param [String] fields
1132
1136
  # Selector specifying which fields to include in a partial response.
1133
1137
  # @param [String] quota_user
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.54.0
4
+ version: 0.56.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-06-16 00:00:00.000000000 Z
11
+ date: 2024-08-18 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.54.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.56.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: []