google-apis-playdeveloperreporting_v1beta1 0.6.0 → 0.7.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: 29447d21f7971850047e0fc8899d192309bb803f292b14de9b3c1b8a176a34c9
4
- data.tar.gz: 55d820c6350e8f643ba46a7a0517579edbdb64057e9b13a1982f492719d0194a
3
+ metadata.gz: 2e5ce609f547960385685136ade6cb5e9ddadf90ad9299e52c95a84ea85c0ed4
4
+ data.tar.gz: 1cb9a68c57ecdc9ae5c75b2cd5508bfebea78c9c036abddc967af0ea8a8fad4f
5
5
  SHA512:
6
- metadata.gz: 5af4e677e682711a0d048a8fa469ac5071e4699a81a78294b6bd0689eabd22aa935db0160cd47cf53e5ab43aa290b3dc2d0b0ac1cc460b9ee493e018859ca6d0
7
- data.tar.gz: 3b66fe37342991f12076124d716dfde2eb5d6b8a95edce15de1e23d0adb9423d9afe6acc267c0bbc9b834a47a99bcd1374441caec484a5b3de0996265fc6609e
6
+ metadata.gz: 67a4d77f24143de83bac448ded1ee97fff95d331cfbb9d100c665a6ae17a0287a3991058351c43faa4c99d737086e7f56a50831e941b6709eddde85e852dfa77
7
+ data.tar.gz: fae6072f67bedfb1d38a6c0e3c40b9ed839d70294be9d2a42f9284d5223f2817463fab92b0792cf5718e6a36dd5d672e75b68f2cf7e1cd746b4a85eaa528c104
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-playdeveloperreporting_v1beta1
2
2
 
3
+ ### v0.7.0 (2022-07-28)
4
+
5
+ * Regenerated from discovery document revision 20220726
6
+
3
7
  ### v0.6.0 (2022-07-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20220720
@@ -113,12 +113,26 @@ module Google
113
113
  # identifier of the user's device model. * `deviceType` (string): the type (also
114
114
  # known as form factor) of the user's device. * `countryCode` (string): the
115
115
  # country or region of the user's device based on their IP address, represented
116
- # as a 2-letter ISO-3166 code (e.g. US for the United States). **Required
117
- # permissions**: to access this resource, the calling user needs the _View app
118
- # information (read-only)_ permission for the app. **Related metric sets:** *
119
- # vitals.errors contains unnormalized version (absolute counts) of crashes. *
120
- # vitals.errors contains normalized metrics about crashes, another stability
121
- # metric.
116
+ # as a 2-letter ISO-3166 code (e.g. US for the United States). * `
117
+ # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
118
+ # . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
119
+ # , Samsung. [Reference](https://developer.android.com/reference/android/os/
120
+ # Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
121
+ # primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
122
+ # android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
123
+ # Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
124
+ # of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
125
+ # device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
126
+ # GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
127
+ # g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
128
+ # "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
129
+ # g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
130
+ # NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
131
+ # , mdpi, hdpi. **Required permissions**: to access this resource, the calling
132
+ # user needs the _View app information (read-only)_ permission for the app. **
133
+ # Related metric sets:** * vitals.errors contains unnormalized version (absolute
134
+ # counts) of crashes. * vitals.errors contains normalized metrics about crashes,
135
+ # another stability metric.
122
136
  class GooglePlayDeveloperReportingV1beta1AnrRateMetricSet
123
137
  include Google::Apis::Core::Hashable
124
138
 
@@ -171,11 +185,26 @@ module Google
171
185
  # device model. * `deviceType` (string): the type (also known as form factor) of
172
186
  # the user's device. * `countryCode` (string): the country or region of the user'
173
187
  # s device based on their IP address, represented as a 2-letter ISO-3166 code (e.
174
- # g. US for the United States). **Required permissions**: to access this
175
- # resource, the calling user needs the _View app information (read-only)_
176
- # permission for the app. **Related metric sets:** * vitals.errors contains
177
- # unnormalized version (absolute counts) of crashes. * vitals.errors contains
178
- # normalized metrics about ANRs, another stability metric.
188
+ # g. US for the United States). * `deviceRamBucket` (int64): RAM of the device,
189
+ # in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the
190
+ # device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.
191
+ # android.com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (
192
+ # string): Model of the device's primary system-on-chip, e.g., "Exynos 2100". [
193
+ # Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL)
194
+ # * `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
195
+ # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
196
+ # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
197
+ # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
198
+ # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
199
+ # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
200
+ # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
201
+ # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
202
+ # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
203
+ # **Required permissions**: to access this resource, the calling user needs the
204
+ # _View app information (read-only)_ permission for the app. **Related metric
205
+ # sets:** * vitals.errors contains unnormalized version (absolute counts) of
206
+ # crashes. * vitals.errors contains normalized metrics about ANRs, another
207
+ # stability metric.
179
208
  class GooglePlayDeveloperReportingV1beta1CrashRateMetricSet
180
209
  include Google::Apis::Core::Hashable
181
210
 
@@ -271,9 +300,23 @@ module Google
271
300
  # string): unique identifier of the user's device model. * `deviceType` (string):
