Skip to content

Commit 7b2fe0c

Browse files
feat: Automated regeneration of PlayDeveloperReporting client (googleapis#12481)
Auto-created at 2024-11-05 13:11:46 +0000 using the toys pull request generator.
1 parent de4ee21 commit 7b2fe0c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/play_developer_reporting/lib/google_api/play_developer_reporting/v1beta1/metadata.ex

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

23-
@discovery_revision "20241009"
23+
@discovery_revision "20241102"
2424

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

clients/play_developer_reporting/lib/google_api/play_developer_reporting/v1beta1/model/google_type_decimal.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.PlayDeveloperReporting.V1beta1.Model.GoogleTypeDecimal do
1919
@moduledoc """
20-
A representation of a decimal value, such as 2.5. Clients may convert values into language-native decimal formats, such as Java's BigDecimal or Python's decimal.Decimal. [BigDecimal]: https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/math/BigDecimal.html [decimal.Decimal]: https://docs.python.org/3/library/decimal.html
20+
A representation of a decimal value, such as 2.5. Clients may convert values into language-native decimal formats, such as Java's [BigDecimal](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/math/BigDecimal.html) or Python's [decimal.Decimal](https://docs.python.org/3/library/decimal.html).
2121
2222
## Attributes
2323

clients/play_developer_reporting/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.PlayDeveloperReporting.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.5.0"
21+
@version "0.5.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)