google-apis-playdeveloperreporting_v1beta1 0.12.0 → 0.13.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 396a20ff49e7df691147d94bafb8532d4ad22d9df6b9c6739bf9e73113ba0c62
|
|
4
|
+
data.tar.gz: 9642a1baee66e224a18dc1aed565039a11b8603c552a2c9646884a4b975b22ac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67351e515df1277449a7d594fd9b66cf93bf61b277956733554df006727e44bd974f1cc4a9b3f46e83a65d61f4e67575823b5b07ddfc93e15f2dfa66d0c03de5
|
|
7
|
+
data.tar.gz: da2c22a7e3a08e0771410f5dddec394375c4cc0eea95c13ac9ef1a8bc49237c24ab8c8f017fa197583218d98418b0e47358c62611142f9d9225a89fa37277916
|
data/CHANGELOG.md
CHANGED
|
@@ -617,6 +617,19 @@ module Google
|
|
|
617
617
|
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1TimelineSpec]
|
|
618
618
|
attr_accessor :timeline_spec
|
|
619
619
|
|
|
620
|
+
# User view to select. The output data will correspond to the selected view. **
|
|
621
|
+
# Supported values:** * `OS_PUBLIC` To select data from all publicly released
|
|
622
|
+
# Android versions. This is the default. Supports all the above dimensions. * `
|
|
623
|
+
# APP_TESTERS` To select data from users who have opted in to be testers.
|
|
624
|
+
# Supports all the above dimensions. * `OS_BETA` To select data from beta
|
|
625
|
+
# android versions only, excluding data from released android versions. Only the
|
|
626
|
+
# following dimensions are supported: * `versionCode` (int64): version of the
|
|
627
|
+
# app that was running on the user's device. * `osBuild` (string): OS build of
|
|
628
|
+
# the user's device, e.g., "T1B2.220916.004".
|
|
629
|
+
# Corresponds to the JSON property `userCohort`
|
|
630
|
+
# @return [String]
|
|
631
|
+
attr_accessor :user_cohort
|
|
632
|
+
|
|
620
633
|
def initialize(**args)
|
|
621
634
|
update!(**args)
|
|
622
635
|
end
|
|
@@ -629,6 +642,7 @@ module Google
|
|
|
629
642
|
@page_size = args[:page_size] if args.key?(:page_size)
|
|
630
643
|
@page_token = args[:page_token] if args.key?(:page_token)
|
|
631
644
|
@timeline_spec = args[:timeline_spec] if args.key?(:timeline_spec)
|
|
645
|
+
@user_cohort = args[:user_cohort] if args.key?(:user_cohort)
|
|
632
646
|
end
|
|
633
647
|
end
|
|
634
648
|
|
|
@@ -754,6 +768,19 @@ module Google
|
|
|
754
768
|
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1TimelineSpec]
|
|
755
769
|
attr_accessor :timeline_spec
|
|
756
770
|
|
|
771
|
+
# User view to select. The output data will correspond to the selected view. **
|
|
772
|
+
# Supported values:** * `OS_PUBLIC` To select data from all publicly released
|
|
773
|
+
# Android versions. This is the default. Supports all the above dimensions. * `
|
|
774
|
+
# APP_TESTERS` To select data from users who have opted in to be testers.
|
|
775
|
+
# Supports all the above dimensions. * `OS_BETA` To select data from beta
|
|
776
|
+
# android versions only, excluding data from released android versions. Only the
|
|
777
|
+
# following dimensions are supported: * `versionCode` (int64): version of the
|
|
778
|
+
# app that was running on the user's device. * `osBuild` (string): OS build of
|
|
779
|
+
# the user's device, e.g., "T1B2.220916.004".
|
|
780
|
+
# Corresponds to the JSON property `userCohort`
|
|
781
|
+
# @return [String]
|
|
782
|
+
attr_accessor :user_cohort
|
|
783
|
+
|
|
757
784
|
def initialize(**args)
|
|
758
785
|
update!(**args)
|
|
759
786
|
end
|
|
@@ -766,6 +793,7 @@ module Google
|
|
|
766
793
|
@page_size = args[:page_size] if args.key?(:page_size)
|
|
767
794
|
@page_token = args[:page_token] if args.key?(:page_token)
|
|
768
795
|
@timeline_spec = args[:timeline_spec] if args.key?(:timeline_spec)
|
|
796
|
+
@user_cohort = args[:user_cohort] if args.key?(:user_cohort)
|
|
769
797
|
end
|
|
770
798
|
end
|
|
771
799
|
|
|
@@ -880,6 +908,19 @@ module Google
|
|
|
880
908
|
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1TimelineSpec]
|
|
881
909
|
attr_accessor :timeline_spec
|
|
882
910
|
|
|
911
|
+
# User view to select. The output data will correspond to the selected view. **
|
|
912
|
+
# Supported values:** * `OS_PUBLIC` To select data from all publicly released
|
|
913
|
+
# Android versions. This is the default. Supports all the above dimensions. * `
|
|
914
|
+
# APP_TESTERS` To select data from users who have opted in to be testers.
|
|
915
|
+
# Supports all the above dimensions. * `OS_BETA` To select data from beta
|
|
916
|
+
# android versions only, excluding data from released android versions. Only the
|
|
917
|
+
# following dimensions are supported: * `versionCode` (int64): version of the
|
|
918
|
+
# app that was running on the user's device. * `osBuild` (string): OS build of
|
|
919
|
+
# the user's device, e.g., "T1B2.220916.004".
|
|
920
|
+
# Corresponds to the JSON property `userCohort`
|
|
921
|
+
# @return [String]
|
|
922
|
+
attr_accessor :user_cohort
|
|
923
|
+
|
|
883
924
|
def initialize(**args)
|
|
884
925
|
update!(**args)
|
|
885
926
|
end
|
|
@@ -892,6 +933,7 @@ module Google
|
|
|
892
933
|
@page_size = args[:page_size] if args.key?(:page_size)
|
|
893
934
|
@page_token = args[:page_token] if args.key?(:page_token)
|
|
894
935
|
@timeline_spec = args[:timeline_spec] if args.key?(:timeline_spec)
|
|
936
|
+
@user_cohort = args[:user_cohort] if args.key?(:user_cohort)
|
|
895
937
|
end
|
|
896
938
|
end
|
|
897
939
|
|
|
@@ -1007,6 +1049,19 @@ module Google
|
|
|
1007
1049
|
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1TimelineSpec]
|
|
1008
1050
|
attr_accessor :timeline_spec
|
|
1009
1051
|
|
|
1052
|
+
# User view to select. The output data will correspond to the selected view. **
|
|
1053
|
+
# Supported values:** * `OS_PUBLIC` To select data from all publicly released
|
|
1054
|
+
# Android versions. This is the default. Supports all the above dimensions. * `
|
|
1055
|
+
# APP_TESTERS` To select data from users who have opted in to be testers.
|
|
1056
|
+
# Supports all the above dimensions. * `OS_BETA` To select data from beta
|
|
1057
|
+
# android versions only, excluding data from released android versions. Only the
|
|
1058
|
+
# following dimensions are supported: * `versionCode` (int64): version of the
|
|
1059
|
+
# app that was running on the user's device. * `osBuild` (string): OS build of
|
|
1060
|
+
# the user's device, e.g., "T1B2.220916.004".
|
|
1061
|
+
# Corresponds to the JSON property `userCohort`
|
|
1062
|
+
# @return [String]
|
|
1063
|
+
attr_accessor :user_cohort
|
|
1064
|
+
|
|
1010
1065
|
def initialize(**args)
|
|
1011
1066
|
update!(**args)
|
|
1012
1067
|
end
|
|
@@ -1019,6 +1074,7 @@ module Google
|
|
|
1019
1074
|
@page_size = args[:page_size] if args.key?(:page_size)
|
|
1020
1075
|
@page_token = args[:page_token] if args.key?(:page_token)
|
|
1021
1076
|
@timeline_spec = args[:timeline_spec] if args.key?(:timeline_spec)
|
|
1077
|
+
@user_cohort = args[:user_cohort] if args.key?(:user_cohort)
|
|
1022
1078
|
end
|
|
1023
1079
|
end
|
|
1024
1080
|
|
|
@@ -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.13.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 = "20230304"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -269,6 +269,7 @@ module Google
|
|
|
269
269
|
property :page_token, as: 'pageToken'
|
|
270
270
|
property :timeline_spec, as: 'timelineSpec', class: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1TimelineSpec, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1TimelineSpec::Representation
|
|
271
271
|
|
|
272
|
+
property :user_cohort, as: 'userCohort'
|
|
272
273
|
end
|
|
273
274
|
end
|
|
274
275
|
|
|
@@ -291,6 +292,7 @@ module Google
|
|
|
291
292
|
property :page_token, as: 'pageToken'
|
|
292
293
|
property :timeline_spec, as: 'timelineSpec', class: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1TimelineSpec, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1TimelineSpec::Representation
|
|
293
294
|
|
|
295
|
+
property :user_cohort, as: 'userCohort'
|
|
294
296
|
end
|
|
295
297
|
end
|
|
296
298
|
|
|
@@ -313,6 +315,7 @@ module Google
|
|
|
313
315
|
property :page_token, as: 'pageToken'
|
|
314
316
|
property :timeline_spec, as: 'timelineSpec', class: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1TimelineSpec, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1TimelineSpec::Representation
|
|
315
317
|
|
|
318
|
+
property :user_cohort, as: 'userCohort'
|
|
316
319
|
end
|
|
317
320
|
end
|
|
318
321
|
|
|
@@ -335,6 +338,7 @@ module Google
|
|
|
335
338
|
property :page_token, as: 'pageToken'
|
|
336
339
|
property :timeline_spec, as: 'timelineSpec', class: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1TimelineSpec, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1TimelineSpec::Representation
|
|
337
340
|
|
|
341
|
+
property :user_cohort, as: 'userCohort'
|
|
338
342
|
end
|
|
339
343
|
end
|
|
340
344
|
|
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.13.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-03-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -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.13.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: []
|