google-apis-playdeveloperreporting_v1beta1 0.16.0 → 0.18.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/playdeveloperreporting_v1beta1/classes.rb +625 -266
- data/lib/google/apis/playdeveloperreporting_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/playdeveloperreporting_v1beta1/representations.rb +149 -0
- data/lib/google/apis/playdeveloperreporting_v1beta1/service.rb +121 -41
- metadata +3 -3
@@ -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.
|
19
|
+
GEM_VERSION = "0.18.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230516"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -34,6 +34,18 @@ module Google
|
|
34
34
|
include Google::Apis::Core::JsonObjectSupport
|
35
35
|
end
|
36
36
|
|
37
|
+
class GooglePlayDeveloperReportingV1beta1App
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class GooglePlayDeveloperReportingV1beta1AppVersion
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
37
49
|
class GooglePlayDeveloperReportingV1beta1CrashRateMetricSet
|
38
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
51
|
|
@@ -46,6 +58,18 @@ module Google
|
|
46
58
|
include Google::Apis::Core::JsonObjectSupport
|
47
59
|
end
|
48
60
|
|
61
|
+
class GooglePlayDeveloperReportingV1beta1DeviceId
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class GooglePlayDeveloperReportingV1beta1DeviceModelSummary
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
49
73
|
class GooglePlayDeveloperReportingV1beta1DimensionValue
|
50
74
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
75
|
|
@@ -106,6 +130,12 @@ module Google
|
|
106
130
|
include Google::Apis::Core::JsonObjectSupport
|
107
131
|
end
|
108
132
|
|
133
|
+
class GooglePlayDeveloperReportingV1beta1OsVersion
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
109
139
|
class GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetRequest
|
110
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
141
|
|
@@ -190,6 +220,24 @@ module Google
|
|
190
220
|
include Google::Apis::Core::JsonObjectSupport
|
191
221
|
end
|
192
222
|
|
223
|
+
class GooglePlayDeveloperReportingV1beta1Release
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class GooglePlayDeveloperReportingV1beta1ReleaseFilterOptions
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class GooglePlayDeveloperReportingV1beta1SearchAccessibleAppsResponse
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
193
241
|
class GooglePlayDeveloperReportingV1beta1SearchErrorIssuesResponse
|
194
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
243
|
|
@@ -226,6 +274,12 @@ module Google
|
|
226
274
|
include Google::Apis::Core::JsonObjectSupport
|
227
275
|
end
|
228
276
|
|
277
|
+
class GooglePlayDeveloperReportingV1beta1Track
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
229
283
|
class GoogleTypeDateTime
|
230
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
285
|
|
@@ -267,6 +321,22 @@ module Google
|
|
267
321
|
end
|
268
322
|
end
|
269
323
|
|
324
|
+
class GooglePlayDeveloperReportingV1beta1App
|
325
|
+
# @private
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
327
|
+
property :display_name, as: 'displayName'
|
328
|
+
property :name, as: 'name'
|
329
|
+
property :package_name, as: 'packageName'
|
330
|
+
end
|
331
|
+
end
|
332
|
+
|
333
|
+
class GooglePlayDeveloperReportingV1beta1AppVersion
|
334
|
+
# @private
|
335
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
336
|
+
property :version_code, :numeric_string => true, as: 'versionCode'
|
337
|
+
end
|
338
|
+
end
|
339
|
+
|
270
340
|
class GooglePlayDeveloperReportingV1beta1CrashRateMetricSet
|
271
341
|
# @private
|
272
342
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -286,6 +356,24 @@ module Google
|
|
286
356
|
end
|
287
357
|
end
|
288
358
|
|
359
|
+
class GooglePlayDeveloperReportingV1beta1DeviceId
|
360
|
+
# @private
|
361
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
362
|
+
property :build_brand, as: 'buildBrand'
|
363
|
+
property :build_device, as: 'buildDevice'
|
364
|
+
end
|
365
|
+
end
|
366
|
+
|
367
|
+
class GooglePlayDeveloperReportingV1beta1DeviceModelSummary
|
368
|
+
# @private
|
369
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
370
|
+
property :device_id, as: 'deviceId', class: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1DeviceId, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1DeviceId::Representation
|
371
|
+
|
372
|
+
property :device_uri, as: 'deviceUri'
|
373
|
+
property :marketing_name, as: 'marketingName'
|
374
|
+
end
|
375
|
+
end
|
376
|
+
|
289
377
|
class GooglePlayDeveloperReportingV1beta1DimensionValue
|
290
378
|
# @private
|
291
379
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -309,6 +397,20 @@ module Google
|
|
309
397
|
# @private
|
310
398
|
class Representation < Google::Apis::Core::JsonRepresentation
|
311
399
|
property :cause, as: 'cause'
|
400
|
+
property :distinct_users, :numeric_string => true, as: 'distinctUsers'
|
401
|
+
property :distinct_users_percent, as: 'distinctUsersPercent', class: Google::Apis::PlaydeveloperreportingV1beta1::GoogleTypeDecimal, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GoogleTypeDecimal::Representation
|
402
|
+
|
403
|
+
property :error_report_count, :numeric_string => true, as: 'errorReportCount'
|
404
|
+
property :first_app_version, as: 'firstAppVersion', class: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1AppVersion, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1AppVersion::Representation
|
405
|
+
|
406
|
+
property :first_os_version, as: 'firstOsVersion', class: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1OsVersion, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1OsVersion::Representation
|
407
|
+
|
408
|
+
property :issue_uri, as: 'issueUri'
|
409
|
+
property :last_app_version, as: 'lastAppVersion', class: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1AppVersion, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1AppVersion::Representation
|
410
|
+
|
411
|
+
property :last_error_report_time, as: 'lastErrorReportTime'
|
412
|
+
property :last_os_version, as: 'lastOsVersion', class: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1OsVersion, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1OsVersion::Representation
|
413
|
+
|
312
414
|
property :location, as: 'location'
|
313
415
|
property :name, as: 'name'
|
314
416
|
property :type, as: 'type'
|
@@ -318,8 +420,13 @@ module Google
|
|
318
420
|
class GooglePlayDeveloperReportingV1beta1ErrorReport
|
319
421
|
# @private
|
320
422
|
class Representation < Google::Apis::Core::JsonRepresentation
|
423
|
+
property :device_model, as: 'deviceModel', class: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1DeviceModelSummary, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1DeviceModelSummary::Representation
|
424
|
+
|
425
|
+
property :event_time, as: 'eventTime'
|
321
426
|
property :issue, as: 'issue'
|
322
427
|
property :name, as: 'name'
|
428
|
+
property :os_version, as: 'osVersion', class: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1OsVersion, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1OsVersion::Representation
|
429
|
+
|
323
430
|
property :report_text, as: 'reportText'
|
324
431
|
property :type, as: 'type'
|
325
432
|
end
|
@@ -384,6 +491,13 @@ module Google
|
|
384
491
|
end
|
385
492
|
end
|
386
493
|
|
494
|
+
class GooglePlayDeveloperReportingV1beta1OsVersion
|
495
|
+
# @private
|
496
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
497
|
+
property :api_level, :numeric_string => true, as: 'apiLevel'
|
498
|
+
end
|
499
|
+
end
|
500
|
+
|
387
501
|
class GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetRequest
|
388
502
|
# @private
|
389
503
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -544,6 +658,31 @@ module Google
|
|
544
658
|
end
|
545
659
|
end
|
546
660
|
|
661
|
+
class GooglePlayDeveloperReportingV1beta1Release
|
662
|
+
# @private
|
663
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
664
|
+
property :display_name, as: 'displayName'
|
665
|
+
collection :version_codes, as: 'versionCodes'
|
666
|
+
end
|
667
|
+
end
|
668
|
+
|
669
|
+
class GooglePlayDeveloperReportingV1beta1ReleaseFilterOptions
|
670
|
+
# @private
|
671
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
672
|
+
collection :tracks, as: 'tracks', class: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1Track, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1Track::Representation
|
673
|
+
|
674
|
+
end
|
675
|
+
end
|
676
|
+
|
677
|
+
class GooglePlayDeveloperReportingV1beta1SearchAccessibleAppsResponse
|
678
|
+
# @private
|
679
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
680
|
+
collection :apps, as: 'apps', class: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1App, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1App::Representation
|
681
|
+
|
682
|
+
property :next_page_token, as: 'nextPageToken'
|
683
|
+
end
|
684
|
+
end
|
685
|
+
|
547
686
|
class GooglePlayDeveloperReportingV1beta1SearchErrorIssuesResponse
|
548
687
|
# @private
|
549
688
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -600,6 +739,16 @@ module Google
|
|
600
739
|
end
|
601
740
|
end
|
602
741
|
|
742
|
+
class GooglePlayDeveloperReportingV1beta1Track
|
743
|
+
# @private
|
744
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
745
|
+
property :display_name, as: 'displayName'
|
746
|
+
collection :serving_releases, as: 'servingReleases', class: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1Release, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1Release::Representation
|
747
|
+
|
748
|
+
property :type, as: 'type'
|
749
|
+
end
|
750
|
+
end
|
751
|
+
|
603
752
|
class GoogleTypeDateTime
|
604
753
|
# @private
|
605
754
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -101,6 +101,75 @@ module Google
|
|
101
101
|
execute_or_queue_command(command, &block)
|
102
102
|
end
|
103
103
|
|
104
|
+
# Describes filtering options for releases.
|
105
|
+
# @param [String] name
|
106
|
+
# Required. Name of the resource, i.e. app the filtering options are for. Format:
|
107
|
+
# apps/`app`
|
108
|
+
# @param [String] fields
|
109
|
+
# Selector specifying which fields to include in a partial response.
|
110
|
+
# @param [String] quota_user
|
111
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
112
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
113
|
+
# @param [Google::Apis::RequestOptions] options
|
114
|
+
# Request-specific options
|
115
|
+
#
|
116
|
+
# @yield [result, err] Result & error if block supplied
|
117
|
+
# @yieldparam result [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1ReleaseFilterOptions] parsed result object
|
118
|
+
# @yieldparam err [StandardError] error object if request failed
|
119
|
+
#
|
120
|
+
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1ReleaseFilterOptions]
|
121
|
+
#
|
122
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
123
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
124
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
125
|
+
def fetch_app_release_filter_options(name, fields: nil, quota_user: nil, options: nil, &block)
|
126
|
+
command = make_simple_command(:get, 'v1beta1/{+name}:fetchReleaseFilterOptions', options)
|
127
|
+
command.response_representation = Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1ReleaseFilterOptions::Representation
|
128
|
+
command.response_class = Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1ReleaseFilterOptions
|
129
|
+
command.params['name'] = name unless name.nil?
|
130
|
+
command.query['fields'] = fields unless fields.nil?
|
131
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
132
|
+
execute_or_queue_command(command, &block)
|
133
|
+
end
|
134
|
+
|
135
|
+
# Searches for Apps accessible by the user.
|
136
|
+
# @param [Fixnum] page_size
|
137
|
+
# The maximum number of apps to return. The service may return fewer than this
|
138
|
+
# value. If unspecified, at most 50 apps will be returned. The maximum value is
|
139
|
+
# 1000; values above 1000 will be coerced to 1000.
|
140
|
+
# @param [String] page_token
|
141
|
+
# A page token, received from a previous `SearchAccessibleApps` call. Provide
|
142
|
+
# this to retrieve the subsequent page. When paginating, all other parameters
|
143
|
+
# provided to `SearchAccessibleApps` must match the call that provided the page
|
144
|
+
# token.
|
145
|
+
# @param [String] fields
|
146
|
+
# Selector specifying which fields to include in a partial response.
|
147
|
+
# @param [String] quota_user
|
148
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
149
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
150
|
+
# @param [Google::Apis::RequestOptions] options
|
151
|
+
# Request-specific options
|
152
|
+
#
|
153
|
+
# @yield [result, err] Result & error if block supplied
|
154
|
+
# @yieldparam result [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1SearchAccessibleAppsResponse] parsed result object
|
155
|
+
# @yieldparam err [StandardError] error object if request failed
|
156
|
+
#
|
157
|
+
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1SearchAccessibleAppsResponse]
|
158
|
+
#
|
159
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
160
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
161
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
162
|
+
def search_apps(page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
163
|
+
command = make_simple_command(:get, 'v1beta1/apps:search', options)
|
164
|
+
command.response_representation = Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1SearchAccessibleAppsResponse::Representation
|
165
|
+
command.response_class = Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1SearchAccessibleAppsResponse
|
166
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
167
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
168
|
+
command.query['fields'] = fields unless fields.nil?
|
169
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
170
|
+
execute_or_queue_command(command, &block)
|
171
|
+
end
|
172
|
+
|
104
173
|
# Describes the properties of the metric set.
|
105
174
|
# @param [String] name
|
106
175
|
# Required. The resource name. Format: apps/`app`/anrRateMetricSet
|
@@ -304,20 +373,22 @@ module Google
|
|
304
373
|
# Example: `apiLevel = 28 OR apiLevel = 29`. * `versionCode`: Matches error
|
305
374
|
# issues that occurred in the requested app version codes only. Example: `
|
306
375
|
# versionCode = 123 OR versionCode = 456`. * `deviceModel`: Matches error issues
|
307
|
-
# that occurred in the requested devices. Example: `deviceModel = "
|
308
|
-
# deviceModel = "marlin"`. * `
|
309
|
-
# the requested device
|
310
|
-
#
|
311
|
-
#
|
312
|
-
#
|
313
|
-
#
|
314
|
-
#
|
315
|
-
#
|
316
|
-
#
|
317
|
-
#
|
318
|
-
#
|
319
|
-
#
|
320
|
-
#
|
376
|
+
# that occurred in the requested devices. Example: `deviceModel = "google/
|
377
|
+
# walleye" OR deviceModel = "google/marlin"`. * `deviceBrand`: Matches error
|
378
|
+
# issues that occurred in the requested device brands. Example: `deviceBrand = "
|
379
|
+
# Google". * `deviceType`: Matches error issues that occurred in the requested
|
380
|
+
# device types. Example: `deviceType = "PHONE"`. * `errorIssueType`: Matches
|
381
|
+
# error issues of the requested types only. Valid candidates: `CRASH`, `ANR`.
|
382
|
+
# Example: `errorIssueType = CRASH OR errorIssueType = ANR`. * `appProcessState`:
|
383
|
+
# Matches error issues on the process state of an app, indicating whether an
|
384
|
+
# app runs in the foreground (user-visible) or background. Valid candidates: `
|
385
|
+
# FOREGROUND`, `BACKGROUND`. Example: `appProcessState = FOREGROUND`. * `
|
386
|
+
# isUserPerceived`: Matches error issues that are user-perceived. It is not
|
387
|
+
# accompanied by any operators. Example: `isUserPerceived`. ** Supported
|
388
|
+
# operators:** * Comparison operators: The only supported comparison operator is
|
389
|
+
# equality. The filtered field must appear on the left hand side of the
|
390
|
+
# comparison. * Logical Operators: Logical operators `AND` and `OR` can be used
|
391
|
+
# to build complex filters following a conjunctive normal form (CNF), i.e.,
|
321
392
|
# conjunctions of disjunctions. The `OR` operator takes precedence over `AND` so
|
322
393
|
# the use of parenthesis is not necessary when building CNF. The `OR` operator
|
323
394
|
# is only supported to build disjunctions that apply to the same field, e.g., `
|
@@ -381,6 +452,13 @@ module Google
|
|
381
452
|
# @param [Fixnum] interval_start_time_year
|
382
453
|
# Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime
|
383
454
|
# without a year.
|
455
|
+
# @param [String] order_by
|
456
|
+
# Specifies a field that will be used to order the results. ** Supported
|
457
|
+
# dimensions:** * `errorReportCount`: Orders issues by number of error reports. *
|
458
|
+
# `distinctUsers`: Orders issues by number of unique affected users. **
|
459
|
+
# Supported operations:** * `asc` for ascending order. * `desc` for descending
|
460
|
+
# order. Format: A field and an operation, e.g., `errorReportCount desc` *Note:*
|
461
|
+
# currently only one field is supported at a time.
|
384
462
|
# @param [Fixnum] page_size
|
385
463
|
# The maximum number of error issues to return. The service may return fewer
|
386
464
|
# than this value. If unspecified, at most 50 error issues will be returned. The
|
@@ -406,7 +484,7 @@ module Google
|
|
406
484
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
407
485
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
408
486
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
409
|
-
def search_vital_error_issues(parent, filter: nil, interval_end_time_day: nil, interval_end_time_hours: nil, interval_end_time_minutes: nil, interval_end_time_month: nil, interval_end_time_nanos: nil, interval_end_time_seconds: nil, interval_end_time_time_zone_id: nil, interval_end_time_time_zone_version: nil, interval_end_time_utc_offset: nil, interval_end_time_year: nil, interval_start_time_day: nil, interval_start_time_hours: nil, interval_start_time_minutes: nil, interval_start_time_month: nil, interval_start_time_nanos: nil, interval_start_time_seconds: nil, interval_start_time_time_zone_id: nil, interval_start_time_time_zone_version: nil, interval_start_time_utc_offset: nil, interval_start_time_year: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
487
|
+
def search_vital_error_issues(parent, filter: nil, interval_end_time_day: nil, interval_end_time_hours: nil, interval_end_time_minutes: nil, interval_end_time_month: nil, interval_end_time_nanos: nil, interval_end_time_seconds: nil, interval_end_time_time_zone_id: nil, interval_end_time_time_zone_version: nil, interval_end_time_utc_offset: nil, interval_end_time_year: nil, interval_start_time_day: nil, interval_start_time_hours: nil, interval_start_time_minutes: nil, interval_start_time_month: nil, interval_start_time_nanos: nil, interval_start_time_seconds: nil, interval_start_time_time_zone_id: nil, interval_start_time_time_zone_version: nil, interval_start_time_utc_offset: nil, interval_start_time_year: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
410
488
|
command = make_simple_command(:get, 'v1beta1/{+parent}/errorIssues:search', options)
|
411
489
|
command.response_representation = Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1SearchErrorIssuesResponse::Representation
|
412
490
|
command.response_class = Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1SearchErrorIssuesResponse
|
@@ -432,6 +510,7 @@ module Google
|
|
432
510
|
command.query['interval.startTime.timeZone.version'] = interval_start_time_time_zone_version unless interval_start_time_time_zone_version.nil?
|
433
511
|
command.query['interval.startTime.utcOffset'] = interval_start_time_utc_offset unless interval_start_time_utc_offset.nil?
|
434
512
|
command.query['interval.startTime.year'] = interval_start_time_year unless interval_start_time_year.nil?
|
513
|
+
command.query['orderBy'] = order_by unless order_by.nil?
|
435
514
|
command.query['pageSize'] = page_size unless page_size.nil?
|
436
515
|
command.query['pageToken'] = page_token unless page_token.nil?
|
437
516
|
command.query['fields'] = fields unless fields.nil?
|
@@ -450,32 +529,33 @@ module Google
|
|
450
529
|
# Android versions (specified as the numeric API level) only. Example: `apiLevel
|
451
530
|
# = 28 OR apiLevel = 29`. * `versionCode`: Matches error reports that occurred
|
452
531
|
# in the requested app version codes only. Example: `versionCode = 123 OR
|
453
|
-
# versionCode = 456`. * `deviceModel`: Matches error
|
454
|
-
#
|
455
|
-
# marlin"`. * `
|
456
|
-
# device
|
457
|
-
# error reports
|
458
|
-
#
|
459
|
-
#
|
460
|
-
#
|
461
|
-
#
|
462
|
-
#
|
463
|
-
#
|
464
|
-
#
|
465
|
-
#
|
466
|
-
#
|
467
|
-
#
|
468
|
-
#
|
469
|
-
#
|
470
|
-
#
|
471
|
-
#
|
472
|
-
# CNF. The `OR` operator
|
473
|
-
# the
|
474
|
-
#
|
475
|
-
#
|
476
|
-
# errorIssueType = ANR`
|
477
|
-
#
|
478
|
-
# errorIssueType = CRASH
|
532
|
+
# versionCode = 456`. * `deviceModel`: Matches error issues that occurred in the
|
533
|
+
# requested devices. Example: `deviceModel = "google/walleye" OR deviceModel = "
|
534
|
+
# google/marlin"`. * `deviceBrand`: Matches error issues that occurred in the
|
535
|
+
# requested device brands. Example: `deviceBrand = "Google". * `deviceType`:
|
536
|
+
# Matches error reports that occurred in the requested device types. Example: `
|
537
|
+
# deviceType = "PHONE"`. * `errorIssueType`: Matches error reports of the
|
538
|
+
# requested types only. Valid candidates: `JAVA_CRASH`, `NATIVE_CRASH`, `ANR`.
|
539
|
+
# Example: `errorIssueType = JAVA_CRASH OR errorIssueType = NATIVE_CRASH`. * `
|
540
|
+
# errorIssueId`: Matches error reports belonging to the requested error issue
|
541
|
+
# ids only. Example: `errorIssueId = 1234 OR errorIssueId = 4567`. * `
|
542
|
+
# appProcessState`: Matches error reports on the process state of an app,
|
543
|
+
# indicating whether an app runs in the foreground (user-visible) or background.
|
544
|
+
# Valid candidates: `FOREGROUND`, `BACKGROUND`. Example: `appProcessState =
|
545
|
+
# FOREGROUND`. * `isUserPerceived`: Matches error reports that are user-
|
546
|
+
# perceived. It is not accompanied by any operators. Example: `isUserPerceived`.
|
547
|
+
# ** Supported operators:** * Comparison operators: The only supported
|
548
|
+
# comparison operator is equality. The filtered field must appear on the left
|
549
|
+
# hand side of the comparison. * Logical Operators: Logical operators `AND` and `
|
550
|
+
# OR` can be used to build complex filters following a conjunctive normal form (
|
551
|
+
# CNF), i.e., conjunctions of disjunctions. The `OR` operator takes precedence
|
552
|
+
# over `AND` so the use of parenthesis is not necessary when building CNF. The `
|
553
|
+
# OR` operator is only supported to build disjunctions that apply to the same
|
554
|
+
# field, e.g., `versionCode = 123 OR versionCode = ANR`. The filter expression `
|
555
|
+
# versionCode = 123 OR errorIssueType = ANR` is not valid. ** Examples ** Some
|
556
|
+
# valid filtering expressions: * `versionCode = 123 AND errorIssueType = ANR` * `
|
557
|
+
# versionCode = 123 AND errorIssueType = OR errorIssueType = CRASH` * `
|
558
|
+
# versionCode = 123 AND (errorIssueType = OR errorIssueType = CRASH)`
|
479
559
|
# @param [Fixnum] interval_end_time_day
|
480
560
|
# Optional. Day of month. Must be from 1 to 31 and valid for the year and month,
|
481
561
|
# 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_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.18.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-05-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-playdeveloperreporting_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1beta1/v0.18.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: []
|