Skip to content

Commit 3c0f3b9

Browse files
feat: Automated regeneration of AndroidManagement client (googleapis#13113)
Auto-created at 2025-03-07 13:15:57 +0000 using the toys pull request generator.
1 parent f9b3637 commit 3c0f3b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 "20250303"
23+
@discovery_revision "20250306"
2424

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ defmodule GoogleApi.AndroidManagement.V1.Model.FreezePeriod do
2121
2222
## Attributes
2323
24-
* `endDate` (*type:* `GoogleApi.AndroidManagement.V1.Model.Date.t`, *default:* `nil`) - The end date (inclusive) of the freeze period. Must be no later than 90 days from the start date. If the end date is earlier than the start date, the freeze period is considered wrapping year-end. Note: year must not be set. For example, {"month": 1,"date": 30}.
25-
* `startDate` (*type:* `GoogleApi.AndroidManagement.V1.Model.Date.t`, *default:* `nil`) - The start date (inclusive) of the freeze period. Note: year must not be set. For example, {"month": 1,"date": 30}.
24+
* `endDate` (*type:* `GoogleApi.AndroidManagement.V1.Model.Date.t`, *default:* `nil`) - The end date (inclusive) of the freeze period. Must be no later than 90 days from the start date. If the end date is earlier than the start date, the freeze period is considered wrapping year-end. Note: day and month must be set. year should not be set as it is not used. For example, {"month": 1,"date": 30}.
25+
* `startDate` (*type:* `GoogleApi.AndroidManagement.V1.Model.Date.t`, *default:* `nil`) - The start date (inclusive) of the freeze period. Note: day and month must be set. year should not be set as it is not used. For example, {"month": 1,"date": 30}.
2626
"""
2727

2828
use GoogleApi.Gax.ModelBase

0 commit comments

Comments
 (0)