google-apis-playdeveloperreporting_v1alpha1 0.24.0 → 0.25.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: d637e931e8cf122b08cd31ce4e3968f7217636840a8104ec950cc6571ab23dd7
|
|
4
|
+
data.tar.gz: b0b628f05511fa5d1e218dabf9784065c8772159c9548fa214745970cab1b72f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bce4d821775fd9070472994c5698f08ce95a070c19b25b6220d456aa470caa269115a23e022a351529f80dfc0878bfc974d66fa5a83413aca84d40c8d5fe6251
|
|
7
|
+
data.tar.gz: ce11a6518ba2de03969374f44ebc56fadd03e58be68941014f4bd53cfcbd41f3c22552ed2a1f029a43c466141e3d4f6e7e1018a4d8288da1fdf39aa509b9e3af
|
data/CHANGELOG.md
CHANGED
|
@@ -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::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1FreshnessInfo]
|
|
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::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1FreshnessInfo]
|
|
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
|
|
@@ -767,7 +767,7 @@ module Google
|
|
|
767
767
|
# @return [Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1FreshnessInfo]
|
|
768
768
|
attr_accessor :freshness_info
|
|
769
769
|
|
|
770
|
-
# The resource name. Format: apps/`app`/excessiveWakeupRateMetricSet
|
|
770
|
+
# Identifier. The resource name. Format: apps/`app`/excessiveWakeupRateMetricSet
|
|
771
771
|
# Corresponds to the JSON property `name`
|
|
772
772
|
# @return [String]
|
|
773
773
|
attr_accessor :name
|
|
@@ -2185,7 +2185,7 @@ module Google
|
|
|
2185
2185
|
# @return [Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1FreshnessInfo]
|
|
2186
2186
|
attr_accessor :freshness_info
|
|
2187
2187
|
|
|
2188
|
-
# The resource name. Format: apps/`app`/slowRenderingRateMetricSet
|
|
2188
|
+
# Identifier. The resource name. Format: apps/`app`/slowRenderingRateMetricSet
|
|
2189
2189
|
# Corresponds to the JSON property `name`
|
|
2190
2190
|
# @return [String]
|
|
2191
2191
|
attr_accessor :name
|
|
@@ -2259,7 +2259,7 @@ module Google
|
|
|
2259
2259
|
# @return [Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1FreshnessInfo]
|
|
2260
2260
|
attr_accessor :freshness_info
|
|
2261
2261
|
|
|
2262
|
-
# The resource name. Format: apps/`app`/slowStartRateMetricSet
|
|
2262
|
+
# Identifier. The resource name. Format: apps/`app`/slowStartRateMetricSet
|
|
2263
2263
|
# Corresponds to the JSON property `name`
|
|
2264
2264
|
# @return [String]
|
|
2265
2265
|
attr_accessor :name
|
|
@@ -2333,7 +2333,8 @@ module Google
|
|
|
2333
2333
|
# @return [Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1FreshnessInfo]
|
|
2334
2334
|
attr_accessor :freshness_info
|
|
2335
2335
|
|
|
2336
|
-
# The resource name. Format: apps/`app`/
|
|
2336
|
+
# Identifier. The resource name. Format: apps/`app`/
|
|
2337
|
+
# stuckBackgroundWakelockRateMetricSet
|
|
2337
2338
|
# Corresponds to the JSON property `name`
|
|
2338
2339
|
# @return [String]
|
|
2339
2340
|
attr_accessor :name
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module PlaydeveloperreportingV1alpha1
|
|
18
18
|
# Version of the google-apis-playdeveloperreporting_v1alpha1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.25.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
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-playdeveloperreporting_v1alpha1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.25.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_v1alpha1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1alpha1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1alpha1/v0.25.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-playdeveloperreporting_v1alpha1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|