From 459341e98c7690dc59b1a048273dc135db00a31b Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Mon, 18 Mar 2024 06:16:17 -0700 Subject: [PATCH] feat: Automated regeneration of AndroidPublisher client (#11149) Auto-created at 2024-03-18 13:14:33 +0000 using the toys pull request generator. --- .../google_api/android_publisher/v3/api/externaltransactions.ex | 2 +- .../lib/google_api/android_publisher/v3/metadata.ex | 2 +- clients/android_publisher/mix.exs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/android_publisher/lib/google_api/android_publisher/v3/api/externaltransactions.ex b/clients/android_publisher/lib/google_api/android_publisher/v3/api/externaltransactions.ex index 474f2e1d8a..100e91eb48 100644 --- a/clients/android_publisher/lib/google_api/android_publisher/v3/api/externaltransactions.ex +++ b/clients/android_publisher/lib/google_api/android_publisher/v3/api/externaltransactions.ex @@ -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 diff --git a/clients/android_publisher/lib/google_api/android_publisher/v3/metadata.ex b/clients/android_publisher/lib/google_api/android_publisher/v3/metadata.ex index cda8a28891..3259cd67a3 100644 --- a/clients/android_publisher/lib/google_api/android_publisher/v3/metadata.ex +++ b/clients/android_publisher/lib/google_api/android_publisher/v3/metadata.ex @@ -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 diff --git a/clients/android_publisher/mix.exs b/clients/android_publisher/mix.exs index 7e2c4f1d4c..b58893c031 100644 --- a/clients/android_publisher/mix.exs +++ b/clients/android_publisher/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.AndroidPublisher.Mixfile do use Mix.Project - @version "0.31.0" + @version "0.31.1" def project() do [