google-apis-playdeveloperreporting_v1alpha1 0.35.0 → 0.36.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: 577695201b88e4a5bff8d6227c3cbe02c32db5fd61259ac4eff15122c511ebf4
4
- data.tar.gz: 063d473254450718820342440bf14d1abbe4bee4d228ddaa497ee0bb3e8d7526
3
+ metadata.gz: 96796d45f95621f98d758c087e3c5b1ea4d0a1b9272fb5c8b7daef31e4fd727d
4
+ data.tar.gz: ce8a719dac15fbec44d2a9bfacef8bfbbd28134d4c6b299d486d3dabe638a535
5
5
  SHA512:
6
- metadata.gz: a8d6827d8930b51d01c07ddf42270557b9f1eacd66eb4bb8b5eefffd01d926ff5b4aefcd7ee5e25bce83a6d1a5f101893dcaf42db8f7837a7aa124e611753179
7
- data.tar.gz: 325020e93ab063fe7ec27a09a6e0ef2c089918ecc818a8ec5f0bf0c2b7c6ce7291ff3de49374c52b2066d9d95aafaaad72c8955a1623cca70871960b94526ab4
6
+ metadata.gz: 955996d017fc684b56c8528e2a9a5babded313a59490aab352f1eb3369818b2044a289827a5df42fe40ea4edf75dcd59a202d83ae9ed2399e67c15e4750f608e
7
+ data.tar.gz: 4eb8839d49fc3bf2167f6386e0300172f185d47d36ab3ed9dd0b9bc6da268e4a00d8f64552642c163372507ce487ce4f458a7039efb090a6aa045f89b60bf76f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-playdeveloperreporting_v1alpha1
2
2
 
3
+ ### v0.36.0 (2026-02-08)
4
+
5
+ * Regenerated from discovery document revision 20260201
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.35.0 (2025-05-04)
4
9
 
5
10
  * Regenerated using generator version 0.17.0
@@ -212,7 +212,7 @@ module Google
212
212
  class GooglePlayDeveloperReportingV1alpha1AppVersion
213
213
  include Google::Apis::Core::Hashable
214
214
 
215
- # Numeric version code of the app version (set by the app's developer).
215
+ # Optional. Numeric version code of the app version (set by the app's developer).
216
216
  # Corresponds to the JSON property `versionCode`
217
217
  # @return [Fixnum]
218
218
  attr_accessor :version_code
@@ -498,7 +498,7 @@ module Google
498
498
  # @return [Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1FreshnessInfo]
499
499
  attr_accessor :freshness_info
500
500
 
501
- # The resource name. Format: apps/`app`/errorCountMetricSet
501
+ # Identifier. The resource name. Format: apps/`app`/errorCountMetricSet
502
502
  # Corresponds to the JSON property `name`
503
503
  # @return [String]
504
504
  attr_accessor :name
@@ -671,7 +671,7 @@ module Google
671
671
  # @return [String]
672
672
  attr_accessor :issue
673
673
 
674
- # The resource name of the report. Format: apps/`app`/`report`
674
+ # Identifier. The resource name of the report. Format: apps/`app`/`report`
675
675
  # Corresponds to the JSON property `name`
676
676
  # @return [String]
677
677
  attr_accessor :name
@@ -1029,17 +1029,17 @@ module Google
1029
1029
  class GooglePlayDeveloperReportingV1alpha1MetricsRow
1030
1030
  include Google::Apis::Core::Hashable
1031
1031
 
1032
- # Granularity of the aggregation period of the row.
1032
+ # Optional. Granularity of the aggregation period of the row.
1033
1033
  # Corresponds to the JSON property `aggregationPeriod`
1034
1034
  # @return [String]
1035
1035
  attr_accessor :aggregation_period
1036
1036
 
1037
- # Dimension columns in the row.
1037
+ # Optional. Dimension columns in the row.
1038
1038
  # Corresponds to the JSON property `dimensions`
1039
1039
  # @return [Array<Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1DimensionValue>]
1040
1040
  attr_accessor :dimensions
1041
1041
 
1042
- # Metric columns in the row.
1042
+ # Optional. Metric columns in the row.
1043
1043
  # Corresponds to the JSON property `metrics`
1044
1044
  # @return [Array<Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1MetricValue>]
1045
1045
  attr_accessor :metrics
@@ -1079,7 +1079,7 @@ module Google
1079
1079
  class GooglePlayDeveloperReportingV1alpha1OsVersion
1080
1080
  include Google::Apis::Core::Hashable
1081
1081
 
1082
- # Numeric version code of the OS - API level
1082
+ # Optional. Numeric version code of the OS - API level
1083
1083
  # Corresponds to the JSON property `apiLevel`
1084
1084
  # @return [Fixnum]
1085
1085
  attr_accessor :api_level
@@ -1098,15 +1098,15 @@ module Google
1098
1098
  class GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest
1099
1099
  include Google::Apis::Core::Hashable
1100
1100
 
1101
- # Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (
1102
- # string): the API level of Android that was running on the user's device, e.g.,
1103
- # 26. * `versionCode` (int64): version of the app that was running on the user's
1104
- # device. * `deviceModel` (string): unique identifier of the user's device model.
1105
- # The form of the identifier is 'deviceBrand/device', where deviceBrand
1106
- # corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
1107
- # google/coral. * `deviceBrand` (string): unique identifier of the user's device
1108
- # brand, e.g., google. * `deviceType` (string): the type (also known as form
1109
- # factor) of the user's device, e.g., PHONE. * `countryCode` (string): the
1101
+ # Optional. Dimensions to slice the metrics by. **Supported dimensions:** * `
1102
+ # apiLevel` (string): the API level of Android that was running on the user's
1103
+ # device, e.g., 26. * `versionCode` (int64): version of the app that was running
1104
+ # on the user's device. * `deviceModel` (string): unique identifier of the user'
1105
+ # s device model. The form of the identifier is 'deviceBrand/device', where
1106
+ # deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE,
1107
+ # e.g., google/coral. * `deviceBrand` (string): unique identifier of the user's
1108
+ # device brand, e.g., google. * `deviceType` (string): the type (also known as
1109
+ # form factor) of the user's device, e.g., PHONE. * `countryCode` (string): the
1110
1110
  # country or region of the user's device based on their IP address, represented
1111
1111
  # as a 2-letter ISO-3166 code (e.g. US for the United States). * `
1112
1112
  # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
@@ -1128,18 +1128,18 @@ module Google
1128
1128
  # @return [Array<String>]
1129
1129
  attr_accessor :dimensions
1130
1130
 
1131
- # Filters to apply to data. The filtering expression follows [AIP-160](https://
1132
- # google.aip.dev/160) standard and supports filtering by equality of all
1131
+ # Optional. Filters to apply to data. The filtering expression follows [AIP-160](
1132
+ # https://google.aip.dev/160) standard and supports filtering by equality of all
1133
1133
  # breakdown dimensions.
1134
1134
  # Corresponds to the JSON property `filter`
1135
1135
  # @return [String]
1136
1136
  attr_accessor :filter
1137
1137
 
