google-apis-admin_directory_v1 0.64.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b028b28ec6b41ca967886931167e25443e0a10cd65d7159d13e13ac5f561127c
4
- data.tar.gz: 71745765a9c2aa1f9411a2b12527eb2f94f350bf7edbabd500f3ad5ebdcc5c79
3
+ metadata.gz: 43c3bb9ea11db492781b86fa8a1f1a5c0e82746a40a792835a3732131678e810
4
+ data.tar.gz: af599d481af189eb574c695057eaa6c8160bac3f32489cc037679af20bc648cd
5
5
  SHA512:
6
- metadata.gz: fc7c1281fb1af63409151e452fbddec8c85f1a3a1a1cb4404669a83e0f4bc00869f7f8ec05e75e2057ad3f630bd05a71ebe7901369e0cd44bc76fff4fb9f9e29
7
- data.tar.gz: e5f04147e50f7e1b990c4870f7c61c3de88de3c8014c7818fd262a1378a99bc79f0594e12527f815300d2c98accdc50c17663985181b989bdadaf6a8e74a77ab
6
+ metadata.gz: a4a9704f84f1fcd9e01ce891c287f0fdec6f2ee9dd8d6dc5d3ffaede052ad2464964184c6b814609fa16616202054fd3b81ac6f062ab892902e7b1e9004bd98a
7
+ data.tar.gz: b9119787cb367e456b4a1ccd211b106dbcb159f4c5a2834d83e58a4dcee3012875d5130c3c2305dea58e78958a148faa148a9f08b94c970c59002246aa2d63df
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.65.0 (2025-05-18)
9
+
10
+ * Regenerated from discovery document revision 20250513
11
+
3
12
  ### v0.64.0 (2025-05-04)
4
13
 
5
14
  * Regenerated using generator version 0.17.0
@@ -2132,8 +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 provides a link to the Chrome Remote Desktop
2136
- # session.
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.
2137
2144
  # Corresponds to the JSON property `commandResultPayload`
2138
2145
  # @return [String]
2139
2146
  attr_accessor :command_result_payload
@@ -2187,27 +2194,29 @@ module Google
2187
2194
  # only select from values `private` (which grants the remote admin exclusive
2188
2195
  # control of the ChromeOS device) or `shared` (which allows the admin and the
2189
2196
  # local user to share control of the ChromeOS device). If not set, `
2190
- # crdSessionType` defaults to `shared`. * `REBOOT`: Payload is a stringified
2191
- # JSON object in the form: ` "user_session_delay_seconds": 300 `. The `
2192
- # user_session_delay_seconds` is the amount of seconds to wait before rebooting
2193
- # the device if a user is logged in. It has to be an integer in the range [0,300]
2194
- # . When payload is not present for reboot, 0 delay is the default. Note: This
2195
- # only applies if an actual user is logged in, including a Guest. If the device
2196
- # is in the login screen or in Kiosk mode the value is not respected and the
2197
- # device immediately reboots. * `FETCH_SUPPORT_PACKET`: Payload is optionally a
2198
- # stringified JSON object in the form: `"supportPacketDetails":` "issueCaseId":
2199
- # optional_support_case_id_string, "issueDescription":
2200
- # optional_issue_description_string, "requestedDataCollectors": []`` The list of
2201
- # available `data_collector_enums` are as following: Chrome System Information (
2202
- # 1), Crash IDs (2), Memory Details (3), UI Hierarchy (4), Additional ChromeOS
2203
- # Platform Logs (5), Device Event (6), Intel WiFi NICs Debug Dump (7), Touch
2204
- # Events (8), Lacros (9), Lacros System Information (10), ChromeOS Flex Logs (11)
2205
- # , DBus Details (12), ChromeOS Network Routes (13), ChromeOS Shill (Connection
2206
- # Manager) Logs (14), Policies (15), ChromeOS System State and Logs (16),
2207
- # ChromeOS System Logs (17), ChromeOS Chrome User Logs (18), ChromeOS Bluetooth (
2208
- # 19), ChromeOS Connected Input Devices (20), ChromeOS Traffic Counters (21),
2209
- # ChromeOS Virtual Keyboard (22), ChromeOS Network Health (23). See more details
2210
- # in [help article](https://support.google.com/chrome/a?p=remote-log).
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).
2211
2220
  # Corresponds to the JSON property `payload`
2212
2221
  # @return [String]
2213
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.64.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.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250421"
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.64.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.64.0
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.8
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: []