google-apis-androidpublisher_v3 0.57.0 → 0.58.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e1610019642e40ef6d062e900a3764c0c37ae9d40a1bdea4ddae2cb0262b456c
|
4
|
+
data.tar.gz: b70886148bf21d11aa5e33d6e717534141f3f6d772c8e098a990ca479bad0f14
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0bb124aa58a8bc8c22efe55ff5a1bdbf0f4e4426c18e0ecbd99727e5c9f8dff5da32d375d55741046a8bef93a20b3492ade19a0f8bca95198bfdada433b1faf6
|
7
|
+
data.tar.gz: 2a47dfc1d4d712379f6e6a63f914613c32c4536cc5a47931b5766428bef6ee44e0528b6aaf4286ff2042b8b75a86b21dbed01be2679464389085d9b00fe30738
|
data/CHANGELOG.md
CHANGED
data/OVERVIEW.md
CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://developers.google.com/android-publisher) may
|
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
86
|
-
This library is supported on Ruby 2.
|
86
|
+
This library is supported on Ruby 2.7+.
|
87
87
|
|
88
|
-
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life.
|
88
|
+
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
89
|
|
90
90
|
## License
|
91
91
|
|
@@ -618,8 +618,7 @@ module Google
|
|
618
618
|
end
|
619
619
|
end
|
620
620
|
|
621
|
-
# Data format for a list of app versions.
|
622
|
-
# now.
|
621
|
+
# Data format for a list of app versions.
|
623
622
|
class AppVersionList
|
624
623
|
include Google::Apis::Core::Hashable
|
625
624
|
|
@@ -663,7 +662,7 @@ module Google
|
|
663
662
|
end
|
664
663
|
end
|
665
664
|
|
666
|
-
#
|
665
|
+
# Deprecated: subscription archiving is not supported.
|
667
666
|
class ArchiveSubscriptionRequest
|
668
667
|
include Google::Apis::Core::Hashable
|
669
668
|
|
@@ -4471,7 +4470,7 @@ module Google
|
|
4471
4470
|
include Google::Apis::Core::Hashable
|
4472
4471
|
|
4473
4472
|
# You must tell us if your app contains streaming products to correctly charge
|
4474
|
-
# US state and local sales tax. Field only supported in United States.
|
4473
|
+
# US state and local sales tax. Field only supported in the United States.
|
4475
4474
|
# Corresponds to the JSON property `eligibleForStreamingServiceTaxRate`
|
4476
4475
|
# @return [Boolean]
|
4477
4476
|
attr_accessor :eligible_for_streaming_service_tax_rate
|
@@ -4847,10 +4846,10 @@ module Google
|
|
4847
4846
|
|
4848
4847
|
# Required. Contents of the CSV file containing Data Safety responses. For the
|
4849
4848
|
# format of this file, see the Help Center documentation at https://support.
|
4850
|
-
# google.com/googleplay/android-developer/answer/10787469
|
4851
|
-
#
|
4852
|
-
#
|
4853
|
-
#
|
4849
|
+
# google.com/googleplay/android-developer/answer/10787469?#zippy=%2Cunderstand-
|
4850
|
+
# the-csv-format To download an up to date template, follow the steps at https://
|
4851
|
+
# support.google.com/googleplay/android-developer/answer/10787469?#zippy=%
|
4852
|
+
# 2Cexport-to-a-csv-file
|
4854
4853
|
# Corresponds to the JSON property `safetyLabels`
|
4855
4854
|
# @return [String]
|
4856
4855
|
attr_accessor :safety_labels
|
@@ -5100,9 +5099,7 @@ module Google
|
|
5100
5099
|
class Subscription
|
5101
5100
|
include Google::Apis::Core::Hashable
|
5102
5101
|
|
5103
|
-
# Output only.
|
5104
|
-
# not available to any subscriber any longer, cannot be updated, and are not
|
5105
|
-
# returned in list requests unless the show archived flag is passed in.
|
5102
|
+
# Output only. Deprecated: subscription archiving is not supported.
|
5106
5103
|
# Corresponds to the JSON property `archived`
|
5107
5104
|
# @return [Boolean]
|
5108
5105
|
attr_accessor :archived
|
@@ -6075,8 +6072,7 @@ module Google
|
|
6075
6072
|
# @return [Google::Apis::AndroidpublisherV3::Regions]
|
6076
6073
|
attr_accessor :regions
|
6077
6074
|
|
6078
|
-
# Data format for a list of app versions.
|
6079
|
-
# now.
|
6075
|
+
# Data format for a list of app versions.
|
6080
6076
|
# Corresponds to the JSON property `versionList`
|
6081
6077
|
# @return [Google::Apis::AndroidpublisherV3::AppVersionList]
|
6082
6078
|
attr_accessor :version_list
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AndroidpublisherV3
|
18
18
|
# Version of the google-apis-androidpublisher_v3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.58.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.13.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240222"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2586,10 +2586,7 @@ module Google
|
|
2586
2586
|
execute_or_queue_command(command, &block)
|
2587
2587
|
end
|
2588
2588
|
|
2589
|
-
#
|
2590
|
-
# in the past, and no base plan is available for new or existing subscribers
|
2591
|
-
# currently. This action is irreversible, and the subscription ID will remain
|
2592
|
-
# reserved.
|
2589
|
+
# Deprecated: subscription archiving is not supported.
|
2593
2590
|
# @param [String] package_name
|
2594
2591
|
# Required. The parent app (package name) of the app of the subscription to
|
2595
2592
|
# delete.
|
@@ -2828,8 +2825,7 @@ module Google
|
|
2828
2825
|
# provided to `ListSubscriptions` must match the call that provided the page
|
2829
2826
|
# token.
|
2830
2827
|
# @param [Boolean] show_archived
|
2831
|
-
#
|
2832
|
-
# false.
|
2828
|
+
# Deprecated: subscription archiving is not supported.
|
2833
2829
|
# @param [String] fields
|
2834
2830
|
# Selector specifying which fields to include in a partial response.
|
2835
2831
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-androidpublisher_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.58.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: 2024-02-
|
11
|
+
date: 2024-02-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.14.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.14.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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-androidpublisher_v3/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.58.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidpublisher_v3
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
68
68
|
requirements:
|
69
69
|
- - ">="
|
70
70
|
- !ruby/object:Gem::Version
|
71
|
-
version: '2.
|
71
|
+
version: '2.7'
|
72
72
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
73
73
|
requirements:
|
74
74
|
- - ">="
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.6
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Google Play Android Developer API V3
|