google-apis-playdeveloperreporting_v1alpha1 0.21.0 → 0.23.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8f6e66ab7f8dca832853bcca626ff36c161474679c5460ccafb9671037e5a30b
|
4
|
+
data.tar.gz: 917714e9538604bbfab75a96888b0ebb547d7c90277ff1f851e737f0959f9d70
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ef20a4afb42afae577b3df51cff14a2be1eb477f7c7c9e2cf4b25a5109b98ca3a59e6fa148866b6b86af0261ba3f8e60118b6423df052f276f2424c130b9792
|
7
|
+
data.tar.gz: 13d4ffad7650ef8ae903b52a1c370f788a5bce60bd5ddd8f244fffeca06c3c68e6cd1a0c1a861b44a5810918e421cc22d32bbae9c29dd46496066ad0f5ffba13
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-playdeveloperreporting_v1alpha1
|
2
2
|
|
3
|
+
### v0.23.0 (2023-12-10)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20231207
|
6
|
+
|
7
|
+
### v0.22.0 (2023-08-06)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230803
|
10
|
+
|
3
11
|
### v0.21.0 (2023-07-09)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230701
|
@@ -449,44 +449,46 @@ module Google
|
|
449
449
|
|
450
450
|
# Singleton resource representing the set of error report metrics. This metric
|
451
451
|
# set contains un-normalized error report counts. **Supported aggregation
|
452
|
-
# periods:** *
|
453
|
-
#
|
454
|
-
#
|
455
|
-
#
|
456
|
-
#
|
457
|
-
#
|
458
|
-
#
|
459
|
-
#
|
460
|
-
#
|
461
|
-
#
|
462
|
-
#
|
463
|
-
#
|
464
|
-
#
|
465
|
-
#
|
466
|
-
# the user's device
|
467
|
-
#
|
468
|
-
#
|
469
|
-
#
|
470
|
-
#
|
471
|
-
#
|
472
|
-
#
|
473
|
-
#
|
474
|
-
#
|
475
|
-
#
|
476
|
-
#
|
477
|
-
#
|
478
|
-
# of the device's CPU, e.g.,
|
479
|
-
# device's
|
480
|
-
#
|
481
|
-
#
|
482
|
-
#
|
483
|
-
#
|
484
|
-
#
|
485
|
-
#
|
486
|
-
#
|
487
|
-
#
|
488
|
-
#
|
489
|
-
# normalized metrics about
|
452
|
+
# periods:** * HOURLY: metrics are aggregated in hourly intervals. The default
|
453
|
+
# and only supported timezone is `UTC`. * DAILY: metrics are aggregated in
|
454
|
+
# calendar date intervals. The default and only supported timezone is `America/
|
455
|
+
# Los_Angeles`. **Supported metrics:** * `errorReportCount` (`google.type.
|
456
|
+
# Decimal`): Absolute count of individual error reports that have been received
|
457
|
+
# for an app. * `distinctUsers` (`google.type.Decimal`): Count of distinct users
|
458
|
+
# for which reports have been received. Care must be taken not to aggregate this
|
459
|
+
# count further, as it may result in users being counted multiple times. This
|
460
|
+
# value is not rounded, however it may be an approximation. **Required dimension:
|
461
|
+
# ** This dimension must be always specified in all requests in the `dimensions`
|
462
|
+
# field in query requests. * `reportType` (string): the type of error. The value
|
463
|
+
# should correspond to one of the possible values in ErrorType. **Supported
|
464
|
+
# dimensions:** * `apiLevel` (string): the API level of Android that was running
|
465
|
+
# on the user's device, e.g., 26. * `versionCode` (int64): version of the app
|
466
|
+
# that was running on the user's device. * `deviceModel` (string): unique
|
467
|
+
# identifier of the user's device model. The form of the identifier is '
|
468
|
+
# deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device
|
469
|
+
# corresponds to Build.DEVICE, e.g., google/coral. * `deviceType` (string):
|
470
|
+
# identifier of the device's form factor, e.g., PHONE. * `issueId` (string): the
|
471
|
+
# id an error was assigned to. The value should correspond to the ``issue``
|
472
|
+
# component of the issue name. * `deviceRamBucket` (int64): RAM of the device,
|
473
|
+
# in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the
|
474
|
+
# device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.
|
475
|
+
# android.com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (
|
476
|
+
# string): Model of the device's primary system-on-chip, e.g., "Exynos 2100". [
|
477
|
+
# Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL)
|
478
|
+
# * `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
|
479
|
+
# deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
|
480
|
+
# deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
|
481
|
+
# deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
|
482
|
+
# deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
|
483
|
+
# deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
|
484
|
+
# `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
|
485
|
+
# * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
|
486
|
+
# * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
|
487
|
+
# **Required permissions**: to access this resource, the calling user needs the
|
488
|
+
# _View app information (read-only)_ permission for the app. **Related metric
|
489
|
+
# sets:** * vitals.errors.counts contains normalized metrics about Crashes,
|
490
|
+
# another stability metric. * vitals.errors.counts contains normalized metrics
|
491
|
+
# about ANRs, another stability metric.
|
490
492
|
class GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet
|
491
493
|
include Google::Apis::Core::Hashable
|
492
494
|
|
@@ -677,6 +679,13 @@ module Google
|
|
677
679
|
# @return [String]
|
678
680
|
attr_accessor :type
|
679
681
|
|
682
|
+
# Version control system information from BUNDLE-METADATA/version-control-info.
|
683
|
+
# textproto or META-INF/version-control-info.textproto of the app bundle or APK,
|
684
|
+
# respectively.
|
685
|
+
# Corresponds to the JSON property `vcsInformation`
|
686
|
+
# @return [String]
|
687
|
+
attr_accessor :vcs_information
|
688
|
+
|
680
689
|
def initialize(**args)
|
681
690
|
update!(**args)
|
682
691
|
end
|
@@ -690,6 +699,7 @@ module Google
|
|
690
699
|
@os_version = args[:os_version] if args.key?(:os_version)
|
691
700
|
@report_text = args[:report_text] if args.key?(:report_text)
|
692
701
|
@type = args[:type] if args.key?(:type)
|
702
|
+
@vcs_information = args[:vcs_information] if args.key?(:vcs_information)
|
693
703
|
end
|
694
704
|
end
|
695
705
|
|
@@ -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.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 = "20231207"
|
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.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-
|
11
|
+
date: 2023-12-10 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.23.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: []
|
@@ -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.4.
|
78
|
+
rubygems_version: 3.4.19
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Google Play Developer Reporting API V1alpha1
|