Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-androidmanagement_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-androidmanagement_v1

### v0.122.0 (2026-08-30)

* Regenerated from discovery document revision 20260826

### v0.121.0 (2026-08-16)

* Regenerated from discovery document revision 20260810
Expand Down
4 changes: 2 additions & 2 deletions generated/google-apis-androidmanagement_v1/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
google-apis-androidmanagement_v1 (0.121.0)
google-apis-androidmanagement_v1 (0.122.0)
google-apis-core (>= 0.15.0, < 2.a)

GEM
Expand Down Expand Up @@ -105,7 +105,7 @@ CHECKSUMS
faraday (2.14.3) sha256=1882247e6766615c8220b4392bf1d27f6ebb63d8e28267587cef1fb0bf37f278
faraday-follow_redirects (0.5.0) sha256=5cde93c894b30943a5d2b93c2fe9284216a6b756f7af406a1e55f211d97d10ad
faraday-net_http (3.4.4) sha256=0e78af151747ed1b00f33e25973b4bc220d7f16c00c39676817c8b12331eb588
google-apis-androidmanagement_v1 (0.121.0)
google-apis-androidmanagement_v1 (0.122.0)
google-apis-core (1.2.1) sha256=3739030455277e3be90f2d07321ad4d0bf0d6b1ed820b2d092916d6cdef05337
google-cloud-env (2.3.1) sha256=0faac01eb27be78c2591d64433663b1a114f8f7af55a4f819755426cac9178e7
google-logging-utils (0.2.0) sha256=675462b4ea5affa825a3442694ca2d75d0069455a1d0956127207498fca3df7b
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2518,24 +2518,25 @@ def update!(**args)
class DeviceRadioState
include Google::Apis::Core::Hashable

# Controls whether airplane mode can be toggled by the user or not.
# Optional. Controls whether airplane mode can be toggled by the user or not.
# Corresponds to the JSON property `airplaneModeState`
# @return [String]
attr_accessor :airplane_mode_state

# Controls whether cellular 2G setting can be toggled by the user or not.
# Optional. Controls whether cellular 2G setting can be toggled by the user or
# not.
# Corresponds to the JSON property `cellularTwoGState`
# @return [String]
attr_accessor :cellular_two_g_state

# The minimum required security level of Wi-Fi networks that the device can
# connect to.
# Optional. The minimum required security level of Wi-Fi networks that the
# device can connect to.
# Corresponds to the JSON property `minimumWifiSecurityLevel`
# @return [String]
attr_accessor :minimum_wifi_security_level

# Controls the state of the ultra wideband setting and whether the user can
# toggle it on or off.
# Optional. Controls the state of the ultra wideband setting and whether the
# user can toggle it on or off.
# Corresponds to the JSON property `ultraWidebandState`
# @return [String]
attr_accessor :ultra_wideband_state
Expand All @@ -2545,7 +2546,7 @@ class DeviceRadioState
# @return [String]
attr_accessor :user_initiated_add_esim_settings

# Controls current state of Wi-Fi and if user can change its state.
# Optional. Controls current state of Wi-Fi and if user can change its state.
# Corresponds to the JSON property `wifiState`
# @return [String]
attr_accessor :wifi_state
Expand Down Expand Up @@ -7989,7 +7990,8 @@ class WipeAction
include Google::Apis::Core::Hashable

# Whether the factory-reset protection data is preserved on the device. This
# setting doesn’t apply to work profiles.
# setting applies to fully managed devices and work profiles on company-owned
# devices.
# Corresponds to the JSON property `preserveFrp`
# @return [Boolean]
attr_accessor :preserve_frp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module AndroidmanagementV1
# Version of the google-apis-androidmanagement_v1 gem
GEM_VERSION = "0.121.0"
GEM_VERSION = "0.122.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.19.0"

# Revision of the discovery document this client was generated from
REVISION = "20260810"
REVISION = "20260826"
end
end
end
Loading