1138
- # Metrics to aggregate. **Supported metrics:** * `anrRate` (`google.type.Decimal`
1139
- # ): Percentage of distinct users in the aggregation period that experienced at
1140
- # least one ANR. * `anrRate7dUserWeighted` (`google.type.Decimal`): Rolling
1141
- # average value of `anrRate` in the last 7 days. The daily values are weighted
1142
- # by the count of distinct users for the day. Not supported in HOURLY
1138
+ # Optional. Metrics to aggregate. **Supported metrics:** * `anrRate` (`google.
1139
+ # type.Decimal`): Percentage of distinct users in the aggregation period that
1140
+ # experienced at least one ANR. * `anrRate7dUserWeighted` (`google.type.Decimal`)
1141
+ # : Rolling average value of `anrRate` in the last 7 days. The daily values are
1142
+ # weighted by the count of distinct users for the day. Not supported in HOURLY
1143
1143
  # granularity. * `anrRate28dUserWeighted` (`google.type.Decimal`): Rolling
1144
1144
  # average value of `anrRate` in the last 28 days. The daily values are weighted
1145
1145
  # by the count of distinct users for the day. Not supported in HOURLY
@@ -1164,16 +1164,16 @@ module Google
1164
1164
  # @return [Array<String>]
1165
1165
  attr_accessor :metrics
1166
1166
 
1167
- # Maximum size of the returned data. If unspecified, at most 1000 rows will be
1168
- # returned. The maximum value is 100,000; values above 100,000 will be coerced
1169
- # to 100,000.
1167
+ # Optional. Maximum size of the returned data. If unspecified, at most 1000 rows
1168
+ # will be returned. The maximum value is 100,000; values above 100,000 will be
1169
+ # coerced to 100,000.
1170
1170
  # Corresponds to the JSON property `pageSize`
1171
1171
  # @return [Fixnum]
1172
1172
  attr_accessor :page_size
1173
1173
 
1174
- # A page token, received from a previous call. Provide this to retrieve the
1175
- # subsequent page. When paginating, all other parameters provided to the request
1176
- # must match the call that provided the page token.
1174
+ # Optional. A page token, received from a previous call. Provide this to
1175
+ # retrieve the subsequent page. When paginating, all other parameters provided
1176
+ # to the request must match the call that provided the page token.
1177
1177
  # Corresponds to the JSON property `pageToken`
1178
1178
  # @return [String]
1179
1179
  attr_accessor :page_token
@@ -1195,15 +1195,15 @@ module Google
1195
1195
  # @return [Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec]
1196
1196
  attr_accessor :timeline_spec
1197
1197
 
1198
- # User view to select. The output data will correspond to the selected view. **
1199
- # Supported values:** * `OS_PUBLIC` To select data from all publicly released
1200
- # Android versions. This is the default. Supports all the above dimensions. * `
1201
- # APP_TESTERS` To select data from users who have opted in to be testers.
1202
- # Supports all the above dimensions. * `OS_BETA` To select data from beta
1203
- # android versions only, excluding data from released android versions. Only the
1204
- # following dimensions are supported: * `versionCode` (int64): version of the
1205
- # app that was running on the user's device. * `osBuild` (string): OS build of
1206
- # the user's device, e.g., "T1B2.220916.004".
1198
+ # Optional. User view to select. The output data will correspond to the selected
1199
+ # view. **Supported values:** * `OS_PUBLIC` To select data from all publicly
1200
+ # released Android versions. This is the default. Supports all the above
1201
+ # dimensions. * `APP_TESTERS` To select data from users who have opted in to be
1202
+ # testers. Supports all the above dimensions. * `OS_BETA` To select data from
1203
+ # beta android versions only, excluding data from released android versions.
1204
+ # Only the following dimensions are supported: * `versionCode` (int64): version
1205
+ # of the app that was running on the user's device. * `osBuild` (string): OS
1206
+ # build of the user's device, e.g., "T1B2.220916.004".
1207
1207
  # Corresponds to the JSON property `userCohort`
1208
1208
  # @return [String]
1209
1209
  attr_accessor :user_cohort
@@ -1253,15 +1253,15 @@ module Google
1253
1253
  class GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest
1254
1254
  include Google::Apis::Core::Hashable
1255
1255
 
1256
- # Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (
1257
- # string): the API level of Android that was running on the user's device, e.g.,
1258
- # 26. * `versionCode` (int64): version of the app that was running on the user's
1259
- # device. * `deviceModel` (string): unique identifier of the user's device model.
1260
- # The form of the identifier is 'deviceBrand/device', where deviceBrand
1261
- # corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
1262
- # google/coral. * `deviceBrand` (string): unique identifier of the user's device
1263
- # brand, e.g., google. * `deviceType` (string): the type (also known as form
1264
- # factor) of the user's device, e.g., PHONE. * `countryCode` (string): the
1256
+ # Optional. Dimensions to slice the metrics by. **Supported dimensions:** * `
1257
+ # apiLevel` (string): the API level of Android that was running on the user's
1258
+ # device, e.g., 26. * `versionCode` (int64): version of the app that was running
1259
+ # on the user's device. * `deviceModel` (string): unique identifier of the user'
1260
+ # s device model. The form of the identifier is 'deviceBrand/device', where
1261
+ # deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE,
1262
+ # e.g., google/coral. * `deviceBrand` (string): unique identifier of the user's
1263
+ # device brand, e.g., google. * `deviceType` (string): the type (also known as
1264
+ # form factor) of the user's device, e.g., PHONE. * `countryCode` (string): the
1265
1265
  # country or region of the user's device based on their IP address, represented
1266
1266
  # as a 2-letter ISO-3166 code (e.g. US for the United States). * `
1267
1267
  # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
@@ -1283,15 +1283,15 @@ module Google
1283
1283
  # @return [Array<String>]
1284
1284
  attr_accessor :dimensions
1285
1285
 
1286
- # Filters to apply to data. The filtering expression follows [AIP-160](https://
1287
- # google.aip.dev/160) standard and supports filtering by equality of all
1286
+ # Optional. Filters to apply to data. The filtering expression follows [AIP-160](
1287
+ # https://google.aip.dev/160) standard and supports filtering by equality of all
1288
1288
  # breakdown dimensions.
1289
1289
  # Corresponds to the JSON property `filter`
1290
1290
  # @return [String]
1291
1291
  attr_accessor :filter
1292
1292
 
1293
- # Metrics to aggregate. **Supported metrics:** * `crashRate` (`google.type.
1294
- # Decimal`): Percentage of distinct users in the aggregation period that
1293
+ # Optional. Metrics to aggregate. **Supported metrics:** * `crashRate` (`google.
1294
+ # type.Decimal`): Percentage of distinct users in the aggregation period that
1295
1295
  # experienced at least one crash. * `crashRate7dUserWeighted` (`google.type.
1296
1296
  # Decimal`): Rolling average value of `crashRate` in the last 7 days. The daily
1297
1297
  # values are weighted by the count of distinct users for the day. * `
@@ -1321,16 +1321,16 @@ module Google
1321
1321
  # @return [Array<String>]
1322
1322
  attr_accessor :metrics
1323
1323
 
1324
- # Maximum size of the returned data. If unspecified, at most 1000 rows will be
1325
- # returned. The maximum value is 100,000; values above 100,000 will be coerced
1326
- # to 100,000.
1324
+ # Optional. Maximum size of the returned data. If unspecified, at most 1000 rows
1325
+ # will be returned. The maximum value is 100,000; values above 100,000 will be
1326
+ # coerced to 100,000.
1327
1327
  # Corresponds to the JSON property `pageSize`
1328
1328
  # @return [Fixnum]
1329
1329
  attr_accessor :page_size
1330
1330
 
1331
- # A page token, received from a previous call. Provide this to retrieve the
1332
- # subsequent page. When paginating, all other parameters provided to the request
1333
- # must match the call that provided the page token.
1331
+ # Optional. A page token, received from a previous call. Provide this to
1332
+ # retrieve the subsequent page. When paginating, all other parameters provided
1333
+ # to the request must match the call that provided the page token.
1334
1334
  # Corresponds to the JSON property `pageToken`
