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: 648904dc77bba4659b1e9ea5f7ce4710280cfc1b145dd7179101309f2ffcc620
4
- data.tar.gz: a371def29f77fd5c9533a2d8b3b75149e86624a065acd8b6bb052c5b57c831a9
3
+ metadata.gz: c2ad2fb8b3388b8701f36539fd2bbba70d100df2f808e21214ccd08675cb5c7e
4
+ data.tar.gz: 6d1638c1ffd08e0d53102f3d9d2ab0c719fe37bcf3e1dd75573bcdcab2967a35
5
5
  SHA512:
6
- metadata.gz: 28d61fb0a1c7ef57fc07873bf596449910d29c4dbf498be07012f57e935357c3509dcde39d510edbc22303cb0427f4ff7696860ffd68de8c38526af3edd99b72
7
- data.tar.gz: 975276a23cf1cbaf5daef1cc1a997e55f0d87d1d182b63fe7cb71b683fbcd16b3c184fab5151b94b90dd096efc765c7c9a6e41fdda3b23a0e5acb4a0310199a4
6
+ metadata.gz: 9bfe1e83cf6c1edbbb0a75957eba4effeaa6d7a33ac9e12e59139a48e0c881297260e70ff73f0623a58360d5de823b11606a3fcaeea0a28797a1b504a7a87d35
7
+ data.tar.gz: f108b8fda81a778c7751e6666eb9766c88420d6b1b6bd15f07ab6515d79dcab16d78554cd3de79979e95e76f46e178e79207b2013702f34a2d078fad9e8cf159
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-playdeveloperreporting_v1alpha1
2
2
 
3
+ ### v0.2.0 (2022-05-04)
4
+
5
+ * Regenerated from discovery document revision 20220429
6
+
3
7
  ### v0.1.0 (2022-04-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20220308
@@ -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 unnormalized error report counts. **Supported aggregation periods:
239
- # ** * DAILY: metrics are aggregated in calendar date intervals. The default and
240
- # only supported timezone is `America/Los_Angeles`. **Supported metrics:** * `
241
- # errorReportCount` (`google.type.Decimal`): Absolute count of individual error
242
- # reports that have been received for an app. * `distinctUsers` (`google.type.
243
- # Decimal`): Count of distinct users for which reports have been received. Care
244
- # must be taken not to aggregate this count further, as it may result in users
245
- # being counted multiple times. **Supported dimensions:** * `apiLevel` (string):
246
- # the API level of Android that was running on the user's device. * `versionCode`
247
- # (int64): version of the app that was running on the user's device. * `
248
- # deviceModel` (string): unique identifier of the user's device model. * `
249
- # deviceType` (string): identifier of the device's form factor, e.g., PHONE. * `
250
- # reportType` (string): the type of error. The value should correspond to one of
251
- # the possible values in ErrorType. * `issueId` (string): the id an error was
252
- # assigned to. The value should correspond to the ``issue`` component of the
253
- # issue name. **Required permissions**: to access this resource, the calling
254
- # user needs the _View app information (read-only)_ permission for the app. **
255
- # Related metric sets:** * vitals.errors.counts contains normalized metrics
256
- # about Crashes, another stability metric. * vitals.errors.counts contains
257
- # normalized metrics about ANRs, another stability metric.
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.1.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 = "20220308"
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.1.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-04-11 00:00:00.000000000 Z
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.1.0
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: []