google-apis-playdeveloperreporting_v1beta1 0.4.0 → 0.7.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: df287244410b3af7dc404ece930ab2af7e3644ed5b1904ce96e7b2a9e03fddc9
4
- data.tar.gz: e6ca5a6af5d77cbc44c230188119ac3729bc28c5f86d20f869abe0f5d2540642
3
+ metadata.gz: 2e5ce609f547960385685136ade6cb5e9ddadf90ad9299e52c95a84ea85c0ed4
4
+ data.tar.gz: 1cb9a68c57ecdc9ae5c75b2cd5508bfebea78c9c036abddc967af0ea8a8fad4f
5
5
  SHA512:
6
- metadata.gz: 00d528bb27cfa187eefce773b6e9669a91ecf67e45cfd06967fe54e0214caf04881538fc78f098c293de48d6db8b93347a2bbefcf452fb1be7fa281c945aea7f
7
- data.tar.gz: 2cf14ef6320557de1dbd7ede04b4d5ed03a2acc2c68a80a3382bf463481a049685e34a59a2faf609d96f7f75ff333eb03b2e9a10b1aea24edcf448d4429cfb76
6
+ metadata.gz: 67a4d77f24143de83bac448ded1ee97fff95d331cfbb9d100c665a6ae17a0287a3991058351c43faa4c99d737086e7f56a50831e941b6709eddde85e852dfa77
7
+ data.tar.gz: fae6072f67bedfb1d38a6c0e3c40b9ed839d70294be9d2a42f9284d5223f2817463fab92b0792cf5718e6a36dd5d672e75b68f2cf7e1cd746b4a85eaa528c104
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
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
+
7
+ ### v0.6.0 (2022-07-23)
8
+
9
+ * Regenerated from discovery document revision 20220720
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.5.0 (2022-07-01)
13
+
14
+ * Regenerated using generator version 0.8.0
15
+
3
16
  ### v0.4.0 (2022-06-18)
4
17
 
5
18
  * Regenerated using generator version 0.7.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 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
 
@@ -339,9 +382,9 @@ module Google
339
382
  # from UTC. * When time_zone is set and utc_offset is unset: a civil time on a
340
383
  # calendar day in a particular time zone. * When neither time_zone nor
341
384
  # utc_offset is set: a civil time on a calendar day in local time. The date is
342
- # relative to the Proleptic Gregorian Calendar. If year is 0, the DateTime is
343
- # considered not to have a specific year. month and day must have valid, non-
344
- # zero values. This type may also be used to represent a physical time if all
385
+ # relative to the Proleptic Gregorian Calendar. If year, month, or day are 0,
386
+ # the DateTime is considered not to have a specific year, month, or day
387
+ # respectively. This type may also be used to represent a physical time if all
345
388
  # the date and time fields are set and either case of the `time_offset` oneof is
346
389
  # set. Consider using `Timestamp` message for physical time instead. If your use
347
390
  # case also would like to store the user's timezone, that can be done in another
@@ -441,9 +484,9 @@ module Google
441
484
  # from UTC. * When time_zone is set and utc_offset is unset: a civil time on a
442
485
  # calendar day in a particular time zone. * When neither time_zone nor
443
486
  # utc_offset is set: a civil time on a calendar day in local time. The date is
444
- # relative to the Proleptic Gregorian Calendar. If year is 0, the DateTime is
445
- # considered not to have a specific year. month and day must have valid, non-
446
- # zero values. This type may also be used to represent a physical time if all
487
+ # relative to the Proleptic Gregorian Calendar. If year, month, or day are 0,
488
+ # the DateTime is considered not to have a specific year, month, or day
489
+ # respectively. This type may also be used to represent a physical time if all
447
490
  # the date and time fields are set and either case of the `time_offset` oneof is
448
491
  # set. Consider using `Timestamp` message for physical time instead. If your use
449
492
  # case also would like to store the user's timezone, that can be done in another
@@ -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
 
@@ -1006,9 +1119,9 @@ module Google
1006
1119
  # from UTC. * When time_zone is set and utc_offset is unset: a civil time on a
1007
1120
  # calendar day in a particular time zone. * When neither time_zone nor
1008
1121
  # utc_offset is set: a civil time on a calendar day in local time. The date is
1009
- # relative to the Proleptic Gregorian Calendar. If year is 0, the DateTime is
1010
- # considered not to have a specific year. month and day must have valid, non-
1011
- # zero values. This type may also be used to represent a physical time if all
1122
+ # relative to the Proleptic Gregorian Calendar. If year, month, or day are 0,
1123
+ # the DateTime is considered not to have a specific year, month, or day
1124
+ # respectively. This type may also be used to represent a physical time if all
1012
1125
  # the date and time fields are set and either case of the `time_offset` oneof is