1335
1335
  # @return [String]
1336
1336
  attr_accessor :page_token
@@ -1352,15 +1352,15 @@ module Google
1352
1352
  # @return [Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec]
1353
1353
  attr_accessor :timeline_spec
1354
1354
 
1355
- # User view to select. The output data will correspond to the selected view. **
1356
- # Supported values:** * `OS_PUBLIC` To select data from all publicly released
1357
- # Android versions. This is the default. Supports all the above dimensions. * `
1358
- # APP_TESTERS` To select data from users who have opted in to be testers.
1359
- # Supports all the above dimensions. * `OS_BETA` To select data from beta
1360
- # android versions only, excluding data from released android versions. Only the
1361
- # following dimensions are supported: * `versionCode` (int64): version of the
1362
- # app that was running on the user's device. * `osBuild` (string): OS build of
1363
- # the user's device, e.g., "T1B2.220916.004".
1355
+ # Optional. User view to select. The output data will correspond to the selected
1356
+ # view. **Supported values:** * `OS_PUBLIC` To select data from all publicly
1357
+ # released Android versions. This is the default. Supports all the above
1358
+ # dimensions. * `APP_TESTERS` To select data from users who have opted in to be
1359
+ # testers. Supports all the above dimensions. * `OS_BETA` To select data from
1360
+ # beta android versions only, excluding data from released android versions.
1361
+ # Only the following dimensions are supported: * `versionCode` (int64): version
1362
+ # of the app that was running on the user's device. * `osBuild` (string): OS
1363
+ # build of the user's device, e.g., "T1B2.220916.004".
1364
1364
  # Corresponds to the JSON property `userCohort`
1365
1365
  # @return [String]
1366
1366
  attr_accessor :user_cohort
@@ -1410,23 +1410,23 @@ module Google
1410
1410
  class GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetRequest
1411
1411
  include Google::Apis::Core::Hashable
1412
1412
 
1413
- # Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (
1414
- # string): the API level of Android that was running on the user's device, e.g.,
1415
- # 26. * `versionCode` (int64): unique identifier of the user's device model. The
1416
- # form of the identifier is 'deviceBrand/device', where deviceBrand corresponds
1417
- # to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. * `
1418
- # deviceModel` (string): unique identifier of the user's device model. * `
1419
- # deviceType` (string): identifier of the device's form factor, e.g., PHONE. * `
1420
- # reportType` (string): the type of error. The value should correspond to one of
1421
- # the possible values in ErrorType. * `issueId` (string): the id an error was
1422
- # assigned to. The value should correspond to the ``issue`` component of the
1423
- # issue name. * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (
1424
- # 3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's primary
1425
- # system-on-chip, e.g., Samsung. [Reference](https://developer.android.com/
1426
- # reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
1427
- # Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
1428
- # https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
1429
- # deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
1413
+ # Optional. Dimensions to slice the data by. **Supported dimensions:** * `
1414
+ # apiLevel` (string): the API level of Android that was running on the user's
1415
+ # device, e.g., 26. * `versionCode` (int64): unique identifier of the user's
1416
+ # device model. The form of the identifier is 'deviceBrand/device', where
1417
+ # deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE,
1418
+ # e.g., google/coral. * `deviceModel` (string): unique identifier of the user's
1419
+ # device model. * `deviceType` (string): identifier of the device's form factor,
1420
+ # e.g., PHONE. * `reportType` (string): the type of error. The value should
1421
+ # correspond to one of the possible values in ErrorType. * `issueId` (string):
1422
+ # the id an error was assigned to. The value should correspond to the ``issue``
1423
+ # component of the issue name. * `deviceRamBucket` (int64): RAM of the device,
1424
+ # in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the
1425
+ # device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.
1426
+ # android.com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (
1427
+ # string): Model of the device's primary system-on-chip, e.g., "Exynos 2100". [
1428
+ # Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL)
1429
+ # * `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
1430
1430
  # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
1431
1431
  # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
1432
1432
  # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
@@ -1439,17 +1439,17 @@ module Google
1439
1439
  # @return [Array<String>]
1440
1440
  attr_accessor :dimensions
1441
1441
 
1442
- # Filters to apply to data. The filtering expression follows [AIP-160](https://
1443
- # google.aip.dev/160) standard and supports filtering by equality of all
1442
+ # Optional. Filters to apply to data. The filtering expression follows [AIP-160](
1443
+ # https://google.aip.dev/160) standard and supports filtering by equality of all
1444
1444
  # breakdown dimensions and: * `isUserPerceived` (string): denotes whether error
1445
1445
  # is user perceived or not, USER_PERCEIVED or NOT_USER_PERCEIVED.
1446
1446
  # Corresponds to the JSON property `filter`
1447
1447
  # @return [String]
1448
1448
  attr_accessor :filter
1449
1449
 
1450
- # Metrics to aggregate. **Supported metrics:** * `errorReportCount` (`google.
1451
- # type.Decimal`): Absolute count of individual error reports that have been
1452
- # received for an app. * `distinctUsers` (`google.type.Decimal`): Count of
1450
+ # Optional. Metrics to aggregate. **Supported metrics:** * `errorReportCount` (`
1451
+ # google.type.Decimal`): Absolute count of individual error reports that have
1452
+ # been received for an app. * `distinctUsers` (`google.type.Decimal`): Count of
1453
1453
  # distinct users for which reports have been received. Care must be taken not to
1454
1454
  # aggregate this count further, as it may result in users being counted multiple
1455
1455
  # times. This value is not rounded, however it may be an approximation.
@@ -1457,16 +1457,16 @@ module Google
1457
1457
  # @return [Array<String>]
1458
1458
  attr_accessor :metrics
1459
1459
 
1460
- # Maximum size of the returned data. If unspecified, at most 1000 rows will be
1461
- # returned. The maximum value is 100000; values above 100000 will be coerced to
1462
- # 100000.
1460
+ # Optional. Maximum size of the returned data. If unspecified, at most 1000 rows
1461
+ # will be returned. The maximum value is 100000; values above 100000 will be
1462
+ # coerced to 100000.
1463
1463
  # Corresponds to the JSON property `pageSize`
1464
1464
  # @return [Fixnum]
1465
1465
  attr_accessor :page_size
1466
1466
 
1467
- # A page token, received from a previous call. Provide this to retrieve the
1468
- # subsequent page. When paginating, all other parameters provided to the request
1469
- # must match the call that provided the page token.
1467
+ # Optional. A page token, received from a previous call. Provide this to
1468
+ # retrieve the subsequent page. When paginating, all other parameters provided
1469
+ # to the request must match the call that provided the page token.
1470
1470
  # Corresponds to the JSON property `pageToken`
1471
1471
  # @return [String]
1472
1472
  attr_accessor :page_token
@@ -1532,15 +1532,15 @@ module Google
1532
1532
  class GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequest
1533
1533
  include Google::Apis::Core::Hashable
1534
1534
 
