Skip to content

Commit 93fea65

Browse files
feat: Automated regeneration of AndroidManagement client (googleapis#12776)
Auto-created at 2025-01-07 13:17:40 +0000 using the toys pull request generator.
1 parent ad5f643 commit 93fea65

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

clients/android_management/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_android_management, "~> 0.57"}]
14+
[{:google_api_android_management, "~> 0.58"}]
1515
end
1616
```
1717

clients/android_management/lib/google_api/android_management/v1/api/signup_urls.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ defmodule GoogleApi.AndroidManagement.V1.Api.SignupUrls do
4444
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
4545
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
4646
* `:adminEmail` (*type:* `String.t`) - Optional. Email address used to prefill the admin field of the enterprise signup form. This value is a hint only and can be altered by the user.
47+
* `:allowedDomains` (*type:* `list(String.t)`) - Optional. A list of domains that are permitted for the admin email. The IT admin cannot enter an email address with a domain name that is not in this list. Subdomains of domains in this list are not allowed but can be allowed by adding a second entry which has *. prefixed to the domain name (e.g. *.example.com). If the field is not present or is an empty list then the IT admin is free to use any valid domain name. Personal email domains are always allowed, but will result in the creation of a managed Google Play Accounts enterprise.
4748
* `:callbackUrl` (*type:* `String.t`) - The callback URL that the admin will be redirected to after successfully creating an enterprise. Before redirecting there the system will add a query parameter to this URL named enterpriseToken which will contain an opaque token to be used for the create enterprise request. The URL will be parsed then reformatted in order to add the enterpriseToken parameter, so there may be some minor formatting changes.
4849
* `:projectId` (*type:* `String.t`) - The ID of the Google Cloud Platform project which will own the enterprise.
4950
* `opts` (*type:* `keyword()`) - Call options
@@ -72,6 +73,7 @@ defmodule GoogleApi.AndroidManagement.V1.Api.SignupUrls do
7273
:uploadType => :query,
7374
:upload_protocol => :query,
7475
:adminEmail => :query,
76+
:allowedDomains => :query,
7577
:callbackUrl => :query,
7678
:projectId => :query
7779
}

clients/android_management/lib/google_api/android_management/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.AndroidManagement.V1 do
2020
API client metadata for GoogleApi.AndroidManagement.V1.
2121
"""
2222

23-
@discovery_revision "20241203"
23+
@discovery_revision "20250106"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/android_management/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.AndroidManagement.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.57.0"
21+
@version "0.58.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)