google-apis-playdeveloperreporting_v1alpha1 0.5.0 → 0.8.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: aeee5254cccdfae5c8a0725a4ba3cd25ab6ccc9c426f4d2442fa9c032edfef91
4
- data.tar.gz: 8523bec18b860ecfcc44f7ee3b7410d75a48e5db6e21381bc897db7201063edd
3
+ metadata.gz: 5c3aa5cc9b87337542bccc5e5a8fc452088cb4d8cd9c7524213ed815f552b119
4
+ data.tar.gz: d265323fd1d6b6bb230c4a45b8671b98d8ffb52b6c18b638450e166f1f6ce9a3
5
5
  SHA512:
6
- metadata.gz: 41374c86339c597aac547882966273255cf55e5ca28d43843767fd96d518476c5de56bfe80941f04facfd933a355e5e81b7901511b57a1b99ba3ec3f2d67a975
7
- data.tar.gz: 1419a711df3390d9aebe8ad8f3fa39160dbfa84dc1723df57d50f1567a6cc2331c21b70ee98810586d884f812018d758595bcb10792dae9a930b120da88a0936
6
+ metadata.gz: c981a7145b44fec50123f6d7289aee2cb16ef5a0f7ffcdc49b0e44df380fe18fa33c383cffe2efdef8478b93e8bf5be4d604532e6b0cecb7c4e7dca64199f01a
7
+ data.tar.gz: f91247ed321fd1ac637e0e00d3261a513415a298bf86ef2b83e73380e87700fd8af69aa2a923eff68eb396077cfdc2c06a69d41dbf348a8c577f97337226229e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
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
+
7
+ ### v0.7.0 (2022-07-23)
8
+
9
+ * Regenerated from discovery document revision 20220720
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.6.0 (2022-07-01)
13
+
14
+ * Regenerated using generator version 0.8.0
15
+
3
16
  ### v0.5.0 (2022-06-17)
4
17
 
5
18
  * Regenerated using generator version 0.6.0
@@ -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
 
@@ -489,9 +546,9 @@ module Google
489
546
  # from UTC. * When time_zone is set and utc_offset is unset: a civil time on a
490
547
  # calendar day in a particular time zone. * When neither time_zone nor
491
548
  # utc_offset is set: a civil time on a calendar day in local time. The date is
492
- # relative to the Proleptic Gregorian Calendar. If year is 0, the DateTime is
493
- # considered not to have a specific year. month and day must have valid, non-
494
- # zero values. This type may also be used to represent a physical time if all
549
+ # relative to the Proleptic Gregorian Calendar. If year, month, or day are 0,
550
+ # the DateTime is considered not to have a specific year, month, or day
551
+ # respectively. This type may also be used to represent a physical time if all
495
552
  # the date and time fields are set and either case of the `time_offset` oneof is
496
553
  # set. Consider using `Timestamp` message for physical time instead. If your use
497
554
  # case also would like to store the user's timezone, that can be done in another
@@ -591,9 +648,9 @@ module Google
591
648
  # from UTC. * When time_zone is set and utc_offset is unset: a civil time on a
592
649
  # calendar day in a particular time zone. * When neither time_zone nor
593
650
  # utc_offset is set: a civil time on a calendar day in local time. The date is
594
- # relative to the Proleptic Gregorian Calendar. If year is 0, the DateTime is
595
- # considered not to have a specific year. month and day must have valid, non-
596
- # zero values. This type may also be used to represent a physical time if all
651
+ # relative to the Proleptic Gregorian Calendar. If year, month, or day are 0,
652
+ # the DateTime is considered not to have a specific year, month, or day
653
+ # respectively. This type may also be used to represent a physical time if all
597
654
  # the date and time fields are set and either case of the `time_offset` oneof is
598
655
  # set. Consider using `Timestamp` message for physical time instead. If your use
599
656
  # case also would like to store the user's timezone, that can be done in another
@@ -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
 
@@ -1311,9 +1452,9 @@ module Google
1311
1452
  # from UTC. * When time_zone is set and utc_offset is unset: a civil time on a
1312
1453
  # calendar day in a particular time zone. * When neither time_zone nor
1313
1454
  # utc_offset is set: a civil time on a calendar day in local time. The date is
