Skip to content

Commit 61ee26c

Browse files
feat(androidmanagement): update the api
#### androidmanagement:v1 The following keys were added: - schemas.BackupServiceToggledEvent (Total Keys: 6) - schemas.Command.properties.requestDeviceInfoParams.$ref (Total Keys: 1) - schemas.Command.properties.requestDeviceInfoStatus (Total Keys: 2) - schemas.DeviceConnectivityManagement.properties.bluetoothSharing.type (Total Keys: 1) - schemas.Eid (Total Keys: 9) - schemas.EuiccChipInfo (Total Keys: 4) - schemas.HardwareInfo.properties.euiccChipInfo (Total Keys: 3) - schemas.PersonalUsagePolicies.properties.bluetoothSharing.type (Total Keys: 1) - schemas.RequestDeviceInfoParams (Total Keys: 3) - schemas.RequestDeviceInfoStatus (Total Keys: 5) - schemas.UsageLogEvent.properties.backupServiceToggledEvent.$ref (Total Keys: 1)
1 parent 11db1a0 commit 61ee26c

File tree

4 files changed

+217
-7
lines changed

4 files changed

+217
-7
lines changed

docs/dyn/androidmanagement_v1.enterprises.devices.html

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,11 @@ <h3>Method Details</h3>
252252
],
253253
&quot;deviceBasebandVersion&quot;: &quot;A String&quot;, # Baseband version. For example, MDM9625_104662.22.05.34p.
254254
&quot;enterpriseSpecificId&quot;: &quot;A String&quot;, # Output only. ID that uniquely identifies a personally-owned device in a particular organization. On the same physical device when enrolled with the same organization, this ID persists across setups and even factory resets. This ID is available on personally-owned devices with a work profile on devices running Android 12 and above.
255+
&quot;euiccChipInfo&quot;: [ # Output only. Information related to the eUICC chip.
256+
{ # Information related to the eUICC chip.
257+
&quot;eid&quot;: &quot;A String&quot;, # Output only. The Embedded Identity Document (EID) that identifies the eUICC chip for each eUICC chip on the device. This is available on company owned devices running Android 13 and above.
258+
},
259+
],
255260
&quot;gpuShutdownTemperatures&quot;: [ # GPU shutdown temperature thresholds in Celsius for each GPU on the device.
256261
3.14,
257262
],
@@ -420,8 +425,21 @@ <h3>Method Details</h3>
420425
},
421426
&quot;createTime&quot;: &quot;A String&quot;, # The timestamp at which the command was created. The timestamp is automatically generated by the server.
422427
&quot;duration&quot;: &quot;A String&quot;, # The duration for which the command is valid. The command will expire if not executed by the device during this time. The default duration if unspecified is ten minutes. There is no maximum duration.
423-
&quot;errorCode&quot;: &quot;A String&quot;, # If the command failed, an error code explaining the failure. This is not set when the command is cancelled by the caller.
428+
&quot;errorCode&quot;: &quot;A String&quot;, # If the command failed, an error code explaining the failure. This is not set when the command is cancelled by the caller. For reasoning about command errors, prefer fields in the following order (most preferred first): 1. Command-specific fields like clearAppsDataStatus, startLostModeStatus, or similar, if they exist. 2. This field, if set. 3. The generic error field in the Operation that wraps the command.
424429
&quot;newPassword&quot;: &quot;A String&quot;, # For commands of type RESET_PASSWORD, optionally specifies the new password. Note: The new password must be at least 6 characters long if it is numeric in case of Android 14 devices. Else the command will fail with INVALID_VALUE.
430+
&quot;requestDeviceInfoParams&quot;: { # Parameters associated with the REQUEST_DEVICE_INFO command to get device related information. # Optional. Parameters for the REQUEST_DEVICE_INFO command to get device related information. If this is set, then it is suggested that type should not be set. In this case, the server automatically sets it to REQUEST_DEVICE_INFO . It is also acceptable to explicitly set type to REQUEST_DEVICE_INFO.
431+
&quot;deviceInfo&quot;: &quot;A String&quot;, # Required. Type of device information to be requested.
432+
},
433+
&quot;requestDeviceInfoStatus&quot;: { # Status of the REQUEST_DEVICE_INFO command. # Output only. Status of the REQUEST_DEVICE_INFO command.
434+
&quot;eidInfo&quot;: { # Information related to the EIDs of the device. # Information related to the EIDs of the device.
435+
&quot;eids&quot;: [ # Output only. EID information for each eUICC chip.
436+
{ # EID information for each eUICC chip.
437+
&quot;eid&quot;: &quot;A String&quot;, # Output only. The EID
438+
},
439+
],
440+
},
441+
&quot;status&quot;: &quot;A String&quot;, # Output only. Status of a REQUEST_DEVICE_INFO command.
442+
},
425443
&quot;resetPasswordFlags&quot;: [ # For commands of type RESET_PASSWORD, optionally specifies flags.
426444
&quot;A String&quot;,
427445
],
@@ -619,6 +637,11 @@ <h3>Method Details</h3>
619637
],
620638
&quot;deviceBasebandVersion&quot;: &quot;A String&quot;, # Baseband version. For example, MDM9625_104662.22.05.34p.
621639
&quot;enterpriseSpecificId&quot;: &quot;A String&quot;, # Output only. ID that uniquely identifies a personally-owned device in a particular organization. On the same physical device when enrolled with the same organization, this ID persists across setups and even factory resets. This ID is available on personally-owned devices with a work profile on devices running Android 12 and above.
640+
&quot;euiccChipInfo&quot;: [ # Output only. Information related to the eUICC chip.
641+
{ # Information related to the eUICC chip.
642+
&quot;eid&quot;: &quot;A String&quot;, # Output only. The Embedded Identity Document (EID) that identifies the eUICC chip for each eUICC chip on the device. This is available on company owned devices running Android 13 and above.
643+
},
644+
],
622645
&quot;gpuShutdownTemperatures&quot;: [ # GPU shutdown temperature thresholds in Celsius for each GPU on the device.
623646
3.14,
624647
],
@@ -897,6 +920,11 @@ <h3>Method Details</h3>
897920
],
898921
&quot;deviceBasebandVersion&quot;: &quot;A String&quot;, # Baseband version. For example, MDM9625_104662.22.05.34p.
899922
&quot;enterpriseSpecificId&quot;: &quot;A String&quot;, # Output only. ID that uniquely identifies a personally-owned device in a particular organization. On the same physical device when enrolled with the same organization, this ID persists across setups and even factory resets. This ID is available on personally-owned devices with a work profile on devices running Android 12 and above.
923+
&quot;euiccChipInfo&quot;: [ # Output only. Information related to the eUICC chip.
924+
{ # Information related to the eUICC chip.
925+
&quot;eid&quot;: &quot;A String&quot;, # Output only. The Embedded Identity Document (EID) that identifies the eUICC chip for each eUICC chip on the device. This is available on company owned devices running Android 13 and above.
926+
},
927+
],
900928
&quot;gpuShutdownTemperatures&quot;: [ # GPU shutdown temperature thresholds in Celsius for each GPU on the device.
901929
3.14,
902930
],
@@ -1157,6 +1185,11 @@ <h3>Method Details</h3>
11571185
],
11581186
&quot;deviceBasebandVersion&quot;: &quot;A String&quot;, # Baseband version. For example, MDM9625_104662.22.05.34p.
11591187
&quot;enterpriseSpecificId&quot;: &quot;A String&quot;, # Output only. ID that uniquely identifies a personally-owned device in a particular organization. On the same physical device when enrolled with the same organization, this ID persists across setups and even factory resets. This ID is available on personally-owned devices with a work profile on devices running Android 12 and above.
1188+
&quot;euiccChipInfo&quot;: [ # Output only. Information related to the eUICC chip.
1189+
{ # Information related to the eUICC chip.
1190+
&quot;eid&quot;: &quot;A String&quot;, # Output only. The Embedded Identity Document (EID) that identifies the eUICC chip for each eUICC chip on the device. This is available on company owned devices running Android 13 and above.
1191+
},
1192+
],
11601193
&quot;gpuShutdownTemperatures&quot;: [ # GPU shutdown temperature thresholds in Celsius for each GPU on the device.
11611194
3.14,
11621195
],

