Skip to content

Commit cd3da30

Browse files
feat: Automated regeneration of AndroidManagement client (googleapis#12979)
Auto-created at 2025-02-15 13:14:58 +0000 using the toys pull request generator.
1 parent a9a0cd8 commit cd3da30

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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 "20250123"
23+
@discovery_revision "20250213"
2424

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

clients/android_management/lib/google_api/android_management/v1/model/enterprise.ex

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ defmodule GoogleApi.AndroidManagement.V1.Model.Enterprise do
2525
* `contactInfo` (*type:* `GoogleApi.AndroidManagement.V1.Model.ContactInfo.t`, *default:* `nil`) - The enterprise contact info of an EMM-managed enterprise.
2626
* `enabledNotificationTypes` (*type:* `list(String.t)`, *default:* `nil`) - The types of Google Pub/Sub notifications enabled for the enterprise.
2727
* `enterpriseDisplayName` (*type:* `String.t`, *default:* `nil`) - The name of the enterprise displayed to users. This field has a maximum length of 100 characters.
28+
* `enterpriseType` (*type:* `String.t`, *default:* `nil`) - Output only. The type of the enterprise.
2829
* `googleAuthenticationSettings` (*type:* `GoogleApi.AndroidManagement.V1.Model.GoogleAuthenticationSettings.t`, *default:* `nil`) - Settings for Google-provided user authentication.
2930
* `logo` (*type:* `GoogleApi.AndroidManagement.V1.Model.ExternalData.t`, *default:* `nil`) - An image displayed as a logo during device provisioning. Supported types are: image/bmp, image/gif, image/x-ico, image/jpeg, image/png, image/webp, image/vnd.wap.wbmp, image/x-adobe-dng.
31+
* `managedGoogleDomainType` (*type:* `String.t`, *default:* `nil`) - Output only. The type of managed Google domain.
32+
* `managedGooglePlayAccountsEnterpriseType` (*type:* `String.t`, *default:* `nil`) - Output only. The type of a managed Google Play Accounts enterprise.
3033
* `name` (*type:* `String.t`, *default:* `nil`) - The name of the enterprise which is generated by the server during creation, in the form enterprises/{enterpriseId}.
3134
* `primaryColor` (*type:* `integer()`, *default:* `nil`) - A color in RGB format that indicates the predominant color to display in the device management app UI. The color components are stored as follows: (red << 16) | (green << 8) | blue, where the value of each component is between 0 and 255, inclusive.
3235
* `pubsubTopic` (*type:* `String.t`, *default:* `nil`) - The topic which Pub/Sub notifications are published to, in the form projects/{project}/topics/{topic}. This field is only required if Pub/Sub notifications are enabled.
@@ -41,9 +44,12 @@ defmodule GoogleApi.AndroidManagement.V1.Model.Enterprise do
4144
:contactInfo => GoogleApi.AndroidManagement.V1.Model.ContactInfo.t() | nil,
4245
:enabledNotificationTypes => list(String.t()) | nil,
4346
:enterpriseDisplayName => String.t() | nil,
47+
:enterpriseType => String.t() | nil,
4448
:googleAuthenticationSettings =>
4549
GoogleApi.AndroidManagement.V1.Model.GoogleAuthenticationSettings.t() | nil,
4650
:logo => GoogleApi.AndroidManagement.V1.Model.ExternalData.t() | nil,
51+
:managedGoogleDomainType => String.t() | nil,
52+
:managedGooglePlayAccountsEnterpriseType => String.t() | nil,
4753
:name => String.t() | nil,
4854
:primaryColor => integer() | nil,
4955
:pubsubTopic => String.t() | nil,
@@ -56,12 +62,15 @@ defmodule GoogleApi.AndroidManagement.V1.Model.Enterprise do
5662
field(:contactInfo, as: GoogleApi.AndroidManagement.V1.Model.ContactInfo)
5763
field(:enabledNotificationTypes, type: :list)
5864
field(:enterpriseDisplayName)
65+
field(:enterpriseType)
5966

6067
field(:googleAuthenticationSettings,
6168
as: GoogleApi.AndroidManagement.V1.Model.GoogleAuthenticationSettings
6269
)
6370

6471
field(:logo, as: GoogleApi.AndroidManagement.V1.Model.ExternalData)
72+
field(:managedGoogleDomainType)
73+
field(:managedGooglePlayAccountsEnterpriseType)
6574
field(:name)
6675
field(:primaryColor)
6776
field(:pubsubTopic)

0 commit comments

Comments
 (0)