google-apis-playdeveloperreporting_v1beta1 0.32.0 → 0.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d203424601d68c8606dcdfe4f9a30e04245d95fa3425361ab1f44136194eac49
|
|
4
|
+
data.tar.gz: ba38bef38ce4e921f696584e57217fb892dc6889c374bbfbaabcc95830d00991
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b753c6befac31681c1ac52c1d9fcd62fbe9e0daf8335b2a5ad7fadaaab87f70b9d75b4427ccc5235da1ac7ac4baf8a8c34a45043bca3310de8664c05173c648
|
|
7
|
+
data.tar.gz: 6337da8996f41bbbf0814c913ad0931438c3aba535337e88d9d5acf90dd0db97222e833296e3f0777a0cfce1004b3fb19c5c7116acf9a2e02d1beed5fd9cd87a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-playdeveloperreporting_v1beta1
|
|
2
2
|
|
|
3
|
+
### v0.34.0 (2024-12-02)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20241128
|
|
6
|
+
|
|
7
|
+
### v0.33.0 (2024-11-10)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20241102
|
|
10
|
+
|
|
3
11
|
### v0.32.0 (2024-10-13)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20241009
|
|
@@ -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
|
|
|
@@ -2649,12 +2644,12 @@ module Google
|
|
|
2649
2644
|
class GoogleTypeTimeZone
|
|
2650
2645
|
include Google::Apis::Core::Hashable
|
|
2651
2646
|
|
|
2652
|
-
# IANA Time Zone Database time zone
|
|
2647
|
+
# IANA Time Zone Database time zone. For example "America/New_York".
|
|
2653
2648
|
# Corresponds to the JSON property `id`
|
|
2654
2649
|
# @return [String]
|
|
2655
2650
|
attr_accessor :id
|
|
2656
2651
|
|
|
2657
|
-
# Optional. IANA Time Zone Database version number
|
|
2652
|
+
# Optional. IANA Time Zone Database version number. For example "2019a".
|
|
2658
2653
|
# Corresponds to the JSON property `version`
|
|
2659
2654
|
# @return [String]
|
|
2660
2655
|
attr_accessor :version
|
|
@@ -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.34.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 = "20241128"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -380,17 +380,17 @@ module Google
|
|
|
380
380
|
# issues that occurred in the requested device brands. Example: `deviceBrand = "
|
|
381
381
|
# Google". * `deviceType`: Matches error issues that occurred in the requested
|
|
382
382
|
# device types. Example: `deviceType = "PHONE"`. * `errorIssueType`: Matches
|
|
383
|
-
# error issues of the requested types only. Valid candidates: `CRASH`, `ANR
|
|
384
|
-
# Example: `errorIssueType = CRASH OR errorIssueType = ANR`. * `
|
|
385
|
-
# Matches error issues on the process state of an app,
|
|
386
|
-
# app runs in the foreground (user-visible) or background.
|
|
387
|
-
# FOREGROUND`, `BACKGROUND`. Example: `appProcessState =
|
|
388
|
-
# isUserPerceived`: Matches error issues that are user-perceived.
|
|
389
|
-
# accompanied by any operators. Example: `isUserPerceived`. **
|
|
390
|
-
# operators:** * Comparison operators: The only supported comparison
|
|
391
|
-
# equality. The filtered field must appear on the left hand side of
|
|
392
|
-
# comparison. * Logical Operators: Logical operators `AND` and `OR` can be
|
|
393
|
-
# to build complex filters following a conjunctive normal form (CNF), i.e.,
|
|
383
|
+
# error issues of the requested types only. Valid candidates: `CRASH`, `ANR`, `
|
|
384
|
+
# NON_FATAL`. Example: `errorIssueType = CRASH OR errorIssueType = ANR`. * `
|
|
385
|
+
# appProcessState`: Matches error issues on the process state of an app,
|
|
386
|
+
# indicating whether an app runs in the foreground (user-visible) or background.
|
|
387
|
+
# Valid candidates: `FOREGROUND`, `BACKGROUND`. Example: `appProcessState =
|
|
388
|
+
# FOREGROUND`. * `isUserPerceived`: Matches error issues that are user-perceived.
|
|
389
|
+
# It is not accompanied by any operators. Example: `isUserPerceived`. **
|
|
390
|
+
# Supported operators:** * Comparison operators: The only supported comparison
|
|
391
|
+
# operator is equality. The filtered field must appear on the left hand side of
|
|
392
|
+
# the comparison. * Logical Operators: Logical operators `AND` and `OR` can be
|
|
393
|
+
# used to build complex filters following a conjunctive normal form (CNF), i.e.,
|
|
394
394
|
# conjunctions of disjunctions. The `OR` operator takes precedence over `AND` so
|
|
395
395
|
# the use of parenthesis is not necessary when building CNF. The `OR` operator
|
|
396
396
|
# is only supported to build disjunctions that apply to the same field, e.g., `
|
|
@@ -417,9 +417,9 @@ module Google
|
|
|
417
417
|
# Optional. Seconds of minutes of the time. Must normally be from 0 to 59,
|
|
418
418
|
# defaults to 0. An API may allow the value 60 if it allows leap-seconds.
|
|
419
419
|
# @param [String] interval_end_time_time_zone_id
|
|
420
|
-
# IANA Time Zone Database time zone
|
|
420
|
+
# IANA Time Zone Database time zone. For example "America/New_York".
|
|
421
421
|
# @param [String] interval_end_time_time_zone_version
|
|
422
|
-
# Optional. IANA Time Zone Database version number
|
|
422
|
+
# Optional. IANA Time Zone Database version number. For example "2019a".
|
|
423
423
|
# @param [String] interval_end_time_utc_offset
|
|
424
424
|
# UTC offset. Must be whole seconds, between -18 hours and +18 hours. For
|
|
425
425
|
# example, a UTC offset of -4:00 would be represented as ` seconds: -14400 `.
|
|
@@ -445,9 +445,9 @@ module Google
|
|
|
445
445
|
# Optional. Seconds of minutes of the time. Must normally be from 0 to 59,
|
|
446
446
|
# defaults to 0. An API may allow the value 60 if it allows leap-seconds.
|
|
447
447
|
# @param [String] interval_start_time_time_zone_id
|
|
448
|
-
# IANA Time Zone Database time zone
|
|
448
|
+
# IANA Time Zone Database time zone. For example "America/New_York".
|
|
449
449
|
# @param [String] interval_start_time_time_zone_version
|
|
450
|
-
# Optional. IANA Time Zone Database version number
|
|
450
|
+
# Optional. IANA Time Zone Database version number. For example "2019a".
|
|
451
451
|
# @param [String] interval_start_time_utc_offset
|
|
452
452
|
# UTC offset. Must be whole seconds, between -18 hours and +18 hours. For
|
|
453
453
|
# example, a UTC offset of -4:00 would be represented as ` seconds: -14400 `.
|
|
@@ -541,7 +541,7 @@ module Google
|
|
|
541
541
|
# requested device brands. Example: `deviceBrand = "Google". * `deviceType`:
|
|
542
542
|
# Matches error reports that occurred in the requested device types. Example: `
|
|
543
543
|
# deviceType = "PHONE"`. * `errorIssueType`: Matches error reports of the
|
|
544
|
-
# requested types only. Valid candidates: `CRASH`, `ANR`. Example: `
|
|
544
|
+
# requested types only. Valid candidates: `CRASH`, `ANR`, `NON_FATAL`. Example: `
|
|
545
545
|
# errorIssueType = CRASH OR errorIssueType = ANR`. * `errorIssueId`: Matches
|
|
546
546
|
# error reports belonging to the requested error issue ids only. Example: `
|
|
547
547
|
# errorIssueId = 1234 OR errorIssueId = 4567`. * `errorReportId`: Matches error
|
|
@@ -583,9 +583,9 @@ module Google
|
|
|
583
583
|
# Optional. Seconds of minutes of the time. Must normally be from 0 to 59,
|
|
584
584
|
# defaults to 0. An API may allow the value 60 if it allows leap-seconds.
|
|
585
585
|
# @param [String] interval_end_time_time_zone_id
|
|
586
|
-
# IANA Time Zone Database time zone
|
|
586
|
+
# IANA Time Zone Database time zone. For example "America/New_York".
|
|
587
587
|
# @param [String] interval_end_time_time_zone_version
|
|
588
|
-
# Optional. IANA Time Zone Database version number
|
|
588
|
+
# Optional. IANA Time Zone Database version number. For example "2019a".
|
|
589
589
|
# @param [String] interval_end_time_utc_offset
|
|
590
590
|
# UTC offset. Must be whole seconds, between -18 hours and +18 hours. For
|
|
591
591
|
# example, a UTC offset of -4:00 would be represented as ` seconds: -14400 `.
|
|
@@ -611,9 +611,9 @@ module Google
|
|
|
611
611
|
# Optional. Seconds of minutes of the time. Must normally be from 0 to 59,
|
|
612
612
|
# defaults to 0. An API may allow the value 60 if it allows leap-seconds.
|
|
613
613
|
# @param [String] interval_start_time_time_zone_id
|
|
614
|
-
# IANA Time Zone Database time zone
|
|
614
|
+
# IANA Time Zone Database time zone. For example "America/New_York".
|
|
615
615
|
# @param [String] interval_start_time_time_zone_version
|
|
616
|
-
# Optional. IANA Time Zone Database version number
|
|
616
|
+
# Optional. IANA Time Zone Database version number. For example "2019a".
|
|
617
617
|
# @param [String] interval_start_time_utc_offset
|
|
618
618
|
# UTC offset. Must be whole seconds, between -18 hours and +18 hours. For
|
|
619
619
|
# example, a UTC offset of -4:00 would be represented as ` seconds: -14400 `.
|
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.34.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-12-04 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.34.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
|