1314
- # relative to the Proleptic Gregorian Calendar. If year is 0, the DateTime is
1315
- # considered not to have a specific year. month and day must have valid, non-
1316
- # zero values. This type may also be used to represent a physical time if all
1455
+ # relative to the Proleptic Gregorian Calendar. If year, month, or day are 0,
1456
+ # the DateTime is considered not to have a specific year, month, or day
1457
+ # respectively. This type may also be used to represent a physical time if all
1317
1458
  # the date and time fields are set and either case of the `time_offset` oneof is
1318
1459
  # set. Consider using `Timestamp` message for physical time instead. If your use
1319
1460
  # case also would like to store the user's timezone, that can be done in another
@@ -1329,9 +1470,9 @@ module Google
1329
1470
  # from UTC. * When time_zone is set and utc_offset is unset: a civil time on a
1330
1471
  # calendar day in a particular time zone. * When neither time_zone nor
1331
1472
  # utc_offset is set: a civil time on a calendar day in local time. The date is
1332
- # relative to the Proleptic Gregorian Calendar. If year is 0, the DateTime is
1333
- # considered not to have a specific year. month and day must have valid, non-
1334
- # zero values. This type may also be used to represent a physical time if all
1473
+ # relative to the Proleptic Gregorian Calendar. If year, month, or day are 0,
1474
+ # the DateTime is considered not to have a specific year, month, or day
1475
+ # respectively. This type may also be used to represent a physical time if all
1335
1476
  # the date and time fields are set and either case of the `time_offset` oneof is
1336
1477
  # set. Consider using `Timestamp` message for physical time instead. If your use
1337
1478
  # case also would like to store the user's timezone, that can be done in another
@@ -1359,9 +1500,9 @@ module Google
1359
1500
  # from UTC. * When time_zone is set and utc_offset is unset: a civil time on a
1360
1501
  # calendar day in a particular time zone. * When neither time_zone nor
1361
1502
  # utc_offset is set: a civil time on a calendar day in local time. The date is
1362
- # relative to the Proleptic Gregorian Calendar. If year is 0, the DateTime is
1363
- # considered not to have a specific year. month and day must have valid, non-
1364
- # zero values. This type may also be used to represent a physical time if all
1503
+ # relative to the Proleptic Gregorian Calendar. If year, month, or day are 0,
1504
+ # the DateTime is considered not to have a specific year, month, or day
1505
+ # respectively. This type may also be used to represent a physical time if all
1365
1506
  # the date and time fields are set and either case of the `time_offset` oneof is
1366
1507
  # set. Consider using `Timestamp` message for physical time instead. If your use
1367
1508
  # case also would like to store the user's timezone, that can be done in another
@@ -1370,34 +1511,38 @@ module Google
1370
1511
  class GoogleTypeDateTime
1371
1512
  include Google::Apis::Core::Hashable
1372
1513
 
1373
- # Required. Day of month. Must be from 1 to 31 and valid for the year and month.
1514
+ # Optional. Day of month. Must be from 1 to 31 and valid for the year and month,
1515
+ # or 0 if specifying a datetime without a day.
1374
1516
  # Corresponds to the JSON property `day`
1375
1517
  # @return [Fixnum]
1376
1518
  attr_accessor :day
1377
1519
 
1378
- # Required. Hours of day in 24 hour format. Should be from 0 to 23. An API may
1379
- # choose to allow the value "24:00:00" for scenarios like business closing time.
1520
+ # Optional. Hours of day in 24 hour format. Should be from 0 to 23, defaults to
1521
+ # 0 (midnight). An API may choose to allow the value "24:00:00" for scenarios
1522
+ # like business closing time.
1380
1523
  # Corresponds to the JSON property `hours`
1381
1524
  # @return [Fixnum]
1382
1525
  attr_accessor :hours
1383
1526
 
1384
- # Required. Minutes of hour of day. Must be from 0 to 59.
1527
+ # Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
1385
1528
  # Corresponds to the JSON property `minutes`
1386
1529
  # @return [Fixnum]
1387
1530
  attr_accessor :minutes
1388
1531
 
1389
- # Required. Month of year. Must be from 1 to 12.
1532
+ # Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime
1533
+ # without a month.
1390
1534
  # Corresponds to the JSON property `month`
1391
1535
  # @return [Fixnum]
1392
1536
  attr_accessor :month
1393
1537
 
1394
- # Required. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
1538
+ # Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999,
1539
+ # defaults to 0.
1395
1540
  # Corresponds to the JSON property `nanos`
