google-apis-androidpublisher_v3 0.39.0 → 0.41.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: f20ddf1d2a18ca56b2caa8ef4c08ae94c06ebe3324a14a2fb62838da9c442783
4
- data.tar.gz: 7d05a01b8e1b943e4a74bc7df405a868432271e49abca9492809cc23ec8d51b0
3
+ metadata.gz: 34eef0171a9b433aa17991bb47b958f553ebaf3ee927d3eadf83ed9504aaef01
4
+ data.tar.gz: 0a33e4964eab11ced8e169c9bee4ce313790b18929afa161d24ce4791853932d
5
5
  SHA512:
6
- metadata.gz: 6c1f19fbe67de064003b62df4e320fb5059f3d17814ace1e47ddc1011b07e1103fcd311c085e8a6919be1c5d53a7d9f02ed9efce6e89ccefb0f4983974b6df4d
7
- data.tar.gz: 15c5b9c27e2f42f59383706b5407868f19b1515583d1dbdfe413cc764b287ac6089010080bea6c8730489fa1e057bf8627e4ccb03db1f409f07cf8cfaacb8a75
6
+ metadata.gz: 37105a336b475b789945e525b6f7015550b82f6adf01eaffc342f37c882f80230c3c51eaa94f6fe4b8ddc5feeae693b3ef9d2a2dc32ad33473e82454e4928b56
7
+ data.tar.gz: 9c66cda5436f72e78104d5e302367f6543923adde9d6f7beb4a6df1280f3d2ff84c80c51ece9f2aab7849c078a905755aec5c417b4cb701ad2504e713b3af82b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.41.0 (2023-04-30)
4
+
5
+ * Regenerated from discovery document revision 20230425
6
+
7
+ ### v0.40.0 (2023-04-23)
8
+
9
+ * Regenerated from discovery document revision 20230418
10
+
3
11
  ### v0.39.0 (2023-04-16)
4
12
 
5
13
  * 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.41.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 = "20230425"
26
26
  end
27
27
  end
28
28
  end
@@ -1566,7 +1566,9 @@ module Google
1566
1566
  # @param [String] external_transaction_id
1567
1567
  # Required. The id to use for the external transaction. Must be unique across
1568
1568
  # all other transactions for the app. This value should be 1-63 characters and
1569
- # valid characters are /a-z0-9_-/.
1569
+ # valid characters are /a-z0-9_-/. Do not use this field to store any Personally
1570
+ # Identifiable Information (PII) such as emails. Attempting to store PII in this
1571
+ # field may result in requests being blocked.
1570
1572
  # @param [String] fields
1571
1573
  # Selector specifying which fields to include in a partial response.
1572
1574
  # @param [String] quota_user
@@ -1839,7 +1841,7 @@ module Google
1839
1841
  execute_or_queue_command(command, &block)
1840
1842
  end
1841
1843
 
1842
- # Deletes an in-app product (i.e. a managed product or a subscriptions).
1844
+ # Deletes an in-app product (i.e. a managed product or a subscription).
1843
1845
  # @param [String] package_name
1844
1846
  # Package name of the app.
1845
1847
  # @param [String] sku
@@ -1903,7 +1905,7 @@ module Google
1903
1905
  execute_or_queue_command(command, &block)
1904
1906
  end
1905
1907
 
1906
- # Creates an in-app product (i.e. a managed product or a subscriptions).
1908
+ # Creates an in-app product (i.e. a managed product or a subscription).
1907
1909
  # @param [String] package_name
1908
1910
  # Package name of the app.
1909
1911
  # @param [Google::Apis::AndroidpublisherV3::InAppProduct] in_app_product_object
@@ -1951,7 +1953,7 @@ module Google
1951
1953
  # @param [Fixnum] max_results
1952
1954
  # Deprecated and ignored. The page size is determined by the server.
1953
1955
  # @param [Fixnum] start_index
1954
- # Deprecated and ignored. Set the `token` parameter to rertieve the next page.
1956
+ # Deprecated and ignored. Set the `token` parameter to retrieve the next page.
1955
1957
  # @param [String] token
1956
1958
  # Pagination token. If empty, list starts at the first product.
1957
1959
  # @param [String] fields
@@ -1984,7 +1986,7 @@ module Google
1984
1986
  execute_or_queue_command(command, &block)
1985
1987
  end
1986
1988
 
1987
- # Patches an in-app product (i.e. a managed product or a subscriptions).
1989
+ # Patches an in-app product (i.e. a managed product or a subscription).
1988
1990
  # @param [String] package_name
1989
1991
  # Package name of the app.
1990
1992
  # @param [String] sku
@@ -2025,7 +2027,7 @@ module Google
2025
2027
  execute_or_queue_command(command, &block)
2026
2028
  end
2027
2029
 
2028
- # Updates an in-app product (i.e. a managed product or a subscriptions).
2030
+ # Updates an in-app product (i.e. a managed product or a subscription).
2029
2031
  # @param [String] package_name
2030
2032
  # Package name of the app.
2031
2033
  # @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.41.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-30 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.41.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: []