google-apis-playdeveloperreporting_v1beta1 0.32.0 → 0.33.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a520419c24c3da5b7da195e250625b786e8d120e7a63e012e7a1b4e35bdd76f
|
4
|
+
data.tar.gz: 7ebd1357f80c2a2f2b2469952a0dbe2828c6f7d7904ba845176cb6e5284ded91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea2b9bcff0122e5e323c0e6b0a441bdfeb5d88585ee508494ebc44fcb0142cff25d615cc5714fc84b7af8697ca27d40bc65bcb351a07dce9a58ea73e11c21e16
|
7
|
+
data.tar.gz: 7d58fba59569d3c03460e410e224b886abf27e020e5d9213271f994b8ac50cc52e6942a6098a8dbce6e938b4910334b8c453da5f1bfed03d18ae38f8b7413c91
|
data/CHANGELOG.md
CHANGED
@@ -322,19 +322,17 @@ module Google
|
|
322
322
|
include Google::Apis::Core::Hashable
|
323
323
|
|
324
324
|
# A representation of a decimal value, such as 2.5. Clients may convert values
|
325
|
-
# into language-native decimal formats, such as Java's BigDecimal
|
326
|
-
#
|
327
|
-
#
|
328
|
-
# org/3/library/decimal.html
|
325
|
+
# into language-native decimal formats, such as Java's [BigDecimal](https://docs.
|
326
|
+
# oracle.com/en/java/javase/11/docs/api/java.base/java/math/BigDecimal.html) or
|
327
|
+
# Python's [decimal.Decimal](https://docs.python.org/3/library/decimal.html).
|
329
328
|
# Corresponds to the JSON property `lowerBound`
|
330
329
|
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GoogleTypeDecimal]
|
331
330
|
attr_accessor :lower_bound
|
332
331
|
|
333
332
|
# A representation of a decimal value, such as 2.5. Clients may convert values
|
334
|
-
# into language-native decimal formats, such as Java's BigDecimal
|
335
|
-
#
|
336
|
-
#
|
337
|
-
# org/3/library/decimal.html
|
333
|
+
# into language-native decimal formats, such as Java's [BigDecimal](https://docs.
|
334
|
+
# oracle.com/en/java/javase/11/docs/api/java.base/java/math/BigDecimal.html) or
|
335
|
+
# Python's [decimal.Decimal](https://docs.python.org/3/library/decimal.html).
|
338
336
|
# Corresponds to the JSON property `upperBound`
|
339
337
|
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GoogleTypeDecimal]
|
340
338
|
attr_accessor :upper_bound
|
@@ -550,10 +548,9 @@ module Google
|
|
550
548
|
attr_accessor :distinct_users
|
551
549
|
|
552
550
|
# A representation of a decimal value, such as 2.5. Clients may convert values
|
553
|
-
# into language-native decimal formats, such as Java's BigDecimal
|
554
|
-
#
|
555
|
-
#
|
556
|
-
# org/3/library/decimal.html
|
551
|
+
# into language-native decimal formats, such as Java's [BigDecimal](https://docs.
|
552
|
+
# oracle.com/en/java/javase/11/docs/api/java.base/java/math/BigDecimal.html) or
|
553
|
+
# Python's [decimal.Decimal](https://docs.python.org/3/library/decimal.html).
|
557
554
|
# Corresponds to the JSON property `distinctUsersPercent`
|
558
555
|
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GoogleTypeDecimal]
|
559
556
|
attr_accessor :distinct_users_percent
|
@@ -921,10 +918,9 @@ module Google
|
|
921
918
|
include Google::Apis::Core::Hashable
|
922
919
|
|
923
920
|
# A representation of a decimal value, such as 2.5. Clients may convert values
|
924
|
-
# into language-native decimal formats, such as Java's BigDecimal
|
925
|
-
#
|
926
|
-
#
|
927
|
-
# org/3/library/decimal.html
|
921
|
+
# into language-native decimal formats, such as Java's [BigDecimal](https://docs.
|
922
|
+
# oracle.com/en/java/javase/11/docs/api/java.base/java/math/BigDecimal.html) or
|
923
|
+
# Python's [decimal.Decimal](https://docs.python.org/3/library/decimal.html).
|
928
924
|
# Corresponds to the JSON property `decimalValue`
|
929
925
|
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GoogleTypeDecimal]
|
930
926
|
attr_accessor :decimal_value
|
@@ -2588,10 +2584,9 @@ module Google
|
|
2588
2584
|
end
|
2589
2585
|
|
2590
2586
|
# A representation of a decimal value, such as 2.5. Clients may convert values
|
2591
|
-
# into language-native decimal formats, such as Java's BigDecimal
|
2592
|
-
#
|
2593
|
-
#
|
2594
|
-
# org/3/library/decimal.html
|
2587
|
+
# into language-native decimal formats, such as Java's [BigDecimal](https://docs.
|
2588
|
+
# oracle.com/en/java/javase/11/docs/api/java.base/java/math/BigDecimal.html) or
|
2589
|
+
# Python's [decimal.Decimal](https://docs.python.org/3/library/decimal.html).
|
2595
2590
|
class GoogleTypeDecimal
|
2596
2591
|
include Google::Apis::Core::Hashable
|
2597
2592
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module PlaydeveloperreportingV1beta1
|
18
18
|
# Version of the google-apis-playdeveloperreporting_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.33.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241102"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-playdeveloperreporting_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.33.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-playdeveloperreporting_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1beta1/v0.33.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-playdeveloperreporting_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.22
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Google Play Developer Reporting API V1beta1
|