google-apis-chromemanagement_v1 0.54.0 → 0.55.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1eb88b42c927b0e6ec347ac478c839b934e07200f9fa30f1d64d737e5b21cb57
|
4
|
+
data.tar.gz: b6723a4e345f532f2d66e7daf10ef6033b5e2525bb6dc6909fa98a91e9ebec60
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8e64f2c2d5d42838a623fef82c405da9bb2fe14b9bb465df7340d0140a2ec3edf1745688c756d6668fd9cae6d14834f0df6a98c7857fe0ed626aefacd75dbe5
|
7
|
+
data.tar.gz: eefa264807a2f4422754b25aebea28c65a1d52af90e72ae1ed5db4776c8365cfaf4e4fe19cdff2e25d6155cef0add8bed92a82f4de75f24ea1c1d0ef7c0fadc8
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
19
|
+
GEM_VERSION = "0.55.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240709"
|
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
|
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.
|
4
|
+
version: 0.55.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-
|
11
|
+
date: 2024-07-25 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.55.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: []
|