google-apis-playdeveloperreporting_v1beta1 0.21.0 → 0.23.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: c0622f04572c79f61c44a4a9dbed06f54bc24e88d9fccb5c41defa206422ac95
|
|
4
|
+
data.tar.gz: e057113c82e3c832454bc4484cd4c174620e55aeef564e17f72502eb3d0a5737
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80bddf3398fc5dbaa1c549c6cf232fe1fa1c3951b22cf98b015ee51479fa71c8232b2b404cfc1c52d245f8981dc3c5e17b3d43ccfcf1025442e979c8dcf6d0ad
|
|
7
|
+
data.tar.gz: d5974a0fc6298d7d4c88e7bad5044b26501ad15fc713c2b65d03e085b19fb099272971e8301d79d4f8561560029dfed8a64ef00582ea0b7eb6b14f4461549969
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-playdeveloperreporting_v1beta1
|
|
2
2
|
|
|
3
|
+
### v0.23.0 (2023-12-24)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20231217
|
|
6
|
+
|
|
7
|
+
### v0.22.0 (2023-12-17)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20231210
|
|
10
|
+
|
|
3
11
|
### v0.21.0 (2023-12-10)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20231207
|
|
@@ -52,7 +52,7 @@ module Google
|
|
|
52
52
|
# @return [String]
|
|
53
53
|
attr_accessor :metric_set
|
|
54
54
|
|
|
55
|
-
# Name of the anomaly. Format: apps/`app`/anomalies/`anomaly`
|
|
55
|
+
# Identifier. Name of the anomaly. Format: apps/`app`/anomalies/`anomaly`
|
|
56
56
|
# Corresponds to the JSON property `name`
|
|
57
57
|
# @return [String]
|
|
58
58
|
attr_accessor :name
|
|
@@ -159,7 +159,7 @@ module Google
|
|
|
159
159
|
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1FreshnessInfo]
|
|
160
160
|
attr_accessor :freshness_info
|
|
161
161
|
|
|
162
|
-
# The resource name. Format: apps/`app`/anrRateMetricSet
|
|
162
|
+
# Identifier. The resource name. Format: apps/`app`/anrRateMetricSet
|
|
163
163
|
# Corresponds to the JSON property `name`
|
|
164
164
|
# @return [String]
|
|
165
165
|
attr_accessor :name
|
|
@@ -186,7 +186,7 @@ module Google
|
|
|
186
186
|
# @return [String]
|
|
187
187
|
attr_accessor :display_name
|
|
188
188
|
|
|
189
|
-
# The resource name. Format: apps/`app`
|
|
189
|
+
# Identifier. The resource name. Format: apps/`app`
|
|
190
190
|
# Corresponds to the JSON property `name`
|
|
191
191
|
# @return [String]
|
|
192
192
|
attr_accessor :name
|
|
@@ -301,7 +301,7 @@ module Google
|
|
|
301
301
|
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1FreshnessInfo]
|
|
302
302
|
attr_accessor :freshness_info
|
|
303
303
|
|
|
304
|
-
# The resource name. Format: apps/`app`/crashRateMetricSet
|
|
304
|
+
# Identifier. The resource name. Format: apps/`app`/crashRateMetricSet
|
|
305
305
|
# Corresponds to the JSON property `name`
|
|
306
306
|
# @return [String]
|
|
307
307
|
attr_accessor :name
|
|
@@ -636,6 +636,11 @@ module Google
|
|
|
636
636
|
class GooglePlayDeveloperReportingV1beta1ErrorReport
|
|
637
637
|
include Google::Apis::Core::Hashable
|
|
638
638
|
|
|
639
|
+
# Representations of an app version.
|
|
640
|
+
# Corresponds to the JSON property `appVersion`
|
|
641
|
+
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1AppVersion]
|
|
642
|
+
attr_accessor :app_version
|
|
643
|
+
|
|
639
644
|
# Summary of a device
|
|
640
645
|
# Corresponds to the JSON property `deviceModel`
|
|
641
646
|
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1DeviceModelSummary]
|
|
@@ -692,6 +697,7 @@ module Google
|
|
|
692
697
|
|
|
693
698
|
# Update properties of this object
|
|
694
699
|
def update!(**args)
|
|
700
|
+
@app_version = args[:app_version] if args.key?(:app_version)
|
|
695
701
|
@device_model = args[:device_model] if args.key?(:device_model)
|
|
696
702
|
@event_time = args[:event_time] if args.key?(:event_time)
|
|
697
703
|
@issue = args[:issue] if args.key?(:issue)
|
|
@@ -761,7 +767,7 @@ module Google
|
|
|
761
767
|
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1FreshnessInfo]
|
|
762
768
|
attr_accessor :freshness_info
|
|
763
769
|
|
|
764
|
-
# The resource name. Format: apps/`app`/excessiveWakeupRateMetricSet
|
|
770
|
+
# Identifier. The resource name. Format: apps/`app`/excessiveWakeupRateMetricSet
|
|
765
771
|
# Corresponds to the JSON property `name`
|
|
766
772
|
# @return [String]
|
|
767
773
|
attr_accessor :name
|
|
@@ -2179,7 +2185,7 @@ module Google
|
|
|
2179
2185
|
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1FreshnessInfo]
|
|
2180
2186
|
attr_accessor :freshness_info
|
|
2181
2187
|
|
|
2182
|
-
# The resource name. Format: apps/`app`/slowRenderingRateMetricSet
|
|
2188
|
+
# Identifier. The resource name. Format: apps/`app`/slowRenderingRateMetricSet
|
|
2183
2189
|
# Corresponds to the JSON property `name`
|
|
2184
2190
|
# @return [String]
|
|
2185
2191
|
attr_accessor :name
|
|
@@ -2253,7 +2259,7 @@ module Google
|
|
|
2253
2259
|
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1FreshnessInfo]
|
|
2254
2260
|
attr_accessor :freshness_info
|
|
2255
2261
|
|
|
2256
|
-
# The resource name. Format: apps/`app`/slowStartRateMetricSet
|
|
2262
|
+
# Identifier. The resource name. Format: apps/`app`/slowStartRateMetricSet
|
|
2257
2263
|
# Corresponds to the JSON property `name`
|
|
2258
2264
|
# @return [String]
|
|
2259
2265
|
attr_accessor :name
|
|
@@ -2327,7 +2333,8 @@ module Google
|
|
|
2327
2333
|
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1FreshnessInfo]
|
|
2328
2334
|
attr_accessor :freshness_info
|
|
2329
2335
|
|
|
2330
|
-
# The resource name. Format: apps/`app`/
|
|
2336
|
+
# Identifier. The resource name. Format: apps/`app`/
|
|
2337
|
+
# stuckBackgroundWakelockRateMetricSet
|
|
2331
2338
|
# Corresponds to the JSON property `name`
|
|
2332
2339
|
# @return [String]
|
|
2333
2340
|
attr_accessor :name
|
|
@@ -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.23.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20231217"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -420,6 +420,8 @@ module Google
|
|
|
420
420
|
class GooglePlayDeveloperReportingV1beta1ErrorReport
|
|
421
421
|
# @private
|
|
422
422
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
423
|
+
property :app_version, as: 'appVersion', class: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1AppVersion, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1AppVersion::Representation
|
|
424
|
+
|
|
423
425
|
property :device_model, as: 'deviceModel', class: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1DeviceModelSummary, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1DeviceModelSummary::Representation
|
|
424
426
|
|
|
425
427
|
property :event_time, as: 'eventTime'
|
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.23.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: 2023-12-
|
|
11
|
+
date: 2023-12-24 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.23.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: []
|