google-apis-playdeveloperreporting_v1beta1 0.18.0 → 0.20.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: 9aea6220669a2b3fef74619a828407936c3d889623249d43b2193720af7b443a
4
- data.tar.gz: ec10a78afb53108834f352ad3b8cbc43bf5cdf6c1c523b07dbd5f9f736963f38
3
+ metadata.gz: 32d54f9d31fb1c08addc5e6851f62ef906a35934be49d095c40aa9c60c739b91
4
+ data.tar.gz: e01ec4c1f8526165edda83ccb6a001bb13373437538959c1add57ba4497aea34
5
5
  SHA512:
6
- metadata.gz: 1a52946af00adf3f289bb114e82f5a636a33a5136af90277af7e320462190529dfcda1ce1399606083992e15c7cefcd6badcda3fc1b13226b805ffe8d319b5e9
7
- data.tar.gz: 4bd2117f47c6522354ae0b5bb20a867c583f5caafe63d707a3fef1930cccc73bc7b4ddb8c2f977562798a1a7658580b4b403936d175742edb72dc5442f75cf29
6
+ metadata.gz: b2c3f78a721354727acee9a2b9fd2e93a837024072cb4604b2c82c50704d83ab8d39b84fbe889bd6676467229a9edb9532dadbc9b9af8e6c01a98433163a50af
7
+ data.tar.gz: b1c1269b2cf69badd90098c508e7d70e6aac99a5047231ccd2b234d321bacc1d21562dc1d54857182480e5d002f5da42e2da112430e23b1aa5c9fc6d5900af26
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-playdeveloperreporting_v1beta1
2
2
 
3
+ ### v0.20.0 (2023-08-06)
4
+
5
+ * Regenerated from discovery document revision 20230803
6
+
7
+ ### v0.19.0 (2023-07-09)
8
+
9
+ * Regenerated from discovery document revision 20230701
10
+
3
11
  ### v0.18.0 (2023-05-21)
4
12
 
5
13
  * Regenerated from discovery document revision 20230516
@@ -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:** * DAILY: metrics are aggregated in calendar date intervals. The
453
- # default and only supported timezone is `America/Los_Angeles`. **Supported
454
- # metrics:** * `errorReportCount` (`google.type.Decimal`): Absolute count of
455
- # individual error reports that have been received for an app. * `distinctUsers`
456
- # (`google.type.Decimal`): Count of distinct users for which reports have been
457
- # received. Care must be taken not to aggregate this count further, as it may
458
- # result in users being counted multiple times. This value is not rounded,
459
- # however it may be an approximation. **Required dimension:** This dimension
460
- # must be always specified in all requests in the `dimensions` field in query
461
- # requests. * `reportType` (string): the type of error. The value should
462
- # correspond to one of the possible values in ErrorType. **Supported dimensions:*
463
- # * * `apiLevel` (string): the API level of Android that was running on the user'
464
- # s device, e.g., 26. * `versionCode` (int64): version of the app that was
465
- # running on the user's device. * `deviceModel` (string): unique identifier of
466
- # the user's device model. The form of the identifier is 'deviceBrand/device',
467
- # where deviceBrand corresponds to Build.BRAND and device corresponds to Build.
468
- # DEVICE, e.g., google/coral. * `deviceType` (string): identifier of the device'
469
- # s form factor, e.g., PHONE. * `issueId` (string): the id an error was assigned
470
- # to. The value should correspond to the ``issue`` component of the issue name. *
471
- # `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB,
472
- # etc.). * `deviceSocMake` (string): Make of the device's primary system-on-chip,
473
- # e.g., Samsung. [Reference](https://developer.android.com/reference/android/os/
474
- # Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
475
- # primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
476
- # android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
477
- # Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
478
- # of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
479
- # device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
480
- # GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
481
- # g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
482
- # "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
483
- # g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
484
- # NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
485
- # , mdpi, hdpi. **Required permissions**: to access this resource, the calling
486
- # user needs the _View app information (read-only)_ permission for the app. **
487
- # Related metric sets:** * vitals.errors.counts contains normalized metrics
488
- # about Crashes, another stability metric. * vitals.errors.counts contains
489
- # normalized metrics about ANRs, another stability metric.
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 GooglePlayDeveloperReportingV1beta1ErrorCountMetricSet
491
493
  include Google::Apis::Core::Hashable
492
494
 
@@ -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.18.0"
19
+ GEM_VERSION = "0.20.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 = "20230516"
25
+ REVISION = "20230803"
26
26
  end
27
27
  end
28
28
  end
@@ -615,7 +615,7 @@ module Google
615
615
  # @param [Fixnum] page_size
616
616
  # The maximum number of reports to return. The service may return fewer than
617
617
  # this value. If unspecified, at most 50 reports will be returned. The maximum
618
- # value is 1000; values above 1000 will be coerced to 1000.
618
+ # value is 100; values above 100 will be coerced to 100.
619
619
  # @param [String] page_token
620
620
  # A page token, received from a previous `SearchErrorReports` call. Provide this
621
621
  # to retrieve the subsequent page. When paginating, all other parameters
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.18.0
4
+ version: 0.20.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-05-21 00:00:00.000000000 Z
11
+ date: 2023-08-06 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.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1beta1/v0.20.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: []