1535
- # Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (
1536
- # string): the API level of Android that was running on the user's device, e.g.,
1537
- # 26. * `versionCode` (int64): version of the app that was running on the user's
1538
- # device. * `deviceModel` (string): unique identifier of the user's device model.
1539
- # The form of the identifier is 'deviceBrand/device', where deviceBrand
1540
- # corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
1541
- # google/coral. * `deviceBrand` (string): unique identifier of the user's device
1542
- # brand, e.g., google. * `deviceType` (string): the type (also known as form
1543
- # factor) of the user's device, e.g., PHONE. * `countryCode` (string): the
1535
+ # Optional. Dimensions to slice the data by. **Supported dimensions:** * `
1536
+ # apiLevel` (string): the API level of Android that was running on the user's
1537
+ # device, e.g., 26. * `versionCode` (int64): version of the app that was running
1538
+ # on the user's device. * `deviceModel` (string): unique identifier of the user'
1539
+ # s device model. The form of the identifier is 'deviceBrand/device', where
1540
+ # deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE,
1541
+ # e.g., google/coral. * `deviceBrand` (string): unique identifier of the user's
1542
+ # device brand, e.g., google. * `deviceType` (string): the type (also known as
1543
+ # form factor) of the user's device, e.g., PHONE. * `countryCode` (string): the
1544
1544
  # country or region of the user's device based on their IP address, represented
1545
1545
  # as a 2-letter ISO-3166 code (e.g. US for the United States). * `
1546
1546
  # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
@@ -1562,43 +1562,43 @@ module Google
1562
1562
  # @return [Array<String>]
1563
1563
  attr_accessor :dimensions
1564
1564
 
1565
- # Filters to apply to data. The filtering expression follows [AIP-160](https://
1566
- # google.aip.dev/160) standard and supports filtering by equality of all
1565
+ # Optional. Filters to apply to data. The filtering expression follows [AIP-160](
1566
+ # https://google.aip.dev/160) standard and supports filtering by equality of all
1567
1567
  # breakdown dimensions.
1568
1568
  # Corresponds to the JSON property `filter`
1569
1569
  # @return [String]
1570
1570
  attr_accessor :filter
1571
1571
 
1572
- # Metrics to aggregate. **Supported metrics:** * `excessiveWakeupRate` (`google.
1573
- # type.Decimal`): Percentage of distinct users in the aggregation period that
1574
- # had more than 10 wakeups per hour. * `excessiveWakeupRate7dUserWeighted` (`
1575
- # google.type.Decimal`): Rolling average value of `excessiveWakeupRate` in the
1576
- # last 7 days. The daily values are weighted by the count of distinct users for
1577
- # the day. * `excessiveWakeupRate28dUserWeighted` (`google.type.Decimal`):
1578
- # Rolling average value of `excessiveWakeupRate` in the last 28 days. The daily
1579
- # values are weighted by the count of distinct users for the day. * `
1580
- # distinctUsers` (`google.type.Decimal`): Count of distinct users in the
1581
- # aggregation period that were used as normalization value for the `
1582
- # excessiveWakeupRate` metric. A user is counted in this metric if they app was
1583
- # doing any work on the device, i.e., not just active foreground usage but also
1584
- # background work. Care must be taken not to aggregate this count further, as it
1585
- # may result in users being counted multiple times. The value is rounded to the
1586
- # nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude of
1587
- # the value.
1572
+ # Optional. Metrics to aggregate. **Supported metrics:** * `excessiveWakeupRate`
1573
+ # (`google.type.Decimal`): Percentage of distinct users in the aggregation
1574
+ # period that had more than 10 wakeups per hour. * `
1575
+ # excessiveWakeupRate7dUserWeighted` (`google.type.Decimal`): Rolling average
1576
+ # value of `excessiveWakeupRate` in the last 7 days. The daily values are
1577
+ # weighted by the count of distinct users for the day. * `
1578
+ # excessiveWakeupRate28dUserWeighted` (`google.type.Decimal`): Rolling average
1579
+ # value of `excessiveWakeupRate` in the last 28 days. The daily values are
1580
+ # weighted by the count of distinct users for the day. * `distinctUsers` (`
1581
+ # google.type.Decimal`): Count of distinct users in the aggregation period that
1582
+ # were used as normalization value for the `excessiveWakeupRate` metric. A user
1583
+ # is counted in this metric if they app was doing any work on the device, i.e.,
1584
+ # not just active foreground usage but also background work. Care must be taken
1585
+ # not to aggregate this count further, as it may result in users being counted
1586
+ # multiple times. The value is rounded to the nearest multiple of 10, 100, 1,000
1587
+ # or 1,000,000, depending on the magnitude of the value.
1588
1588
  # Corresponds to the JSON property `metrics`
1589
1589
  # @return [Array<String>]
1590
1590
  attr_accessor :metrics
1591
1591
 
1592
- # Maximum size of the returned data. If unspecified, at most 1000 rows will be
1593
- # returned. The maximum value is 100000; values above 100000 will be coerced to
1594
- # 100000.
1592
+ # Optional. Maximum size of the returned data. If unspecified, at most 1000 rows
1593
+ # will be returned. The maximum value is 100000; values above 100000 will be
1594
+ # coerced to 100000.
1595
1595
  # Corresponds to the JSON property `pageSize`
1596
1596
  # @return [Fixnum]
1597
1597
  attr_accessor :page_size
1598
1598
 
1599
- # A page token, received from a previous call. Provide this to retrieve the
1600
- # subsequent page. When paginating, all other parameters provided to the request
1601
- # must match the call that provided the page token.
1599
+ # Optional. A page token, received from a previous call. Provide this to
1600
+ # retrieve the subsequent page. When paginating, all other parameters provided
1601
+ # to the request must match the call that provided the page token.
1602
1602
  # Corresponds to the JSON property `pageToken`
1603
1603
  # @return [String]
1604
1604
  attr_accessor :page_token
@@ -1620,8 +1620,8 @@ module Google
1620
1620
  # @return [Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec]
1621
1621
  attr_accessor :timeline_spec
1622
1622
 
1623
- # User view to select. The output data will correspond to the selected view. The
1624
- # only supported value is `OS_PUBLIC`.
1623
+ # Optional. User view to select. The output data will correspond to the selected
1624
+ # view. The only supported value is `OS_PUBLIC`.
1625
1625
  # Corresponds to the JSON property `userCohort`
1626
1626
  # @return [String]
1627
1627
  attr_accessor :user_cohort
@@ -1819,15 +1819,15 @@ module Google
1819
1819
  class GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetRequest
1820
1820
  include Google::Apis::Core::Hashable
1821
1821
 
1822
- # Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (
1823
- # string): the API level of Android that was running on the user's device, e.g.,
1824
- # 26. * `versionCode` (int64): version of the app that was running on the user's
1825
- # device. * `deviceModel` (string): unique identifier of the user's device model.
1826
- # The form of the identifier is 'deviceBrand/device', where deviceBrand
1827
- # corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
1828
- # google/coral. * `deviceBrand` (string): unique identifier of the user's device
1829
- # brand, e.g., google. * `deviceType` (string): the type (also known as form
1830
- # factor) of the user's device, e.g., PHONE. * `countryCode` (string): the
1822
+ # Optional. Dimensions to slice the data by. **Supported dimensions:** * `
1823
+ # apiLevel` (string): the API level of Android that was running on the user's
1824
+ # device, e.g., 26. * `versionCode` (int64): version of the app that was running
1825
+ # on the user's device. * `deviceModel` (string): unique identifier of the user'
1826
+ # s device model. The form of the identifier is 'deviceBrand/device', where
1827
+ # deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE,
1828
+ # e.g., google/coral. * `deviceBrand` (string): unique identifier of the user's
1829
+ # device brand, e.g., google. * `deviceType` (string): the type (also known as
1830
+ # form factor) of the user's device, e.g., PHONE. * `countryCode` (string): the
1831
1831
  # country or region of the user's device based on their IP address, represented
