google-apis-playdeveloperreporting_v1alpha1 0.7.0 → 0.8.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: 5dc701d3d1a7ac81b96cc9545a17fb547b406f9e0421c42d852e47c06cd4b680
4
- data.tar.gz: 1c42cef3fd8b77895a8747ba3ef32857a3d4c3a8f94ae298da4e57dfa0dfd7c6
3
+ metadata.gz: 5c3aa5cc9b87337542bccc5e5a8fc452088cb4d8cd9c7524213ed815f552b119
4
+ data.tar.gz: d265323fd1d6b6bb230c4a45b8671b98d8ffb52b6c18b638450e166f1f6ce9a3
5
5
  SHA512:
6
- metadata.gz: 51b4cb3e981ccd88407c5f0118613b03d4e66f61075c9b27500c40d62eb6c14599e70ed972f9d5394547507396142cdcd315b5f88d60f70d019c850d97d625c5
7
- data.tar.gz: e03008eb5cb64599710ae0dde00ae846a0d144a5845f11d45a3dfa919ad15aab6d3fcf97e32acd333bb307162d4f7ec1d319afd9268975f0bb09c597bb816955
6
+ metadata.gz: c981a7145b44fec50123f6d7289aee2cb16ef5a0f7ffcdc49b0e44df380fe18fa33c383cffe2efdef8478b93e8bf5be4d604532e6b0cecb7c4e7dca64199f01a
7
+ data.tar.gz: f91247ed321fd1ac637e0e00d3261a513415a298bf86ef2b83e73380e87700fd8af69aa2a923eff68eb396077cfdc2c06a69d41dbf348a8c577f97337226229e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-playdeveloperreporting_v1alpha1
2
2
 
3
+ ### v0.8.0 (2022-07-28)
4
+
5
+ * Regenerated from discovery document revision 20220726
6
+
3
7
  ### v0.7.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 GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet
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 GooglePlayDeveloperReportingV1alpha1CrashRateMetricSet
180
209
  include Google::Apis::Core::Hashable
181
210
 
@@ -262,11 +291,25 @@ module Google
262
291
  # the user's device model. * `deviceType` (string): identifier of the device's
263
292
  # form factor, e.g., PHONE. * `issueId` (string): the id an error was assigned
264
293
  # to. The value should correspond to the ``issue`` component of the issue name. *
265
- # *Required permissions**: to access this resource, the calling user needs the
266
- # _View app information (read-only)_ permission for the app. **Related metric
267
- # sets:** * vitals.errors.counts contains normalized metrics about Crashes,
268
- # another stability metric. * vitals.errors.counts contains normalized metrics
269
- # about ANRs, another stability metric.
294
+ # `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB,
295
+ # etc.). * `deviceSocMake` (string): Make of the device's primary system-on-chip,
296
+ # e.g., Samsung. [Reference](https://developer.android.com/reference/android/os/
297
+ # Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
298
+ # primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
299
+ # android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
300
+ # Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
301
+ # of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
302
+ # device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
303
+ # GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
304
+ # g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
305
+ # "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
306
+ # g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
307
+ # NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
308
+ # , mdpi, hdpi. **Required permissions**: to access this resource, the calling
309
+ # user needs the _View app information (read-only)_ permission for the app. **
310
+ # Related metric sets:** * vitals.errors.counts contains normalized metrics
311
+ # about Crashes, another stability metric. * vitals.errors.counts contains
312
+ # normalized metrics about ANRs, another stability metric.
270
313
  class GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet
271
314
  include Google::Apis::Core::Hashable
272
315
 
@@ -421,9 +464,23 @@ module Google
421
464
  # string): unique identifier of the user's device model. * `deviceType` (string):
422
465
  # the type (also known as form factor) of the user's device. * `countryCode` (
423
466
  # string): the country or region of the user's device based on their IP address,
424
- # represented as a 2-letter ISO-3166 code (e.g. US for the United States). **
425
- # Required permissions**: to access this resource, the calling user needs the
426
- # _View app information (read-only)_ permission for the app.
467
+ # represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `
468
+ # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
469
+ # . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
470
+ # , Samsung. [Reference](https://developer.android.com/reference/android/os/
471
+ # Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
472
+ # primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
473
+ # android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
474
+ # Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
475
+ # of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
476
+ # device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
477
+ # GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
478
+ # g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
479
+ # "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
480
+ # g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
481
+ # NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
482
+ # , mdpi, hdpi. **Required permissions**: to access this resource, the calling
483
+ # user needs the _View app information (read-only)_ permission for the app.
427
484
  class GooglePlayDeveloperReportingV1alpha1ExcessiveWakeupRateMetricSet
428
485
  include Google::Apis::Core::Hashable
429
486
 
@@ -627,7 +684,21 @@ module Google
627
684
  # deviceType` (string): the type (also known as form factor) of the user's
628
685
  # device. * `countryCode` (string): the country or region of the user's device
