google-apis-androidmanagement_v1 0.121.0 → 0.122.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f6c51c74b11887646551eebc446921737f0ea69e52d9c173fc6c2b5662d742a6
|
|
4
|
+
data.tar.gz: 9c698054b4ec348985112ccabfb1d5b8326629db271b10416f61f326b667c441
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eac6efe3e27ada1b696b17c69904e66bf07fef8b3bc26977745f7225ab80fdda8b029d9d13a93e4ea896ba2a0c120cde9f51d8cbf7dc58cca94d32055a9af415
|
|
7
|
+
data.tar.gz: c6a3a2587e0efc514b2db66d0eb865c646e49a5cb3d6e4731abbefd1cd3e08d8687dec5608306d7c7ad8a04c052224187b82830e32d27b6ed4d03b472a6366bd
|
data/CHANGELOG.md
CHANGED
|
@@ -2518,24 +2518,25 @@ module Google
|
|
|
2518
2518
|
class DeviceRadioState
|
|
2519
2519
|
include Google::Apis::Core::Hashable
|
|
2520
2520
|
|
|
2521
|
-
# Controls whether airplane mode can be toggled by the user or not.
|
|
2521
|
+
# Optional. Controls whether airplane mode can be toggled by the user or not.
|
|
2522
2522
|
# Corresponds to the JSON property `airplaneModeState`
|
|
2523
2523
|
# @return [String]
|
|
2524
2524
|
attr_accessor :airplane_mode_state
|
|
2525
2525
|
|
|
2526
|
-
# Controls whether cellular 2G setting can be toggled by the user or
|
|
2526
|
+
# Optional. Controls whether cellular 2G setting can be toggled by the user or
|
|
2527
|
+
# not.
|
|
2527
2528
|
# Corresponds to the JSON property `cellularTwoGState`
|
|
2528
2529
|
# @return [String]
|
|
2529
2530
|
attr_accessor :cellular_two_g_state
|
|
2530
2531
|
|
|
2531
|
-
# The minimum required security level of Wi-Fi networks that the
|
|
2532
|
-
# connect to.
|
|
2532
|
+
# Optional. The minimum required security level of Wi-Fi networks that the
|
|
2533
|
+
# device can connect to.
|
|
2533
2534
|
# Corresponds to the JSON property `minimumWifiSecurityLevel`
|
|
2534
2535
|
# @return [String]
|
|
2535
2536
|
attr_accessor :minimum_wifi_security_level
|
|
2536
2537
|
|
|
2537
|
-
# Controls the state of the ultra wideband setting and whether the
|
|
2538
|
-
# toggle it on or off.
|
|
2538
|
+
# Optional. Controls the state of the ultra wideband setting and whether the
|
|
2539
|
+
# user can toggle it on or off.
|
|
2539
2540
|
# Corresponds to the JSON property `ultraWidebandState`
|
|
2540
2541
|
# @return [String]
|
|
2541
2542
|
attr_accessor :ultra_wideband_state
|
|
@@ -2545,7 +2546,7 @@ module Google
|
|
|
2545
2546
|
# @return [String]
|
|
2546
2547
|
attr_accessor :user_initiated_add_esim_settings
|
|
2547
2548
|
|
|
2548
|
-
# Controls current state of Wi-Fi and if user can change its state.
|
|
2549
|
+
# Optional. Controls current state of Wi-Fi and if user can change its state.
|
|
2549
2550
|
# Corresponds to the JSON property `wifiState`
|
|
2550
2551
|
# @return [String]
|
|
2551
2552
|
attr_accessor :wifi_state
|
|
@@ -7989,7 +7990,8 @@ module Google
|
|
|
7989
7990
|
include Google::Apis::Core::Hashable
|
|
7990
7991
|
|
|
7991
7992
|
# Whether the factory-reset protection data is preserved on the device. This
|
|
7992
|
-
# setting
|
|
7993
|
+
# setting applies to fully managed devices and work profiles on company-owned
|
|
7994
|
+
# devices.
|
|
7993
7995
|
# Corresponds to the JSON property `preserveFrp`
|
|
7994
7996
|
# @return [Boolean]
|
|
7995
7997
|
attr_accessor :preserve_frp
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AndroidmanagementV1
|
|
18
18
|
# Version of the google-apis-androidmanagement_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.122.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260826"
|
|
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-androidmanagement_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.122.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-androidmanagement_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.122.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidmanagement_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|