Skip to content

Commit 0baef0b

Browse files
feat: Automated regeneration of AndroidPublisher client (googleapis#13186)
Auto-created at 2025-03-19 13:19:48 +0000 using the toys pull request generator.
1 parent 07d8c82 commit 0baef0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/android_publisher/lib/google_api/android_publisher/v3/api/edits.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ defmodule GoogleApi.AndroidPublisher.V3.Api.Edits do
4545
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
4646
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
4747
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
48-
* `:changesNotSentForReview` (*type:* `boolean()`) - Indicates that the changes in this edit will not be reviewed until they are explicitly sent for review from the Google Play Console UI. These changes will be added to any other changes that are not yet sent for review.
48+
* `:changesNotSentForReview` (*type:* `boolean()`) - When a rejection happens, the parameter will make sure that the changes in this edit won't be reviewed until they are explicitly sent for review from within the Google Play Console UI. These changes will be added to any other changes that are not yet sent for review.
4949
* `opts` (*type:* `keyword()`) - Call options
5050
5151
## Returns

clients/android_publisher/lib/google_api/android_publisher/v3/metadata.ex

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

23-
@discovery_revision "20250227"
23+
@discovery_revision "20250318"
2424

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

0 commit comments

Comments
 (0)