1832
1832
  # as a 2-letter ISO-3166 code (e.g. US for the United States). * `
1833
1833
  # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
@@ -1849,21 +1849,22 @@ module Google
1849
1849
  # @return [Array<String>]
1850
1850
  attr_accessor :dimensions
1851
1851
 
1852
- # Filters to apply to data. The filtering expression follows [AIP-160](https://
1853
- # google.aip.dev/160) standard and supports filtering by equality of all
1852
+ # Optional. Filters to apply to data. The filtering expression follows [AIP-160](
1853
+ # https://google.aip.dev/160) standard and supports filtering by equality of all
1854
1854
  # breakdown dimensions.
1855
1855
  # Corresponds to the JSON property `filter`
1856
1856
  # @return [String]
1857
1857
  attr_accessor :filter
1858
1858
 
1859
- # Metrics to aggregate. **Supported metrics:** * `slowRenderingRate20Fps` (`
1860
- # google.type.Decimal`): Percentage of distinct users in the aggregation period
1861
- # that had a slow rendering. * `slowRenderingRate20Fps7dUserWeighted` (`google.
1862
- # type.Decimal`): Rolling average value of `slowRenderingRate20Fps` in the last
1863
- # 7 days. The daily values are weighted by the count of distinct users for the
1864
- # day. * `slowRenderingRate20Fps28dUserWeighted` (`google.type.Decimal`):
1865
- # Rolling average value of `slowRenderingRate20Fps` in the last 28 days. The
1866
- # daily values are weighted by the count of distinct users for the day. * `
1859
+ # Optional. Metrics to aggregate. **Supported metrics:** * `
1860
+ # slowRenderingRate20Fps` (`google.type.Decimal`): Percentage of distinct users
1861
+ # in the aggregation period that had a slow rendering. * `
1862
+ # slowRenderingRate20Fps7dUserWeighted` (`google.type.Decimal`): Rolling average
1863
+ # value of `slowRenderingRate20Fps` in the last 7 days. The daily values are
1864
+ # weighted by the count of distinct users for the day. * `
1865
+ # slowRenderingRate20Fps28dUserWeighted` (`google.type.Decimal`): Rolling
1866
+ # average value of `slowRenderingRate20Fps` in the last 28 days. The daily
1867
+ # values are weighted by the count of distinct users for the day. * `
1867
1868
  # slowRenderingRate30Fps` (`google.type.Decimal`): Percentage of distinct users
1868
1869
  # in the aggregation period that had a slow rendering. * `
1869
1870
  # slowRenderingRate30Fps7dUserWeighted` (`google.type.Decimal`): Rolling average
@@ -1883,16 +1884,16 @@ module Google
1883
1884
  # @return [Array<String>]
1884
1885
  attr_accessor :metrics
1885
1886
 
1886
- # Maximum size of the returned data. If unspecified, at most 1000 rows will be
1887
- # returned. The maximum value is 100000; values above 100000 will be coerced to
1888
- # 100000.
1887
+ # Optional. Maximum size of the returned data. If unspecified, at most 1000 rows
1888
+ # will be returned. The maximum value is 100000; values above 100000 will be
1889
+ # coerced to 100000.
1889
1890
  # Corresponds to the JSON property `pageSize`
1890
1891
  # @return [Fixnum]
1891
1892
  attr_accessor :page_size
1892
1893
 
1893
- # A page token, received from a previous call. Provide this to retrieve the
1894
- # subsequent page. When paginating, all other parameters provided to the request
1895
- # must match the call that provided the page token.
1894
+ # Optional. A page token, received from a previous call. Provide this to
1895
+ # retrieve the subsequent page. When paginating, all other parameters provided
1896
+ # to the request must match the call that provided the page token.
1896
1897
  # Corresponds to the JSON property `pageToken`
1897
1898
  # @return [String]
1898
1899
  attr_accessor :page_token
@@ -1914,8 +1915,8 @@ module Google
1914
1915
  # @return [Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec]
1915
1916
  attr_accessor :timeline_spec
1916
1917
 
1917
- # User view to select. The output data will correspond to the selected view. The
1918
- # only supported value is `OS_PUBLIC`.
1918
+ # Optional. User view to select. The output data will correspond to the selected
1919
+ # view. The only supported value is `OS_PUBLIC`.
1919
1920
  # Corresponds to the JSON property `userCohort`
1920
1921
  # @return [String]
1921
1922
  attr_accessor :user_cohort
@@ -1965,15 +1966,15 @@ module Google
1965
1966
  class GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest
1966
1967
  include Google::Apis::Core::Hashable
1967
1968
 
1968
- # Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (
1969
- # string): the API level of Android that was running on the user's device, e.g.,
1970
- # 26. * `versionCode` (int64): version of the app that was running on the user's
1971
- # device. * `deviceModel` (string): unique identifier of the user's device model.
1972
- # The form of the identifier is 'deviceBrand/device', where deviceBrand
1973
- # corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
1974
- # google/coral. * `deviceBrand` (string): unique identifier of the user's device
1975
- # brand, e.g., google. * `deviceType` (string): the type (also known as form
1976
- # factor) of the user's device, e.g., PHONE. * `countryCode` (string): the
1969
+ # Optional. Dimensions to slice the data by. **Supported dimensions:** * `
1970
+ # apiLevel` (string): the API level of Android that was running on the user's
1971
+ # device, e.g., 26. * `versionCode` (int64): version of the app that was running
1972
+ # on the user's device. * `deviceModel` (string): unique identifier of the user'
1973
+ # s device model. The form of the identifier is 'deviceBrand/device', where
1974
+ # deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE,
1975
+ # e.g., google/coral. * `deviceBrand` (string): unique identifier of the user's
1976
+ # device brand, e.g., google. * `deviceType` (string): the type (also known as
1977
+ # form factor) of the user's device, e.g., PHONE. * `countryCode` (string): the
1977
1978
  # country or region of the user's device based on their IP address, represented
1978
1979
  # as a 2-letter ISO-3166 code (e.g. US for the United States). * `
1979
1980
  # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
@@ -1995,18 +1996,18 @@ module Google
1995
1996
  # @return [Array<String>]
1996
1997
  attr_accessor :dimensions
1997
1998
 
1998
- # Filters to apply to data. The filtering expression follows [AIP-160](https://
1999
- # google.aip.dev/160) standard and supports filtering by equality of all
1999
+ # Optional. Filters to apply to data. The filtering expression follows [AIP-160](
2000
+ # https://google.aip.dev/160) standard and supports filtering by equality of all
2000
2001
  # breakdown dimensions.
2001
2002
  # Corresponds to the JSON property `filter`
2002
2003
  # @return [String]
2003
2004
  attr_accessor :filter
2004
2005
 
2005
- # Metrics to aggregate. **Supported metrics:** * `slowStartRate` (`google.type.
2006
- # Decimal`): Percentage of distinct users in the aggregation period that had a
2007
- # slow start. * `slowStartRate7dUserWeighted` (`google.type.Decimal`): Rolling
2008
- # average value of `slowStartRate` in the last 7 days. The daily values are
2009
- # weighted by the count of distinct users for the day. * `
2006
+ # Optional. Metrics to aggregate. **Supported metrics:** * `slowStartRate` (`
2007
+ # google.type.Decimal`): Percentage of distinct users in the aggregation period
2008
+ # that had a slow start. * `slowStartRate7dUserWeighted` (`google.type.Decimal`):
2009
+ # Rolling average value of `slowStartRate` in the last 7 days. The daily values
2010
+ # are weighted by the count of distinct users for the day. * `
2010
2011
  # slowStartRate28dUserWeighted` (`google.type.Decimal`): Rolling average value
