google-apis-androidmanagement_v1 0.88.0 → 0.90.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 +9 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/androidmanagement_v1/classes.rb +531 -7
- data/lib/google/apis/androidmanagement_v1/gem_version.rb +3 -3
- data/lib/google/apis/androidmanagement_v1/representations.rb +190 -0
- data/lib/google/apis/androidmanagement_v1/service.rb +5 -4
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5f6015ea5e02d433551b563fb05a20f90c03bbd6f1246b9248ed84b9f10cf40f
|
4
|
+
data.tar.gz: bd7eb865356679bf81d223ce5aa65ffaf3a8f23394c0ae2880a9e8a148da9884
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70cca8a0a06fea5c4b5924ec5ca5632663ded9a94462a9c2ba6f1dbd1e3d0b4f753539a94f297b9f3ff1a45ac765f18f7f44eea6804daa0fcbdebeaa808f6d7a
|
7
|
+
data.tar.gz: b11f3f9f5a5a7460e67b23219bb5739578a3d80a9f1194e7885a3986d682198963e09afae50b6cd0920d08b169f1227765f1fe371c0a6b9ad226044af6c51e90
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-androidmanagement_v1
|
2
2
|
|
3
|
+
### v0.90.0 (2025-05-18)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250515
|
6
|
+
* Regenerated using generator version 0.17.0
|
7
|
+
|
8
|
+
### v0.89.0 (2025-04-06)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20250402
|
11
|
+
|
3
12
|
### v0.88.0 (2025-03-09)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20250306
|
data/OVERVIEW.md
CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/android/management) ma
|
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
86
|
-
This library is supported on Ruby
|
86
|
+
This library is supported on Ruby 3.1+.
|
87
87
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
89
|
|
@@ -179,6 +179,209 @@ module Google
|
|
179
179
|
end
|
180
180
|
end
|
181
181
|
|
182
|
+
# Access Point Name (APN) policy. Configuration for Access Point Names (APNs)
|
183
|
+
# which may override any other APNs on the device. See OVERRIDE_APNS_ENABLED and
|
184
|
+
# overrideApns for details.
|
185
|
+
class ApnPolicy
|
186
|
+
include Google::Apis::Core::Hashable
|
187
|
+
|
188
|
+
# Optional. APN settings for override APNs. There must not be any conflict
|
189
|
+
# between any of APN settings provided, otherwise the policy will be rejected.
|
190
|
+
# Two ApnSettings are considered to conflict when all of the following fields
|
191
|
+
# match on both: numericOperatorId, apn, proxyAddress, proxyPort,
|
192
|
+
# mmsProxyAddress, mmsProxyPort, mmsc, mvnoType, protocol, roamingProtocol. If
|
193
|
+
# some of the APN settings result in non-compliance of INVALID_VALUE , they will
|
194
|
+
# be ignored. This can be set on fully managed devices on Android 10 and above.
|
195
|
+
# This can also be set on work profiles on Android 13 and above and only with
|
196
|
+
# ApnSetting's with ENTERPRISE APN type. A nonComplianceDetail with API_LEVEL is
|
197
|
+
# reported if the Android version is less than 10. A nonComplianceDetail with
|
198
|
+
# MANAGEMENT_MODE is reported for work profiles on Android versions less than 13.
|
199
|
+
# Corresponds to the JSON property `apnSettings`
|
200
|
+
# @return [Array<Google::Apis::AndroidmanagementV1::ApnSetting>]
|
201
|
+
attr_accessor :apn_settings
|
202
|
+
|
203
|
+
# Optional. Whether override APNs are disabled or enabled. See
|
204
|
+
# DevicePolicyManager.setOverrideApnsEnabled (https://developer.android.com/
|
205
|
+
# reference/android/app/admin/DevicePolicyManager#setOverrideApnsEnabled) for
|
206
|
+
# more details.
|
207
|
+
# Corresponds to the JSON property `overrideApns`
|
208
|
+
# @return [String]
|
209
|
+
attr_accessor :override_apns
|
210
|
+
|
211
|
+
def initialize(**args)
|
212
|
+
update!(**args)
|
213
|
+
end
|
214
|
+
|
215
|
+
# Update properties of this object
|
216
|
+
def update!(**args)
|
217
|
+
@apn_settings = args[:apn_settings] if args.key?(:apn_settings)
|
218
|
+
@override_apns = args[:override_apns] if args.key?(:override_apns)
|
219
|
+
end
|
220
|
+
end
|
221
|
+
|
222
|
+
# An Access Point Name (APN) configuration for a carrier data connection. The
|
223
|
+
# APN provides configuration to connect a cellular network device to an IP data
|
224
|
+
# network. A carrier uses this setting to decide which IP address to assign, any
|
225
|
+
# security methods to apply, and how the device might be connected to private
|
226
|
+
# networks.
|
227
|
+
class ApnSetting
|
228
|
+
include Google::Apis::Core::Hashable
|
229
|
+
|
230
|
+
# Optional. Whether User Plane resources have to be activated during every
|
231
|
+
# transition from CM-IDLE mode to CM-CONNECTED state for this APN. See 3GPP TS
|
232
|
+
# 23.501 section 5.6.13.
|
233
|
+
# Corresponds to the JSON property `alwaysOnSetting`
|
234
|
+
# @return [String]
|
235
|
+
attr_accessor :always_on_setting
|
236
|
+
|
237
|
+
# Required. Name of the APN. Policy will be rejected if this field is empty.
|
238
|
+
# Corresponds to the JSON property `apn`
|
239
|
+
# @return [String]
|
240
|
+
attr_accessor :apn
|
241
|
+
|
242
|
+
# Required. Usage categories for the APN. Policy will be rejected if this field
|
243
|
+
# is empty or contains APN_TYPE_UNSPECIFIED or duplicates. Multiple APN types
|
244
|
+
# can be set on fully managed devices. ENTERPRISE is the only allowed APN type
|
245
|
+
# on work profiles. A nonComplianceDetail with MANAGEMENT_MODE is reported for
|
246
|
+
# any other value on work profiles. APN types that are not supported on the
|
247
|
+
# device or management mode will be ignored. If this results in the empty list,
|
248
|
+
# the APN setting will be ignored, because apnTypes is a required field. A
|
249
|
+
# nonComplianceDetail with INVALID_VALUE is reported if none of the APN types
|
250
|
+
# are supported on the device or management mode.
|
251
|
+
# Corresponds to the JSON property `apnTypes`
|
252
|
+
# @return [Array<String>]
|
253
|
+
attr_accessor :apn_types
|
254
|
+
|
255
|
+
# Optional. Authentication type of the APN.
|
256
|
+
# Corresponds to the JSON property `authType`
|
257
|
+
# @return [String]
|
258
|
+
attr_accessor :auth_type
|
259
|
+
|
260
|
+
# Optional. Carrier ID for the APN. A value of 0 (default) means not set and
|
261
|
+
# negative values are rejected.
|
262
|
+
# Corresponds to the JSON property `carrierId`
|
263
|
+
# @return [Fixnum]
|
264
|
+
attr_accessor :carrier_id
|
265
|
+
|
266
|
+
# Required. Human-readable name that describes the APN. Policy will be rejected
|
267
|
+
# if this field is empty.
|
268
|
+
# Corresponds to the JSON property `displayName`
|
269
|
+
# @return [String]
|
270
|
+
attr_accessor :display_name
|
271
|
+
|
272
|
+
# Optional. MMS (Multimedia Messaging Service) proxy address of the APN which
|
273
|
+
# can be an IP address or hostname (not a URL).
|
274
|
+
# Corresponds to the JSON property `mmsProxyAddress`
|
275
|
+
# @return [String]
|
276
|
+
attr_accessor :mms_proxy_address
|
277
|
+
|
278
|
+
# Optional. MMS (Multimedia Messaging Service) proxy port of the APN. A value of
|
279
|
+
# 0 (default) means not set and negative values are rejected.
|
280
|
+
# Corresponds to the JSON property `mmsProxyPort`
|
281
|
+
# @return [Fixnum]
|
282
|
+
attr_accessor :mms_proxy_port
|
283
|
+
|
284
|
+
# Optional. MMSC (Multimedia Messaging Service Center) URI of the APN.
|
285
|
+
# Corresponds to the JSON property `mmsc`
|
286
|
+
# @return [String]
|
287
|
+
attr_accessor :mmsc
|
288
|
+
|
289
|
+
# Optional. The default MTU (Maximum Transmission Unit) size in bytes of the
|
290
|
+
# IPv4 routes brought up by this APN setting. A value of 0 (default) means not
|
291
|
+
# set and negative values are rejected. Supported on Android 13 and above. A
|
292
|
+
# nonComplianceDetail with API_LEVEL is reported if the Android version is less
|
293
|
+
# than 13.
|
294
|
+
# Corresponds to the JSON property `mtuV4`
|
295
|
+
# @return [Fixnum]
|
296
|
+
attr_accessor :mtu_v4
|
297
|
+
|
298
|
+
# Optional. The MTU (Maximum Transmission Unit) size of the IPv6 mobile
|
299
|
+
# interface to which the APN connected. A value of 0 (default) means not set and
|
300
|
+
# negative values are rejected. Supported on Android 13 and above. A
|
301
|
+
# nonComplianceDetail with API_LEVEL is reported if the Android version is less
|
302
|
+
# than 13.
|
303
|
+
# Corresponds to the JSON property `mtuV6`
|
304
|
+
# @return [Fixnum]
|
305
|
+
attr_accessor :mtu_v6
|
306
|
+
|
307
|
+
# Optional. MVNO match type for the APN.
|
308
|
+
# Corresponds to the JSON property `mvnoType`
|
309
|
+
# @return [String]
|
310
|
+
attr_accessor :mvno_type
|
311
|
+
|
312
|
+
# Optional. Radio technologies (network types) the APN may use. Policy will be
|
313
|
+
# rejected if this field contains NETWORK_TYPE_UNSPECIFIED or duplicates.
|
314
|
+
# Corresponds to the JSON property `networkTypes`
|
315
|
+
# @return [Array<String>]
|
316
|
+
attr_accessor :network_types
|
317
|
+
|
318
|
+
# Optional. The numeric operator ID of the APN. Numeric operator ID is defined
|
319
|
+
# as MCC (Mobile Country Code) + MNC (Mobile Network Code).
|
320
|
+
# Corresponds to the JSON property `numericOperatorId`
|
321
|
+
# @return [String]
|
322
|
+
attr_accessor :numeric_operator_id
|
323
|
+
|
324
|
+
# Optional. APN password of the APN.
|
325
|
+
# Corresponds to the JSON property `password`
|
326
|
+
# @return [String]
|
327
|
+
attr_accessor :password
|
328
|
+
|
329
|
+
# Optional. The protocol to use to connect to this APN.
|
330
|
+
# Corresponds to the JSON property `protocol`
|
331
|
+
# @return [String]
|
332
|
+
attr_accessor :protocol
|
333
|
+
|
334
|
+
# Optional. The proxy address of the APN.
|
335
|
+
# Corresponds to the JSON property `proxyAddress`
|
336
|
+
# @return [String]
|
337
|
+
attr_accessor :proxy_address
|
338
|
+
|
339
|
+
# Optional. The proxy port of the APN. A value of 0 (default) means not set and
|
340
|
+
# negative values are rejected.
|
341
|
+
# Corresponds to the JSON property `proxyPort`
|
342
|
+
# @return [Fixnum]
|
343
|
+
attr_accessor :proxy_port
|
344
|
+
|
345
|
+
# Optional. The protocol to use to connect to this APN while the device is
|
346
|
+
# roaming.
|
347
|
+
# Corresponds to the JSON property `roamingProtocol`
|
348
|
+
# @return [String]
|
349
|
+
attr_accessor :roaming_protocol
|
350
|
+
|
351
|
+
# Optional. APN username of the APN.
|
352
|
+
# Corresponds to the JSON property `username`
|
353
|
+
# @return [String]
|
354
|
+
attr_accessor :username
|
355
|
+
|
356
|
+
def initialize(**args)
|
357
|
+
update!(**args)
|
358
|
+
end
|
359
|
+
|
360
|
+
# Update properties of this object
|
361
|
+
def update!(**args)
|
362
|
+
@always_on_setting = args[:always_on_setting] if args.key?(:always_on_setting)
|
363
|
+
@apn = args[:apn] if args.key?(:apn)
|
364
|
+
@apn_types = args[:apn_types] if args.key?(:apn_types)
|
365
|
+
@auth_type = args[:auth_type] if args.key?(:auth_type)
|
366
|
+
@carrier_id = args[:carrier_id] if args.key?(:carrier_id)
|
367
|
+
@display_name = args[:display_name] if args.key?(:display_name)
|
368
|
+
@mms_proxy_address = args[:mms_proxy_address] if args.key?(:mms_proxy_address)
|
369
|
+
@mms_proxy_port = args[:mms_proxy_port] if args.key?(:mms_proxy_port)
|
370
|
+
@mmsc = args[:mmsc] if args.key?(:mmsc)
|
371
|
+
@mtu_v4 = args[:mtu_v4] if args.key?(:mtu_v4)
|
372
|
+
@mtu_v6 = args[:mtu_v6] if args.key?(:mtu_v6)
|
373
|
+
@mvno_type = args[:mvno_type] if args.key?(:mvno_type)
|
374
|
+
@network_types = args[:network_types] if args.key?(:network_types)
|
375
|
+
@numeric_operator_id = args[:numeric_operator_id] if args.key?(:numeric_operator_id)
|
376
|
+
@password = args[:password] if args.key?(:password)
|
377
|
+
@protocol = args[:protocol] if args.key?(:protocol)
|
378
|
+
@proxy_address = args[:proxy_address] if args.key?(:proxy_address)
|
379
|
+
@proxy_port = args[:proxy_port] if args.key?(:proxy_port)
|
380
|
+
@roaming_protocol = args[:roaming_protocol] if args.key?(:roaming_protocol)
|
381
|
+
@username = args[:username] if args.key?(:username)
|
382
|
+
end
|
383
|
+
end
|
384
|
+
|
182
385
|
# Information about a process. It contains process name, start time, app Uid,
|
183
386
|
# app Pid, seinfo tag, hash of the base APK.
|
184
387
|
class AppProcessInfo
|
@@ -679,6 +882,18 @@ module Google
|
|
679
882
|
# @return [Array<Google::Apis::AndroidmanagementV1::PermissionGrant>]
|
680
883
|
attr_accessor :permission_grants
|
681
884
|
|
885
|
+
# Optional. ID of the preferential network the application uses. There must be a
|
886
|
+
# configuration for the specified network ID in
|
887
|
+
# preferentialNetworkServiceConfigs. If set to
|
888
|
+
# PREFERENTIAL_NETWORK_ID_UNSPECIFIED, the application will use the default
|
889
|
+
# network ID specified in defaultPreferentialNetworkId. See the documentation of
|
890
|
+
# defaultPreferentialNetworkId for the list of apps excluded from this
|
891
|
+
# defaulting. This applies on both work profiles and fully managed devices on
|
892
|
+
# Android 13 and above.
|
893
|
+
# Corresponds to the JSON property `preferentialNetworkId`
|
894
|
+
# @return [String]
|
895
|
+
attr_accessor :preferential_network_id
|
896
|
+
|
682
897
|
# Optional. Specifies whether user control is permitted for the app. User
|
683
898
|
# control includes user actions like force-stopping and clearing app data.
|
684
899
|
# Supported on Android 11 and above.
|
@@ -716,6 +931,7 @@ module Google
|
|
716
931
|
@minimum_version_code = args[:minimum_version_code] if args.key?(:minimum_version_code)
|
717
932
|
@package_name = args[:package_name] if args.key?(:package_name)
|
718
933
|
@permission_grants = args[:permission_grants] if args.key?(:permission_grants)
|
934
|
+
@preferential_network_id = args[:preferential_network_id] if args.key?(:preferential_network_id)
|
719
935
|
@user_control_settings = args[:user_control_settings] if args.key?(:user_control_settings)
|
720
936
|
@work_profile_widgets = args[:work_profile_widgets] if args.key?(:work_profile_widgets)
|
721
937
|
end
|
@@ -832,6 +1048,37 @@ module Google
|
|
832
1048
|
end
|
833
1049
|
end
|
834
1050
|
|
1051
|
+
# An admin has enabled or disabled backup service.
|
1052
|
+
class BackupServiceToggledEvent
|
1053
|
+
include Google::Apis::Core::Hashable
|
1054
|
+
|
1055
|
+
# Package name of the admin app requesting the change.
|
1056
|
+
# Corresponds to the JSON property `adminPackageName`
|
1057
|
+
# @return [String]
|
1058
|
+
attr_accessor :admin_package_name
|
1059
|
+
|
1060
|
+
# User ID of the admin app from the which the change was requested.
|
1061
|
+
# Corresponds to the JSON property `adminUserId`
|
1062
|
+
# @return [Fixnum]
|
1063
|
+
attr_accessor :admin_user_id
|
1064
|
+
|
1065
|
+
# Whether the backup service is enabled
|
1066
|
+
# Corresponds to the JSON property `backupServiceState`
|
1067
|
+
# @return [String]
|
1068
|
+
attr_accessor :backup_service_state
|
1069
|
+
|
1070
|
+
def initialize(**args)
|
1071
|
+
update!(**args)
|
1072
|
+
end
|
1073
|
+
|
1074
|
+
# Update properties of this object
|
1075
|
+
def update!(**args)
|
1076
|
+
@admin_package_name = args[:admin_package_name] if args.key?(:admin_package_name)
|
1077
|
+
@admin_user_id = args[:admin_user_id] if args.key?(:admin_user_id)
|
1078
|
+
@backup_service_state = args[:backup_service_state] if args.key?(:backup_service_state)
|
1079
|
+
end
|
1080
|
+
end
|
1081
|
+
|
835
1082
|
# Batched event logs of events from the device.
|
836
1083
|
class BatchUsageLogEvents
|
837
1084
|
include Google::Apis::Core::Hashable
|
@@ -1123,7 +1370,11 @@ module Google
|
|
1123
1370
|
attr_accessor :duration
|
1124
1371
|
|
1125
1372
|
# If the command failed, an error code explaining the failure. This is not set
|
1126
|
-
# when the command is cancelled by the caller.
|
1373
|
+
# when the command is cancelled by the caller. For reasoning about command
|
1374
|
+
# errors, prefer fields in the following order (most preferred first): 1.
|
1375
|
+
# Command-specific fields like clearAppsDataStatus, startLostModeStatus, or
|
1376
|
+
# similar, if they exist. 2. This field, if set. 3. The generic error field in
|
1377
|
+
# the Operation that wraps the command.
|
1127
1378
|
# Corresponds to the JSON property `errorCode`
|
1128
1379
|
# @return [String]
|
1129
1380
|
attr_accessor :error_code
|
@@ -1135,6 +1386,17 @@ module Google
|
|
1135
1386
|
# @return [String]
|
1136
1387
|
attr_accessor :new_password
|
1137
1388
|
|
1389
|
+
# Parameters associated with the REQUEST_DEVICE_INFO command to get device
|
1390
|
+
# related information.
|
1391
|
+
# Corresponds to the JSON property `requestDeviceInfoParams`
|
1392
|
+
# @return [Google::Apis::AndroidmanagementV1::RequestDeviceInfoParams]
|
1393
|
+
attr_accessor :request_device_info_params
|
1394
|
+
|
1395
|
+
# Status of the REQUEST_DEVICE_INFO command.
|
1396
|
+
# Corresponds to the JSON property `requestDeviceInfoStatus`
|
1397
|
+
# @return [Google::Apis::AndroidmanagementV1::RequestDeviceInfoStatus]
|
1398
|
+
attr_accessor :request_device_info_status
|
1399
|
+
|
1138
1400
|
# For commands of type RESET_PASSWORD, optionally specifies flags.
|
1139
1401
|
# Corresponds to the JSON property `resetPasswordFlags`
|
1140
1402
|
# @return [Array<String>]
|
@@ -1187,6 +1449,8 @@ module Google
|
|
1187
1449
|
@duration = args[:duration] if args.key?(:duration)
|
1188
1450
|
@error_code = args[:error_code] if args.key?(:error_code)
|
1189
1451
|
@new_password = args[:new_password] if args.key?(:new_password)
|
1452
|
+
@request_device_info_params = args[:request_device_info_params] if args.key?(:request_device_info_params)
|
1453
|
+
@request_device_info_status = args[:request_device_info_status] if args.key?(:request_device_info_status)
|
1190
1454
|
@reset_password_flags = args[:reset_password_flags] if args.key?(:reset_password_flags)
|
1191
1455
|
@start_lost_mode_params = args[:start_lost_mode_params] if args.key?(:start_lost_mode_params)
|
1192
1456
|
@start_lost_mode_status = args[:start_lost_mode_status] if args.key?(:start_lost_mode_status)
|
@@ -1789,12 +2053,29 @@ module Google
|
|
1789
2053
|
class DeviceConnectivityManagement
|
1790
2054
|
include Google::Apis::Core::Hashable
|
1791
2055
|
|
2056
|
+
# Access Point Name (APN) policy. Configuration for Access Point Names (APNs)
|
2057
|
+
# which may override any other APNs on the device. See OVERRIDE_APNS_ENABLED and
|
2058
|
+
# overrideApns for details.
|
2059
|
+
# Corresponds to the JSON property `apnPolicy`
|
2060
|
+
# @return [Google::Apis::AndroidmanagementV1::ApnPolicy]
|
2061
|
+
attr_accessor :apn_policy
|
2062
|
+
|
2063
|
+
# Optional. Controls whether Bluetooth sharing is allowed.
|
2064
|
+
# Corresponds to the JSON property `bluetoothSharing`
|
2065
|
+
# @return [String]
|
2066
|
+
attr_accessor :bluetooth_sharing
|
2067
|
+
|
1792
2068
|
# Controls Wi-Fi configuring privileges. Based on the option set, user will have
|
1793
2069
|
# either full or limited or no control in configuring Wi-Fi networks.
|
1794
2070
|
# Corresponds to the JSON property `configureWifi`
|
1795
2071
|
# @return [String]
|
1796
2072
|
attr_accessor :configure_wifi
|
1797
2073
|
|
2074
|
+
# Preferential network service settings.
|
2075
|
+
# Corresponds to the JSON property `preferentialNetworkServiceSettings`
|
2076
|
+
# @return [Google::Apis::AndroidmanagementV1::PreferentialNetworkServiceSettings]
|
2077
|
+
attr_accessor :preferential_network_service_settings
|
2078
|
+
|
1798
2079
|
# Controls tethering settings. Based on the value set, the user is partially or
|
1799
2080
|
# fully disallowed from using different forms of tethering.
|
1800
2081
|
# Corresponds to the JSON property `tetheringSettings`
|
@@ -1831,7 +2112,10 @@ module Google
|
|
1831
2112
|
|
1832
2113
|
# Update properties of this object
|
1833
2114
|
def update!(**args)
|
2115
|
+
@apn_policy = args[:apn_policy] if args.key?(:apn_policy)
|
2116
|
+
@bluetooth_sharing = args[:bluetooth_sharing] if args.key?(:bluetooth_sharing)
|
1834
2117
|
@configure_wifi = args[:configure_wifi] if args.key?(:configure_wifi)
|
2118
|
+
@preferential_network_service_settings = args[:preferential_network_service_settings] if args.key?(:preferential_network_service_settings)
|
1835
2119
|
@tethering_settings = args[:tethering_settings] if args.key?(:tethering_settings)
|
1836
2120
|
@usb_data_access = args[:usb_data_access] if args.key?(:usb_data_access)
|
1837
2121
|
@wifi_direct_settings = args[:wifi_direct_settings] if args.key?(:wifi_direct_settings)
|
@@ -2095,6 +2379,44 @@ module Google
|
|
2095
2379
|
end
|
2096
2380
|
end
|
2097
2381
|
|
2382
|
+
# EID information for each eUICC chip.
|
2383
|
+
class Eid
|
2384
|
+
include Google::Apis::Core::Hashable
|
2385
|
+
|
2386
|
+
# Output only. The EID
|
2387
|
+
# Corresponds to the JSON property `eid`
|
2388
|
+
# @return [String]
|
2389
|
+
attr_accessor :eid
|
2390
|
+
|
2391
|
+
def initialize(**args)
|
2392
|
+
update!(**args)
|
2393
|
+
end
|
2394
|
+
|
2395
|
+
# Update properties of this object
|
2396
|
+
def update!(**args)
|
2397
|
+
@eid = args[:eid] if args.key?(:eid)
|
2398
|
+
end
|
2399
|
+
end
|
2400
|
+
|
2401
|
+
# Information related to the EIDs of the device.
|
2402
|
+
class EidInfo
|
2403
|
+
include Google::Apis::Core::Hashable
|
2404
|
+
|
2405
|
+
# Output only. EID information for each eUICC chip.
|
2406
|
+
# Corresponds to the JSON property `eids`
|
2407
|
+
# @return [Array<Google::Apis::AndroidmanagementV1::Eid>]
|
2408
|
+
attr_accessor :eids
|
2409
|
+
|
2410
|
+
def initialize(**args)
|
2411
|
+
update!(**args)
|
2412
|
+
end
|
2413
|
+
|
2414
|
+
# Update properties of this object
|
2415
|
+
def update!(**args)
|
2416
|
+
@eids = args[:eids] if args.key?(:eids)
|
2417
|
+
end
|
2418
|
+
end
|
2419
|
+
|
2098
2420
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
2099
2421
|
# messages in your APIs. A typical example is to use it as the request or the
|
2100
2422
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
@@ -2338,6 +2660,54 @@ module Google
|
|
2338
2660
|
end
|
2339
2661
|
end
|
2340
2662
|
|
2663
|
+
# An event sent for an enterprise upgrade. An enterprise upgrade is a process
|
2664
|
+
# that upgrades a managed Google Play Accounts enterprise to a managed Google
|
2665
|
+
# domain.
|
2666
|
+
class EnterpriseUpgradeEvent
|
2667
|
+
include Google::Apis::Core::Hashable
|
2668
|
+
|
2669
|
+
# The name of upgraded enterprise in the format "enterprises/`enterprise`"
|
2670
|
+
# Corresponds to the JSON property `enterprise`
|
2671
|
+
# @return [String]
|
2672
|
+
attr_accessor :enterprise
|
2673
|
+
|
2674
|
+
# Output only. The upgrade state of the enterprise.
|
2675
|
+
# Corresponds to the JSON property `upgradeState`
|
2676
|
+
# @return [String]
|
2677
|
+
attr_accessor :upgrade_state
|
2678
|
+
|
2679
|
+
def initialize(**args)
|
2680
|
+
update!(**args)
|
2681
|
+
end
|
2682
|
+
|
2683
|
+
# Update properties of this object
|
2684
|
+
def update!(**args)
|
2685
|
+
@enterprise = args[:enterprise] if args.key?(:enterprise)
|
2686
|
+
@upgrade_state = args[:upgrade_state] if args.key?(:upgrade_state)
|
2687
|
+
end
|
2688
|
+
end
|
2689
|
+
|
2690
|
+
# Information related to the eUICC chip.
|
2691
|
+
class EuiccChipInfo
|
2692
|
+
include Google::Apis::Core::Hashable
|
2693
|
+
|
2694
|
+
# Output only. The Embedded Identity Document (EID) that identifies the eUICC
|
2695
|
+
# chip for each eUICC chip on the device. This is available on company owned
|
2696
|
+
# devices running Android 13 and above.
|
2697
|
+
# Corresponds to the JSON property `eid`
|
2698
|
+
# @return [String]
|
2699
|
+
attr_accessor :eid
|
2700
|
+
|
2701
|
+
def initialize(**args)
|
2702
|
+
update!(**args)
|
2703
|
+
end
|
2704
|
+
|
2705
|
+
# Update properties of this object
|
2706
|
+
def update!(**args)
|
2707
|
+
@eid = args[:eid] if args.key?(:eid)
|
2708
|
+
end
|
2709
|
+
end
|
2710
|
+
|
2341
2711
|
# Configuration to enable an app as an extension app, with the capability of
|
2342
2712
|
# interacting with Android Device Policy offline. For Android versions 11 and
|
2343
2713
|
# above, extension apps are exempt from battery restrictions so will not be
|
@@ -2626,6 +2996,11 @@ module Google
|
|
2626
2996
|
# @return [String]
|
2627
2997
|
attr_accessor :enterprise_specific_id
|
2628
2998
|
|
2999
|
+
# Output only. Information related to the eUICC chip.
|
3000
|
+
# Corresponds to the JSON property `euiccChipInfo`
|
3001
|
+
# @return [Array<Google::Apis::AndroidmanagementV1::EuiccChipInfo>]
|
3002
|
+
attr_accessor :euicc_chip_info
|
3003
|
+
|
2629
3004
|
# GPU shutdown temperature thresholds in Celsius for each GPU on the device.
|
2630
3005
|
# Corresponds to the JSON property `gpuShutdownTemperatures`
|
2631
3006
|
# @return [Array<Float>]
|
@@ -2679,6 +3054,7 @@ module Google
|
|
2679
3054
|
@cpu_throttling_temperatures = args[:cpu_throttling_temperatures] if args.key?(:cpu_throttling_temperatures)
|
2680
3055
|
@device_baseband_version = args[:device_baseband_version] if args.key?(:device_baseband_version)
|
2681
3056
|
@enterprise_specific_id = args[:enterprise_specific_id] if args.key?(:enterprise_specific_id)
|
3057
|
+
@euicc_chip_info = args[:euicc_chip_info] if args.key?(:euicc_chip_info)
|
2682
3058
|
@gpu_shutdown_temperatures = args[:gpu_shutdown_temperatures] if args.key?(:gpu_shutdown_temperatures)
|
2683
3059
|
@gpu_throttling_temperatures = args[:gpu_throttling_temperatures] if args.key?(:gpu_throttling_temperatures)
|
2684
3060
|
@hardware = args[:hardware] if args.key?(:hardware)
|
@@ -4285,6 +4661,11 @@ module Google
|
|
4285
4661
|
# @return [Array<String>]
|
4286
4662
|
attr_accessor :account_types_with_management_disabled
|
4287
4663
|
|
4664
|
+
# Optional. Whether bluetooth sharing is allowed.
|
4665
|
+
# Corresponds to the JSON property `bluetoothSharing`
|
4666
|
+
# @return [String]
|
4667
|
+
attr_accessor :bluetooth_sharing
|
4668
|
+
|
4288
4669
|
# If true, the camera is disabled on the personal profile.
|
4289
4670
|
# Corresponds to the JSON property `cameraDisabled`
|
4290
4671
|
# @return [Boolean]
|
@@ -4330,6 +4711,7 @@ module Google
|
|
4330
4711
|
# Update properties of this object
|
4331
4712
|
def update!(**args)
|
4332
4713
|
@account_types_with_management_disabled = args[:account_types_with_management_disabled] if args.key?(:account_types_with_management_disabled)
|
4714
|
+
@bluetooth_sharing = args[:bluetooth_sharing] if args.key?(:bluetooth_sharing)
|
4333
4715
|
@camera_disabled = args[:camera_disabled] if args.key?(:camera_disabled)
|
4334
4716
|
@max_days_with_work_off = args[:max_days_with_work_off] if args.key?(:max_days_with_work_off)
|
4335
4717
|
@personal_applications = args[:personal_applications] if args.key?(:personal_applications)
|
@@ -4560,6 +4942,12 @@ module Google
|
|
4560
4942
|
attr_accessor :ensure_verify_apps_enabled
|
4561
4943
|
alias_method :ensure_verify_apps_enabled?, :ensure_verify_apps_enabled
|
4562
4944
|
|
4945
|
+
# Optional. Controls whether the enterpriseDisplayName is visible on the device (
|
4946
|
+
# e.g. lock screen message on company-owned devices).
|
4947
|
+
# Corresponds to the JSON property `enterpriseDisplayNameVisibility`
|
4948
|
+
# @return [String]
|
4949
|
+
attr_accessor :enterprise_display_name_visibility
|
4950
|
+
|
4563
4951
|
# Whether factory resetting from settings is disabled.
|
4564
4952
|
# Corresponds to the JSON property `factoryResetDisabled`
|
4565
4953
|
# @return [Boolean]
|
@@ -4770,12 +5158,14 @@ module Google
|
|
4770
5158
|
# @return [Array<Google::Apis::AndroidmanagementV1::PolicyEnforcementRule>]
|
4771
5159
|
attr_accessor :policy_enforcement_rules
|
4772
5160
|
|
4773
|
-
# Controls whether preferential network service is enabled on the work profile
|
4774
|
-
# For example, an organization may have an
|
4775
|
-
# the work data from its employees' devices
|
4776
|
-
# dedicated for enterprise use. An example of
|
4777
|
-
# service is the enterprise slice on 5G
|
4778
|
-
#
|
5161
|
+
# Controls whether preferential network service is enabled on the work profile
|
5162
|
+
# or on fully managed devices. For example, an organization may have an
|
5163
|
+
# agreement with a carrier that all of the work data from its employees' devices
|
5164
|
+
# will be sent via a network service dedicated for enterprise use. An example of
|
5165
|
+
# a supported preferential network service is the enterprise slice on 5G
|
5166
|
+
# networks. This policy has no effect if preferentialNetworkServiceSettings or
|
5167
|
+
# ApplicationPolicy.preferentialNetworkId is set on devices running Android 13
|
5168
|
+
# or above.
|
4779
5169
|
# Corresponds to the JSON property `preferentialNetworkService`
|
4780
5170
|
# @return [String]
|
4781
5171
|
attr_accessor :preferential_network_service
|
@@ -5011,6 +5401,7 @@ module Google
|
|
5011
5401
|
@display_settings = args[:display_settings] if args.key?(:display_settings)
|
5012
5402
|
@encryption_policy = args[:encryption_policy] if args.key?(:encryption_policy)
|
5013
5403
|
@ensure_verify_apps_enabled = args[:ensure_verify_apps_enabled] if args.key?(:ensure_verify_apps_enabled)
|
5404
|
+
@enterprise_display_name_visibility = args[:enterprise_display_name_visibility] if args.key?(:enterprise_display_name_visibility)
|
5014
5405
|
@factory_reset_disabled = args[:factory_reset_disabled] if args.key?(:factory_reset_disabled)
|
5015
5406
|
@frp_admin_emails = args[:frp_admin_emails] if args.key?(:frp_admin_emails)
|
5016
5407
|
@fun_disabled = args[:fun_disabled] if args.key?(:fun_disabled)
|
@@ -5174,6 +5565,88 @@ module Google
|
|
5174
5565
|
end
|
5175
5566
|
end
|
5176
5567
|
|
5568
|
+
# Individual preferential network service configuration.
|
5569
|
+
class PreferentialNetworkServiceConfig
|
5570
|
+
include Google::Apis::Core::Hashable
|
5571
|
+
|
5572
|
+
# Optional. Whether fallback to the device-wide default network is allowed. If
|
5573
|
+
# this is set to FALLBACK_TO_DEFAULT_CONNECTION_ALLOWED, then
|
5574
|
+
# nonMatchingNetworks must not be set to NON_MATCHING_NETWORKS_DISALLOWED, the
|
5575
|
+
# policy will be rejected otherwise. Note: If this is set to
|
5576
|
+
# FALLBACK_TO_DEFAULT_CONNECTION_DISALLOWED, applications are not able to access
|
5577
|
+
# the internet if the 5G slice is not available.
|
5578
|
+
# Corresponds to the JSON property `fallbackToDefaultConnection`
|
5579
|
+
# @return [String]
|
5580
|
+
attr_accessor :fallback_to_default_connection
|
5581
|
+
|
5582
|
+
# Optional. Whether apps this configuration applies to are blocked from using
|
5583
|
+
# networks other than the preferential service. If this is set to
|
5584
|
+
# NON_MATCHING_NETWORKS_DISALLOWED, then fallbackToDefaultConnection must be set
|
5585
|
+
# to FALLBACK_TO_DEFAULT_CONNECTION_DISALLOWED.
|
5586
|
+
# Corresponds to the JSON property `nonMatchingNetworks`
|
5587
|
+
# @return [String]
|
5588
|
+
attr_accessor :non_matching_networks
|
5589
|
+
|
5590
|
+
# Required. Preferential network identifier. This must not be set to
|
5591
|
+
# NO_PREFERENTIAL_NETWORK or PREFERENTIAL_NETWORK_ID_UNSPECIFIED, the policy
|
5592
|
+
# will be rejected otherwise.
|
5593
|
+
# Corresponds to the JSON property `preferentialNetworkId`
|
5594
|
+
# @return [String]
|
5595
|
+
attr_accessor :preferential_network_id
|
5596
|
+
|
5597
|
+
def initialize(**args)
|
5598
|
+
update!(**args)
|
5599
|
+
end
|
5600
|
+
|
5601
|
+
# Update properties of this object
|
5602
|
+
def update!(**args)
|
5603
|
+
@fallback_to_default_connection = args[:fallback_to_default_connection] if args.key?(:fallback_to_default_connection)
|
5604
|
+
@non_matching_networks = args[:non_matching_networks] if args.key?(:non_matching_networks)
|
5605
|
+
@preferential_network_id = args[:preferential_network_id] if args.key?(:preferential_network_id)
|
5606
|
+
end
|
5607
|
+
end
|
5608
|
+
|
5609
|
+
# Preferential network service settings.
|
5610
|
+
class PreferentialNetworkServiceSettings
|
5611
|
+
include Google::Apis::Core::Hashable
|
5612
|
+
|
5613
|
+
# Required. Default preferential network ID for the applications that are not in
|
5614
|
+
# applications or if ApplicationPolicy.preferentialNetworkId is set to
|
5615
|
+
# PREFERENTIAL_NETWORK_ID_UNSPECIFIED. There must be a configuration for the
|
5616
|
+
# specified network ID in preferentialNetworkServiceConfigs, unless this is set
|
5617
|
+
# to NO_PREFERENTIAL_NETWORK. If set to PREFERENTIAL_NETWORK_ID_UNSPECIFIED or
|
5618
|
+
# unset, this defaults to NO_PREFERENTIAL_NETWORK. Note: If the default
|
5619
|
+
# preferential network is misconfigured, applications with no ApplicationPolicy.
|
5620
|
+
# preferentialNetworkId set are not able to access the internet. This setting
|
5621
|
+
# does not apply to the following critical apps: com.google.android.apps.work.
|
5622
|
+
# clouddpc com.google.android.gmsApplicationPolicy.preferentialNetworkId can
|
5623
|
+
# still be used to configure the preferential network for them.
|
5624
|
+
# Corresponds to the JSON property `defaultPreferentialNetworkId`
|
5625
|
+
# @return [String]
|
5626
|
+
attr_accessor :default_preferential_network_id
|
5627
|
+
|
5628
|
+
# Required. Preferential network service configurations which enables having
|
5629
|
+
# multiple enterprise slices. There must not be multiple configurations with the
|
5630
|
+
# same preferentialNetworkId. If a configuration is not referenced by any
|
5631
|
+
# application by setting ApplicationPolicy.preferentialNetworkId or by setting
|
5632
|
+
# defaultPreferentialNetworkId, it will be ignored. For devices on 4G networks,
|
5633
|
+
# enterprise APN needs to be configured additionally to set up data call for
|
5634
|
+
# preferential network service. These APNs can be added using apnPolicy.
|
5635
|
+
# Corresponds to the JSON property `preferentialNetworkServiceConfigs`
|
5636
|
+
# @return [Array<Google::Apis::AndroidmanagementV1::PreferentialNetworkServiceConfig>]
|
5637
|
+
attr_accessor :preferential_network_service_configs
|
5638
|
+
|
5639
|
+
def initialize(**args)
|
5640
|
+
update!(**args)
|
5641
|
+
end
|
5642
|
+
|
5643
|
+
# Update properties of this object
|
5644
|
+
def update!(**args)
|
5645
|
+
@default_preferential_network_id = args[:default_preferential_network_id] if args.key?(:default_preferential_network_id)
|
5646
|
+
@preferential_network_service_configs = args[:preferential_network_service_configs] if args.key?(:preferential_network_service_configs)
|
5647
|
+
end
|
5648
|
+
end
|
5649
|
+
|
5177
5650
|
# Information about a device that is available during setup.
|
5178
5651
|
class ProvisioningInfo
|
5179
5652
|
include Google::Apis::Core::Hashable
|
@@ -5326,6 +5799,51 @@ module Google
|
|
5326
5799
|
end
|
5327
5800
|
end
|
5328
5801
|
|
5802
|
+
# Parameters associated with the REQUEST_DEVICE_INFO command to get device
|
5803
|
+
# related information.
|
5804
|
+
class RequestDeviceInfoParams
|
5805
|
+
include Google::Apis::Core::Hashable
|
5806
|
+
|
5807
|
+
# Required. Type of device information to be requested.
|
5808
|
+
# Corresponds to the JSON property `deviceInfo`
|
5809
|
+
# @return [String]
|
5810
|
+
attr_accessor :device_info
|
5811
|
+
|
5812
|
+
def initialize(**args)
|
5813
|
+
update!(**args)
|
5814
|
+
end
|
5815
|
+
|
5816
|
+
# Update properties of this object
|
5817
|
+
def update!(**args)
|
5818
|
+
@device_info = args[:device_info] if args.key?(:device_info)
|
5819
|
+
end
|
5820
|
+
end
|
5821
|
+
|
5822
|
+
# Status of the REQUEST_DEVICE_INFO command.
|
5823
|
+
class RequestDeviceInfoStatus
|
5824
|
+
include Google::Apis::Core::Hashable
|
5825
|
+
|
5826
|
+
# Information related to the EIDs of the device.
|
5827
|
+
# Corresponds to the JSON property `eidInfo`
|
5828
|
+
# @return [Google::Apis::AndroidmanagementV1::EidInfo]
|
5829
|
+
attr_accessor :eid_info
|
5830
|
+
|
5831
|
+
# Output only. Status of a REQUEST_DEVICE_INFO command.
|
5832
|
+
# Corresponds to the JSON property `status`
|
5833
|
+
# @return [String]
|
5834
|
+
attr_accessor :status
|
5835
|
+
|
5836
|
+
def initialize(**args)
|
5837
|
+
update!(**args)
|
5838
|
+
end
|
5839
|
+
|
5840
|
+
# Update properties of this object
|
5841
|
+
def update!(**args)
|
5842
|
+
@eid_info = args[:eid_info] if args.key?(:eid_info)
|
5843
|
+
@status = args[:status] if args.key?(:status)
|
5844
|
+
end
|
5845
|
+
end
|
5846
|
+
|
5329
5847
|
# Controls for the screen brightness settings.
|
5330
5848
|
class ScreenBrightnessSettings
|
5331
5849
|
include Google::Apis::Core::Hashable
|
@@ -6111,6 +6629,11 @@ module Google
|
|
6111
6629
|
# @return [Google::Apis::AndroidmanagementV1::AppProcessStartEvent]
|
6112
6630
|
attr_accessor :app_process_start_event
|
6113
6631
|
|
6632
|
+
# An admin has enabled or disabled backup service.
|
6633
|
+
# Corresponds to the JSON property `backupServiceToggledEvent`
|
6634
|
+
# @return [Google::Apis::AndroidmanagementV1::BackupServiceToggledEvent]
|
6635
|
+
attr_accessor :backup_service_toggled_event
|
6636
|
+
|
6114
6637
|
# A new root certificate was installed into the system's trusted credential
|
6115
6638
|
# storage. This is available device-wide on fully managed devices and within the
|
6116
6639
|
# work profile on organization-owned devices with a work profile.
|
@@ -6305,6 +6828,7 @@ module Google
|
|
6305
6828
|
@adb_shell_command_event = args[:adb_shell_command_event] if args.key?(:adb_shell_command_event)
|
6306
6829
|
@adb_shell_interactive_event = args[:adb_shell_interactive_event] if args.key?(:adb_shell_interactive_event)
|
6307
6830
|
@app_process_start_event = args[:app_process_start_event] if args.key?(:app_process_start_event)
|
6831
|
+
@backup_service_toggled_event = args[:backup_service_toggled_event] if args.key?(:backup_service_toggled_event)
|
6308
6832
|
@cert_authority_installed_event = args[:cert_authority_installed_event] if args.key?(:cert_authority_installed_event)
|
6309
6833
|
@cert_authority_removed_event = args[:cert_authority_removed_event] if args.key?(:cert_authority_removed_event)
|
6310
6834
|
@cert_validation_failure_event = args[:cert_validation_failure_event] if args.key?(:cert_validation_failure_event)
|
@@ -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.90.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.17.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250515"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -52,6 +52,18 @@ module Google
|
|
52
52
|
include Google::Apis::Core::JsonObjectSupport
|
53
53
|
end
|
54
54
|
|
55
|
+
class ApnPolicy
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class ApnSetting
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
55
67
|
class AppProcessInfo
|
56
68
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
69
|
|
@@ -112,6 +124,12 @@ module Google
|
|
112
124
|
include Google::Apis::Core::JsonObjectSupport
|
113
125
|
end
|
114
126
|
|
127
|
+
class BackupServiceToggledEvent
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
115
133
|
class BatchUsageLogEvents
|
116
134
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
135
|
|
@@ -262,6 +280,18 @@ module Google
|
|
262
280
|
include Google::Apis::Core::JsonObjectSupport
|
263
281
|
end
|
264
282
|
|
283
|
+
class Eid
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class EidInfo
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
265
295
|
class Empty
|
266
296
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
297
|
|
@@ -286,6 +316,18 @@ module Google
|
|
286
316
|
include Google::Apis::Core::JsonObjectSupport
|
287
317
|
end
|
288
318
|
|
319
|
+
class EnterpriseUpgradeEvent
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class EuiccChipInfo
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
289
331
|
class ExtensionConfig
|
290
332
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
333
|
|
@@ -664,6 +706,18 @@ module Google
|
|
664
706
|
include Google::Apis::Core::JsonObjectSupport
|
665
707
|
end
|
666
708
|
|
709
|
+
class PreferentialNetworkServiceConfig
|
710
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
|
+
|
712
|
+
include Google::Apis::Core::JsonObjectSupport
|
713
|
+
end
|
714
|
+
|
715
|
+
class PreferentialNetworkServiceSettings
|
716
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
717
|
+
|
718
|
+
include Google::Apis::Core::JsonObjectSupport
|
719
|
+
end
|
720
|
+
|
667
721
|
class ProvisioningInfo
|
668
722
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
723
|
|
@@ -682,6 +736,18 @@ module Google
|
|
682
736
|
include Google::Apis::Core::JsonObjectSupport
|
683
737
|
end
|
684
738
|
|
739
|
+
class RequestDeviceInfoParams
|
740
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
|
+
|
742
|
+
include Google::Apis::Core::JsonObjectSupport
|
743
|
+
end
|
744
|
+
|
745
|
+
class RequestDeviceInfoStatus
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
|
+
|
748
|
+
include Google::Apis::Core::JsonObjectSupport
|
749
|
+
end
|
750
|
+
|
685
751
|
class ScreenBrightnessSettings
|
686
752
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
753
|
|
@@ -915,6 +981,41 @@ module Google
|
|
915
981
|
end
|
916
982
|
end
|
917
983
|
|
984
|
+
class ApnPolicy
|
985
|
+
# @private
|
986
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
987
|
+
collection :apn_settings, as: 'apnSettings', class: Google::Apis::AndroidmanagementV1::ApnSetting, decorator: Google::Apis::AndroidmanagementV1::ApnSetting::Representation
|
988
|
+
|
989
|
+
property :override_apns, as: 'overrideApns'
|
990
|
+
end
|
991
|
+
end
|
992
|
+
|
993
|
+
class ApnSetting
|
994
|
+
# @private
|
995
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
996
|
+
property :always_on_setting, as: 'alwaysOnSetting'
|
997
|
+
property :apn, as: 'apn'
|
998
|
+
collection :apn_types, as: 'apnTypes'
|
999
|
+
property :auth_type, as: 'authType'
|
1000
|
+
property :carrier_id, as: 'carrierId'
|
1001
|
+
property :display_name, as: 'displayName'
|
1002
|
+
property :mms_proxy_address, as: 'mmsProxyAddress'
|
1003
|
+
property :mms_proxy_port, as: 'mmsProxyPort'
|
1004
|
+
property :mmsc, as: 'mmsc'
|
1005
|
+
property :mtu_v4, as: 'mtuV4'
|
1006
|
+
property :mtu_v6, as: 'mtuV6'
|
1007
|
+
property :mvno_type, as: 'mvnoType'
|
1008
|
+
collection :network_types, as: 'networkTypes'
|
1009
|
+
property :numeric_operator_id, as: 'numericOperatorId'
|
1010
|
+
property :password, as: 'password'
|
1011
|
+
property :protocol, as: 'protocol'
|
1012
|
+
property :proxy_address, as: 'proxyAddress'
|
1013
|
+
property :proxy_port, as: 'proxyPort'
|
1014
|
+
property :roaming_protocol, as: 'roamingProtocol'
|
1015
|
+
property :username, as: 'username'
|
1016
|
+
end
|
1017
|
+
end
|
1018
|
+
|
918
1019
|
class AppProcessInfo
|
919
1020
|
# @private
|
920
1021
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1028,6 +1129,7 @@ module Google
|
|
1028
1129
|
property :package_name, as: 'packageName'
|
1029
1130
|
collection :permission_grants, as: 'permissionGrants', class: Google::Apis::AndroidmanagementV1::PermissionGrant, decorator: Google::Apis::AndroidmanagementV1::PermissionGrant::Representation
|
1030
1131
|
|
1132
|
+
property :preferential_network_id, as: 'preferentialNetworkId'
|
1031
1133
|
property :user_control_settings, as: 'userControlSettings'
|
1032
1134
|
property :work_profile_widgets, as: 'workProfileWidgets'
|
1033
1135
|
end
|
@@ -1060,6 +1162,15 @@ module Google
|
|
1060
1162
|
end
|
1061
1163
|
end
|
1062
1164
|
|
1165
|
+
class BackupServiceToggledEvent
|
1166
|
+
# @private
|
1167
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1168
|
+
property :admin_package_name, as: 'adminPackageName'
|
1169
|
+
property :admin_user_id, as: 'adminUserId'
|
1170
|
+
property :backup_service_state, as: 'backupServiceState'
|
1171
|
+
end
|
1172
|
+
end
|
1173
|
+
|
1063
1174
|
class BatchUsageLogEvents
|
1064
1175
|
# @private
|
1065
1176
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1139,6 +1250,10 @@ module Google
|
|
1139
1250
|
property :duration, as: 'duration'
|
1140
1251
|
property :error_code, as: 'errorCode'
|
1141
1252
|
property :new_password, as: 'newPassword'
|
1253
|
+
property :request_device_info_params, as: 'requestDeviceInfoParams', class: Google::Apis::AndroidmanagementV1::RequestDeviceInfoParams, decorator: Google::Apis::AndroidmanagementV1::RequestDeviceInfoParams::Representation
|
1254
|
+
|
1255
|
+
property :request_device_info_status, as: 'requestDeviceInfoStatus', class: Google::Apis::AndroidmanagementV1::RequestDeviceInfoStatus, decorator: Google::Apis::AndroidmanagementV1::RequestDeviceInfoStatus::Representation
|
1256
|
+
|
1142
1257
|
collection :reset_password_flags, as: 'resetPasswordFlags'
|
1143
1258
|
property :start_lost_mode_params, as: 'startLostModeParams', class: Google::Apis::AndroidmanagementV1::StartLostModeParams, decorator: Google::Apis::AndroidmanagementV1::StartLostModeParams::Representation
|
1144
1259
|
|
@@ -1294,7 +1409,12 @@ module Google
|
|
1294
1409
|
class DeviceConnectivityManagement
|
1295
1410
|
# @private
|
1296
1411
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1412
|
+
property :apn_policy, as: 'apnPolicy', class: Google::Apis::AndroidmanagementV1::ApnPolicy, decorator: Google::Apis::AndroidmanagementV1::ApnPolicy::Representation
|
1413
|
+
|
1414
|
+
property :bluetooth_sharing, as: 'bluetoothSharing'
|
1297
1415
|
property :configure_wifi, as: 'configureWifi'
|
1416
|
+
property :preferential_network_service_settings, as: 'preferentialNetworkServiceSettings', class: Google::Apis::AndroidmanagementV1::PreferentialNetworkServiceSettings, decorator: Google::Apis::AndroidmanagementV1::PreferentialNetworkServiceSettings::Representation
|
1417
|
+
|
1298
1418
|
property :tethering_settings, as: 'tetheringSettings'
|
1299
1419
|
property :usb_data_access, as: 'usbDataAccess'
|
1300
1420
|
property :wifi_direct_settings, as: 'wifiDirectSettings'
|
@@ -1370,6 +1490,21 @@ module Google
|
|
1370
1490
|
end
|
1371
1491
|
end
|
1372
1492
|
|
1493
|
+
class Eid
|
1494
|
+
# @private
|
1495
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1496
|
+
property :eid, as: 'eid'
|
1497
|
+
end
|
1498
|
+
end
|
1499
|
+
|
1500
|
+
class EidInfo
|
1501
|
+
# @private
|
1502
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1503
|
+
collection :eids, as: 'eids', class: Google::Apis::AndroidmanagementV1::Eid, decorator: Google::Apis::AndroidmanagementV1::Eid::Representation
|
1504
|
+
|
1505
|
+
end
|
1506
|
+
end
|
1507
|
+
|
1373
1508
|
class Empty
|
1374
1509
|
# @private
|
1375
1510
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1424,6 +1559,21 @@ module Google
|
|
1424
1559
|
end
|
1425
1560
|
end
|
1426
1561
|
|
1562
|
+
class EnterpriseUpgradeEvent
|
1563
|
+
# @private
|
1564
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1565
|
+
property :enterprise, as: 'enterprise'
|
1566
|
+
property :upgrade_state, as: 'upgradeState'
|
1567
|
+
end
|
1568
|
+
end
|
1569
|
+
|
1570
|
+
class EuiccChipInfo
|
1571
|
+
# @private
|
1572
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1573
|
+
property :eid, as: 'eid'
|
1574
|
+
end
|
1575
|
+
end
|
1576
|
+
|
1427
1577
|
class ExtensionConfig
|
1428
1578
|
# @private
|
1429
1579
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1496,6 +1646,8 @@ module Google
|
|
1496
1646
|
collection :cpu_throttling_temperatures, as: 'cpuThrottlingTemperatures'
|
1497
1647
|
property :device_baseband_version, as: 'deviceBasebandVersion'
|
1498
1648
|
property :enterprise_specific_id, as: 'enterpriseSpecificId'
|
1649
|
+
collection :euicc_chip_info, as: 'euiccChipInfo', class: Google::Apis::AndroidmanagementV1::EuiccChipInfo, decorator: Google::Apis::AndroidmanagementV1::EuiccChipInfo::Representation
|
1650
|
+
|
1499
1651
|
collection :gpu_shutdown_temperatures, as: 'gpuShutdownTemperatures'
|
1500
1652
|
collection :gpu_throttling_temperatures, as: 'gpuThrottlingTemperatures'
|
1501
1653
|
property :hardware, as: 'hardware'
|
@@ -1953,6 +2105,7 @@ module Google
|
|
1953
2105
|
# @private
|
1954
2106
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1955
2107
|
collection :account_types_with_management_disabled, as: 'accountTypesWithManagementDisabled'
|
2108
|
+
property :bluetooth_sharing, as: 'bluetoothSharing'
|
1956
2109
|
property :camera_disabled, as: 'cameraDisabled'
|
1957
2110
|
property :max_days_with_work_off, as: 'maxDaysWithWorkOff'
|
1958
2111
|
collection :personal_applications, as: 'personalApplications', class: Google::Apis::AndroidmanagementV1::PersonalApplicationPolicy, decorator: Google::Apis::AndroidmanagementV1::PersonalApplicationPolicy::Representation
|
@@ -2009,6 +2162,7 @@ module Google
|
|
2009
2162
|
|
2010
2163
|
property :encryption_policy, as: 'encryptionPolicy'
|
2011
2164
|
property :ensure_verify_apps_enabled, as: 'ensureVerifyAppsEnabled'
|
2165
|
+
property :enterprise_display_name_visibility, as: 'enterpriseDisplayNameVisibility'
|
2012
2166
|
property :factory_reset_disabled, as: 'factoryResetDisabled'
|
2013
2167
|
collection :frp_admin_emails, as: 'frpAdminEmails'
|
2014
2168
|
property :fun_disabled, as: 'funDisabled'
|
@@ -2119,6 +2273,24 @@ module Google
|
|
2119
2273
|
end
|
2120
2274
|
end
|
2121
2275
|
|
2276
|
+
class PreferentialNetworkServiceConfig
|
2277
|
+
# @private
|
2278
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2279
|
+
property :fallback_to_default_connection, as: 'fallbackToDefaultConnection'
|
2280
|
+
property :non_matching_networks, as: 'nonMatchingNetworks'
|
2281
|
+
property :preferential_network_id, as: 'preferentialNetworkId'
|
2282
|
+
end
|
2283
|
+
end
|
2284
|
+
|
2285
|
+
class PreferentialNetworkServiceSettings
|
2286
|
+
# @private
|
2287
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2288
|
+
property :default_preferential_network_id, as: 'defaultPreferentialNetworkId'
|
2289
|
+
collection :preferential_network_service_configs, as: 'preferentialNetworkServiceConfigs', class: Google::Apis::AndroidmanagementV1::PreferentialNetworkServiceConfig, decorator: Google::Apis::AndroidmanagementV1::PreferentialNetworkServiceConfig::Representation
|
2290
|
+
|
2291
|
+
end
|
2292
|
+
end
|
2293
|
+
|
2122
2294
|
class ProvisioningInfo
|
2123
2295
|
# @private
|
2124
2296
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2155,6 +2327,22 @@ module Google
|
|
2155
2327
|
end
|
2156
2328
|
end
|
2157
2329
|
|
2330
|
+
class RequestDeviceInfoParams
|
2331
|
+
# @private
|
2332
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2333
|
+
property :device_info, as: 'deviceInfo'
|
2334
|
+
end
|
2335
|
+
end
|
2336
|
+
|
2337
|
+
class RequestDeviceInfoStatus
|
2338
|
+
# @private
|
2339
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2340
|
+
property :eid_info, as: 'eidInfo', class: Google::Apis::AndroidmanagementV1::EidInfo, decorator: Google::Apis::AndroidmanagementV1::EidInfo::Representation
|
2341
|
+
|
2342
|
+
property :status, as: 'status'
|
2343
|
+
end
|
2344
|
+
end
|
2345
|
+
|
2158
2346
|
class ScreenBrightnessSettings
|
2159
2347
|
# @private
|
2160
2348
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2364,6 +2552,8 @@ module Google
|
|
2364
2552
|
|
2365
2553
|
property :app_process_start_event, as: 'appProcessStartEvent', class: Google::Apis::AndroidmanagementV1::AppProcessStartEvent, decorator: Google::Apis::AndroidmanagementV1::AppProcessStartEvent::Representation
|
2366
2554
|
|
2555
|
+
property :backup_service_toggled_event, as: 'backupServiceToggledEvent', class: Google::Apis::AndroidmanagementV1::BackupServiceToggledEvent, decorator: Google::Apis::AndroidmanagementV1::BackupServiceToggledEvent::Representation
|
2556
|
+
|
2367
2557
|
property :cert_authority_installed_event, as: 'certAuthorityInstalledEvent', class: Google::Apis::AndroidmanagementV1::CertAuthorityInstalledEvent, decorator: Google::Apis::AndroidmanagementV1::CertAuthorityInstalledEvent::Representation
|
2368
2558
|
|
2369
2559
|
property :cert_authority_removed_event, as: 'certAuthorityRemovedEvent', class: Google::Apis::AndroidmanagementV1::CertAuthorityRemovedEvent, decorator: Google::Apis::AndroidmanagementV1::CertAuthorityRemovedEvent::Representation
|
@@ -320,9 +320,10 @@ module Google
|
|
320
320
|
execute_or_queue_command(command, &block)
|
321
321
|
end
|
322
322
|
|
323
|
-
# Deletes a device. This operation
|
324
|
-
#
|
325
|
-
# devices.
|
323
|
+
# Deletes a device. This operation attempts to wipe the device but this is not
|
324
|
+
# guaranteed to succeed if the device is offline for an extended period. Deleted
|
325
|
+
# devices do not show up in enterprises.devices.list calls and a 404 is returned
|
326
|
+
# from enterprises.devices.get.
|
326
327
|
# @param [String] name
|
327
328
|
# The name of the device in the form enterprises/`enterpriseId`/devices/`
|
328
329
|
# deviceId`.
|
@@ -1072,7 +1073,7 @@ module Google
|
|
1072
1073
|
|
1073
1074
|
# Gets a web app.
|
1074
1075
|
# @param [String] name
|
1075
|
-
# The name of the web app in the form enterprises/`enterpriseId`/
|
1076
|
+
# The name of the web app in the form enterprises/`enterpriseId`/webApps/`
|
1076
1077
|
# packageName`.
|
1077
1078
|
# @param [String] fields
|
1078
1079
|
# Selector specifying which fields to include in a partial response.
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.90.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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.90.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:
|
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
66
66
|
requirements:
|
67
67
|
- - ">="
|
68
68
|
- !ruby/object:Gem::Version
|
69
|
-
version: '
|
69
|
+
version: '3.1'
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
71
71
|
requirements:
|
72
72
|
- - ">="
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.8
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Android Management API V1
|
79
79
|
test_files: []
|