google-apis-androidpublisher_v3 0.43.0 → 0.44.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: f54b0e23b9825b7cd1c6efa2aa0c7d541b1ac9cd1920fd28b0392f9fda3e4a92
4
- data.tar.gz: da661a43d7ba1de8559b5fba6ccaab4f6b8a7d34bfeca4e66a400bd0e2e9b6f2
3
+ metadata.gz: d0f77fe9ec26abc9d887ec45707ad9b9fef0b7fa3b762ee151a23dd3b5af1342
4
+ data.tar.gz: ae5653755472fc5e3822108d1d45f10ab53b9c40645af399c132ba46fad220be
5
5
  SHA512:
6
- metadata.gz: b149fea6c2c5f951814e49ae89d23b50164ecd5dd0c3290abc1af91aa475f29b4036198c4f01edcec68462ae21149e9c0181d62070142129d8f7bcc2023a9beb
7
- data.tar.gz: f7ce98d9c1bd44174e13f28ed79d7856a77518941a11d6df394b7d460510f4751caa5def946e466dd797fe6743ad9f52cb320f1124e0322427ebacc311e859b9
6
+ metadata.gz: c726520c9b43a4ae77d3401e8fdbd470fc44c31757f49c3632801d6054195d522e804dfe7f2b0cee7bb1caeb1ed5d0d37f1e2a26ef6c2789c4d6a41299061ad3
7
+ data.tar.gz: b97722b493111fe0065818cbb253e38bcf3c47d8cbf503edaa7f0d2b79226fbd18a11e24056de3369681120338fc92e103ede87e0df9b9d5a9622a44d24872da
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.44.0 (2023-06-18)
4
+
5
+ * Regenerated from discovery document revision 20230615
6
+
3
7
  ### v0.43.0 (2023-06-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20230606
@@ -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.43.0"
19
+ GEM_VERSION = "0.44.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 = "20230606"
25
+ REVISION = "20230615"
26
26
  end
27
27
  end
28
28
  end
@@ -1841,7 +1841,10 @@ module Google
1841
1841
  execute_or_queue_command(command, &block)
1842
1842
  end
1843
1843
 
1844
- # Deletes an in-app product (i.e. a managed product or a subscription).
1844
+ # Deletes an in-app product (i.e. a managed product or a subscription). This
1845
+ # method should no longer be used to delete subscriptions. See [this article](
1846
+ # https://android-developers.googleblog.com/2023/06/changes-to-google-play-
1847
+ # developer-api-june-2023.html) for more information.
1845
1848
  # @param [String] package_name
1846
1849
  # Package name of the app.
1847
1850
  # @param [String] sku
@@ -1872,7 +1875,10 @@ module Google
1872
1875
  execute_or_queue_command(command, &block)
1873
1876
  end
1874
1877
 
1875
- # Gets an in-app product, which can be a managed product or a subscription.
1878
+ # Gets an in-app product, which can be a managed product or a subscription. This
1879
+ # method should no longer be used to retrieve subscriptions. See [this article](
1880
+ # https://android-developers.googleblog.com/2023/06/changes-to-google-play-
1881
+ # developer-api-june-2023.html) for more information.
1876
1882
  # @param [String] package_name
1877
1883
  # Package name of the app.
1878
1884
  # @param [String] sku
@@ -1905,7 +1911,10 @@ module Google
1905
1911
  execute_or_queue_command(command, &block)
1906
1912
  end
1907
1913
 
1908
- # Creates an in-app product (i.e. a managed product or a subscription).
1914
+ # Creates an in-app product (i.e. a managed product or a subscription). This
1915
+ # method should no longer be used to create subscriptions. See [this article](
1916
+ # https://android-developers.googleblog.com/2023/06/changes-to-google-play-
1917
+ # developer-api-june-2023.html) for more information.
1909
1918
  # @param [String] package_name
1910
1919
  # Package name of the app.
1911
1920
  # @param [Google::Apis::AndroidpublisherV3::InAppProduct] in_app_product_object
@@ -1947,7 +1956,9 @@ module Google
1947
1956
  # has a large number of in-app products, the response may be paginated. In this
1948
1957
  # case the response field `tokenPagination.nextPageToken` will be set and the
1949
1958
  # caller should provide its value as a `token` request parameter to retrieve the
1950
- # next page.
1959
+ # next page. This method should no longer be used to retrieve subscriptions. See
1960
+ # [this article](https://android-developers.googleblog.com/2023/06/changes-to-
1961
+ # google-play-developer-api-june-2023.html) for more information.
1951
1962
  # @param [String] package_name
1952
1963
  # Package name of the app.
1953
1964
  # @param [Fixnum] max_results
@@ -1986,7 +1997,10 @@ module Google
1986
1997
  execute_or_queue_command(command, &block)
1987
1998
  end
1988
1999
 
1989
- # Patches an in-app product (i.e. a managed product or a subscription).
2000
+ # Patches an in-app product (i.e. a managed product or a subscription). This
2001
+ # method should no longer be used to update subscriptions. See [this article](
2002
+ # https://android-developers.googleblog.com/2023/06/changes-to-google-play-
2003
+ # developer-api-june-2023.html) for more information.
1990
2004
  # @param [String] package_name
1991
2005
  # Package name of the app.
1992
2006
  # @param [String] sku
@@ -2027,7 +2041,10 @@ module Google
2027
2041
  execute_or_queue_command(command, &block)
2028
2042
  end
2029
2043
 
2030
- # Updates an in-app product (i.e. a managed product or a subscription).
2044
+ # Updates an in-app product (i.e. a managed product or a subscription). This
2045
+ # method should no longer be used to update subscriptions. See [this article](
2046
+ # https://android-developers.googleblog.com/2023/06/changes-to-google-play-
2047
+ # developer-api-june-2023.html) for more information.
2031
2048
  # @param [String] package_name
2032
2049
  # Package name of the app.
2033
2050
  # @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.43.0
4
+ version: 0.44.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-06-11 00:00:00.000000000 Z
11
+ date: 2023-06-18 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.43.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.44.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: []