docs/dyn/androidmanagement_v1.enterprises.policies.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ <h3>Method Details</h3>
259259
&quot;debuggingFeaturesAllowed&quot;: True or False, # Whether the user is allowed to enable debugging features.
260260
&quot;defaultPermissionPolicy&quot;: &quot;A String&quot;, # The default permission policy for runtime permission requests.
261261
&quot;deviceConnectivityManagement&quot;: { # Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more. # Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more.
262+
&quot;bluetoothSharing&quot;: &quot;A String&quot;, # Optional. Controls whether Bluetooth sharing is allowed.
262263
&quot;configureWifi&quot;: &quot;A String&quot;, # Controls Wi-Fi configuring privileges. Based on the option set, user will have either full or limited or no control in configuring Wi-Fi networks.
263264
&quot;tetheringSettings&quot;: &quot;A String&quot;, # Controls tethering settings. Based on the value set, the user is partially or fully disallowed from using different forms of tethering.
264265
&quot;usbDataAccess&quot;: &quot;A String&quot;, # Controls what files and/or data can be transferred via USB. Supported only on company-owned devices.
@@ -424,6 +425,7 @@ <h3>Method Details</h3>
424425
&quot;accountTypesWithManagementDisabled&quot;: [ # Account types that can&#x27;t be managed by the user.
425426
&quot;A String&quot;,
426427
],
428+
&quot;bluetoothSharing&quot;: &quot;A String&quot;, # Optional. Whether bluetooth sharing is allowed.
427429
&quot;cameraDisabled&quot;: True or False, # If true, the camera is disabled on the personal profile.
428430
&quot;maxDaysWithWorkOff&quot;: 42, # Controls how long the work profile can stay off. The minimum duration must be at least 3 days. Other details are as follows: - If the duration is set to 0, the feature is turned off. - If the duration is set to a value smaller than the minimum duration, the feature returns an error. *Note:* If you want to avoid personal profiles being suspended during long periods of off-time, you can temporarily set a large value for this parameter.
429431
&quot;personalApplications&quot;: [ # Policy applied to applications in the personal profile.
@@ -700,6 +702,7 @@ <h3>Method Details</h3>
700702
&quot;debuggingFeaturesAllowed&quot;: True or False, # Whether the user is allowed to enable debugging features.
701703
&quot;defaultPermissionPolicy&quot;: &quot;A String&quot;, # The default permission policy for runtime permission requests.
702704
&quot;deviceConnectivityManagement&quot;: { # Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more. # Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more.
705+
&quot;bluetoothSharing&quot;: &quot;A String&quot;, # Optional. Controls whether Bluetooth sharing is allowed.
703706
&quot;configureWifi&quot;: &quot;A String&quot;, # Controls Wi-Fi configuring privileges. Based on the option set, user will have either full or limited or no control in configuring Wi-Fi networks.
704707
&quot;tetheringSettings&quot;: &quot;A String&quot;, # Controls tethering settings. Based on the value set, the user is partially or fully disallowed from using different forms of tethering.
705708
&quot;usbDataAccess&quot;: &quot;A String&quot;, # Controls what files and/or data can be transferred via USB. Supported only on company-owned devices.
@@ -865,6 +868,7 @@ <h3>Method Details</h3>
865868
&quot;accountTypesWithManagementDisabled&quot;: [ # Account types that can&#x27;t be managed by the user.
866869
&quot;A String&quot;,
867870
],
871+
&quot;bluetoothSharing&quot;: &quot;A String&quot;, # Optional. Whether bluetooth sharing is allowed.
868872
&quot;cameraDisabled&quot;: True or False, # If true, the camera is disabled on the personal profile.
869873
&quot;maxDaysWithWorkOff&quot;: 42, # Controls how long the work profile can stay off. The minimum duration must be at least 3 days. Other details are as follows: - If the duration is set to 0, the feature is turned off. - If the duration is set to a value smaller than the minimum duration, the feature returns an error. *Note:* If you want to avoid personal profiles being suspended during long periods of off-time, you can temporarily set a large value for this parameter.
870874
&quot;personalApplications&quot;: [ # Policy applied to applications in the personal profile.
@@ -1147,6 +1151,7 @@ <h3>Method Details</h3>
11471151
&quot;debuggingFeaturesAllowed&quot;: True or False, # Whether the user is allowed to enable debugging features.
11481152
&quot;defaultPermissionPolicy&quot;: &quot;A String&quot;, # The default permission policy for runtime permission requests.
11491153
&quot;deviceConnectivityManagement&quot;: { # Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more. # Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more.
1154+
&quot;bluetoothSharing&quot;: &quot;A String&quot;, # Optional. Controls whether Bluetooth sharing is allowed.
11501155
&quot;configureWifi&quot;: &quot;A String&quot;, # Controls Wi-Fi configuring privileges. Based on the option set, user will have either full or limited or no control in configuring Wi-Fi networks.
11511156
&quot;tetheringSettings&quot;: &quot;A String&quot;, # Controls tethering settings. Based on the value set, the user is partially or fully disallowed from using different forms of tethering.
11521157
&quot;usbDataAccess&quot;: &quot;A String&quot;, # Controls what files and/or data can be transferred via USB. Supported only on company-owned devices.
@@ -1312,6 +1317,7 @@ <h3>Method Details</h3>
13121317
&quot;accountTypesWithManagementDisabled&quot;: [ # Account types that can&#x27;t be managed by the user.
13131318
&quot;A String&quot;,
13141319
],
1320+
&quot;bluetoothSharing&quot;: &quot;A String&quot;, # Optional. Whether bluetooth sharing is allowed.
13151321
&quot;cameraDisabled&quot;: True or False, # If true, the camera is disabled on the personal profile.
13161322
&quot;maxDaysWithWorkOff&quot;: 42, # Controls how long the work profile can stay off. The minimum duration must be at least 3 days. Other details are as follows: - If the duration is set to 0, the feature is turned off. - If the duration is set to a value smaller than the minimum duration, the feature returns an error. *Note:* If you want to avoid personal profiles being suspended during long periods of off-time, you can temporarily set a large value for this parameter.
13171323
&quot;personalApplications&quot;: [ # Policy applied to applications in the personal profile.
@@ -1577,6 +1583,7 @@ <h3>Method Details</h3>
15771583
&quot;debuggingFeaturesAllowed&quot;: True or False, # Whether the user is allowed to enable debugging features.
15781584
&quot;defaultPermissionPolicy&quot;: &quot;A String&quot;, # The default permission policy for runtime permission requests.
15791585
&quot;deviceConnectivityManagement&quot;: { # Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more. # Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more.
1586+
&quot;bluetoothSharing&quot;: &quot;A String&quot;, # Optional. Controls whether Bluetooth sharing is allowed.
15801587
&quot;configureWifi&quot;: &quot;A String&quot;, # Controls Wi-Fi configuring privileges. Based on the option set, user will have either full or limited or no control in configuring Wi-Fi networks.
15811588
&quot;tetheringSettings&quot;: &quot;A String&quot;, # Controls tethering settings. Based on the value set, the user is partially or fully disallowed from using different forms of tethering.
15821589
&quot;usbDataAccess&quot;: &quot;A String&quot;, # Controls what files and/or data can be transferred via USB. Supported only on company-owned devices.
@@ -1742,6 +1749,7 @@ <h3>Method Details</h3>
17421749
&quot;accountTypesWithManagementDisabled&quot;: [ # Account types that can&#x27;t be managed by the user.
17431750
&quot;A String&quot;,
17441751
],
1752+
&quot;bluetoothSharing&quot;: &quot;A String&quot;, # Optional. Whether bluetooth sharing is allowed.
17451753
&quot;cameraDisabled&quot;: True or False, # If true, the camera is disabled on the personal profile.
17461754
&quot;maxDaysWithWorkOff&quot;: 42, # Controls how long the work profile can stay off. The minimum duration must be at least 3 days. Other details are as follows: - If the duration is set to 0, the feature is turned off. - If the duration is set to a value smaller than the minimum duration, the feature returns an error. *Note:* If you want to avoid personal profiles being suspended during long periods of off-time, you can temporarily set a large value for this parameter.
17471755
&quot;personalApplications&quot;: [ # Policy applied to applications in the personal profile.

docs/dyn/androidmanagement_v1.enterprises.webApps.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ <h3>Method Details</h3>
168168
<pre>Gets a web app.
169169

170170
Args:
171-
name: string, The name of the web app in the form enterprises/{enterpriseId}/webApp/{packageName}. (required)
171+
name: string, The name of the web app in the form enterprises/{enterpriseId}/webApps/{packageName}. (required)
172172
x__xgafv: string, V1 error format.
173173
Allowed values
174174
1 - v1 error format

0 commit comments

Comments
 (0)