272
301
  # the type (also known as form factor) of the user's device. * `countryCode` (
273
302
  # string): the country or region of the user's device based on their IP address,
274
- # represented as a 2-letter ISO-3166 code (e.g. US for the United States). **
275
- # Required permissions**: to access this resource, the calling user needs the
276
- # _View app information (read-only)_ permission for the app.
303
+ # represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `
304
+ # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
305
+ # . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
306
+ # , Samsung. [Reference](https://developer.android.com/reference/android/os/
307
+ # Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
308
+ # primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
309
+ # android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
310
+ # Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
311
+ # of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
312
+ # device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
313
+ # GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
314
+ # g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
315
+ # "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
316
+ # g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
317
+ # NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
318
+ # , mdpi, hdpi. **Required permissions**: to access this resource, the calling
319
+ # user needs the _View app information (read-only)_ permission for the app.
277
320
  class GooglePlayDeveloperReportingV1beta1ExcessiveWakeupRateMetricSet
278
321
  include Google::Apis::Core::Hashable
279
322
 
@@ -477,7 +520,21 @@ module Google
477
520
  # deviceType` (string): the type (also known as form factor) of the user's
478
521
  # device. * `countryCode` (string): the country or region of the user's device
479
522
  # based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
480
- # for the United States).
523
+ # for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB,
524
+ # in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's
525
+ # primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
526
+ # com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
527
+ # Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
528
+ # https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
529
+ # deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
530
+ # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
531
+ # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
532
+ # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
533
+ # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
534
+ # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
535
+ # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
536
+ # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
537
+ # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
481
538
  # Corresponds to the JSON property `dimensions`
482
539
  # @return [Array<String>]
483
540
  attr_accessor :dimensions
@@ -589,7 +646,21 @@ module Google
589
646
  # deviceType` (string): the type (also known as form factor) of the user's
590
647
  # device. * `countryCode` (string): the country or region of the user's device
591
648
  # based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
592
- # for the United States).
649
+ # for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB,
650
+ # in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's
651
+ # primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
652
+ # com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
653
+ # Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
654
+ # https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
655
+ # deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
656
+ # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
657
+ # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
658
+ # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
659
+ # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
660
+ # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
661
+ # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
662
+ # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
663
+ # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
593
664
  # Corresponds to the JSON property `dimensions`
594
665
  # @return [Array<String>]
595
666
  attr_accessor :dimensions
@@ -702,7 +773,21 @@ module Google
702
773
  # deviceType` (string): the type (also known as form factor) of the user's
703
774
  # device. * `countryCode` (string): the country or region of the user's device
704
775
  # based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
705
- # for the United States).
776
+ # for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB,
777
+ # in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's
778
+ # primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
779
+ # com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
780
+ # Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
781
+ # https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
782
+ # deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
783
+ # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
784
+ # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
785
+ # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
786
+ # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
787
+ # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
788
+ # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
789
+ # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
790
+ # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
706
791
  # Corresponds to the JSON property `dimensions`
707
792
  # @return [Array<String>]
708
793
  attr_accessor :dimensions
@@ -817,7 +902,21 @@ module Google
817
902
  # deviceType` (string): the type (also known as form factor) of the user's
818
903
  # device. * `countryCode` (string): the country or region of the user's device
819
904
  # based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
820
- # for the United States).
905
+ # for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB,
906
+ # in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's
907
+ # primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
908
+ # com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
909
+ # Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
910
+ # https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
911
+ # deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
912
+ # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
913
+ # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
914
+ # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
915
+ # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
916
+ # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
917
+ # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
918
+ # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
919
+ # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
821
920
  # Corresponds to the JSON property `dimensions`
822
921
  # @return [Array<String>]
823
922
  attr_accessor :dimensions
@@ -948,9 +1047,23 @@ module Google
948
1047
  # string): unique identifier of the user's device model. * `deviceType` (string):
949
1048
  # the type (also known as form factor) of the user's device. * `countryCode` (
950
1049
  # string): the country or region of the user's device based on their IP address,
951
- # represented as a 2-letter ISO-3166 code (e.g. US for the United States). **
952
- # Required permissions**: to access this resource, the calling user needs the
953
- # _View app information (read-only)_ permission for the app.
1050
+ # represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `
1051
+ # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
1052
+ # . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
1053
+ # , Samsung. [Reference](https://developer.android.com/reference/android/os/
1054
+ # Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
1055
+ # primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
1056
+ # android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
1057
+ # Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
1058
+ # of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
1059
+ # device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
1060
+ # GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
1061
+ # g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
1062
+ # "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
1063
+ # g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
1064
+ # NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
1065
+ # , mdpi, hdpi. **Required permissions**: to access this resource, the calling
1066
+ # user needs the _View app information (read-only)_ permission for the app.
954
1067
  class GooglePlayDeveloperReportingV1beta1StuckBackgroundWakelockRateMetricSet
955
1068
  include Google::Apis::Core::Hashable
956
1069
 
@@ -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.6.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220720"
25
+ REVISION = "20220726"
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.6.0
4
+ version: 0.7.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-07-25 00:00:00.000000000 Z
11
+ date: 2022-08-01 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.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1beta1/v0.7.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: []