2011
2012
  # of `slowStartRate` in the last 28 days. The daily values are weighted by the
2012
2013
  # count of distinct users for the day. * `distinctUsers` (`google.type.Decimal`):
@@ -2020,16 +2021,16 @@ module Google
2020
2021
  # @return [Array<String>]
2021
2022
  attr_accessor :metrics
2022
2023
 
2023
- # Maximum size of the returned data. If unspecified, at most 1000 rows will be
2024
- # returned. The maximum value is 100000; values above 100000 will be coerced to
2025
- # 100000.
2024
+ # Optional. Maximum size of the returned data. If unspecified, at most 1000 rows
2025
+ # will be returned. The maximum value is 100000; values above 100000 will be
2026
+ # coerced to 100000.
2026
2027
  # Corresponds to the JSON property `pageSize`
2027
2028
  # @return [Fixnum]
2028
2029
  attr_accessor :page_size
2029
2030
 
2030
- # A page token, received from a previous call. Provide this to retrieve the
2031
- # subsequent page. When paginating, all other parameters provided to the request
2032
- # must match the call that provided the page token.
2031
+ # Optional. A page token, received from a previous call. Provide this to
2032
+ # retrieve the subsequent page. When paginating, all other parameters provided
2033
+ # to the request must match the call that provided the page token.
2033
2034
  # Corresponds to the JSON property `pageToken`
2034
2035
  # @return [String]
2035
2036
  attr_accessor :page_token
@@ -2051,8 +2052,8 @@ module Google
2051
2052
  # @return [Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec]
2052
2053
  attr_accessor :timeline_spec
2053
2054
 
2054
- # User view to select. The output data will correspond to the selected view. The
2055
- # only supported value is `OS_PUBLIC`.
2055
+ # Optional. User view to select. The output data will correspond to the selected
2056
+ # view. The only supported value is `OS_PUBLIC`.
2056
2057
  # Corresponds to the JSON property `userCohort`
2057
2058
  # @return [String]
2058
2059
  attr_accessor :user_cohort
@@ -2102,15 +2103,15 @@ module Google
2102
2103
  class GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetRequest
2103
2104
  include Google::Apis::Core::Hashable
2104
2105
 
2105
- # Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (
2106
- # string): the API level of Android that was running on the user's device, e.g.,
2107
- # 26. * `versionCode` (int64): version of the app that was running on the user's
2108
- # device. * `deviceModel` (string): unique identifier of the user's device model.
2109
- # The form of the identifier is 'deviceBrand/device', where deviceBrand
2110
- # corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
2111
- # google/coral. * `deviceBrand` (string): unique identifier of the user's device
2112
- # brand, e.g., google. * `deviceType` (string): the type (also known as form
2113
- # factor) of the user's device, e.g., PHONE. * `countryCode` (string): the
2106
+ # Optional. Dimensions to slice the data by. **Supported dimensions:** * `
2107
+ # apiLevel` (string): the API level of Android that was running on the user's
2108
+ # device, e.g., 26. * `versionCode` (int64): version of the app that was running
2109
+ # on the user's device. * `deviceModel` (string): unique identifier of the user'
2110
+ # s device model. The form of the identifier is 'deviceBrand/device', where
2111
+ # deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE,
2112
+ # e.g., google/coral. * `deviceBrand` (string): unique identifier of the user's
2113
+ # device brand, e.g., google. * `deviceType` (string): the type (also known as
2114
+ # form factor) of the user's device, e.g., PHONE. * `countryCode` (string): the
2114
2115
  # country or region of the user's device based on their IP address, represented
2115
2116
  # as a 2-letter ISO-3166 code (e.g. US for the United States). * `
2116
2117
  # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
@@ -2132,16 +2133,16 @@ module Google
2132
2133
  # @return [Array<String>]
2133
2134
  attr_accessor :dimensions
2134
2135
 
2135
- # Filters to apply to data. The filtering expression follows [AIP-160](https://
2136
- # google.aip.dev/160) standard and supports filtering by equality of all
2136
+ # Optional. Filters to apply to data. The filtering expression follows [AIP-160](
2137
+ # https://google.aip.dev/160) standard and supports filtering by equality of all
2137
2138
  # breakdown dimensions.
2138
2139
  # Corresponds to the JSON property `filter`
2139
2140
  # @return [String]
2140
2141
  attr_accessor :filter
2141
2142
 
2142
- # Metrics to aggregate. **Supported metrics:** * `stuckBgWakelockRate` (`google.
2143
- # type.Decimal`): Percentage of distinct users in the aggregation period that
2144
- # had a wakelock held in the background for longer than 1 hour. * `
2143
+ # Optional. Metrics to aggregate. **Supported metrics:** * `stuckBgWakelockRate`
2144
+ # (`google.type.Decimal`): Percentage of distinct users in the aggregation
2145
+ # period that had a wakelock held in the background for longer than 1 hour. * `
2145
2146
  # stuckBgWakelockRate7dUserWeighted` (`google.type.Decimal`): Rolling average
2146
2147
  # value of `stuckBgWakelockRate` in the last 7 days. The daily values are
2147
2148
  # weighted by the count of distinct users for the day. * `
@@ -2159,16 +2160,16 @@ module Google
2159
2160
  # @return [Array<String>]
2160
2161
  attr_accessor :metrics
2161
2162
 
2162
- # Maximum size of the returned data. If unspecified, at most 1000 rows will be
2163
- # returned. The maximum value is 100000; values above 100000 will be coerced to
2164
- # 100000.
2163
+ # Optional. Maximum size of the returned data. If unspecified, at most 1000 rows
2164
+ # will be returned. The maximum value is 100000; values above 100000 will be
2165
+ # coerced to 100000.
2165
2166
  # Corresponds to the JSON property `pageSize`
2166
2167
  # @return [Fixnum]
2167
2168
  attr_accessor :page_size
2168
2169
 
2169
- # A page token, received from a previous call. Provide this to retrieve the
2170
- # subsequent page. When paginating, all other parameters provided to the request
2171
- # must match the call that provided the page token.
2170
+ # Optional. A page token, received from a previous call. Provide this to
2171
+ # retrieve the subsequent page. When paginating, all other parameters provided
2172
+ # to the request must match the call that provided the page token.
2172
2173
  # Corresponds to the JSON property `pageToken`
2173
2174
  # @return [String]
2174
2175
  attr_accessor :page_token
@@ -2190,8 +2191,8 @@ module Google
2190
2191
  # @return [Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec]
2191
2192
  attr_accessor :timeline_spec
2192
2193
 
2193
- # User view to select. The output data will correspond to the selected view. The
2194
- # only supported value is `OS_PUBLIC`.
2194
+ # Optional. User view to select. The output data will correspond to the selected
2195
+ # view. The only supported value is `OS_PUBLIC`.
2195
2196
  # Corresponds to the JSON property `userCohort`
2196
2197
  # @return [String]
2197
2198
  attr_accessor :user_cohort
@@ -2607,8 +2608,8 @@ module Google
2607
2608
  class GooglePlayDeveloperReportingV1alpha1TimelineSpec
2608
2609
  include Google::Apis::Core::Hashable
2609
2610
 
