Skip to content

Commit

Permalink
feat: Automated regeneration of AndroidPublisher client (#11149)
Browse files Browse the repository at this point in the history
Auto-created at 2024-03-18 13:14:33 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Mar 18, 2024
1 parent ac56c23 commit 459341e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ defmodule GoogleApi.AndroidPublisher.V3.Api.Externaltransactions do
* `: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.
* `: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").
* `:externalTransactionId` (*type:* `String.t`) - Required. The id to use for the external transaction. Must be unique across all other transactions for the app. This value should be 1-63 characters and valid characters are /a-z0-9_-/. Do not use this field to store any Personally Identifiable Information (PII) such as emails. Attempting to store PII in this field may result in requests being blocked.
* `:externalTransactionId` (*type:* `String.t`) - Required. The id to use for the external transaction. Must be unique across all other transactions for the app. This value should be 1-63 characters and valid characters are /a-zA-Z0-9_-/. Do not use this field to store any Personally Identifiable Information (PII) such as emails. Attempting to store PII in this field may result in requests being blocked.
* `:body` (*type:* `GoogleApi.AndroidPublisher.V3.Model.ExternalTransaction.t`) -
* `opts` (*type:* `keyword()`) - Call options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.AndroidPublisher.V3 do
API client metadata for GoogleApi.AndroidPublisher.V3.
"""

@discovery_revision "20240308"
@discovery_revision "20240318"

def discovery_revision(), do: @discovery_revision
end
2 changes: 1 addition & 1 deletion clients/android_publisher/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.AndroidPublisher.Mixfile do
use Mix.Project

@version "0.31.0"
@version "0.31.1"

def project() do
[
Expand Down

0 comments on commit 459341e

Please sign in to comment.