1396
1541
  # @return [Fixnum]
1397
1542
  attr_accessor :nanos
1398
1543
 
1399
- # Required. Seconds of minutes of the time. Must normally be from 0 to 59. An
1400
- # API may allow the value 60 if it allows leap-seconds.
1544
+ # Optional. Seconds of minutes of the time. Must normally be from 0 to 59,
1545
+ # defaults to 0. An API may allow the value 60 if it allows leap-seconds.
1401
1546
  # Corresponds to the JSON property `seconds`
1402
1547
  # @return [Fixnum]
1403
1548
  attr_accessor :seconds
@@ -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.5.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.6.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220522"
25
+ REVISION = "20220726"
26
26
  end
27
27
  end
28
28
  end
@@ -321,19 +321,23 @@ module Google
321
321
  # ANR` * `versionCode = 123 AND errorIssueType = OR errorIssueType = CRASH` * `
322
322
  # versionCode = 123 AND (errorIssueType = OR errorIssueType = CRASH)`
323
323
  # @param [Fixnum] interval_end_time_day
324
- # Required. Day of month. Must be from 1 to 31 and valid for the year and month.
324
+ # Optional. Day of month. Must be from 1 to 31 and valid for the year and month,
325
+ # or 0 if specifying a datetime without a day.
325
326
  # @param [Fixnum] interval_end_time_hours
326
- # Required. Hours of day in 24 hour format. Should be from 0 to 23. An API may
327
- # choose to allow the value "24:00:00" for scenarios like business closing time.
327
+ # Optional. Hours of day in 24 hour format. Should be from 0 to 23, defaults to
328
+ # 0 (midnight). An API may choose to allow the value "24:00:00" for scenarios
329
+ # like business closing time.
328
330
  # @param [Fixnum] interval_end_time_minutes
329
- # Required. Minutes of hour of day. Must be from 0 to 59.
331
+ # Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
330
332
  # @param [Fixnum] interval_end_time_month
331
- # Required. Month of year. Must be from 1 to 12.
333
+ # Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime
334
+ # without a month.
332
335
  # @param [Fixnum] interval_end_time_nanos
333
- # Required. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
336
+ # Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999,
337
+ # defaults to 0.
334
338
  # @param [Fixnum] interval_end_time_seconds
335
- # Required. Seconds of minutes of the time. Must normally be from 0 to 59. An
336
- # API may allow the value 60 if it allows leap-seconds.
339
+ # Optional. Seconds of minutes of the time. Must normally be from 0 to 59,
340
+ # defaults to 0. An API may allow the value 60 if it allows leap-seconds.
337
341
  # @param [String] interval_end_time_time_zone_id
338
342
  # IANA Time Zone Database time zone, e.g. "America/New_York".
339
343
  # @param [String] interval_end_time_time_zone_version
@@ -345,19 +349,23 @@ module Google
345
349
  # Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime
346
350
  # without a year.
347
351
  # @param [Fixnum] interval_start_time_day
348
- # Required. Day of month. Must be from 1 to 31 and valid for the year and month.
352
+ # Optional. Day of month. Must be from 1 to 31 and valid for the year and month,
353
+ # or 0 if specifying a datetime without a day.
349
354
  # @param [Fixnum] interval_start_time_hours
350
- # Required. Hours of day in 24 hour format. Should be from 0 to 23. An API may
351
- # choose to allow the value "24:00:00" for scenarios like business closing time.
355
+ # Optional. Hours of day in 24 hour format. Should be from 0 to 23, defaults to
356
+ # 0 (midnight). An API may choose to allow the value "24:00:00" for scenarios
357
+ # like business closing time.
352
358
  # @param [Fixnum] interval_start_time_minutes
353
- # Required. Minutes of hour of day. Must be from 0 to 59.
359
+ # Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
354
360
  # @param [Fixnum] interval_start_time_month
355
- # Required. Month of year. Must be from 1 to 12.
361
+ # Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime
362
+ # without a month.
356
363
  # @param [Fixnum] interval_start_time_nanos
357
- # Required. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
364
+ # Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999,
365
+ # defaults to 0.
358
366
  # @param [Fixnum] interval_start_time_seconds