1013
1126
  # set. Consider using `Timestamp` message for physical time instead. If your use
1014
1127
  # case also would like to store the user's timezone, that can be done in another
@@ -1024,9 +1137,9 @@ module Google
1024
1137
  # from UTC. * When time_zone is set and utc_offset is unset: a civil time on a
1025
1138
  # calendar day in a particular time zone. * When neither time_zone nor
1026
1139
  # utc_offset is set: a civil time on a calendar day in local time. The date is
1027
- # relative to the Proleptic Gregorian Calendar. If year is 0, the DateTime is
1028
- # considered not to have a specific year. month and day must have valid, non-
1029
- # zero values. This type may also be used to represent a physical time if all
1140
+ # relative to the Proleptic Gregorian Calendar. If year, month, or day are 0,
1141
+ # the DateTime is considered not to have a specific year, month, or day
1142
+ # respectively. This type may also be used to represent a physical time if all
1030
1143
  # the date and time fields are set and either case of the `time_offset` oneof is
1031
1144
  # set. Consider using `Timestamp` message for physical time instead. If your use
1032
1145
  # case also would like to store the user's timezone, that can be done in another
@@ -1054,9 +1167,9 @@ module Google
1054
1167
  # from UTC. * When time_zone is set and utc_offset is unset: a civil time on a
1055
1168
  # calendar day in a particular time zone. * When neither time_zone nor
1056
1169
  # utc_offset is set: a civil time on a calendar day in local time. The date is
1057
- # relative to the Proleptic Gregorian Calendar. If year is 0, the DateTime is
1058
- # considered not to have a specific year. month and day must have valid, non-
1059
- # zero values. This type may also be used to represent a physical time if all
1170
+ # relative to the Proleptic Gregorian Calendar. If year, month, or day are 0,
1171
+ # the DateTime is considered not to have a specific year, month, or day
1172
+ # respectively. This type may also be used to represent a physical time if all
1060
1173
  # the date and time fields are set and either case of the `time_offset` oneof is
1061
1174
  # set. Consider using `Timestamp` message for physical time instead. If your use
1062
1175
  # case also would like to store the user's timezone, that can be done in another
@@ -1065,34 +1178,38 @@ module Google
1065
1178
  class GoogleTypeDateTime
1066
1179
  include Google::Apis::Core::Hashable
1067
1180
 
1068
- # Required. Day of month. Must be from 1 to 31 and valid for the year and month.
1181
+ # Optional. Day of month. Must be from 1 to 31 and valid for the year and month,
1182
+ # or 0 if specifying a datetime without a day.
1069
1183
  # Corresponds to the JSON property `day`
1070
1184
  # @return [Fixnum]
1071
1185
  attr_accessor :day
1072
1186
 
1073
- # Required. Hours of day in 24 hour format. Should be from 0 to 23. An API may
1074
- # choose to allow the value "24:00:00" for scenarios like business closing time.
1187
+ # Optional. Hours of day in 24 hour format. Should be from 0 to 23, defaults to
1188
+ # 0 (midnight). An API may choose to allow the value "24:00:00" for scenarios
1189
+ # like business closing time.
1075
1190
  # Corresponds to the JSON property `hours`
1076
1191
  # @return [Fixnum]
1077
1192
  attr_accessor :hours
1078
1193
 
1079
- # Required. Minutes of hour of day. Must be from 0 to 59.
1194
+ # Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
1080
1195
  # Corresponds to the JSON property `minutes`
1081
1196
  # @return [Fixnum]
1082
1197
  attr_accessor :minutes
1083
1198
 
1084
- # Required. Month of year. Must be from 1 to 12.
1199
+ # Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime
1200
+ # without a month.
1085
1201
  # Corresponds to the JSON property `month`
1086
1202
  # @return [Fixnum]
1087
1203
  attr_accessor :month
1088
1204
 
1089
- # Required. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
1205
+ # Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999,
1206
+ # defaults to 0.
1090
1207
  # Corresponds to the JSON property `nanos`
1091
1208
  # @return [Fixnum]
1092
1209
  attr_accessor :nanos
1093
1210
 
1094
- # Required. Seconds of minutes of the time. Must normally be from 0 to 59. An
1095
- # API may allow the value 60 if it allows leap-seconds.
1211
+ # Optional. Seconds of minutes of the time. Must normally be from 0 to 59,
1212
+ # defaults to 0. An API may allow the value 60 if it allows leap-seconds.
1096
1213
  # Corresponds to the JSON property `seconds`
1097
1214
  # @return [Fixnum]
1098
1215
  attr_accessor :seconds
@@ -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.4.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.7.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
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.4.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-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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1beta1/v0.4.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: []