google-apis-androidpublisher_v3 0.39.0 → 0.40.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: d8f3df09e86f957f624f399abe1d6d5df1f36bbb9ad30162d12a7ec7a2d75c37
|
|
4
|
+
data.tar.gz: 73b38cc60408e9c399570e6c2fb597f915f1ebe94809343ddb6384b6af2c9c50
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1fc9496f2999b974c20238c01c40d30da302f1ad43c6f46c0d8683543c967f2dfc0675b350f40c0ee69e6e8067d736f550d51040933da015193a9c4d478dd334
|
|
7
|
+
data.tar.gz: 40447214be6facc56c610309b69f433ac6a3f5180e58ddf8a24e2f65bf5f90dbe54370ec5aba2343f4af5f6bd1dd2e667eb00bc07e3648ccc3cba3bac08f65de
|
data/CHANGELOG.md
CHANGED
|
@@ -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.40.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 = "20230418"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1839,7 +1839,7 @@ module Google
|
|
|
1839
1839
|
execute_or_queue_command(command, &block)
|
|
1840
1840
|
end
|
|
1841
1841
|
|
|
1842
|
-
# Deletes an in-app product (i.e. a managed product or a
|
|
1842
|
+
# Deletes an in-app product (i.e. a managed product or a subscription).
|
|
1843
1843
|
# @param [String] package_name
|
|
1844
1844
|
# Package name of the app.
|
|
1845
1845
|
# @param [String] sku
|
|
@@ -1903,7 +1903,7 @@ module Google
|
|
|
1903
1903
|
execute_or_queue_command(command, &block)
|
|
1904
1904
|
end
|
|
1905
1905
|
|
|
1906
|
-
# Creates an in-app product (i.e. a managed product or a
|
|
1906
|
+
# Creates an in-app product (i.e. a managed product or a subscription).
|
|
1907
1907
|
# @param [String] package_name
|
|
1908
1908
|
# Package name of the app.
|
|
1909
1909
|
# @param [Google::Apis::AndroidpublisherV3::InAppProduct] in_app_product_object
|
|
@@ -1951,7 +1951,7 @@ module Google
|
|
|
1951
1951
|
# @param [Fixnum] max_results
|
|
1952
1952
|
# Deprecated and ignored. The page size is determined by the server.
|
|
1953
1953
|
# @param [Fixnum] start_index
|
|
1954
|
-
# Deprecated and ignored. Set the `token` parameter to
|
|
1954
|
+
# Deprecated and ignored. Set the `token` parameter to retrieve the next page.
|
|
1955
1955
|
# @param [String] token
|
|
1956
1956
|
# Pagination token. If empty, list starts at the first product.
|
|
1957
1957
|
# @param [String] fields
|
|
@@ -1984,7 +1984,7 @@ module Google
|
|
|
1984
1984
|
execute_or_queue_command(command, &block)
|
|
1985
1985
|
end
|
|
1986
1986
|
|
|
1987
|
-
# Patches an in-app product (i.e. a managed product or a
|
|
1987
|
+
# Patches an in-app product (i.e. a managed product or a subscription).
|
|
1988
1988
|
# @param [String] package_name
|
|
1989
1989
|
# Package name of the app.
|
|
1990
1990
|
# @param [String] sku
|
|
@@ -2025,7 +2025,7 @@ module Google
|
|
|
2025
2025
|
execute_or_queue_command(command, &block)
|
|
2026
2026
|
end
|
|
2027
2027
|
|
|
2028
|
-
# Updates an in-app product (i.e. a managed product or a
|
|
2028
|
+
# Updates an in-app product (i.e. a managed product or a subscription).
|
|
2029
2029
|
# @param [String] package_name
|
|
2030
2030
|
# Package name of the app.
|
|
2031
2031
|
# @param [String] sku
|
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.40.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-04-
|
|
11
|
+
date: 2023-04-23 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-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.40.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: []
|