google-apis-playdeveloperreporting_v1beta1 0.35.0 → 0.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/playdeveloperreporting_v1beta1/classes.rb +226 -0
- data/lib/google/apis/playdeveloperreporting_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/playdeveloperreporting_v1beta1/representations.rb +50 -0
- data/lib/google/apis/playdeveloperreporting_v1beta1/service.rb +63 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3a4ab11dab33d6c611d699389c3fdb888e6bca38069d35bc069e8893509c9406
|
4
|
+
data.tar.gz: 0bebe5eb2681e5c81fffb5712338a6761451d8239fc0f24e8b351db071cd1721
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9152f501ac0da79181cd1eecd72ada9f2d5f0e9803faf8076a2132fa3b871ddd217e393450d43965ffb05e687b2ae5eb5514d43f5fc81a8d85cf168a282edd6a
|
7
|
+
data.tar.gz: dccce4cb0c28aa14af0f0b9944cca675bf726f2197b88c31a122d10668705ad53641a71758b4af40fafb97da4330ac3d1394b34e4e27e510b01673c6a4085970
|
data/CHANGELOG.md
CHANGED
@@ -913,6 +913,84 @@ module Google
|
|
913
913
|
end
|
914
914
|
end
|
915
915
|
|
916
|
+
# Singleton resource representing the set of LMK (Low Memory Kill) metrics. This
|
917
|
+
# metric set contains LMKs data combined with usage data to produce a normalized
|
918
|
+
# metric independent of user counts. **Supported aggregation periods:** * DAILY:
|
919
|
+
# metrics are aggregated in calendar date intervals. Due to historical
|
920
|
+
# constraints, the only supported timezone is `America/Los_Angeles`. **Supported
|
921
|
+
# metrics:** * `userPerceivedLmkRate` (`google.type.Decimal`): Percentage of
|
922
|
+
# distinct users in the aggregation period that experienced at least one LMK
|
923
|
+
# while they were actively using your app (a user-perceived LMK). An app is
|
924
|
+
# considered to be in active use if it is displaying any activity or executing
|
925
|
+
# any foreground service. * `userPerceivedLmkRate7dUserWeighted` (`google.type.
|
926
|
+
# Decimal`): Rolling average value of `userPerceivedLmkRate` in the last 7 days.
|
927
|
+
# The daily values are weighted by the count of distinct users for the day. * `
|
928
|
+
# userPerceivedLmkRate28dUserWeighted` (`google.type.Decimal`): Rolling average
|
929
|
+
# value of `userPerceivedLmkRate` in the last 28 days. The daily values are
|
930
|
+
# weighted by the count of distinct users for the day. * `distinctUsers` (`
|
931
|
+
# google.type.Decimal`): Count of distinct users in the aggregation period that
|
932
|
+
# were used as normalization value for the `userPerceivedLmkRate` metrics. A
|
933
|
+
# user is counted in this metric if they used the app in the foreground during
|
934
|
+
# the aggregation period. Care must be taken not to aggregate this count further,
|
935
|
+
# as it may result in users being counted multiple times. The value is rounded
|
936
|
+
# to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the
|
937
|
+
# magnitude of the value. **Supported dimensions:** * `apiLevel` (string): the
|
938
|
+
# API level of Android that was running on the user's device, e.g., 26. * `
|
939
|
+
# versionCode` (int64): version of the app that was running on the user's device.
|
940
|
+
# * `deviceModel` (string): unique identifier of the user's device model. The
|
941
|
+
# form of the identifier is 'deviceBrand/device', where deviceBrand corresponds
|
942
|
+
# to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. * `
|
943
|
+
# deviceBrand` (string): unique identifier of the user's device brand, e.g.,
|
944
|
+
# google. * `deviceType` (string): the type (also known as form factor) of the
|
945
|
+
# user's device, e.g., PHONE. * `countryCode` (string): the country or region of
|
946
|
+
# the user's device based on their IP address, represented as a 2-letter ISO-
|
947
|
+
# 3166 code (e.g. US for the United States). * `deviceRamBucket` (int64): RAM of
|
948
|
+
# the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
|
949
|
+
# Make of the device's primary system-on-chip, e.g., Samsung. [Reference](https:/
|
950
|
+
# /developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) * `
|
951
|
+
# deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "
|
952
|
+
# Exynos 2100". [Reference](https://developer.android.com/reference/android/os/
|
953
|
+
# Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the device's CPU, e.g.,
|
954
|
+
# Qualcomm. * `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo
|
955
|
+
# 240". * `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
|
956
|
+
# deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
|
957
|
+
# deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
|
958
|
+
# deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
|
959
|
+
# `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
|
960
|
+
# * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
|
961
|
+
# * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
|
962
|
+
# **Required permissions**: to access this resource, the calling user needs the
|
963
|
+
# _View app information (read-only)_ permission for the app. **Related metric
|
964
|
+
# sets:** * vitals.errors contains normalized metrics about crashes, another
|
965
|
+
# stability metric. * vitals.errors contains normalized metrics about ANRs,
|
966
|
+
# another stability metric.
|
967
|
+
class GooglePlayDeveloperReportingV1beta1LmkRateMetricSet
|
968
|
+
include Google::Apis::Core::Hashable
|
969
|
+
|
970
|
+
# Represents the latest available time that can be requested in a TimelineSpec.
|
971
|
+
# Different aggregation periods have different freshness. For example, `DAILY`
|
972
|
+
# aggregation may lag behind `HOURLY` in cases where such aggregation is
|
973
|
+
# computed only once at the end of the day.
|
974
|
+
# Corresponds to the JSON property `freshnessInfo`
|
975
|
+
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1FreshnessInfo]
|
976
|
+
attr_accessor :freshness_info
|
977
|
+
|
978
|
+
# Identifier. The resource name. Format: apps/`app`/lmkRateMetricSet
|
979
|
+
# Corresponds to the JSON property `name`
|
980
|
+
# @return [String]
|
981
|
+
attr_accessor :name
|
982
|
+
|
983
|
+
def initialize(**args)
|
984
|
+
update!(**args)
|
985
|
+
end
|
986
|
+
|
987
|
+
# Update properties of this object
|
988
|
+
def update!(**args)
|
989
|
+
@freshness_info = args[:freshness_info] if args.key?(:freshness_info)
|
990
|
+
@name = args[:name] if args.key?(:name)
|
991
|
+
end
|
992
|
+
end
|
993
|
+
|
916
994
|
# Represents the value of a metric.
|
917
995
|
class GooglePlayDeveloperReportingV1beta1MetricValue
|
918
996
|
include Google::Apis::Core::Hashable
|
@@ -1589,6 +1667,154 @@ module Google
|
|
1589
1667
|
end
|
1590
1668
|
end
|
1591
1669
|
|
1670
|
+
# Request message for QueryLmkRateMetricSet.
|
1671
|
+
class GooglePlayDeveloperReportingV1beta1QueryLmkRateMetricSetRequest
|
1672
|
+
include Google::Apis::Core::Hashable
|
1673
|
+
|
1674
|
+
# Optional. Dimensions to slice the metrics by. **Supported dimensions:** * `
|
1675
|
+
# apiLevel` (string): the API level of Android that was running on the user's
|
1676
|
+
# device, e.g., 26. * `versionCode` (int64): version of the app that was running
|
1677
|
+
# on the user's device. * `deviceModel` (string): unique identifier of the user'
|
1678
|
+
# s device model. The form of the identifier is 'deviceBrand/device', where
|
1679
|
+
# deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE,
|
1680
|
+
# e.g., google/coral. * `deviceBrand` (string): unique identifier of the user's
|
1681
|
+
# device brand, e.g., google. * `deviceType` (string): the type (also known as
|
1682
|
+
# form factor) of the user's device, e.g., PHONE. * `countryCode` (string): the
|
1683
|
+
# country or region of the user's device based on their IP address, represented
|
1684
|
+
# as a 2-letter ISO-3166 code (e.g. US for the United States). * `
|
1685
|
+
# deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
|
1686
|
+
# . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
|
1687
|
+
# , Samsung. [Reference](https://developer.android.com/reference/android/os/
|
1688
|
+
# Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
|
1689
|
+
# primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
|
1690
|
+
# android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
|
1691
|
+
# Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
|
1692
|
+
# of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
|
1693
|
+
# device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
|
1694
|
+
# GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
|
1695
|
+
# g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
|
1696
|
+
# "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
|
1697
|
+
# g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
|
1698
|
+
# NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
|
1699
|
+
# , mdpi, hdpi.
|
1700
|
+
# Corresponds to the JSON property `dimensions`
|
1701
|
+
# @return [Array<String>]
|
1702
|
+
attr_accessor :dimensions
|
1703
|
+
|
1704
|
+
# Optional. Filters to apply to data. The filtering expression follows [AIP-160](
|
1705
|
+
# https://google.aip.dev/160) standard and supports filtering by equality of all
|
1706
|
+
# breakdown dimensions.
|
1707
|
+
# Corresponds to the JSON property `filter`
|
1708
|
+
# @return [String]
|
1709
|
+
attr_accessor :filter
|
1710
|
+
|
1711
|
+
# Optional. Metrics to aggregate. **Supported metrics:** * `userPerceivedLmkRate`
|
1712
|
+
# (`google.type.Decimal`): Percentage of distinct users in the aggregation
|
1713
|
+
# period that experienced at least one LMK while they were actively using your
|
1714
|
+
# app (a user-perceived LMK). An app is considered to be in active use if it is
|
1715
|
+
# displaying any activity or executing any foreground service. * `
|
1716
|
+
# userPerceivedLmkRate7dUserWeighted` (`google.type.Decimal`): Rolling average
|
1717
|
+
# value of `userPerceivedLmkRate` in the last 7 days. The daily values are
|
1718
|
+
# weighted by the count of distinct users for the day. * `
|
1719
|
+
# userPerceivedLmkRate28dUserWeighted` (`google.type.Decimal`): Rolling average
|
1720
|
+
# value of `userPerceivedLmkRate` in the last 28 days. The daily values are
|
1721
|
+
# weighted by the count of distinct users for the day. * `distinctUsers` (`
|
1722
|
+
# google.type.Decimal`): Count of distinct users in the aggregation period that
|
1723
|
+
# were used as normalization value for the `userPerceivedLmkRate` metrics. A
|
1724
|
+
# user is counted in this metric if they used the app in the foreground during
|
1725
|
+
# the aggregation period. Care must be taken not to aggregate this count further,
|
1726
|
+
# as it may result in users being counted multiple times. The value is rounded
|
1727
|
+
# to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the
|
1728
|
+
# magnitude of the value.
|
1729
|
+
# Corresponds to the JSON property `metrics`
|
1730
|
+
# @return [Array<String>]
|
1731
|
+
attr_accessor :metrics
|
1732
|
+
|
1733
|
+
# Optional. Maximum size of the returned data. If unspecified, at most 1000 rows
|
1734
|
+
# will be returned. The maximum value is 100,000; values above 100,000 will be
|
1735
|
+
# coerced to 100,000.
|
1736
|
+
# Corresponds to the JSON property `pageSize`
|
1737
|
+
# @return [Fixnum]
|
1738
|
+
attr_accessor :page_size
|
1739
|
+
|
1740
|
+
# Optional. A page token, received from a previous call. Provide this to
|
1741
|
+
# retrieve the subsequent page. When paginating, all other parameters provided
|
1742
|
+
# to the request must match the call that provided the page token.
|
1743
|
+
# Corresponds to the JSON property `pageToken`
|
1744
|
+
# @return [String]
|
1745
|
+
attr_accessor :page_token
|
1746
|
+
|
1747
|
+
# Specification of the time-related aggregation parameters of a timeline.
|
1748
|
+
# Timelines have an aggregation period (`DAILY`, `HOURLY`, etc) which defines
|
1749
|
+
# how events are aggregated in metrics. The points in a timeline are defined by
|
1750
|
+
# the starting DateTime of the aggregation period. The duration is implicit in
|
1751
|
+
# the AggregationPeriod. Hourly aggregation periods, when supported by a metric
|
1752
|
+
# set, are always specified in UTC to avoid ambiguities around daylight saving
|
1753
|
+
# time transitions, where an hour is skipped when adopting DST, and repeated
|
1754
|
+
# when abandoning DST. For example, the timestamp '2021-11-07 01:00:00 America/
|
1755
|
+
# Los_Angeles' is ambiguous since it can correspond to '2021-11-07 08:00:00 UTC'
|
1756
|
+
# or '2021-11-07 09:00:00 UTC'. Daily aggregation periods require specifying a
|
1757
|
+
# timezone which will determine the precise instants of the start and the end of
|
1758
|
+
# the day. Not all metric sets support all timezones, so make sure to check
|
1759
|
+
# which timezones are supported by the metric set you want to query.
|
1760
|
+
# Corresponds to the JSON property `timelineSpec`
|
1761
|
+
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1TimelineSpec]
|
1762
|
+
attr_accessor :timeline_spec
|
1763
|
+
|
1764
|
+
# Optional. User view to select. The output data will correspond to the selected
|
1765
|
+
# view. **Supported values:** * `OS_PUBLIC` To select data from all publicly
|
1766
|
+
# released Android versions. This is the default. Supports all the above
|
1767
|
+
# dimensions. * `APP_TESTERS` To select data from users who have opted in to be
|
1768
|
+
# testers. Supports all the above dimensions. * `OS_BETA` To select data from
|
1769
|
+
# beta android versions only, excluding data from released android versions.
|
1770
|
+
# Only the following dimensions are supported: * `versionCode` (int64): version
|
1771
|
+
# of the app that was running on the user's device. * `osBuild` (string): OS
|
1772
|
+
# build of the user's device, e.g., "T1B2.220916.004".
|
1773
|
+
# Corresponds to the JSON property `userCohort`
|
1774
|
+
# @return [String]
|
1775
|
+
attr_accessor :user_cohort
|
1776
|
+
|
1777
|
+
def initialize(**args)
|
1778
|
+
update!(**args)
|
1779
|
+
end
|
1780
|
+
|
1781
|
+
# Update properties of this object
|
1782
|
+
def update!(**args)
|
1783
|
+
@dimensions = args[:dimensions] if args.key?(:dimensions)
|
1784
|
+
@filter = args[:filter] if args.key?(:filter)
|
1785
|
+
@metrics = args[:metrics] if args.key?(:metrics)
|
1786
|
+
@page_size = args[:page_size] if args.key?(:page_size)
|
1787
|
+
@page_token = args[:page_token] if args.key?(:page_token)
|
1788
|
+
@timeline_spec = args[:timeline_spec] if args.key?(:timeline_spec)
|
1789
|
+
@user_cohort = args[:user_cohort] if args.key?(:user_cohort)
|
1790
|
+
end
|
1791
|
+
end
|
1792
|
+
|
1793
|
+
# Response message for QueryLmkRateMetricSet.
|
1794
|
+
class GooglePlayDeveloperReportingV1beta1QueryLmkRateMetricSetResponse
|
1795
|
+
include Google::Apis::Core::Hashable
|
1796
|
+
|
1797
|
+
# Continuation token to fetch the next page of data.
|
1798
|
+
# Corresponds to the JSON property `nextPageToken`
|
1799
|
+
# @return [String]
|
1800
|
+
attr_accessor :next_page_token
|
1801
|
+
|
1802
|
+
# Returned rows of data.
|
1803
|
+
# Corresponds to the JSON property `rows`
|
1804
|
+
# @return [Array<Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1MetricsRow>]
|
1805
|
+
attr_accessor :rows
|
1806
|
+
|
1807
|
+
def initialize(**args)
|
1808
|
+
update!(**args)
|
1809
|
+
end
|
1810
|
+
|
1811
|
+
# Update properties of this object
|
1812
|
+
def update!(**args)
|
1813
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
1814
|
+
@rows = args[:rows] if args.key?(:rows)
|
1815
|
+
end
|
1816
|
+
end
|
1817
|
+
|
1592
1818
|
# Request message for QuerySlowRenderingRateMetricSet.
|
1593
1819
|
class GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetRequest
|
1594
1820
|
include Google::Apis::Core::Hashable
|
@@ -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.36.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250311"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -124,6 +124,12 @@ module Google
|
|
124
124
|
include Google::Apis::Core::JsonObjectSupport
|
125
125
|
end
|
126
126
|
|
127
|
+
class GooglePlayDeveloperReportingV1beta1LmkRateMetricSet
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
127
133
|
class GooglePlayDeveloperReportingV1beta1MetricValue
|
128
134
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
135
|
|
@@ -190,6 +196,18 @@ module Google
|
|
190
196
|
include Google::Apis::Core::JsonObjectSupport
|
191
197
|
end
|
192
198
|
|
199
|
+
class GooglePlayDeveloperReportingV1beta1QueryLmkRateMetricSetRequest
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class GooglePlayDeveloperReportingV1beta1QueryLmkRateMetricSetResponse
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
193
211
|
class GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetRequest
|
194
212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
213
|
|
@@ -488,6 +506,15 @@ module Google
|
|
488
506
|
end
|
489
507
|
end
|
490
508
|
|
509
|
+
class GooglePlayDeveloperReportingV1beta1LmkRateMetricSet
|
510
|
+
# @private
|
511
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
512
|
+
property :freshness_info, as: 'freshnessInfo', class: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1FreshnessInfo, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1FreshnessInfo::Representation
|
513
|
+
|
514
|
+
property :name, as: 'name'
|
515
|
+
end
|
516
|
+
end
|
517
|
+
|
491
518
|
class GooglePlayDeveloperReportingV1beta1MetricValue
|
492
519
|
# @private
|
493
520
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -610,6 +637,29 @@ module Google
|
|
610
637
|
end
|
611
638
|
end
|
612
639
|
|
640
|
+
class GooglePlayDeveloperReportingV1beta1QueryLmkRateMetricSetRequest
|
641
|
+
# @private
|
642
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
643
|
+
collection :dimensions, as: 'dimensions'
|
644
|
+
property :filter, as: 'filter'
|
645
|
+
collection :metrics, as: 'metrics'
|
646
|
+
property :page_size, as: 'pageSize'
|
647
|
+
property :page_token, as: 'pageToken'
|
648
|
+
property :timeline_spec, as: 'timelineSpec', class: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1TimelineSpec, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1TimelineSpec::Representation
|
649
|
+
|
650
|
+
property :user_cohort, as: 'userCohort'
|
651
|
+
end
|
652
|
+
end
|
653
|
+
|
654
|
+
class GooglePlayDeveloperReportingV1beta1QueryLmkRateMetricSetResponse
|
655
|
+
# @private
|
656
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
657
|
+
property :next_page_token, as: 'nextPageToken'
|
658
|
+
collection :rows, as: 'rows', class: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1MetricsRow, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1MetricsRow::Representation
|
659
|
+
|
660
|
+
end
|
661
|
+
end
|
662
|
+
|
613
663
|
class GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetRequest
|
614
664
|
# @private
|
615
665
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -742,6 +742,69 @@ module Google
|
|
742
742
|
execute_or_queue_command(command, &block)
|
743
743
|
end
|
744
744
|
|
745
|
+
# Describes the properties of the metric set.
|
746
|
+
# @param [String] name
|
747
|
+
# Required. The resource name. Format: apps/`app`/lmkRateMetricSet
|
748
|
+
# @param [String] fields
|
749
|
+
# Selector specifying which fields to include in a partial response.
|
750
|
+
# @param [String] quota_user
|
751
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
752
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
753
|
+
# @param [Google::Apis::RequestOptions] options
|
754
|
+
# Request-specific options
|
755
|
+
#
|
756
|
+
# @yield [result, err] Result & error if block supplied
|
757
|
+
# @yieldparam result [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1LmkRateMetricSet] parsed result object
|
758
|
+
# @yieldparam err [StandardError] error object if request failed
|
759
|
+
#
|
760
|
+
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1LmkRateMetricSet]
|
761
|
+
#
|
762
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
763
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
764
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
765
|
+
def get_vital_lmkrate(name, fields: nil, quota_user: nil, options: nil, &block)
|
766
|
+
command = make_simple_command(:get, 'v1beta1/{+name}', options)
|
767
|
+
command.response_representation = Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1LmkRateMetricSet::Representation
|
768
|
+
command.response_class = Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1LmkRateMetricSet
|
769
|
+
command.params['name'] = name unless name.nil?
|
770
|
+
command.query['fields'] = fields unless fields.nil?
|
771
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
772
|
+
execute_or_queue_command(command, &block)
|
773
|
+
end
|
774
|
+
|
775
|
+
# Queries the metrics in the metric set.
|
776
|
+
# @param [String] name
|
777
|
+
# Required. The resource name. Format: apps/`app`/lmkRateMetricSet
|
778
|
+
# @param [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1QueryLmkRateMetricSetRequest] google_play_developer_reporting_v1beta1_query_lmk_rate_metric_set_request_object
|
779
|
+
# @param [String] fields
|
780
|
+
# Selector specifying which fields to include in a partial response.
|
781
|
+
# @param [String] quota_user
|
782
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
783
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
784
|
+
# @param [Google::Apis::RequestOptions] options
|
785
|
+
# Request-specific options
|
786
|
+
#
|
787
|
+
# @yield [result, err] Result & error if block supplied
|
788
|
+
# @yieldparam result [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1QueryLmkRateMetricSetResponse] parsed result object
|
789
|
+
# @yieldparam err [StandardError] error object if request failed
|
790
|
+
#
|
791
|
+
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1QueryLmkRateMetricSetResponse]
|
792
|
+
#
|
793
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
794
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
795
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
796
|
+
def query_vital_lmkrate(name, google_play_developer_reporting_v1beta1_query_lmk_rate_metric_set_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
797
|
+
command = make_simple_command(:post, 'v1beta1/{+name}:query', options)
|
798
|
+
command.request_representation = Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1QueryLmkRateMetricSetRequest::Representation
|
799
|
+
command.request_object = google_play_developer_reporting_v1beta1_query_lmk_rate_metric_set_request_object
|
800
|
+
command.response_representation = Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1QueryLmkRateMetricSetResponse::Representation
|
801
|
+
command.response_class = Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1QueryLmkRateMetricSetResponse
|
802
|
+
command.params['name'] = name unless name.nil?
|
803
|
+
command.query['fields'] = fields unless fields.nil?
|
804
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
805
|
+
execute_or_queue_command(command, &block)
|
806
|
+
end
|
807
|
+
|
745
808
|
# Describes the properties of the metric set.
|
746
809
|
# @param [String] name
|
747
810
|
# Required. The resource name. Format: apps/`app`/slowRenderingRateMetricSet
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.36.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-16 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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.36.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:
|