google-apis-playdeveloperreporting_v1beta1 0.41.0 → 0.43.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 +693 -219
- data/lib/google/apis/playdeveloperreporting_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/playdeveloperreporting_v1beta1/representations.rb +130 -0
- data/lib/google/apis/playdeveloperreporting_v1beta1/service.rb +128 -0
- metadata +2 -2
|
@@ -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.43.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260813"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -22,12 +22,30 @@ module Google
|
|
|
22
22
|
module Apis
|
|
23
23
|
module PlaydeveloperreportingV1beta1
|
|
24
24
|
|
|
25
|
+
class ApiservingMcpMcpToolVisibility
|
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
27
|
+
|
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
29
|
+
end
|
|
30
|
+
|
|
31
|
+
class ApiservingMcpMcpToolVisibilityFieldVisibility
|
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
33
|
+
|
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
35
|
+
end
|
|
36
|
+
|
|
25
37
|
class GooglePlayDeveloperReportingV1beta1Anomaly
|
|
26
38
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
27
39
|
|
|
28
40
|
include Google::Apis::Core::JsonObjectSupport
|
|
29
41
|
end
|
|
30
42
|
|
|
43
|
+
class GooglePlayDeveloperReportingV1beta1AnonRssAndSwapMemoryUsageMetricSet
|
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
45
|
+
|
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
47
|
+
end
|
|
48
|
+
|
|
31
49
|
class GooglePlayDeveloperReportingV1beta1AnrRateMetricSet
|
|
32
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
33
51
|
|
|
@@ -46,6 +64,12 @@ module Google
|
|
|
46
64
|
include Google::Apis::Core::JsonObjectSupport
|
|
47
65
|
end
|
|
48
66
|
|
|
67
|
+
class GooglePlayDeveloperReportingV1beta1BitmapMemoryUsageMetricSet
|
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
69
|
+
|
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
71
|
+
end
|
|
72
|
+
|
|
49
73
|
class GooglePlayDeveloperReportingV1beta1CrashRateMetricSet
|
|
50
74
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
51
75
|
|
|
@@ -148,6 +172,18 @@ module Google
|
|
|
148
172
|
include Google::Apis::Core::JsonObjectSupport
|
|
149
173
|
end
|
|
150
174
|
|
|
175
|
+
class GooglePlayDeveloperReportingV1beta1QueryAnonRssAndSwapMemoryUsageMetricSetRequest
|
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
177
|
+
|
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
179
|
+
end
|
|
180
|
+
|
|
181
|
+
class GooglePlayDeveloperReportingV1beta1QueryAnonRssAndSwapMemoryUsageMetricSetResponse
|
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
|
+
|
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
185
|
+
end
|
|
186
|
+
|
|
151
187
|
class GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetRequest
|
|
152
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
153
189
|
|
|
@@ -160,6 +196,18 @@ module Google
|
|
|
160
196
|
include Google::Apis::Core::JsonObjectSupport
|
|
161
197
|
end
|
|
162
198
|
|
|
199
|
+
class GooglePlayDeveloperReportingV1beta1QueryBitmapMemoryUsageMetricSetRequest
|
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
201
|
+
|
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
203
|
+
end
|
|
204
|
+
|
|
205
|
+
class GooglePlayDeveloperReportingV1beta1QueryBitmapMemoryUsageMetricSetResponse
|
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
207
|
+
|
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
209
|
+
end
|
|
210
|
+
|
|
163
211
|
class GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetRequest
|
|
164
212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
165
213
|
|
|
@@ -322,6 +370,24 @@ module Google
|
|
|
322
370
|
include Google::Apis::Core::JsonObjectSupport
|
|
323
371
|
end
|
|
324
372
|
|
|
373
|
+
class ApiservingMcpMcpToolVisibility
|
|
374
|
+
# @private
|
|
375
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
376
|
+
collection :field_visibility, as: 'fieldVisibility', class: Google::Apis::PlaydeveloperreportingV1beta1::ApiservingMcpMcpToolVisibilityFieldVisibility, decorator: Google::Apis::PlaydeveloperreportingV1beta1::ApiservingMcpMcpToolVisibilityFieldVisibility::Representation
|
|
377
|
+
|
|
378
|
+
property :visibility_enforcement_strategy, as: 'visibilityEnforcementStrategy'
|
|
379
|
+
property :visibility_restriction, as: 'visibilityRestriction'
|
|
380
|
+
end
|
|
381
|
+
end
|
|
382
|
+
|
|
383
|
+
class ApiservingMcpMcpToolVisibilityFieldVisibility
|
|
384
|
+
# @private
|
|
385
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
386
|
+
property :restriction, as: 'restriction'
|
|
387
|
+
property :selector, as: 'selector'
|
|
388
|
+
end
|
|
389
|
+
end
|
|
390
|
+
|
|
325
391
|
class GooglePlayDeveloperReportingV1beta1Anomaly
|
|
326
392
|
# @private
|
|
327
393
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -336,6 +402,15 @@ module Google
|
|
|
336
402
|
end
|
|
337
403
|
end
|
|
338
404
|
|
|
405
|
+
class GooglePlayDeveloperReportingV1beta1AnonRssAndSwapMemoryUsageMetricSet
|
|
406
|
+
# @private
|
|
407
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
408
|
+
property :freshness_info, as: 'freshnessInfo', class: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1FreshnessInfo, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1FreshnessInfo::Representation
|
|
409
|
+
|
|
410
|
+
property :name, as: 'name'
|
|
411
|
+
end
|
|
412
|
+
end
|
|
413
|
+
|
|
339
414
|
class GooglePlayDeveloperReportingV1beta1AnrRateMetricSet
|
|
340
415
|
# @private
|
|
341
416
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -361,6 +436,15 @@ module Google
|
|
|
361
436
|
end
|
|
362
437
|
end
|
|
363
438
|
|
|
439
|
+
class GooglePlayDeveloperReportingV1beta1BitmapMemoryUsageMetricSet
|
|
440
|
+
# @private
|
|
441
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
442
|
+
property :freshness_info, as: 'freshnessInfo', class: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1FreshnessInfo, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1FreshnessInfo::Representation
|
|
443
|
+
|
|
444
|
+
property :name, as: 'name'
|
|
445
|
+
end
|
|
446
|
+
end
|
|
447
|
+
|
|
364
448
|
class GooglePlayDeveloperReportingV1beta1CrashRateMetricSet
|
|
365
449
|
# @private
|
|
366
450
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -546,6 +630,29 @@ module Google
|
|
|
546
630
|
end
|
|
547
631
|
end
|
|
548
632
|
|
|
633
|
+
class GooglePlayDeveloperReportingV1beta1QueryAnonRssAndSwapMemoryUsageMetricSetRequest
|
|
634
|
+
# @private
|
|
635
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
636
|
+
collection :dimensions, as: 'dimensions'
|
|
637
|
+
property :filter, as: 'filter'
|
|
638
|
+
collection :metrics, as: 'metrics'
|
|
639
|
+
property :page_size, as: 'pageSize'
|
|
640
|
+
property :page_token, as: 'pageToken'
|
|
641
|
+
property :timeline_spec, as: 'timelineSpec', class: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1TimelineSpec, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1TimelineSpec::Representation
|
|
642
|
+
|
|
643
|
+
property :user_cohort, as: 'userCohort'
|
|
644
|
+
end
|
|
645
|
+
end
|
|
646
|
+
|
|
647
|
+
class GooglePlayDeveloperReportingV1beta1QueryAnonRssAndSwapMemoryUsageMetricSetResponse
|
|
648
|
+
# @private
|
|
649
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
650
|
+
property :next_page_token, as: 'nextPageToken'
|
|
651
|
+
collection :rows, as: 'rows', class: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1MetricsRow, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1MetricsRow::Representation
|
|
652
|
+
|
|
653
|
+
end
|
|
654
|
+
end
|
|
655
|
+
|
|
549
656
|
class GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetRequest
|
|
550
657
|
# @private
|
|
551
658
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -569,6 +676,29 @@ module Google
|
|
|
569
676
|
end
|
|
570
677
|
end
|
|
571
678
|
|
|
679
|
+
class GooglePlayDeveloperReportingV1beta1QueryBitmapMemoryUsageMetricSetRequest
|
|
680
|
+
# @private
|
|
681
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
682
|
+
collection :dimensions, as: 'dimensions'
|
|
683
|
+
property :filter, as: 'filter'
|
|
684
|
+
collection :metrics, as: 'metrics'
|
|
685
|
+
property :page_size, as: 'pageSize'
|
|
686
|
+
property :page_token, as: 'pageToken'
|
|
687
|
+
property :timeline_spec, as: 'timelineSpec', class: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1TimelineSpec, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1TimelineSpec::Representation
|
|
688
|
+
|
|
689
|
+
property :user_cohort, as: 'userCohort'
|
|
690
|
+
end
|
|
691
|
+
end
|
|
692
|
+
|
|
693
|
+
class GooglePlayDeveloperReportingV1beta1QueryBitmapMemoryUsageMetricSetResponse
|
|
694
|
+
# @private
|
|
695
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
696
|
+
property :next_page_token, as: 'nextPageToken'
|
|
697
|
+
collection :rows, as: 'rows', class: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1MetricsRow, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1MetricsRow::Representation
|
|
698
|
+
|
|
699
|
+
end
|
|
700
|
+
end
|
|
701
|
+
|
|
572
702
|
class GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetRequest
|
|
573
703
|
# @private
|
|
574
704
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -173,6 +173,71 @@ module Google
|
|
|
173
173
|
execute_or_queue_command(command, &block)
|
|
174
174
|
end
|
|
175
175
|
|
|
176
|
+
# Describes the properties of the metric set.
|
|
177
|
+
# @param [String] name
|
|
178
|
+
# Required. * The resource name. Format: apps/`app`/
|
|
179
|
+
# anonRssAndSwapMemoryUsageMetricSet
|
|
180
|
+
# @param [String] fields
|
|
181
|
+
# Selector specifying which fields to include in a partial response.
|
|
182
|
+
# @param [String] quota_user
|
|
183
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
184
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
185
|
+
# @param [Google::Apis::RequestOptions] options
|
|
186
|
+
# Request-specific options
|
|
187
|
+
#
|
|
188
|
+
# @yield [result, err] Result & error if block supplied
|
|
189
|
+
# @yieldparam result [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1AnonRssAndSwapMemoryUsageMetricSet] parsed result object
|
|
190
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
191
|
+
#
|
|
192
|
+
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1AnonRssAndSwapMemoryUsageMetricSet]
|
|
193
|
+
#
|
|
194
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
195
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
196
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
197
|
+
def get_vital_anonrssandswapmemoryusage(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
198
|
+
command = make_simple_command(:get, 'v1beta1/{+name}', options)
|
|
199
|
+
command.response_representation = Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1AnonRssAndSwapMemoryUsageMetricSet::Representation
|
|
200
|
+
command.response_class = Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1AnonRssAndSwapMemoryUsageMetricSet
|
|
201
|
+
command.params['name'] = name unless name.nil?
|
|
202
|
+
command.query['fields'] = fields unless fields.nil?
|
|
203
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
204
|
+
execute_or_queue_command(command, &block)
|
|
205
|
+
end
|
|
206
|
+
|
|
207
|
+
# Queries the metrics in the metric set.
|
|
208
|
+
# @param [String] name
|
|
209
|
+
# Required. * The resource name. Format: apps/`app`/
|
|
210
|
+
# anonRssAndSwapMemoryUsageMetricSet
|
|
211
|
+
# @param [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1QueryAnonRssAndSwapMemoryUsageMetricSetRequest] google_play_developer_reporting_v1beta1_query_anon_rss_and_swap_memory_usage_metric_set_request_object
|
|
212
|
+
# @param [String] fields
|
|
213
|
+
# Selector specifying which fields to include in a partial response.
|
|
214
|
+
# @param [String] quota_user
|
|
215
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
216
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
217
|
+
# @param [Google::Apis::RequestOptions] options
|
|
218
|
+
# Request-specific options
|
|
219
|
+
#
|
|
220
|
+
# @yield [result, err] Result & error if block supplied
|
|
221
|
+
# @yieldparam result [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1QueryAnonRssAndSwapMemoryUsageMetricSetResponse] parsed result object
|
|
222
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
223
|
+
#
|
|
224
|
+
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1QueryAnonRssAndSwapMemoryUsageMetricSetResponse]
|
|
225
|
+
#
|
|
226
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
227
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
228
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
229
|
+
def query_vital_anonrssandswapmemoryusage(name, google_play_developer_reporting_v1beta1_query_anon_rss_and_swap_memory_usage_metric_set_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
230
|
+
command = make_simple_command(:post, 'v1beta1/{+name}:query', options)
|
|
231
|
+
command.request_representation = Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1QueryAnonRssAndSwapMemoryUsageMetricSetRequest::Representation
|
|
232
|
+
command.request_object = google_play_developer_reporting_v1beta1_query_anon_rss_and_swap_memory_usage_metric_set_request_object
|
|
233
|
+
command.response_representation = Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1QueryAnonRssAndSwapMemoryUsageMetricSetResponse::Representation
|
|
234
|
+
command.response_class = Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1QueryAnonRssAndSwapMemoryUsageMetricSetResponse
|
|
235
|
+
command.params['name'] = name unless name.nil?
|
|
236
|
+
command.query['fields'] = fields unless fields.nil?
|
|
237
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
238
|
+
execute_or_queue_command(command, &block)
|
|
239
|
+
end
|
|
240
|
+
|
|
176
241
|
# Describes the properties of the metric set.
|
|
177
242
|
# @param [String] name
|
|
178
243
|
# Required. The resource name. Format: apps/`app`/anrRateMetricSet
|
|
@@ -236,6 +301,69 @@ module Google
|
|
|
236
301
|
execute_or_queue_command(command, &block)
|
|
237
302
|
end
|
|
238
303
|
|
|
304
|
+
# Describes the properties of the metric set.
|
|
305
|
+
# @param [String] name
|
|
306
|
+
# Required. The resource name. Format: apps/`app`/bitmapMemoryUsageMetricSet
|
|
307
|
+
# @param [String] fields
|
|
308
|
+
# Selector specifying which fields to include in a partial response.
|
|
309
|
+
# @param [String] quota_user
|
|
310
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
311
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
312
|
+
# @param [Google::Apis::RequestOptions] options
|
|
313
|
+
# Request-specific options
|
|
314
|
+
#
|
|
315
|
+
# @yield [result, err] Result & error if block supplied
|
|
316
|
+
# @yieldparam result [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1BitmapMemoryUsageMetricSet] parsed result object
|
|
317
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
318
|
+
#
|
|
319
|
+
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1BitmapMemoryUsageMetricSet]
|
|
320
|
+
#
|
|
321
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
322
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
323
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
324
|
+
def get_vital_bitmapmemoryusage(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
325
|
+
command = make_simple_command(:get, 'v1beta1/{+name}', options)
|
|
326
|
+
command.response_representation = Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1BitmapMemoryUsageMetricSet::Representation
|
|
327
|
+
command.response_class = Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1BitmapMemoryUsageMetricSet
|
|
328
|
+
command.params['name'] = name unless name.nil?
|
|
329
|
+
command.query['fields'] = fields unless fields.nil?
|
|
330
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
331
|
+
execute_or_queue_command(command, &block)
|
|
332
|
+
end
|
|
333
|
+
|
|
334
|
+
# Queries the metrics in the metric set.
|
|
335
|
+
# @param [String] name
|
|
336
|
+
# Required. The resource name. Format: apps/`app`/bitmapMemoryUsageMetricSet
|
|
337
|
+
# @param [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1QueryBitmapMemoryUsageMetricSetRequest] google_play_developer_reporting_v1beta1_query_bitmap_memory_usage_metric_set_request_object
|
|
338
|
+
# @param [String] fields
|
|
339
|
+
# Selector specifying which fields to include in a partial response.
|
|
340
|
+
# @param [String] quota_user
|
|
341
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
342
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
343
|
+
# @param [Google::Apis::RequestOptions] options
|
|
344
|
+
# Request-specific options
|
|
345
|
+
#
|
|
346
|
+
# @yield [result, err] Result & error if block supplied
|
|
347
|
+
# @yieldparam result [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1QueryBitmapMemoryUsageMetricSetResponse] parsed result object
|
|
348
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
349
|
+
#
|
|
350
|
+
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1QueryBitmapMemoryUsageMetricSetResponse]
|
|
351
|
+
#
|
|
352
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
353
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
354
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
355
|
+
def query_vital_bitmapmemoryusage(name, google_play_developer_reporting_v1beta1_query_bitmap_memory_usage_metric_set_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
356
|
+
command = make_simple_command(:post, 'v1beta1/{+name}:query', options)
|
|
357
|
+
command.request_representation = Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1QueryBitmapMemoryUsageMetricSetRequest::Representation
|
|
358
|
+
command.request_object = google_play_developer_reporting_v1beta1_query_bitmap_memory_usage_metric_set_request_object
|
|
359
|
+
command.response_representation = Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1QueryBitmapMemoryUsageMetricSetResponse::Representation
|
|
360
|
+
command.response_class = Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1QueryBitmapMemoryUsageMetricSetResponse
|
|
361
|
+
command.params['name'] = name unless name.nil?
|
|
362
|
+
command.query['fields'] = fields unless fields.nil?
|
|
363
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
364
|
+
execute_or_queue_command(command, &block)
|
|
365
|
+
end
|
|
366
|
+
|
|
239
367
|
# Describes the properties of the metric set.
|
|
240
368
|
# @param [String] name
|
|
241
369
|
# Required. The resource name. Format: apps/`app`/crashRateMetricSet
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.43.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_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1beta1/v0.43.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-playdeveloperreporting_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|