google-apis-chromemanagement_v1 0.40.0 → 0.42.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 +8 -0
- data/lib/google/apis/chromemanagement_v1/classes.rb +33 -0
- data/lib/google/apis/chromemanagement_v1/gem_version.rb +2 -2
- data/lib/google/apis/chromemanagement_v1/representations.rb +16 -0
- data/lib/google/apis/chromemanagement_v1/service.rb +11 -8
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ac6277975922fbe8f770c0c4f31527a42c13765288c795f67339913ee02711db
|
4
|
+
data.tar.gz: ba061f907bda4c7210ae59a82075540d1958b7beb0f5f8d7dd2c37a5d4a54cfe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 13bd01b001fb3552208ffd2aad6794cb8c848a2a739298af584b7fd6da051cf5a3843440076117d04bdb6833e46534eaa65f862f49a946af69a80a7504d3791d
|
7
|
+
data.tar.gz: bafe1bf5bdec3135edfa88ad8b6899c7dc05228026dfa64fb91c99fff2a0b599ec9df76b28cc5a0444cc730a40f1698dee42e1d44361ee5fff90496907c1b6ad
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-chromemanagement_v1
|
2
2
|
|
3
|
+
### v0.42.0 (2023-08-27)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230822
|
6
|
+
|
7
|
+
### v0.41.0 (2023-06-25)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230620
|
10
|
+
|
3
11
|
### v0.40.0 (2023-05-21)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230516
|
@@ -1154,6 +1154,32 @@ module Google
|
|
1154
1154
|
end
|
1155
1155
|
end
|
1156
1156
|
|
1157
|
+
# Device activity report. * Granular permission needed:
|
1158
|
+
# TELEMETRY_API_DEVICE_ACTIVITY_REPORT
|
1159
|
+
class GoogleChromeManagementV1DeviceActivityReport
|
1160
|
+
include Google::Apis::Core::Hashable
|
1161
|
+
|
1162
|
+
# Output only. Device activity state.
|
1163
|
+
# Corresponds to the JSON property `deviceActivityState`
|
1164
|
+
# @return [String]
|
1165
|
+
attr_accessor :device_activity_state
|
1166
|
+
|
1167
|
+
# Output only. Timestamp of when the report was collected.
|
1168
|
+
# Corresponds to the JSON property `reportTime`
|
1169
|
+
# @return [String]
|
1170
|
+
attr_accessor :report_time
|
1171
|
+
|
1172
|
+
def initialize(**args)
|
1173
|
+
update!(**args)
|
1174
|
+
end
|
1175
|
+
|
1176
|
+
# Update properties of this object
|
1177
|
+
def update!(**args)
|
1178
|
+
@device_activity_state = args[:device_activity_state] if args.key?(:device_activity_state)
|
1179
|
+
@report_time = args[:report_time] if args.key?(:report_time)
|
1180
|
+
end
|
1181
|
+
end
|
1182
|
+
|
1157
1183
|
# Report for CountChromeDevicesPerAueDateResponse, contains the count of devices
|
1158
1184
|
# of a specific model and auto update expiration range.
|
1159
1185
|
class GoogleChromeManagementV1DeviceAueCountReport
|
@@ -2758,6 +2784,12 @@ module Google
|
|
2758
2784
|
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1AudioStatusReport>]
|
2759
2785
|
attr_accessor :audio_status_report
|
2760
2786
|
|
2787
|
+
# Output only. Device activity reports collected periodically sorted in a
|
2788
|
+
# decreasing order of report_time.
|
2789
|
+
# Corresponds to the JSON property `deviceActivityReport`
|
2790
|
+
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DeviceActivityReport>]
|
2791
|
+
attr_accessor :device_activity_report
|
2792
|
+
|
2761
2793
|
# The unique Directory API ID of the device. This value is the same as the Admin
|
2762
2794
|
# Console's Directory API ID in the ChromeOS Devices tab.
|
2763
2795
|
# Corresponds to the JSON property `deviceId`
|
@@ -2777,6 +2809,7 @@ module Google
|
|
2777
2809
|
# Update properties of this object
|
2778
2810
|
def update!(**args)
|
2779
2811
|
@audio_status_report = args[:audio_status_report] if args.key?(:audio_status_report)
|
2812
|
+
@device_activity_report = args[:device_activity_report] if args.key?(:device_activity_report)
|
2780
2813
|
@device_id = args[:device_id] if args.key?(:device_id)
|
2781
2814
|
@peripherals_report = args[:peripherals_report] if args.key?(:peripherals_report)
|
2782
2815
|
end
|
@@ -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.42.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 = "
|
25
|
+
REVISION = "20230822"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -166,6 +166,12 @@ module Google
|
|
166
166
|
include Google::Apis::Core::JsonObjectSupport
|
167
167
|
end
|
168
168
|
|
169
|
+
class GoogleChromeManagementV1DeviceActivityReport
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
169
175
|
class GoogleChromeManagementV1DeviceAueCountReport
|
170
176
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
177
|
|
@@ -701,6 +707,14 @@ module Google
|
|
701
707
|
end
|
702
708
|
end
|
703
709
|
|
710
|
+
class GoogleChromeManagementV1DeviceActivityReport
|
711
|
+
# @private
|
712
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
713
|
+
property :device_activity_state, as: 'deviceActivityState'
|
714
|
+
property :report_time, as: 'reportTime'
|
715
|
+
end
|
716
|
+
end
|
717
|
+
|
704
718
|
class GoogleChromeManagementV1DeviceAueCountReport
|
705
719
|
# @private
|
706
720
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1111,6 +1125,8 @@ module Google
|
|
1111
1125
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1112
1126
|
collection :audio_status_report, as: 'audioStatusReport', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1AudioStatusReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1AudioStatusReport::Representation
|
1113
1127
|
|
1128
|
+
collection :device_activity_report, as: 'deviceActivityReport', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DeviceActivityReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DeviceActivityReport::Representation
|
1129
|
+
|
1114
1130
|
property :device_id, as: 'deviceId'
|
1115
1131
|
collection :peripherals_report, as: 'peripheralsReport', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1PeripheralsReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1PeripheralsReport::Representation
|
1116
1132
|
|
@@ -599,20 +599,23 @@ module Google
|
|
599
599
|
# Required. Customer id or "my_customer" to use the customer associated to the
|
600
600
|
# account making the request.
|
601
601
|
# @param [String] filter
|
602
|
-
# Optional. Only include resources that match the filter.
|
603
|
-
#
|
604
|
-
#
|
605
|
-
#
|
606
|
-
#
|
607
|
-
#
|
608
|
-
#
|
602
|
+
# Optional. Only include resources that match the filter. Although this
|
603
|
+
# parameter is currently optional, this parameter will be required- please
|
604
|
+
# specify at least 1 event type. Supported filter fields: - device_id - user_id -
|
605
|
+
# device_org_unit_id - user_org_unit_id - timestamp - event_type The "timestamp"
|
606
|
+
# filter accepts either the Unix Epoch milliseconds format or the RFC3339 UTC "
|
607
|
+
# Zulu" format with nanosecond resolution and up to nine fractional digits. Both
|
608
|
+
# formats should be surrounded by simple double quotes. Examples: "2014-10-02T15:
|
609
|
+
# 01:23Z", "2014-10-02T15:01:23.045123456Z", "1679283943823".
|
609
610
|
# @param [Fixnum] page_size
|
610
611
|
# Optional. Maximum number of results to return. Default value is 100. Maximum
|
611
612
|
# value is 1000.
|
612
613
|
# @param [String] page_token
|
613
614
|
# Optional. Token to specify next page in the list.
|
614
615
|
# @param [String] read_mask
|
615
|
-
# Required. Read mask to specify which fields to return.
|
616
|
+
# Required. Read mask to specify which fields to return. Although currently
|
617
|
+
# required, this field will become optional, while the filter parameter with an
|
618
|
+
# event type will be come required.
|
616
619
|
# @param [String] fields
|
617
620
|
# Selector specifying which fields to include in a partial response.
|
618
621
|
# @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.42.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-08-27 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.42.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.4.
|
78
|
+
rubygems_version: 3.4.19
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Chrome Management API V1
|