From 93fea654380b187ba656e4f8afa5bebe2126bb35 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Tue, 7 Jan 2025 05:20:22 -0800 Subject: [PATCH] feat: Automated regeneration of AndroidManagement client (#12776) Auto-created at 2025-01-07 13:17:40 +0000 using the toys pull request generator. --- clients/android_management/README.md | 2 +- .../lib/google_api/android_management/v1/api/signup_urls.ex | 2 ++ .../lib/google_api/android_management/v1/metadata.ex | 2 +- clients/android_management/mix.exs | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/clients/android_management/README.md b/clients/android_management/README.md index f9fb9d0218..0af0ea6d4e 100644 --- a/clients/android_management/README.md +++ b/clients/android_management/README.md @@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding ```elixir def deps do - [{:google_api_android_management, "~> 0.57"}] + [{:google_api_android_management, "~> 0.58"}] end ``` diff --git a/clients/android_management/lib/google_api/android_management/v1/api/signup_urls.ex b/clients/android_management/lib/google_api/android_management/v1/api/signup_urls.ex index 53c2993165..85e33c1c7e 100644 --- a/clients/android_management/lib/google_api/android_management/v1/api/signup_urls.ex +++ b/clients/android_management/lib/google_api/android_management/v1/api/signup_urls.ex @@ -44,6 +44,7 @@ defmodule GoogleApi.AndroidManagement.V1.Api.SignupUrls do * `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart"). * `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart"). * `: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. + * `: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. * `: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. * `:projectId` (*type:* `String.t`) - The ID of the Google Cloud Platform project which will own the enterprise. * `opts` (*type:* `keyword()`) - Call options @@ -72,6 +73,7 @@ defmodule GoogleApi.AndroidManagement.V1.Api.SignupUrls do :uploadType => :query, :upload_protocol => :query, :adminEmail => :query, + :allowedDomains => :query, :callbackUrl => :query, :projectId => :query } diff --git a/clients/android_management/lib/google_api/android_management/v1/metadata.ex b/clients/android_management/lib/google_api/android_management/v1/metadata.ex index a8227d4d43..ef3f9f698a 100644 --- a/clients/android_management/lib/google_api/android_management/v1/metadata.ex +++ b/clients/android_management/lib/google_api/android_management/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.AndroidManagement.V1 do API client metadata for GoogleApi.AndroidManagement.V1. """ - @discovery_revision "20241203" + @discovery_revision "20250106" def discovery_revision(), do: @discovery_revision end diff --git a/clients/android_management/mix.exs b/clients/android_management/mix.exs index 24bfdf2379..9b512f697c 100644 --- a/clients/android_management/mix.exs +++ b/clients/android_management/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.AndroidManagement.Mixfile do use Mix.Project - @version "0.57.0" + @version "0.58.0" def project() do [