2610
- # Type of the aggregation period of the datapoints in the timeline. Intervals
2611
- # are identified by the date and time at the start of the interval.
2611
+ # Optional. Type of the aggregation period of the datapoints in the timeline.
2612
+ # Intervals are identified by the date and time at the start of the interval.
2612
2613
  # Corresponds to the JSON property `aggregationPeriod`
2613
2614
  # @return [String]
2614
2615
  attr_accessor :aggregation_period
@@ -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.35.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250311"
25
+ REVISION = "20260201"
26
26
  end
27
27
  end
28
28
  end
@@ -55,8 +55,8 @@ module Google
55
55
  # @param [String] parent
56
56
  # Required. Parent app for which anomalies were detected. Format: apps/`app`
57
57
  # @param [String] filter
58
- # Filtering criteria for anomalies. For basic filter guidance, please check:
59
- # https://google.aip.dev/160. **Supported functions:** * `activeBetween(
58
+ # Optional. Filtering criteria for anomalies. For basic filter guidance, please
59
+ # check: https://google.aip.dev/160. **Supported functions:** * `activeBetween(
60
60
  # startTime, endTime)`: If specified, only list anomalies that were active in
61
61
  # between `startTime` (inclusive) and `endTime` (exclusive). Both parameters are
62
62
  # expected to conform to an RFC-3339 formatted string (e.g. `2012-04-21T11:30:00-
@@ -66,13 +66,14 @@ module Google
66
66
  # 21T00:00:00Z")` * `activeBetween(UNBOUNDED, "2021-11-21T00:00:00-04:00")` * `
67
67
  # activeBetween("2021-07-21T00:00:00-04:00", UNBOUNDED)`
68
68
  # @param [Fixnum] page_size
69
- # Maximum size of the returned data. If unspecified, at most 10 anomalies will
70
- # be returned. The maximum value is 100; values above 100 will be coerced to 100.
69
+ # Optional. Maximum size of the returned data. If unspecified, at most 10
70
+ # anomalies will be returned. The maximum value is 100; values above 100 will be
71
+ # coerced to 100.
71
72
  # @param [String] page_token
72
- # A page token, received from a previous `ListErrorReports` call. Provide this
73
- # to retrieve the subsequent page. When paginating, all other parameters
74
- # provided to `ListErrorReports` must match the call that provided the page
75
- # token.
73
+ # Optional. A page token, received from a previous `ListErrorReports` call.
74
+ # Provide this to retrieve the subsequent page. When paginating, all other
75
+ # parameters provided to `ListErrorReports` must match the call that provided
76
+ # the page token.
76
77
  # @param [String] fields
77
78
  # Selector specifying which fields to include in a partial response.
78
79
  # @param [String] quota_user
@@ -136,14 +137,14 @@ module Google
136
137
 
137
138
  # Searches for Apps accessible by the user.
138
139
  # @param [Fixnum] page_size
139
- # The maximum number of apps to return. The service may return fewer than this
140
- # value. If unspecified, at most 50 apps will be returned. The maximum value is
141
- # 1000; values above 1000 will be coerced to 1000.
140
+ # Optional. The maximum number of apps to return. The service may return fewer
141
+ # than this value. If unspecified, at most 50 apps will be returned. The maximum
142
+ # value is 1000; values above 1000 will be coerced to 1000.
142
143
  # @param [String] page_token
143
- # A page token, received from a previous `SearchAccessibleApps` call. Provide
144
- # this to retrieve the subsequent page. When paginating, all other parameters
145
- # provided to `SearchAccessibleApps` must match the call that provided the page
146
- # token.
144
+ # Optional. A page token, received from a previous `SearchAccessibleApps` call.
145
+ # Provide this to retrieve the subsequent page. When paginating, all other
146
+ # parameters provided to `SearchAccessibleApps` must match the call that
147
+ # provided the page token.
147
148
  # @param [String] fields
148
149
  # Selector specifying which fields to include in a partial response.
149
150
  # @param [String] quota_user
@@ -367,13 +368,13 @@ module Google
367
368
  # Required. Parent resource of the error issues, indicating the application for
368
369
  # which they were received. Format: apps/`app`
369
370
  # @param [String] filter
370
- # A selection predicate to retrieve only a subset of the issues. Counts in the
371
- # returned error issues will only reflect occurrences that matched the filter.
372
- # For filtering basics, please check [AIP-160](https://google.aip.dev/160). **
373
- # Supported field names:** * `apiLevel`: Matches error issues that occurred in
374
- # the requested Android versions (specified as the numeric API level) only.
375
- # Example: `apiLevel = 28 OR apiLevel = 29`. * `versionCode`: Matches error
376
- # issues that occurred in the requested app version codes only. Example: `
371
+ # Optional. A selection predicate to retrieve only a subset of the issues.
372
+ # Counts in the returned error issues will only reflect occurrences that matched
373
+ # the filter. For filtering basics, please check [AIP-160](https://google.aip.
374
+ # dev/160). ** Supported field names:** * `apiLevel`: Matches error issues that
375
+ # occurred in the requested Android versions (specified as the numeric API level)
376
+ # only. Example: `apiLevel = 28 OR apiLevel = 29`. * `versionCode`: Matches
377
+ # error issues that occurred in the requested app version codes only. Example: `
377
378
  # versionCode = 123 OR versionCode = 456`. * `deviceModel`: Matches error issues
378
379
  # that occurred in the requested devices. Example: `deviceModel = "google/
379
380
  # walleye" OR deviceModel = "google/marlin"`. * `deviceBrand`: Matches error
@@ -455,20 +456,20 @@ module Google
455
456
  # Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime
456
457
  # without a year.
457
458
  # @param [String] order_by
458
- # Specifies a field that will be used to order the results. ** Supported
459
- # dimensions:** * `errorReportCount`: Orders issues by number of error reports. *
460
- # `distinctUsers`: Orders issues by number of unique affected users. **
461
- # Supported operations:** * `asc` for ascending order. * `desc` for descending
459
+ # Optional. Specifies a field that will be used to order the results. **
460
+ # Supported dimensions:** * `errorReportCount`: Orders issues by number of error
461
+ # reports. * `distinctUsers`: Orders issues by number of unique affected users. *
462
+ # * Supported operations:** * `asc` for ascending order. * `desc` for descending
462
463
  # order. Format: A field and an operation, e.g., `errorReportCount desc` *Note:*
463
464
  # currently only one field is supported at a time.
464
465
  # @param [Fixnum] page_size
465
- # The maximum number of error issues to return. The service may return fewer
466
- # than this value. If unspecified, at most 50 error issues will be returned. The
467
- # maximum value is 1000; values above 1000 will be coerced to 1000.
466
+ # Optional. The maximum number of error issues to return. The service may return
467
+ # fewer than this value. If unspecified, at most 50 error issues will be
468
+ # returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
468
469
  # @param [String] page_token
469
- # A page token, received from a previous call. Provide this to retrieve the
470
- # subsequent page. When paginating, all other parameters provided to the request
471
- # must match the call that provided the page token.
470
+ # Optional. A page token, received from a previous call. Provide this to
471
+ # retrieve the subsequent page. When paginating, all other parameters provided
472
+ # to the request must match the call that provided the page token.
472
473
  # @param [Fixnum] sample_error_report_limit
473
474
  # Optional. Number of sample error reports to return per ErrorIssue. If
474
475
  # unspecified, 0 will be used. *Note:* currently only 0 and 1 are supported.
@@ -529,40 +530,40 @@ module Google
529
530
  # Required. Parent resource of the reports, indicating the application for which
