google-apis-playdeveloperreporting_v1alpha1 0.1.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 +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google/apis/playdeveloperreporting_v1alpha1/classes.rb +1512 -0
- data/lib/google/apis/playdeveloperreporting_v1alpha1/gem_version.rb +28 -0
- data/lib/google/apis/playdeveloperreporting_v1alpha1/representations.rb +512 -0
- data/lib/google/apis/playdeveloperreporting_v1alpha1/service.rb +704 -0
- data/lib/google/apis/playdeveloperreporting_v1alpha1.rb +33 -0
- data/lib/google-apis-playdeveloperreporting_v1alpha1.rb +15 -0
- metadata +82 -0
@@ -0,0 +1,28 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
module Google
|
16
|
+
module Apis
|
17
|
+
module PlaydeveloperreportingV1alpha1
|
18
|
+
# Version of the google-apis-playdeveloperreporting_v1alpha1 gem
|
19
|
+
GEM_VERSION = "0.1.0"
|
20
|
+
|
21
|
+
# Version of the code generator used to generate this client
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
|
+
|
24
|
+
# Revision of the discovery document this client was generated from
|
25
|
+
REVISION = "20220308"
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,512 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require 'date'
|
16
|
+
require 'google/apis/core/base_service'
|
17
|
+
require 'google/apis/core/json_representation'
|
18
|
+
require 'google/apis/core/hashable'
|
19
|
+
require 'google/apis/errors'
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Apis
|
23
|
+
module PlaydeveloperreportingV1alpha1
|
24
|
+
|
25
|
+
class GooglePlayDeveloperReportingV1alpha1Anomaly
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class GooglePlayDeveloperReportingV1alpha1CrashRateMetricSet
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class GooglePlayDeveloperReportingV1alpha1DimensionValue
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class GooglePlayDeveloperReportingV1alpha1ErrorIssue
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class GooglePlayDeveloperReportingV1alpha1ErrorReport
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class GooglePlayDeveloperReportingV1alpha1ExcessiveWakeupRateMetricSet
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class GooglePlayDeveloperReportingV1alpha1FreshnessInfo
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class GooglePlayDeveloperReportingV1alpha1FreshnessInfoFreshness
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class GooglePlayDeveloperReportingV1alpha1ListAnomaliesResponse
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class GooglePlayDeveloperReportingV1alpha1MetricValue
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class GooglePlayDeveloperReportingV1alpha1MetricsRow
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetResponse
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetResponse
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetRequest
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetResponse
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequest
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetResponse
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetRequest
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetResponse
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class GooglePlayDeveloperReportingV1alpha1SearchErrorIssuesResponse
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class GooglePlayDeveloperReportingV1alpha1SearchErrorReportsResponse
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class GooglePlayDeveloperReportingV1alpha1StuckBackgroundWakelockRateMetricSet
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class GooglePlayDeveloperReportingV1alpha1TimelineSpec
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class GoogleTypeDateTime
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class GoogleTypeDecimal
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class GoogleTypeTimeZone
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class GooglePlayDeveloperReportingV1alpha1Anomaly
|
206
|
+
# @private
|
207
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
208
|
+
collection :dimensions, as: 'dimensions', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1DimensionValue, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1DimensionValue::Representation
|
209
|
+
|
210
|
+
property :metric, as: 'metric', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1MetricValue, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1MetricValue::Representation
|
211
|
+
|
212
|
+
property :metric_set, as: 'metricSet'
|
213
|
+
property :name, as: 'name'
|
214
|
+
property :timeline_spec, as: 'timelineSpec', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec::Representation
|
215
|
+
|
216
|
+
end
|
217
|
+
end
|
218
|
+
|
219
|
+
class GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet
|
220
|
+
# @private
|
221
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
222
|
+
property :freshness_info, as: 'freshnessInfo', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1FreshnessInfo, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1FreshnessInfo::Representation
|
223
|
+
|
224
|
+
property :name, as: 'name'
|
225
|
+
end
|
226
|
+
end
|
227
|
+
|
228
|
+
class GooglePlayDeveloperReportingV1alpha1CrashRateMetricSet
|
229
|
+
# @private
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
231
|
+
property :freshness_info, as: 'freshnessInfo', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1FreshnessInfo, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1FreshnessInfo::Representation
|
232
|
+
|
233
|
+
property :name, as: 'name'
|
234
|
+
end
|
235
|
+
end
|
236
|
+
|
237
|
+
class GooglePlayDeveloperReportingV1alpha1DimensionValue
|
238
|
+
# @private
|
239
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
240
|
+
property :dimension, as: 'dimension'
|
241
|
+
property :int64_value, :numeric_string => true, as: 'int64Value'
|
242
|
+
property :string_value, as: 'stringValue'
|
243
|
+
end
|
244
|
+
end
|
245
|
+
|
246
|
+
class GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet
|
247
|
+
# @private
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
249
|
+
property :freshness_info, as: 'freshnessInfo', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1FreshnessInfo, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1FreshnessInfo::Representation
|
250
|
+
|
251
|
+
property :name, as: 'name'
|
252
|
+
end
|
253
|
+
end
|
254
|
+
|
255
|
+
class GooglePlayDeveloperReportingV1alpha1ErrorIssue
|
256
|
+
# @private
|
257
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
258
|
+
property :cause, as: 'cause'
|
259
|
+
property :location, as: 'location'
|
260
|
+
property :name, as: 'name'
|
261
|
+
property :type, as: 'type'
|
262
|
+
end
|
263
|
+
end
|
264
|
+
|
265
|
+
class GooglePlayDeveloperReportingV1alpha1ErrorReport
|
266
|
+
# @private
|
267
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
268
|
+
property :issue, as: 'issue'
|
269
|
+
property :name, as: 'name'
|
270
|
+
property :report_text, as: 'reportText'
|
271
|
+
property :type, as: 'type'
|
272
|
+
end
|
273
|
+
end
|
274
|
+
|
275
|
+
class GooglePlayDeveloperReportingV1alpha1ExcessiveWakeupRateMetricSet
|
276
|
+
# @private
|
277
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
278
|
+
property :freshness_info, as: 'freshnessInfo', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1FreshnessInfo, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1FreshnessInfo::Representation
|
279
|
+
|
280
|
+
property :name, as: 'name'
|
281
|
+
end
|
282
|
+
end
|
283
|
+
|
284
|
+
class GooglePlayDeveloperReportingV1alpha1FreshnessInfo
|
285
|
+
# @private
|
286
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
287
|
+
collection :freshnesses, as: 'freshnesses', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1FreshnessInfoFreshness, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1FreshnessInfoFreshness::Representation
|
288
|
+
|
289
|
+
end
|
290
|
+
end
|
291
|
+
|
292
|
+
class GooglePlayDeveloperReportingV1alpha1FreshnessInfoFreshness
|
293
|
+
# @private
|
294
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
295
|
+
property :aggregation_period, as: 'aggregationPeriod'
|
296
|
+
property :latest_end_time, as: 'latestEndTime', class: Google::Apis::PlaydeveloperreportingV1alpha1::GoogleTypeDateTime, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GoogleTypeDateTime::Representation
|
297
|
+
|
298
|
+
end
|
299
|
+
end
|
300
|
+
|
301
|
+
class GooglePlayDeveloperReportingV1alpha1ListAnomaliesResponse
|
302
|
+
# @private
|
303
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
304
|
+
collection :anomalies, as: 'anomalies', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1Anomaly, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1Anomaly::Representation
|
305
|
+
|
306
|
+
property :next_page_token, as: 'nextPageToken'
|
307
|
+
end
|
308
|
+
end
|
309
|
+
|
310
|
+
class GooglePlayDeveloperReportingV1alpha1MetricValue
|
311
|
+
# @private
|
312
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
313
|
+
property :decimal_value, as: 'decimalValue', class: Google::Apis::PlaydeveloperreportingV1alpha1::GoogleTypeDecimal, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GoogleTypeDecimal::Representation
|
314
|
+
|
315
|
+
property :metric, as: 'metric'
|
316
|
+
end
|
317
|
+
end
|
318
|
+
|
319
|
+
class GooglePlayDeveloperReportingV1alpha1MetricsRow
|
320
|
+
# @private
|
321
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
322
|
+
property :aggregation_period, as: 'aggregationPeriod'
|
323
|
+
collection :dimensions, as: 'dimensions', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1DimensionValue, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1DimensionValue::Representation
|
324
|
+
|
325
|
+
collection :metrics, as: 'metrics', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1MetricValue, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1MetricValue::Representation
|
326
|
+
|
327
|
+
property :start_time, as: 'startTime', class: Google::Apis::PlaydeveloperreportingV1alpha1::GoogleTypeDateTime, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GoogleTypeDateTime::Representation
|
328
|
+
|
329
|
+
end
|
330
|
+
end
|
331
|
+
|
332
|
+
class GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest
|
333
|
+
# @private
|
334
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
335
|
+
collection :dimensions, as: 'dimensions'
|
336
|
+
property :filter, as: 'filter'
|
337
|
+
collection :metrics, as: 'metrics'
|
338
|
+
property :page_size, as: 'pageSize'
|
339
|
+
property :page_token, as: 'pageToken'
|
340
|
+
property :timeline_spec, as: 'timelineSpec', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec::Representation
|
341
|
+
|
342
|
+
end
|
343
|
+
end
|
344
|
+
|
345
|
+
class GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetResponse
|
346
|
+
# @private
|
347
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
348
|
+
property :next_page_token, as: 'nextPageToken'
|
349
|
+
collection :rows, as: 'rows', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1MetricsRow, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1MetricsRow::Representation
|
350
|
+
|
351
|
+
end
|
352
|
+
end
|
353
|
+
|
354
|
+
class GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest
|
355
|
+
# @private
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
357
|
+
collection :dimensions, as: 'dimensions'
|
358
|
+
property :filter, as: 'filter'
|
359
|
+
collection :metrics, as: 'metrics'
|
360
|
+
property :page_size, as: 'pageSize'
|
361
|
+
property :page_token, as: 'pageToken'
|
362
|
+
property :timeline_spec, as: 'timelineSpec', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec::Representation
|
363
|
+
|
364
|
+
end
|
365
|
+
end
|
366
|
+
|
367
|
+
class GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetResponse
|
368
|
+
# @private
|
369
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
370
|
+
property :next_page_token, as: 'nextPageToken'
|
371
|
+
collection :rows, as: 'rows', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1MetricsRow, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1MetricsRow::Representation
|
372
|
+
|
373
|
+
end
|
374
|
+
end
|
375
|
+
|
376
|
+
class GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetRequest
|
377
|
+
# @private
|
378
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
379
|
+
collection :dimensions, as: 'dimensions'
|
380
|
+
property :filter, as: 'filter'
|
381
|
+
collection :metrics, as: 'metrics'
|
382
|
+
property :page_size, as: 'pageSize'
|
383
|
+
property :page_token, as: 'pageToken'
|
384
|
+
property :timeline_spec, as: 'timelineSpec', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec::Representation
|
385
|
+
|
386
|
+
end
|
387
|
+
end
|
388
|
+
|
389
|
+
class GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetResponse
|
390
|
+
# @private
|
391
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
392
|
+
property :next_page_token, as: 'nextPageToken'
|
393
|
+
collection :rows, as: 'rows', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1MetricsRow, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1MetricsRow::Representation
|
394
|
+
|
395
|
+
end
|
396
|
+
end
|
397
|
+
|
398
|
+
class GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequest
|
399
|
+
# @private
|
400
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
401
|
+
collection :dimensions, as: 'dimensions'
|
402
|
+
property :filter, as: 'filter'
|
403
|
+
collection :metrics, as: 'metrics'
|
404
|
+
property :page_size, as: 'pageSize'
|
405
|
+
property :page_token, as: 'pageToken'
|
406
|
+
property :timeline_spec, as: 'timelineSpec', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec::Representation
|
407
|
+
|
408
|
+
end
|
409
|
+
end
|
410
|
+
|
411
|
+
class GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetResponse
|
412
|
+
# @private
|
413
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
414
|
+
property :next_page_token, as: 'nextPageToken'
|
415
|
+
collection :rows, as: 'rows', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1MetricsRow, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1MetricsRow::Representation
|
416
|
+
|
417
|
+
end
|
418
|
+
end
|
419
|
+
|
420
|
+
class GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetRequest
|
421
|
+
# @private
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
423
|
+
collection :dimensions, as: 'dimensions'
|
424
|
+
property :filter, as: 'filter'
|
425
|
+
collection :metrics, as: 'metrics'
|
426
|
+
property :page_size, as: 'pageSize'
|
427
|
+
property :page_token, as: 'pageToken'
|
428
|
+
property :timeline_spec, as: 'timelineSpec', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec::Representation
|
429
|
+
|
430
|
+
end
|
431
|
+
end
|
432
|
+
|
433
|
+
class GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetResponse
|
434
|
+
# @private
|
435
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
436
|
+
property :next_page_token, as: 'nextPageToken'
|
437
|
+
collection :rows, as: 'rows', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1MetricsRow, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1MetricsRow::Representation
|
438
|
+
|
439
|
+
end
|
440
|
+
end
|
441
|
+
|
442
|
+
class GooglePlayDeveloperReportingV1alpha1SearchErrorIssuesResponse
|
443
|
+
# @private
|
444
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
445
|
+
collection :error_issues, as: 'errorIssues', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1ErrorIssue, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1ErrorIssue::Representation
|
446
|
+
|
447
|
+
property :next_page_token, as: 'nextPageToken'
|
448
|
+
end
|
449
|
+
end
|
450
|
+
|
451
|
+
class GooglePlayDeveloperReportingV1alpha1SearchErrorReportsResponse
|
452
|
+
# @private
|
453
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
454
|
+
collection :error_reports, as: 'errorReports', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1ErrorReport, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1ErrorReport::Representation
|
455
|
+
|
456
|
+
property :next_page_token, as: 'nextPageToken'
|
457
|
+
end
|
458
|
+
end
|
459
|
+
|
460
|
+
class GooglePlayDeveloperReportingV1alpha1StuckBackgroundWakelockRateMetricSet
|
461
|
+
# @private
|
462
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
463
|
+
property :freshness_info, as: 'freshnessInfo', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1FreshnessInfo, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1FreshnessInfo::Representation
|
464
|
+
|
465
|
+
property :name, as: 'name'
|
466
|
+
end
|
467
|
+
end
|
468
|
+
|
469
|
+
class GooglePlayDeveloperReportingV1alpha1TimelineSpec
|
470
|
+
# @private
|
471
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
472
|
+
property :aggregation_period, as: 'aggregationPeriod'
|
473
|
+
property :end_time, as: 'endTime', class: Google::Apis::PlaydeveloperreportingV1alpha1::GoogleTypeDateTime, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GoogleTypeDateTime::Representation
|
474
|
+
|
475
|
+
property :start_time, as: 'startTime', class: Google::Apis::PlaydeveloperreportingV1alpha1::GoogleTypeDateTime, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GoogleTypeDateTime::Representation
|
476
|
+
|
477
|
+
end
|
478
|
+
end
|
479
|
+
|
480
|
+
class GoogleTypeDateTime
|
481
|
+
# @private
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
483
|
+
property :day, as: 'day'
|
484
|
+
property :hours, as: 'hours'
|
485
|
+
property :minutes, as: 'minutes'
|
486
|
+
property :month, as: 'month'
|
487
|
+
property :nanos, as: 'nanos'
|
488
|
+
property :seconds, as: 'seconds'
|
489
|
+
property :time_zone, as: 'timeZone', class: Google::Apis::PlaydeveloperreportingV1alpha1::GoogleTypeTimeZone, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GoogleTypeTimeZone::Representation
|
490
|
+
|
491
|
+
property :utc_offset, as: 'utcOffset'
|
492
|
+
property :year, as: 'year'
|
493
|
+
end
|
494
|
+
end
|
495
|
+
|
496
|
+
class GoogleTypeDecimal
|
497
|
+
# @private
|
498
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
499
|
+
property :value, as: 'value'
|
500
|
+
end
|
501
|
+
end
|
502
|
+
|
503
|
+
class GoogleTypeTimeZone
|
504
|
+
# @private
|
505
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
506
|
+
property :id, as: 'id'
|
507
|
+
property :version, as: 'version'
|
508
|
+
end
|
509
|
+
end
|
510
|
+
end
|
511
|
+
end
|
512
|
+
end
|