Skip to content

Commit

Permalink
feat: Automated regeneration of AndroidManagement client (#12484)
Browse files Browse the repository at this point in the history
Auto-created at 2024-11-05 13:16:13 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Nov 5, 2024
1 parent 225684e commit 00f6c40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.AndroidManagement.V1 do
API client metadata for GoogleApi.AndroidManagement.V1.
"""

@discovery_revision "20241031"
@discovery_revision "20241104"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defmodule GoogleApi.AndroidManagement.V1.Model.Policy do
## Attributes
* `addUserDisabled` (*type:* `boolean()`, *default:* `nil`) - Whether adding new users and profiles is disabled.
* `addUserDisabled` (*type:* `boolean()`, *default:* `nil`) - Whether adding new users and profiles is disabled. For devices where managementMode is DEVICE_OWNER this field is ignored and the user is never allowed to add or remove users.
* `applications` (*type:* `list(GoogleApi.AndroidManagement.V1.Model.ApplicationPolicy.t)`, *default:* `nil`) - Policy applied to apps. This can have at most 3,000 elements.
* `safeBootDisabled` (*type:* `boolean()`, *default:* `nil`) - Whether rebooting the device into safe boot is disabled.
* `usageLog` (*type:* `GoogleApi.AndroidManagement.V1.Model.UsageLog.t`, *default:* `nil`) - Configuration of device activity logging.
Expand Down
2 changes: 1 addition & 1 deletion clients/android_management/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.AndroidManagement.Mixfile do
use Mix.Project

@version "0.56.1"
@version "0.56.2"

def project() do
[
Expand Down

0 comments on commit 00f6c40

Please sign in to comment.