google-apis-playdeveloperreporting_v1alpha1 0.13.0 → 0.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/playdeveloperreporting_v1alpha1/classes.rb +56 -0
- data/lib/google/apis/playdeveloperreporting_v1alpha1/gem_version.rb +3 -3
- data/lib/google/apis/playdeveloperreporting_v1alpha1/representations.rb +4 -0
- data/lib/google/apis/playdeveloperreporting_v1alpha1/service.rb +28 -17
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 143708110827515117a44cc3ee2b1ef93b935a3ec45cb920123be968f0d9c9c6
|
4
|
+
data.tar.gz: f4aae408997368ceb60d3b0a39cfc2af646077ffd6eef6d68ad5cd60bfe0c792
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2cb6b58a4e59d0eea40c4d40f17e71de33bf4975fab1b92add07abf574563a2c8cd56385da077f7ccd1e32ae93ff1069e6ca0826adf487898dc5fa7122d5c29a
|
7
|
+
data.tar.gz: b793efd2bdaca1a8f2cfce41d79c69df34d19fcdc6091f557f37aafbecfa1e3a6b0313b06c305ca72e777527ba5f54c743bc3ccaf0e4af0c7add6db5688ed5a3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-playdeveloperreporting_v1alpha1
|
2
2
|
|
3
|
+
### v0.15.0 (2023-03-12)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230309
|
6
|
+
|
7
|
+
### v0.14.0 (2023-02-15)
|
8
|
+
|
9
|
+
* Regenerated using generator version 0.12.0
|
10
|
+
|
3
11
|
### v0.13.0 (2023-01-22)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230115
|
@@ -781,6 +781,19 @@ module Google
|
|
781
781
|
# @return [Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec]
|
782
782
|
attr_accessor :timeline_spec
|
783
783
|
|
784
|
+
# User view to select. The output data will correspond to the selected view. **
|
785
|
+
# Supported values:** * `OS_PUBLIC` To select data from all publicly released
|
786
|
+
# Android versions. This is the default. Supports all the above dimensions. * `
|
787
|
+
# APP_TESTERS` To select data from users who have opted in to be testers.
|
788
|
+
# Supports all the above dimensions. * `OS_BETA` To select data from beta
|
789
|
+
# android versions only, excluding data from released android versions. Only the
|
790
|
+
# following dimensions are supported: * `versionCode` (int64): version of the
|
791
|
+
# app that was running on the user's device. * `osBuild` (string): OS build of
|
792
|
+
# the user's device, e.g., "T1B2.220916.004".
|
793
|
+
# Corresponds to the JSON property `userCohort`
|
794
|
+
# @return [String]
|
795
|
+
attr_accessor :user_cohort
|
796
|
+
|
784
797
|
def initialize(**args)
|
785
798
|
update!(**args)
|
786
799
|
end
|
@@ -793,6 +806,7 @@ module Google
|
|
793
806
|
@page_size = args[:page_size] if args.key?(:page_size)
|
794
807
|
@page_token = args[:page_token] if args.key?(:page_token)
|
795
808
|
@timeline_spec = args[:timeline_spec] if args.key?(:timeline_spec)
|
809
|
+
@user_cohort = args[:user_cohort] if args.key?(:user_cohort)
|
796
810
|
end
|
797
811
|
end
|
798
812
|
|
@@ -918,6 +932,19 @@ module Google
|
|
918
932
|
# @return [Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec]
|
919
933
|
attr_accessor :timeline_spec
|
920
934
|
|
935
|
+
# User view to select. The output data will correspond to the selected view. **
|
936
|
+
# Supported values:** * `OS_PUBLIC` To select data from all publicly released
|
937
|
+
# Android versions. This is the default. Supports all the above dimensions. * `
|
938
|
+
# APP_TESTERS` To select data from users who have opted in to be testers.
|
939
|
+
# Supports all the above dimensions. * `OS_BETA` To select data from beta
|
940
|
+
# android versions only, excluding data from released android versions. Only the
|
941
|
+
# following dimensions are supported: * `versionCode` (int64): version of the
|
942
|
+
# app that was running on the user's device. * `osBuild` (string): OS build of
|
943
|
+
# the user's device, e.g., "T1B2.220916.004".
|
944
|
+
# Corresponds to the JSON property `userCohort`
|
945
|
+
# @return [String]
|
946
|
+
attr_accessor :user_cohort
|
947
|
+
|
921
948
|
def initialize(**args)
|
922
949
|
update!(**args)
|
923
950
|
end
|
@@ -930,6 +957,7 @@ module Google
|
|
930
957
|
@page_size = args[:page_size] if args.key?(:page_size)
|
931
958
|
@page_token = args[:page_token] if args.key?(:page_token)
|
932
959
|
@timeline_spec = args[:timeline_spec] if args.key?(:timeline_spec)
|
960
|
+
@user_cohort = args[:user_cohort] if args.key?(:user_cohort)
|
933
961
|
end
|
934
962
|
end
|
935
963
|
|
@@ -1163,6 +1191,19 @@ module Google
|
|
1163
1191
|
# @return [Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec]
|
1164
1192
|
attr_accessor :timeline_spec
|
1165
1193
|
|
1194
|
+
# User view to select. The output data will correspond to the selected view. **
|
1195
|
+
# Supported values:** * `OS_PUBLIC` To select data from all publicly released
|
1196
|
+
# Android versions. This is the default. Supports all the above dimensions. * `
|
1197
|
+
# APP_TESTERS` To select data from users who have opted in to be testers.
|
1198
|
+
# Supports all the above dimensions. * `OS_BETA` To select data from beta
|
1199
|
+
# android versions only, excluding data from released android versions. Only the
|
1200
|
+
# following dimensions are supported: * `versionCode` (int64): version of the
|
1201
|
+
# app that was running on the user's device. * `osBuild` (string): OS build of
|
1202
|
+
# the user's device, e.g., "T1B2.220916.004".
|
1203
|
+
# Corresponds to the JSON property `userCohort`
|
1204
|
+
# @return [String]
|
1205
|
+
attr_accessor :user_cohort
|
1206
|
+
|
1166
1207
|
def initialize(**args)
|
1167
1208
|
update!(**args)
|
1168
1209
|
end
|
@@ -1175,6 +1216,7 @@ module Google
|
|
1175
1216
|
@page_size = args[:page_size] if args.key?(:page_size)
|
1176
1217
|
@page_token = args[:page_token] if args.key?(:page_token)
|
1177
1218
|
@timeline_spec = args[:timeline_spec] if args.key?(:timeline_spec)
|
1219
|
+
@user_cohort = args[:user_cohort] if args.key?(:user_cohort)
|
1178
1220
|
end
|
1179
1221
|
end
|
1180
1222
|
|
@@ -1290,6 +1332,19 @@ module Google
|
|
1290
1332
|
# @return [Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec]
|
1291
1333
|
attr_accessor :timeline_spec
|
1292
1334
|
|
1335
|
+
# User view to select. The output data will correspond to the selected view. **
|
1336
|
+
# Supported values:** * `OS_PUBLIC` To select data from all publicly released
|
1337
|
+
# Android versions. This is the default. Supports all the above dimensions. * `
|
1338
|
+
# APP_TESTERS` To select data from users who have opted in to be testers.
|
1339
|
+
# Supports all the above dimensions. * `OS_BETA` To select data from beta
|
1340
|
+
# android versions only, excluding data from released android versions. Only the
|
1341
|
+
# following dimensions are supported: * `versionCode` (int64): version of the
|
1342
|
+
# app that was running on the user's device. * `osBuild` (string): OS build of
|
1343
|
+
# the user's device, e.g., "T1B2.220916.004".
|
1344
|
+
# Corresponds to the JSON property `userCohort`
|
1345
|
+
# @return [String]
|
1346
|
+
attr_accessor :user_cohort
|
1347
|
+
|
1293
1348
|
def initialize(**args)
|
1294
1349
|
update!(**args)
|
1295
1350
|
end
|
@@ -1302,6 +1357,7 @@ module Google
|
|
1302
1357
|
@page_size = args[:page_size] if args.key?(:page_size)
|
1303
1358
|
@page_token = args[:page_token] if args.key?(:page_token)
|
1304
1359
|
@timeline_spec = args[:timeline_spec] if args.key?(:timeline_spec)
|
1360
|
+
@user_cohort = args[:user_cohort] if args.key?(:user_cohort)
|
1305
1361
|
end
|
1306
1362
|
end
|
1307
1363
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230309"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -340,6 +340,7 @@ module Google
|
|
340
340
|
property :page_token, as: 'pageToken'
|
341
341
|
property :timeline_spec, as: 'timelineSpec', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec::Representation
|
342
342
|
|
343
|
+
property :user_cohort, as: 'userCohort'
|
343
344
|
end
|
344
345
|
end
|
345
346
|
|
@@ -362,6 +363,7 @@ module Google
|
|
362
363
|
property :page_token, as: 'pageToken'
|
363
364
|
property :timeline_spec, as: 'timelineSpec', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec::Representation
|
364
365
|
|
366
|
+
property :user_cohort, as: 'userCohort'
|
365
367
|
end
|
366
368
|
end
|
367
369
|
|
@@ -406,6 +408,7 @@ module Google
|
|
406
408
|
property :page_token, as: 'pageToken'
|
407
409
|
property :timeline_spec, as: 'timelineSpec', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec::Representation
|
408
410
|
|
411
|
+
property :user_cohort, as: 'userCohort'
|
409
412
|
end
|
410
413
|
end
|
411
414
|
|
@@ -428,6 +431,7 @@ module Google
|
|
428
431
|
property :page_token, as: 'pageToken'
|
429
432
|
property :timeline_spec, as: 'timelineSpec', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec::Representation
|
430
433
|
|
434
|
+
property :user_cohort, as: 'userCohort'
|
431
435
|
end
|
432
436
|
end
|
433
437
|
|
@@ -308,11 +308,16 @@ module Google
|
|
308
308
|
# deviceModel = "marlin"`. * `deviceType`: Matches error issues that occurred in
|
309
309
|
# the requested device types. Example: `deviceType = "PHONE"`. * `errorIssueType`
|
310
310
|
# : Matches error issues of the requested types only. Valid candidates: `CRASH`,
|
311
|
-
# `ANR`. Example: `errorIssueType = CRASH OR errorIssueType = ANR`.
|
312
|
-
#
|
313
|
-
#
|
314
|
-
#
|
315
|
-
#
|
311
|
+
# `ANR`. Example: `errorIssueType = CRASH OR errorIssueType = ANR`. * `
|
312
|
+
# appProcessState`: Matches error issues on the process state of an app,
|
313
|
+
# indicating whether an app runs in the foreground (user-visible) or background.
|
314
|
+
# Valid candidates: `FOREGROUND`, `BACKGROUND`. Example: `appProcessState =
|
315
|
+
# FOREGROUND`. * `isUserPerceived`: Matches error issues that are user-perceived.
|
316
|
+
# It is not accompanied by any operators. Example: `isUserPerceived`. **
|
317
|
+
# Supported operators:** * Comparison operators: The only supported comparison
|
318
|
+
# operator is equality. The filtered field must appear on the left hand side of
|
319
|
+
# the comparison. * Logical Operators: Logical operators `AND` and `OR` can be
|
320
|
+
# used to build complex filters following a conjunctive normal form (CNF), i.e.,
|
316
321
|
# conjunctions of disjunctions. The `OR` operator takes precedence over `AND` so
|
317
322
|
# the use of parenthesis is not necessary when building CNF. The `OR` operator
|
318
323
|
# is only supported to build disjunctions that apply to the same field, e.g., `
|
@@ -453,18 +458,24 @@ module Google
|
|
453
458
|
# NATIVE_CRASH`, `ANR`. Example: `errorIssueType = JAVA_CRASH OR errorIssueType =
|
454
459
|
# NATIVE_CRASH`. * `errorIssueId`: Matches error reports belonging to the
|
455
460
|
# requested error issue ids only. Example: `errorIssueId = 1234 OR errorIssueId =
|
456
|
-
# 4567`.
|
457
|
-
#
|
458
|
-
#
|
459
|
-
#
|
460
|
-
#
|
461
|
-
#
|
462
|
-
#
|
463
|
-
#
|
464
|
-
#
|
465
|
-
#
|
466
|
-
#
|
467
|
-
#
|
461
|
+
# 4567`. * `appProcessState`: Matches error reports on the process state of an
|
462
|
+
# app, indicating whether an app runs in the foreground (user-visible) or
|
463
|
+
# background. Valid candidates: `FOREGROUND`, `BACKGROUND`. Example: `
|
464
|
+
# appProcessState = FOREGROUND`. * `isUserPerceived`: Matches error reports that
|
465
|
+
# are user-perceived. It is not accompanied by any operators. Example: `
|
466
|
+
# isUserPerceived`. ** Supported operators:** * Comparison operators: The only
|
467
|
+
# supported comparison operator is equality. The filtered field must appear on
|
468
|
+
# the left hand side of the comparison. * Logical Operators: Logical operators `
|
469
|
+
# AND` and `OR` can be used to build complex filters following a conjunctive
|
470
|
+
# normal form (CNF), i.e., conjunctions of disjunctions. The `OR` operator takes
|
471
|
+
# precedence over `AND` so the use of parenthesis is not necessary when building
|
472
|
+
# CNF. The `OR` operator is only supported to build disjunctions that apply to
|
473
|
+
# the same field, e.g., `versionCode = 123 OR versionCode = ANR`. The filter
|
474
|
+
# expression `versionCode = 123 OR errorIssueType = ANR` is not valid. **
|
475
|
+
# Examples ** Some valid filtering expressions: * `versionCode = 123 AND
|
476
|
+
# errorIssueType = ANR` * `versionCode = 123 AND errorIssueType = OR
|
477
|
+
# errorIssueType = CRASH` * `versionCode = 123 AND (errorIssueType = OR
|
478
|
+
# errorIssueType = CRASH)`
|
468
479
|
# @param [Fixnum] interval_end_time_day
|
469
480
|
# Optional. Day of month. Must be from 1 to 31 and valid for the year and month,
|
470
481
|
# or 0 if specifying a datetime without a day.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-playdeveloperreporting_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.15.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: 2023-
|
11
|
+
date: 2023-03-12 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.
|
19
|
+
version: 0.11.0
|
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.
|
29
|
+
version: 0.11.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-playdeveloperreporting_v1alpha1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1alpha1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1alpha1/v0.15.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-playdeveloperreporting_v1alpha1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|