google-apis-playdeveloperreporting_v1alpha1 0.1.0 → 0.2.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: c2ad2fb8b3388b8701f36539fd2bbba70d100df2f808e21214ccd08675cb5c7e
|
|
4
|
+
data.tar.gz: 6d1638c1ffd08e0d53102f3d9d2ab0c719fe37bcf3e1dd75573bcdcab2967a35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9bfe1e83cf6c1edbbb0a75957eba4effeaa6d7a33ac9e12e59139a48e0c881297260e70ff73f0623a58360d5de823b11606a3fcaeea0a28797a1b504a7a87d35
|
|
7
|
+
data.tar.gz: f108b8fda81a778c7751e6666eb9766c88420d6b1b6bd15f07ab6515d79dcab16d78554cd3de79979e95e76f46e178e79207b2013702f34a2d078fad9e8cf159
|
data/CHANGELOG.md
CHANGED
|
@@ -235,26 +235,28 @@ module Google
|
|
|
235
235
|
end
|
|
236
236
|
|
|
237
237
|
# Singleton resource representing the set of error report metrics. This metric
|
|
238
|
-
# set contains
|
|
239
|
-
#
|
|
240
|
-
# only supported timezone is `America/Los_Angeles`. **Supported
|
|
241
|
-
# errorReportCount` (`google.type.Decimal`): Absolute count of
|
|
242
|
-
# reports that have been received for an app. * `distinctUsers`
|
|
243
|
-
# Decimal`): Count of distinct users for which reports have been
|
|
244
|
-
# must be taken not to aggregate this count further, as it may
|
|
245
|
-
# being counted multiple times. **
|
|
246
|
-
#
|
|
247
|
-
#
|
|
248
|
-
#
|
|
249
|
-
#
|
|
250
|
-
#
|
|
251
|
-
#
|
|
252
|
-
#
|
|
253
|
-
#
|
|
254
|
-
#
|
|
255
|
-
#
|
|
256
|
-
#
|
|
257
|
-
# normalized metrics about
|
|
238
|
+
# set contains un-normalized error report counts. **Supported aggregation
|
|
239
|
+
# periods:** * DAILY: metrics are aggregated in calendar date intervals. The
|
|
240
|
+
# default and only supported timezone is `America/Los_Angeles`. **Supported
|
|
241
|
+
# metrics:** * `errorReportCount` (`google.type.Decimal`): Absolute count of
|
|
242
|
+
# individual error reports that have been received for an app. * `distinctUsers`
|
|
243
|
+
# (`google.type.Decimal`): Count of distinct users for which reports have been
|
|
244
|
+
# received. Care must be taken not to aggregate this count further, as it may
|
|
245
|
+
# result in users being counted multiple times. **Required dimension:** This
|
|
246
|
+
# dimension must be always specified in all requests in the `dimensions` field
|
|
247
|
+
# in query requests. * `reportType` (string): the type of error. The value
|
|
248
|
+
# should correspond to one of the possible values in ErrorType. **Supported
|
|
249
|
+
# dimensions:** * `apiLevel` (string): the API level of Android that was running
|
|
250
|
+
# on the user's device. * `versionCode` (int64): version of the app that was
|
|
251
|
+
# running on the user's device. * `deviceModel` (string): unique identifier of
|
|
252
|
+
# the user's device model. * `deviceType` (string): identifier of the device's
|
|
253
|
+
# form factor, e.g., PHONE. * `issueId` (string): the id an error was assigned
|
|
254
|
+
# to. The value should correspond to the ``issue`` component of the issue name. *
|
|
255
|
+
# *Required permissions**: to access this resource, the calling user needs the
|
|
256
|
+
# _View app information (read-only)_ permission for the app. **Related metric
|
|
257
|
+
# sets:** * vitals.errors.counts contains normalized metrics about Crashes,
|
|
258
|
+
# another stability metric. * vitals.errors.counts contains normalized metrics
|
|
259
|
+
# about ANRs, another stability metric.
|
|
258
260
|
class GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet
|
|
259
261
|
include Google::Apis::Core::Hashable
|
|
260
262
|
|
|
@@ -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.2.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220429"
|
|
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.2.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: 2022-
|
|
11
|
+
date: 2022-05-09 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.2.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: []
|