google-apis-admin_directory_v1 0.65.0 → 0.66.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/admin_directory_v1/classes.rb +32 -28
- data/lib/google/apis/admin_directory_v1/gem_version.rb +3 -3
- 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: 43c3bb9ea11db492781b86fa8a1f1a5c0e82746a40a792835a3732131678e810
|
4
|
+
data.tar.gz: af599d481af189eb574c695057eaa6c8160bac3f32489cc037679af20bc648cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a4a9704f84f1fcd9e01ce891c287f0fdec6f2ee9dd8d6dc5d3ffaede052ad2464964184c6b814609fa16616202054fd3b81ac6f062ab892902e7b1e9004bd98a
|
7
|
+
data.tar.gz: b9119787cb367e456b4a1ccd211b106dbcb159f4c5a2834d83e58a4dcee3012875d5130c3c2305dea58e78958a148faa148a9f08b94c970c59002246aa2d63df
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-admin_directory_v1
|
2
2
|
|
3
|
+
### v0.66.0 (2025-06-01)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250527
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.65.0 (2025-05-18)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20250513
|
@@ -2132,13 +2132,15 @@ module Google
|
|
2132
2132
|
|
2133
2133
|
# The payload for the command result. The following commands respond with a
|
2134
2134
|
# payload: * `DEVICE_START_CRD_SESSION`: Payload is a stringified JSON object in
|
2135
|
-
# the form: ` "url": url `. The URL
|
2136
|
-
# session
|
2137
|
-
#
|
2138
|
-
#
|
2139
|
-
# remoteSupportAvailability"
|
2140
|
-
#
|
2141
|
-
#
|
2135
|
+
# the form: ` "url": url `. The provided URL links to the Chrome Remote Desktop
|
2136
|
+
# session and requires authentication using only the `email` associated with the
|
2137
|
+
# command's issuance. * `FETCH_CRD_AVAILABILITY_INFO`: Payload is a stringified
|
2138
|
+
# JSON object in the form: ` "deviceIdleTimeInSeconds": number, "userSessionType"
|
2139
|
+
# : string, "remoteSupportAvailability": string, "remoteAccessAvailability":
|
2140
|
+
# string `. The "remoteSupportAvailability" field is set to "AVAILABLE" if `
|
2141
|
+
# shared` CRD session to the device is available. The "remoteAccessAvailability"
|
2142
|
+
# field is set to "AVAILABLE" if `private` CRD session to the device is
|
2143
|
+
# available.
|
2142
2144
|
# Corresponds to the JSON property `commandResultPayload`
|
2143
2145
|
# @return [String]
|
2144
2146
|
attr_accessor :command_result_payload
|
@@ -2192,27 +2194,29 @@ module Google
|
|
2192
2194
|
# only select from values `private` (which grants the remote admin exclusive
|
2193
2195
|
# control of the ChromeOS device) or `shared` (which allows the admin and the
|
2194
2196
|
# local user to share control of the ChromeOS device). If not set, `
|
2195
|
-
# crdSessionType` defaults to `shared`.
|
2196
|
-
#
|
2197
|
-
#
|
2198
|
-
#
|
2199
|
-
#
|
2200
|
-
#
|
2201
|
-
#
|
2202
|
-
#
|
2203
|
-
#
|
2204
|
-
#
|
2205
|
-
#
|
2206
|
-
#
|
2207
|
-
#
|
2208
|
-
#
|
2209
|
-
#
|
2210
|
-
#
|
2211
|
-
#
|
2212
|
-
#
|
2213
|
-
#
|
2214
|
-
#
|
2215
|
-
#
|
2197
|
+
# crdSessionType` defaults to `shared`. The `FETCH_CRD_AVAILABILITY_INFO`
|
2198
|
+
# command can be used to determine available session types on the device. * `
|
2199
|
+
# REBOOT`: Payload is a stringified JSON object in the form: ` "
|
2200
|
+
# user_session_delay_seconds": 300 `. The `user_session_delay_seconds` is the
|
2201
|
+
# amount of seconds to wait before rebooting the device if a user is logged in.
|
2202
|
+
# It has to be an integer in the range [0,300]. When payload is not present for
|
2203
|
+
# reboot, 0 delay is the default. Note: This only applies if an actual user is
|
2204
|
+
# logged in, including a Guest. If the device is in the login screen or in Kiosk
|
2205
|
+
# mode the value is not respected and the device immediately reboots. * `
|
2206
|
+
# FETCH_SUPPORT_PACKET`: Payload is optionally a stringified JSON object in the
|
2207
|
+
# form: `"supportPacketDetails":` "issueCaseId": optional_support_case_id_string,
|
2208
|
+
# "issueDescription": optional_issue_description_string, "
|
2209
|
+
# requestedDataCollectors": []`` The list of available `data_collector_enums`
|
2210
|
+
# are as following: Chrome System Information (1), Crash IDs (2), Memory Details
|
2211
|
+
# (3), UI Hierarchy (4), Additional ChromeOS Platform Logs (5), Device Event (6),
|
2212
|
+
# Intel WiFi NICs Debug Dump (7), Touch Events (8), Lacros (9), Lacros System
|
2213
|
+
# Information (10), ChromeOS Flex Logs (11), DBus Details (12), ChromeOS Network
|
2214
|
+
# Routes (13), ChromeOS Shill (Connection Manager) Logs (14), Policies (15),
|
2215
|
+
# ChromeOS System State and Logs (16), ChromeOS System Logs (17), ChromeOS
|
2216
|
+
# Chrome User Logs (18), ChromeOS Bluetooth (19), ChromeOS Connected Input
|
2217
|
+
# Devices (20), ChromeOS Traffic Counters (21), ChromeOS Virtual Keyboard (22),
|
2218
|
+
# ChromeOS Network Health (23). See more details in [help article](https://
|
2219
|
+
# support.google.com/chrome/a?p=remote-log).
|
2216
2220
|
# Corresponds to the JSON property `payload`
|
2217
2221
|
# @return [String]
|
2218
2222
|
attr_accessor :payload
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AdminDirectoryV1
|
18
18
|
# Version of the google-apis-admin_directory_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.66.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250527"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-admin_directory_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.66.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_directory_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.66.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_directory_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Admin SDK API DirectoryV1
|
79
79
|
test_files: []
|