google-apis-chromemanagement_v1 0.33.0 → 0.34.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/chromemanagement_v1/classes.rb +7 -0
- data/lib/google/apis/chromemanagement_v1/gem_version.rb +2 -2
- data/lib/google/apis/chromemanagement_v1/representations.rb +2 -0
- data/lib/google/apis/chromemanagement_v1/service.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 788b8fdaf0d18717ca10b2692a8337803e5612e9971814cf2c940fe621d75169
|
4
|
+
data.tar.gz: 3e5b3df62b34ca326cedb325bbf2afdfa2ad157dd07e46caef9ec6c3c309c1d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7bae60187dbc15fe3d293588c38d60e3dae30cf9e2bb202f789335aed9932e54fe4633865afa63d31075f28aee1873d978697410f798d0965512ee937d994bca
|
7
|
+
data.tar.gz: 2faf65e578d0562ca3a7c3b9079ec99eaf55534ce1c96be2668e5c8048a7eb37560c99115ae687038f49b6fdaf0d3f3106f9345fe84e26da1d5e5999caea38e0
|
data/CHANGELOG.md
CHANGED
@@ -2274,6 +2274,12 @@ module Google
|
|
2274
2274
|
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1OsUpdateStatus>]
|
2275
2275
|
attr_accessor :os_update_status
|
2276
2276
|
|
2277
|
+
# Output only. Peripherals reports collected periodically sorted in a decreasing
|
2278
|
+
# order of report_time.
|
2279
|
+
# Corresponds to the JSON property `peripheralsReport`
|
2280
|
+
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1PeripheralsReport>]
|
2281
|
+
attr_accessor :peripherals_report
|
2282
|
+
|
2277
2283
|
# Output only. Device serial number. This value is the same as the Admin Console'
|
2278
2284
|
# s Serial Number in the ChromeOS Devices tab.
|
2279
2285
|
# Corresponds to the JSON property `serialNumber`
|
@@ -2326,6 +2332,7 @@ module Google
|
|
2326
2332
|
@network_status_report = args[:network_status_report] if args.key?(:network_status_report)
|
2327
2333
|
@org_unit_id = args[:org_unit_id] if args.key?(:org_unit_id)
|
2328
2334
|
@os_update_status = args[:os_update_status] if args.key?(:os_update_status)
|
2335
|
+
@peripherals_report = args[:peripherals_report] if args.key?(:peripherals_report)
|
2329
2336
|
@serial_number = args[:serial_number] if args.key?(:serial_number)
|
2330
2337
|
@storage_info = args[:storage_info] if args.key?(:storage_info)
|
2331
2338
|
@storage_status_report = args[:storage_status_report] if args.key?(:storage_status_report)
|
@@ -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.34.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230202"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -952,6 +952,8 @@ module Google
|
|
952
952
|
property :org_unit_id, as: 'orgUnitId'
|
953
953
|
collection :os_update_status, as: 'osUpdateStatus', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1OsUpdateStatus, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1OsUpdateStatus::Representation
|
954
954
|
|
955
|
+
collection :peripherals_report, as: 'peripheralsReport', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1PeripheralsReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1PeripheralsReport::Representation
|
956
|
+
|
955
957
|
property :serial_number, as: 'serialNumber'
|
956
958
|
property :storage_info, as: 'storageInfo', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1StorageInfo, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1StorageInfo::Representation
|
957
959
|
|
@@ -377,10 +377,10 @@ module Google
|
|
377
377
|
# Query string to filter results, AND-separated fields in EBNF syntax. Note: OR
|
378
378
|
# operations are not supported in this filter. Supported filter fields: *
|
379
379
|
# app_name * app_type * install_type * number_of_permissions *
|
380
|
-
# total_install_count * latest_profile_active_date * permission_name
|
380
|
+
# total_install_count * latest_profile_active_date * permission_name * app_id
|
381
381
|
# @param [String] order_by
|
382
382
|
# Field used to order results. Supported order by fields: * app_name * app_type *
|
383
|
-
# install_type * number_of_permissions * total_install_count
|
383
|
+
# install_type * number_of_permissions * total_install_count * app_id
|
384
384
|
# @param [String] org_unit_id
|
385
385
|
# The ID of the organizational unit.
|
386
386
|
# @param [Fixnum] page_size
|
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.34.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-
|
11
|
+
date: 2023-02-05 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.34.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: []
|