359
- # Required. Seconds of minutes of the time. Must normally be from 0 to 59. An
360
- # API may allow the value 60 if it allows leap-seconds.
367
+ # Optional. Seconds of minutes of the time. Must normally be from 0 to 59,
368
+ # defaults to 0. An API may allow the value 60 if it allows leap-seconds.
361
369
  # @param [String] interval_start_time_time_zone_id
362
370
  # IANA Time Zone Database time zone, e.g. "America/New_York".
363
371
  # @param [String] interval_start_time_time_zone_version
@@ -458,19 +466,23 @@ module Google
458
466
  # versionCode = 123 AND errorIssueType = OR errorIssueType = CRASH` * `
459
467
  # versionCode = 123 AND (errorIssueType = OR errorIssueType = CRASH)`
460
468
  # @param [Fixnum] interval_end_time_day
461
- # Required. Day of month. Must be from 1 to 31 and valid for the year and month.
469
+ # Optional. Day of month. Must be from 1 to 31 and valid for the year and month,
470
+ # or 0 if specifying a datetime without a day.
462
471
  # @param [Fixnum] interval_end_time_hours
463
- # Required. Hours of day in 24 hour format. Should be from 0 to 23. An API may
464
- # choose to allow the value "24:00:00" for scenarios like business closing time.
472
+ # Optional. Hours of day in 24 hour format. Should be from 0 to 23, defaults to
473
+ # 0 (midnight). An API may choose to allow the value "24:00:00" for scenarios
474
+ # like business closing time.
465
475
  # @param [Fixnum] interval_end_time_minutes
466
- # Required. Minutes of hour of day. Must be from 0 to 59.
476
+ # Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
467
477
  # @param [Fixnum] interval_end_time_month
468
- # Required. Month of year. Must be from 1 to 12.
478
+ # Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime
479
+ # without a month.
469
480
  # @param [Fixnum] interval_end_time_nanos
470
- # Required. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
481
+ # Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999,
482
+ # defaults to 0.
471
483
  # @param [Fixnum] interval_end_time_seconds
472
- # Required. Seconds of minutes of the time. Must normally be from 0 to 59. An
473
- # API may allow the value 60 if it allows leap-seconds.
484
+ # Optional. Seconds of minutes of the time. Must normally be from 0 to 59,
485
+ # defaults to 0. An API may allow the value 60 if it allows leap-seconds.
474
486
  # @param [String] interval_end_time_time_zone_id
475
487
  # IANA Time Zone Database time zone, e.g. "America/New_York".
476
488
  # @param [String] interval_end_time_time_zone_version
@@ -482,19 +494,23 @@ module Google
482
494
  # Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime
483
495
  # without a year.
484
496
  # @param [Fixnum] interval_start_time_day
485
- # Required. Day of month. Must be from 1 to 31 and valid for the year and month.
497
+ # Optional. Day of month. Must be from 1 to 31 and valid for the year and month,
498
+ # or 0 if specifying a datetime without a day.
486
499
  # @param [Fixnum] interval_start_time_hours
487
- # Required. Hours of day in 24 hour format. Should be from 0 to 23. An API may
488
- # choose to allow the value "24:00:00" for scenarios like business closing time.
500
+ # Optional. Hours of day in 24 hour format. Should be from 0 to 23, defaults to
501
+ # 0 (midnight). An API may choose to allow the value "24:00:00" for scenarios
502
+ # like business closing time.
489
503
  # @param [Fixnum] interval_start_time_minutes
490
- # Required. Minutes of hour of day. Must be from 0 to 59.
504
+ # Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
491
505
  # @param [Fixnum] interval_start_time_month
492
- # Required. Month of year. Must be from 1 to 12.
506
+ # Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime
507
+ # without a month.
493
508
  # @param [Fixnum] interval_start_time_nanos
494
- # Required. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
509
+ # Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999,
510
+ # defaults to 0.
495
511
  # @param [Fixnum] interval_start_time_seconds
496
- # Required. Seconds of minutes of the time. Must normally be from 0 to 59. An
497
- # API may allow the value 60 if it allows leap-seconds.
512
+ # Optional. Seconds of minutes of the time. Must normally be from 0 to 59,
513
+ # defaults to 0. An API may allow the value 60 if it allows leap-seconds.
498
514
  # @param [String] interval_start_time_time_zone_id
499
515
  # IANA Time Zone Database time zone, e.g. "America/New_York".
500
516
  # @param [String] interval_start_time_time_zone_version
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.5.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-06-20 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.6'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.6'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.5.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: []