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: f20ddf1d2a18ca56b2caa8ef4c08ae94c06ebe3324a14a2fb62838da9c442783
4
- data.tar.gz: 7d05a01b8e1b943e4a74bc7df405a868432271e49abca9492809cc23ec8d51b0
3
+ metadata.gz: d8f3df09e86f957f624f399abe1d6d5df1f36bbb9ad30162d12a7ec7a2d75c37
4
+ data.tar.gz: 73b38cc60408e9c399570e6c2fb597f915f1ebe94809343ddb6384b6af2c9c50
5
5
  SHA512:
6
- metadata.gz: 6c1f19fbe67de064003b62df4e320fb5059f3d17814ace1e47ddc1011b07e1103fcd311c085e8a6919be1c5d53a7d9f02ed9efce6e89ccefb0f4983974b6df4d
7
- data.tar.gz: 15c5b9c27e2f42f59383706b5407868f19b1515583d1dbdfe413cc764b287ac6089010080bea6c8730489fa1e057bf8627e4ccb03db1f409f07cf8cfaacb8a75
6
+ metadata.gz: 1fc9496f2999b974c20238c01c40d30da302f1ad43c6f46c0d8683543c967f2dfc0675b350f40c0ee69e6e8067d736f550d51040933da015193a9c4d478dd334
7
+ data.tar.gz: 40447214be6facc56c610309b69f433ac6a3f5180e58ddf8a24e2f65bf5f90dbe54370ec5aba2343f4af5f6bd1dd2e667eb00bc07e3648ccc3cba3bac08f65de
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.40.0 (2023-04-23)
4
+
5
+ * Regenerated from discovery document revision 20230418
6
+
3
7
  ### v0.39.0 (2023-04-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20230406
@@ -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.39.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 = "20230406"
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 subscriptions).
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 subscriptions).
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 rertieve the next page.
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 subscriptions).
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 subscriptions).
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.39.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-16 00:00:00.000000000 Z
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.39.0
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: []