google-apis-playdeveloperreporting_v1beta1 0.15.0 → 0.16.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: 067d606f3a4df50278895925e5e6404fbc6b9c3c55e0ef9ae2236a69aa9552cd
|
4
|
+
data.tar.gz: cccabee319e4e11353e6dad306a8c1d5b5d6ce4466ef09c403282f5a95953a2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3585e316b3cca6e4e291d797a708922a209ad7d7bb134e237d9b3780d28163edd1419f1fa8fddc56a53edd38de2d09cdcdf0342e6f2350a63cc578b4503f77e
|
7
|
+
data.tar.gz: 10c5283b7ac267c26f94bcfbe6be5d689359e8b835e2c8a6973a2692069b5e24e05673e73a448ba1815086c28b111a447e34b9914079562f866787b6b18bb399
|
data/CHANGELOG.md
CHANGED
@@ -93,44 +93,46 @@ module Google
|
|
93
93
|
# produce a normalized metric independent of user counts. **Supported
|
94
94
|
# aggregation periods:** * DAILY: metrics are aggregated in calendar date
|
95
95
|
# intervals. Due to historical constraints, the only supported timezone is `
|
96
|
-
# America/Los_Angeles`.
|
97
|
-
#
|
98
|
-
#
|
99
|
-
#
|
100
|
-
#
|
101
|
-
#
|
102
|
-
#
|
103
|
-
#
|
104
|
-
#
|
105
|
-
#
|
106
|
-
#
|
107
|
-
#
|
108
|
-
#
|
109
|
-
#
|
110
|
-
#
|
111
|
-
#
|
112
|
-
# google.type.Decimal`):
|
113
|
-
#
|
114
|
-
#
|
115
|
-
#
|
116
|
-
#
|
117
|
-
#
|
118
|
-
#
|
119
|
-
#
|
120
|
-
#
|
121
|
-
# * `
|
122
|
-
#
|
123
|
-
# device. * `
|
124
|
-
#
|
125
|
-
#
|
126
|
-
#
|
127
|
-
#
|
128
|
-
#
|
129
|
-
#
|
130
|
-
#
|
131
|
-
#
|
132
|
-
#
|
133
|
-
#
|
96
|
+
# America/Los_Angeles`. * HOURLY: metrics are aggregated in hourly intervals.
|
97
|
+
# The default and only supported timezone is `UTC`. **Supported metrics:** * `
|
98
|
+
# anrRate` (`google.type.Decimal`): Percentage of distinct users in the
|
99
|
+
# aggregation period that experienced at least one ANR. * `anrRate7dUserWeighted`
|
100
|
+
# (`google.type.Decimal`): Rolling average value of `anrRate` in the last 7
|
101
|
+
# days. The daily values are weighted by the count of distinct users for the day.
|
102
|
+
# Not supported in HOURLY granularity. * `anrRate28dUserWeighted` (`google.type.
|
103
|
+
# Decimal`): Rolling average value of `anrRate` in the last 28 days. The daily
|
104
|
+
# values are weighted by the count of distinct users for the day. Not supported
|
105
|
+
# in HOURLY granularity. * `userPerceivedAnrRate` (`google.type.Decimal`):
|
106
|
+
# Percentage of distinct users in the aggregation period that experienced at
|
107
|
+
# least one user-perceived ANR. User-perceived ANRs are currently those of '
|
108
|
+
# Input dispatching' type. * `userPerceivedAnrRate7dUserWeighted` (`google.type.
|
109
|
+
# Decimal`): Rolling average value of `userPerceivedAnrRate` in the last 7 days.
|
110
|
+
# The daily values are weighted by the count of distinct users for the day. Not
|
111
|
+
# supported in HOURLY granularity. * `userPerceivedAnrRate28dUserWeighted` (`
|
112
|
+
# google.type.Decimal`): Rolling average value of `userPerceivedAnrRate` in the
|
113
|
+
# last 28 days. The daily values are weighted by the count of distinct users for
|
114
|
+
# the day. * `distinctUsers` (`google.type.Decimal`): Count of distinct users in
|
115
|
+
# the aggregation period that were used as normalization value for the `anrRate`
|
116
|
+
# and `userPerceivedAnrRate` metrics. A user is counted in this metric if they
|
117
|
+
# used the app in the foreground during the aggregation period. Care must be
|
118
|
+
# taken not to aggregate this count further, as it may result in users being
|
119
|
+
# counted multiple times. The value is rounded to the nearest multiple of 10,
|
120
|
+
# 100, 1,000 or 1,000,000, depending on the magnitude of the value. **Supported
|
121
|
+
# dimensions:** * `apiLevel` (string): the API level of Android that was running
|
122
|
+
# on the user's device. * `versionCode` (int64): version of the app that was
|
123
|
+
# running on the user's device. * `deviceModel` (string): unique identifier of
|
124
|
+
# the user's device model. * `deviceType` (string): the type (also known as form
|
125
|
+
# factor) of the user's device. * `countryCode` (string): the country or region
|
126
|
+
# of the user's device based on their IP address, represented as a 2-letter ISO-
|
127
|
+
# 3166 code (e.g. US for the United States). * `deviceRamBucket` (int64): RAM of
|
128
|
+
# the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
|
129
|
+
# Make of the device's primary system-on-chip, e.g., Samsung. [Reference](https:/
|
130
|
+
# /developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) * `
|
131
|
+
# deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "
|
132
|
+
# Exynos 2100". [Reference](https://developer.android.com/reference/android/os/
|
133
|
+
# Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the device's CPU, e.g.,
|
134
|
+
# Qualcomm. * `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo
|
135
|
+
# 240". * `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
|
134
136
|
# deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
|
135
137
|
# deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
|
136
138
|
# deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
|
@@ -173,58 +175,61 @@ module Google
|
|
173
175
|
# contains crashes data combined with usage data to produce a normalized metric
|
174
176
|
# independent of user counts. **Supported aggregation periods:** * DAILY:
|
175
177
|
# metrics are aggregated in calendar date intervals. Due to historical
|
176
|
-
# constraints, the only supported timezone is `America/Los_Angeles`.
|
177
|
-
# metrics
|
178
|
-
#
|
179
|
-
#
|
180
|
-
#
|
181
|
-
#
|
182
|
-
#
|
183
|
-
#
|
184
|
-
#
|
185
|
-
#
|
186
|
-
#
|
187
|
-
#
|
188
|
-
#
|
189
|
-
#
|
190
|
-
#
|
191
|
-
#
|
192
|
-
#
|
193
|
-
#
|
194
|
-
#
|
195
|
-
#
|
196
|
-
#
|
197
|
-
#
|
198
|
-
#
|
199
|
-
#
|
200
|
-
#
|
201
|
-
#
|
202
|
-
#
|
203
|
-
#
|
204
|
-
#
|
205
|
-
# string):
|
206
|
-
#
|
207
|
-
#
|
208
|
-
#
|
209
|
-
#
|
210
|
-
#
|
211
|
-
#
|
212
|
-
#
|
213
|
-
# primary system-on-chip, e.g.,
|
214
|
-
# android.com/reference/android/os/Build#
|
215
|
-
#
|
216
|
-
#
|
217
|
-
#
|
218
|
-
#
|
219
|
-
#
|
220
|
-
#
|
221
|
-
#
|
222
|
-
#
|
223
|
-
#
|
224
|
-
#
|
225
|
-
#
|
226
|
-
#
|
227
|
-
#
|
178
|
+
# constraints, the only supported timezone is `America/Los_Angeles`. * HOURLY:
|
179
|
+
# metrics are aggregated in hourly intervals. The default and only supported
|
180
|
+
# timezone is `UTC`. **Supported metrics:** * `crashRate` (`google.type.Decimal`)
|
181
|
+
# : Percentage of distinct users in the aggregation period that experienced at
|
182
|
+
# least one crash. * `crashRate7dUserWeighted` (`google.type.Decimal`): Rolling
|
183
|
+
# average value of `crashRate` in the last 7 days. The daily values are weighted
|
184
|
+
# by the count of distinct users for the day. Not supported in HOURLY
|
185
|
+
# granularity. * `crashRate28dUserWeighted` (`google.type.Decimal`): Rolling
|
186
|
+
# average value of `crashRate` in the last 28 days. The daily values are
|
187
|
+
# weighted by the count of distinct users for the day. Not supported in HOURLY
|
188
|
+
# granularity. * `userPerceivedCrashRate` (`google.type.Decimal`): Percentage of
|
189
|
+
# distinct users in the aggregation period that experienced at least one crash
|
190
|
+
# while they were actively using your app (a user-perceived crash). An app is
|
191
|
+
# considered to be in active use if it is displaying any activity or executing
|
192
|
+
# any foreground service. * `userPerceivedCrashRate7dUserWeighted` (`google.type.
|
193
|
+
# Decimal`): Rolling average value of `userPerceivedCrashRate` in the last 7
|
194
|
+
# days. The daily values are weighted by the count of distinct users for the day.
|
195
|
+
# Not supported in HOURLY granularity. * `userPerceivedCrashRate28dUserWeighted`
|
196
|
+
# (`google.type.Decimal`): Rolling average value of `userPerceivedCrashRate` in
|
197
|
+
# the last 28 days. The daily values are weighted by the count of distinct users
|
198
|
+
# for the day. Not supported in HOURLY granularity. * `distinctUsers` (`google.
|
199
|
+
# type.Decimal`): Count of distinct users in the aggregation period that were
|
200
|
+
# used as normalization value for the `crashRate` and `userPerceivedCrashRate`
|
201
|
+
# metrics. A user is counted in this metric if they used the app actively during
|
202
|
+
# the aggregation period. An app is considered to be in active use if it is
|
203
|
+
# displaying any activity or executing any foreground service. Care must be
|
204
|
+
# taken not to aggregate this count further, as it may result in users being
|
205
|
+
# counted multiple times. The value is rounded to the nearest multiple of 10,
|
206
|
+
# 100, 1,000 or 1,000,000, depending on the magnitude of the value. **Supported
|
207
|
+
# dimensions:** * `apiLevel` (string): the API level of Android that was running
|
208
|
+
# on the user's device. * `versionCode` (int64): version of the app that was
|
209
|
+
# running on the user's device. * `deviceModel` (string): unique identifier of
|
210
|
+
# the user's device model. * `deviceType` (string): the type (also known as form
|
211
|
+
# factor) of the user's device. * `countryCode` (string): the country or region
|
212
|
+
# of the user's device based on their IP address, represented as a 2-letter ISO-
|
213
|
+
# 3166 code (e.g. US for the United States). * `deviceRamBucket` (int64): RAM of
|
214
|
+
# the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
|
215
|
+
# Make of the device's primary system-on-chip, e.g., Samsung. [Reference](https:/
|
216
|
+
# /developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) * `
|
217
|
+
# deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "
|
218
|
+
# Exynos 2100". [Reference](https://developer.android.com/reference/android/os/
|
219
|
+
# Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the device's CPU, e.g.,
|
220
|
+
# Qualcomm. * `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo
|
221
|
+
# 240". * `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
|
222
|
+
# deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
|
223
|
+
# deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
|
224
|
+
# deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
|
225
|
+
# `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
|
226
|
+
# * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
|
227
|
+
# * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
|
228
|
+
# **Required permissions**: to access this resource, the calling user needs the
|
229
|
+
# _View app information (read-only)_ permission for the app. **Related metric
|
230
|
+
# sets:** * vitals.errors contains unnormalized version (absolute counts) of
|
231
|
+
# crashes. * vitals.errors contains normalized metrics about ANRs, another
|
232
|
+
# stability metric.
|
228
233
|
class GooglePlayDeveloperReportingV1beta1CrashRateMetricSet
|
229
234
|
include Google::Apis::Core::Hashable
|
230
235
|
|
@@ -773,25 +778,27 @@ module Google
|
|
773
778
|
# ): Percentage of distinct users in the aggregation period that experienced at
|
774
779
|
# least one ANR. * `anrRate7dUserWeighted` (`google.type.Decimal`): Rolling
|
775
780
|
# average value of `anrRate` in the last 7 days. The daily values are weighted
|
776
|
-
# by the count of distinct users for the day.
|
777
|
-
# google.type.Decimal`): Rolling
|
778
|
-
#
|
779
|
-
#
|
780
|
-
#
|
781
|
-
#
|
782
|
-
#
|
783
|
-
#
|
784
|
-
#
|
785
|
-
#
|
786
|
-
#
|
787
|
-
#
|
788
|
-
#
|
789
|
-
#
|
790
|
-
#
|
791
|
-
#
|
792
|
-
# this
|
793
|
-
#
|
794
|
-
#
|
781
|
+
# by the count of distinct users for the day. Not supported in HOURLY
|
782
|
+
# granularity. * `anrRate28dUserWeighted` (`google.type.Decimal`): Rolling
|
783
|
+
# average value of `anrRate` in the last 28 days. The daily values are weighted
|
784
|
+
# by the count of distinct users for the day. Not supported in HOURLY
|
785
|
+
# granularity. * `userPerceivedAnrRate` (`google.type.Decimal`): Percentage of
|
786
|
+
# distinct users in the aggregation period that experienced at least one user-
|
787
|
+
# perceived ANR. User-perceived ANRs are currently those of 'Input dispatching'
|
788
|
+
# type. * `userPerceivedAnrRate7dUserWeighted` (`google.type.Decimal`): Rolling
|
789
|
+
# average value of `userPerceivedAnrRate` in the last 7 days. The daily values
|
790
|
+
# are weighted by the count of distinct users for the day. Not supported in
|
791
|
+
# HOURLY granularity. * `userPerceivedAnrRate28dUserWeighted` (`google.type.
|
792
|
+
# Decimal`): Rolling average value of `userPerceivedAnrRate` in the last 28 days.
|
793
|
+
# The daily values are weighted by the count of distinct users for the day. Not
|
794
|
+
# . supported in HOURLY granularity. * `distinctUsers` (`google.type.Decimal`):
|
795
|
+
# Count of distinct users in the aggregation period that were used as
|
796
|
+
# normalization value for the `anrRate` and `userPerceivedAnrRate` metrics. A
|
797
|
+
# user is counted in this metric if they used the app in the foreground during
|
798
|
+
# the aggregation period. Care must be taken not to aggregate this count further,
|
799
|
+
# as it may result in users being counted multiple times. The value is rounded
|
800
|
+
# to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the
|
801
|
+
# magnitude of the value.
|
795
802
|
# Corresponds to the JSON property `metrics`
|
796
803
|
# @return [Array<String>]
|
797
804
|
attr_accessor :metrics
|
@@ -925,26 +932,26 @@ module Google
|
|
925
932
|
# values are weighted by the count of distinct users for the day. * `
|
926
933
|
# crashRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `
|
927
934
|
# crashRate` in the last 28 days. The daily values are weighted by the count of
|
928
|
-
# distinct users for the day.
|
929
|
-
# Percentage of distinct users
|
930
|
-
# least one crash while they were
|
931
|
-
# crash). An app is considered to be
|
932
|
-
# activity or executing any foreground
|
933
|
-
# userPerceivedCrashRate7dUserWeighted` (`google.type.Decimal`):
|
934
|
-
# value of `userPerceivedCrashRate` in the last 7 days. The
|
935
|
-
# weighted by the count of distinct users for the day.
|
936
|
-
# userPerceivedCrashRate28dUserWeighted` (`
|
937
|
-
# average value of `userPerceivedCrashRate` in
|
938
|
-
# values are weighted by the count of distinct users
|
939
|
-
#
|
940
|
-
#
|
941
|
-
#
|
942
|
-
#
|
943
|
-
# be in active use if it is
|
944
|
-
#
|
945
|
-
#
|
946
|
-
#
|
947
|
-
# the value.
|
935
|
+
# distinct users for the day. Not supported in HOURLY granularity. * `
|
936
|
+
# userPerceivedCrashRate` (`google.type.Decimal`): Percentage of distinct users
|
937
|
+
# in the aggregation period that experienced at least one crash while they were
|
938
|
+
# actively using your app (a user-perceived crash). An app is considered to be
|
939
|
+
# in active use if it is displaying any activity or executing any foreground
|
940
|
+
# service. * `userPerceivedCrashRate7dUserWeighted` (`google.type.Decimal`):
|
941
|
+
# Rolling average value of `userPerceivedCrashRate` in the last 7 days. The
|
942
|
+
# daily values are weighted by the count of distinct users for the day. Not
|
943
|
+
# supported in HOURLY granularity. * `userPerceivedCrashRate28dUserWeighted` (`
|
944
|
+
# google.type.Decimal`): Rolling average value of `userPerceivedCrashRate` in
|
945
|
+
# the last 28 days. The daily values are weighted by the count of distinct users
|
946
|
+
# for the day. Not supported in HOURLY granularity. * `distinctUsers` (`google.
|
947
|
+
# type.Decimal`): Count of distinct users in the aggregation period that were
|
948
|
+
# used as normalization value for the `crashRate` and `userPerceivedCrashRate`
|
949
|
+
# metrics. A user is counted in this metric if they used the app actively during
|
950
|
+
# the aggregation period. An app is considered to be in active use if it is
|
951
|
+
# displaying any activity or executing any foreground service. Care must be
|
952
|
+
# taken not to aggregate this count further, as it may result in users being
|
953
|
+
# counted multiple times. The value is rounded to the nearest multiple of 10,
|
954
|
+
# 100, 1,000 or 1,000,000, depending on the magnitude of the value.
|
948
955
|
# Corresponds to the JSON property `metrics`
|
949
956
|
# @return [Array<String>]
|
950
957
|
attr_accessor :metrics
|
@@ -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.16.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 = "20230425"
|
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.16.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-04-
|
11
|
+
date: 2023-04-30 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.16.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: []
|