530
531
  # they were received. Format: apps/`app`
531
532
  # @param [String] filter
532
- # A selection predicate to retrieve only a subset of the reports. For filtering
533
- # basics, please check [AIP-160](https://google.aip.dev/160). ** Supported field
534
- # names:** * `apiLevel`: Matches error reports that occurred in the requested
535
- # Android versions (specified as the numeric API level) only. Example: `apiLevel
536
- # = 28 OR apiLevel = 29`. * `versionCode`: Matches error reports that occurred
537
- # in the requested app version codes only. Example: `versionCode = 123 OR
538
- # versionCode = 456`. * `deviceModel`: Matches error issues that occurred in the
539
- # requested devices. Example: `deviceModel = "google/walleye" OR deviceModel = "
540
- # google/marlin"`. * `deviceBrand`: Matches error issues that occurred in the
541
- # requested device brands. Example: `deviceBrand = "Google". * `deviceType`:
542
- # Matches error reports that occurred in the requested device types. Example: `
543
- # deviceType = "PHONE"`. * `errorIssueType`: Matches error reports of the
544
- # requested types only. Valid candidates: `CRASH`, `ANR`, `NON_FATAL`. Example: `
545
- # errorIssueType = CRASH OR errorIssueType = ANR`. * `errorIssueId`: Matches
546
- # error reports belonging to the requested error issue ids only. Example: `
547
- # errorIssueId = 1234 OR errorIssueId = 4567`. * `errorReportId`: Matches error
548
- # reports with the requested error report id. Example: `errorReportId = 1234 OR
549
- # errorReportId = 4567`. * `appProcessState`: Matches error reports on the
550
- # process state of an app, indicating whether an app runs in the foreground (
551
- # user-visible) or background. Valid candidates: `FOREGROUND`, `BACKGROUND`.
552
- # Example: `appProcessState = FOREGROUND`. * `isUserPerceived`: Matches error
553
- # reports that are user-perceived. It is not accompanied by any operators.
554
- # Example: `isUserPerceived`. ** Supported operators:** * Comparison operators:
555
- # The only supported comparison operator is equality. The filtered field must
556
- # appear on the left hand side of the comparison. * Logical Operators: Logical
557
- # operators `AND` and `OR` can be used to build complex filters following a
558
- # conjunctive normal form (CNF), i.e., conjunctions of disjunctions. The `OR`
559
- # operator takes precedence over `AND` so the use of parenthesis is not
560
- # necessary when building CNF. The `OR` operator is only supported to build
561
- # disjunctions that apply to the same field, e.g., `versionCode = 123 OR
562
- # versionCode = ANR`. The filter expression `versionCode = 123 OR errorIssueType
563
- # = ANR` is not valid. ** Examples ** Some valid filtering expressions: * `
564
- # versionCode = 123 AND errorIssueType = ANR` * `versionCode = 123 AND
565
- # errorIssueType = OR errorIssueType = CRASH` * `versionCode = 123 AND (
533
+ # Optional. A selection predicate to retrieve only a subset of the reports. For
534
+ # filtering basics, please check [AIP-160](https://google.aip.dev/160). **
535
+ # Supported field names:** * `apiLevel`: Matches error reports that occurred in
536
+ # the requested Android versions (specified as the numeric API level) only.
537
+ # Example: `apiLevel = 28 OR apiLevel = 29`. * `versionCode`: Matches error
538
+ # reports that occurred in the requested app version codes only. Example: `
539
+ # versionCode = 123 OR versionCode = 456`. * `deviceModel`: Matches error issues
540
+ # that occurred in the requested devices. Example: `deviceModel = "google/
541
+ # walleye" OR deviceModel = "google/marlin"`. * `deviceBrand`: Matches error
542
+ # issues that occurred in the requested device brands. Example: `deviceBrand = "
543
+ # Google". * `deviceType`: Matches error reports that occurred in the requested
544
+ # device types. Example: `deviceType = "PHONE"`. * `errorIssueType`: Matches
545
+ # error reports of the requested types only. Valid candidates: `CRASH`, `ANR`, `
546
+ # NON_FATAL`. Example: `errorIssueType = CRASH OR errorIssueType = ANR`. * `
547
+ # errorIssueId`: Matches error reports belonging to the requested error issue
548
+ # ids only. Example: `errorIssueId = 1234 OR errorIssueId = 4567`. * `
549
+ # errorReportId`: Matches error reports with the requested error report id.
550
+ # Example: `errorReportId = 1234 OR errorReportId = 4567`. * `appProcessState`:
551
+ # Matches error reports on the process state of an app, indicating whether an
552
+ # app runs in the foreground (user-visible) or background. Valid candidates: `
553
+ # FOREGROUND`, `BACKGROUND`. Example: `appProcessState = FOREGROUND`. * `
554
+ # isUserPerceived`: Matches error reports that are user-perceived. It is not
555
+ # accompanied by any operators. Example: `isUserPerceived`. ** Supported
556
+ # operators:** * Comparison operators: The only supported comparison operator is
557
+ # equality. The filtered field must appear on the left hand side of the
558
+ # comparison. * Logical Operators: Logical operators `AND` and `OR` can be used
559
+ # to build complex filters following a conjunctive normal form (CNF), i.e.,
560
+ # conjunctions of disjunctions. The `OR` operator takes precedence over `AND` so
561
+ # the use of parenthesis is not necessary when building CNF. The `OR` operator
562
+ # is only supported to build disjunctions that apply to the same field, e.g., `
563
+ # versionCode = 123 OR versionCode = ANR`. The filter expression `versionCode =
564
+ # 123 OR errorIssueType = ANR` is not valid. ** Examples ** Some valid filtering
565
+ # expressions: * `versionCode = 123 AND errorIssueType = ANR` * `versionCode =
566
+ # 123 AND errorIssueType = OR errorIssueType = CRASH` * `versionCode = 123 AND (
566
567
  # errorIssueType = OR errorIssueType = CRASH)`
567
568
  # @param [Fixnum] interval_end_time_day
568
569
  # Optional. Day of month. Must be from 1 to 31 and valid for the year and month,
@@ -621,14 +622,14 @@ module Google
621
622
  # Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime
622
623
  # without a year.
623
624
  # @param [Fixnum] page_size
624
- # The maximum number of reports to return. The service may return fewer than
625
- # this value. If unspecified, at most 50 reports will be returned. The maximum
626
- # value is 100; values above 100 will be coerced to 100.
625
+ # Optional. The maximum number of reports to return. The service may return
626
+ # fewer than this value. If unspecified, at most 50 reports will be returned.
627
+ # The maximum value is 100; values above 100 will be coerced to 100.
627
628
  # @param [String] page_token
628
- # A page token, received from a previous `SearchErrorReports` call. Provide this
629
- # to retrieve the subsequent page. When paginating, all other parameters
630
- # provided to `SearchErrorReports` must match the call that provided the page
631
- # token.
629
+ # Optional. A page token, received from a previous `SearchErrorReports` call.
630
+ # Provide this to retrieve the subsequent page. When paginating, all other
631
+ # parameters provided to `SearchErrorReports` must match the call that provided
632
+ # the page token.
632
633
  # @param [String] fields
633
634
  # Selector specifying which fields to include in a partial response.
634
635
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-playdeveloperreporting_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.36.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-playdeveloperreporting_v1alpha1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1alpha1/v0.35.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1alpha1/v0.36.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-playdeveloperreporting_v1alpha1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Google Play Developer Reporting API V1alpha1
79
79
  test_files: []