629
686
  # based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
630
- # for the United States).
687
+ # for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB,
688
+ # in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's
689
+ # primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
690
+ # com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
691
+ # Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
692
+ # https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
693
+ # deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
694
+ # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
695
+ # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
696
+ # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
697
+ # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
698
+ # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
699
+ # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
700
+ # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
701
+ # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
631
702
  # Corresponds to the JSON property `dimensions`
632
703
  # @return [Array<String>]
633
704
  attr_accessor :dimensions
@@ -739,7 +810,21 @@ module Google
739
810
  # deviceType` (string): the type (also known as form factor) of the user's
740
811
  # device. * `countryCode` (string): the country or region of the user's device
741
812
  # based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
742
- # for the United States).
813
+ # for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB,
814
+ # in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's
815
+ # primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
816
+ # com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
817
+ # Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
818
+ # https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
819
+ # deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
820
+ # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
821
+ # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
822
+ # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
823
+ # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
824
+ # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
825
+ # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
826
+ # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
827
+ # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
743
828
  # Corresponds to the JSON property `dimensions`
744
829
  # @return [Array<String>]
745
830
  attr_accessor :dimensions
@@ -853,7 +938,21 @@ module Google
853
938
  # reportType` (string): the type of error. The value should correspond to one of
854
939
  # the possible values in ErrorType. * `issueId` (string): the id an error was
855
940
  # assigned to. The value should correspond to the ``issue`` component of the
856
- # issue name.
941
+ # issue name. * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (
942
+ # 3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's primary
943
+ # system-on-chip, e.g., Samsung. [Reference](https://developer.android.com/
944
+ # reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
945
+ # Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
946
+ # https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
947
+ # deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
948
+ # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
949
+ # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
950
+ # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
951
+ # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
952
+ # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
953
+ # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
954
+ # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
955
+ # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
857
956
  # Corresponds to the JSON property `dimensions`
858
957
  # @return [Array<String>]
859
958
  attr_accessor :dimensions
@@ -957,7 +1056,21 @@ module Google
957
1056
  # deviceType` (string): the type (also known as form factor) of the user's
958
1057
  # device. * `countryCode` (string): the country or region of the user's device
959
1058
  # based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
960
- # for the United States).
1059
+ # for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB,
1060
+ # in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's
1061
+ # primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
1062
+ # com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
1063
+ # Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
1064
+ # https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
1065
+ # deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
1066
+ # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
1067
+ # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
1068
+ # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
1069
+ # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
1070
+ # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
1071
+ # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
1072
+ # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
1073
+ # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
961
1074
  # Corresponds to the JSON property `dimensions`
962
1075
  # @return [Array<String>]
963
1076
  attr_accessor :dimensions
@@ -1072,7 +1185,21 @@ module Google
1072
1185
  # deviceType` (string): the type (also known as form factor) of the user's
1073
1186
  # device. * `countryCode` (string): the country or region of the user's device
1074
1187
  # based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
1075
- # for the United States).
1188
+ # for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB,
1189
+ # in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's
1190
+ # primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
1191
+ # com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
1192
+ # Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
1193
+ # https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
1194
+ # deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
1195
+ # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
1196
+ # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
1197
+ # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
1198
+ # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
1199
+ # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
1200
+ # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
1201
+ # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
1202
+ # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
1076
1203
  # Corresponds to the JSON property `dimensions`
1077
1204
  # @return [Array<String>]
1078
1205
  attr_accessor :dimensions
@@ -1253,9 +1380,23 @@ module Google
1253
1380
  # string): unique identifier of the user's device model. * `deviceType` (string):
1254
1381
  # the type (also known as form factor) of the user's device. * `countryCode` (
1255
1382
  # string): the country or region of the user's device based on their IP address,
1256
- # represented as a 2-letter ISO-3166 code (e.g. US for the United States). **
1257
- # Required permissions**: to access this resource, the calling user needs the
1258
- # _View app information (read-only)_ permission for the app.
1383
+ # represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `
1384
+ # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
1385
+ # . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
1386
+ # , Samsung. [Reference](https://developer.android.com/reference/android/os/
1387
+ # Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
1388
+ # primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
1389
+ # android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
1390
+ # Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
1391
+ # of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
1392
+ # device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
1393
+ # GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
1394
+ # g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
1395
+ # "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
1396
+ # g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
1397
+ # NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
1398
+ # , mdpi, hdpi. **Required permissions**: to access this resource, the calling
1399
+ # user needs the _View app information (read-only)_ permission for the app.
1259
1400
  class GooglePlayDeveloperReportingV1alpha1StuckBackgroundWakelockRateMetricSet
1260
1401
  include Google::Apis::Core::Hashable
1261
1402
 
@@ -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.7.0"
19
+ GEM_VERSION = "0.8.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_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.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_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1alpha1/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1alpha1/v0.8.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: []