google-apis-androidpublisher_v3 0.19.0 → 0.20.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: fc6b4fd268c104b9be4427b4e62f710fec80db8aa67f98581aa4886d191d8221
4
- data.tar.gz: 1b345f89553daaa17cda33a0e3185cb035c295c3765373e70dd4a9e9203ce178
3
+ metadata.gz: 4b7ca6cc452868a64ffb68279bfe9a60ff7b120a986e9680d07823daaadd0c96
4
+ data.tar.gz: 7f6ea107a087bc00ea7d119abadfafbcab1aed94eb4cd9a0e7577d7e7e08f6ee
5
5
  SHA512:
6
- metadata.gz: 6e7f761713ee3175fe3f03aa8a68186cc717a9fc846446d50e8b18c56e649322aa9999c70baa813ec3f2bc6991b6bee2efa76a61de89d6d0a9700318df313408
7
- data.tar.gz: afeb0a331e3797f3f15f579b341d6b6bb098f7f0a2add97f2bfe8f8d7de313a91b1d9c5d92efee7ac6bbb25ade5273c0f4347dcd57b269c31fe91cd421bc7d03
6
+ metadata.gz: 75aa6bc26060e4005e4d90590bb0a79c640364cae11111e6c94bbaa0090a7e335fcdf8571be4ce8bebf41bf2ac05cbf81877586a677de9dda72756c93f654050
7
+ data.tar.gz: d3b801660cbd5a2f38dd176ad134006717237c8c7593d09cbce59d58451889e2911ae95f5d899ceb4d2ab50e4b5245c58072453bdb1375b4bf922e17d253c124
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.20.0 (2022-05-04)
4
+
5
+ * Regenerated from discovery document revision 20220503
6
+
3
7
  ### v0.19.0 (2022-04-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20220411
@@ -1864,7 +1864,7 @@ module Google
1864
1864
  # @return [String]
1865
1865
  attr_accessor :order_id
1866
1866
 
1867
- # The inapp product SKU.
1867
+ # The inapp product SKU. May not be present.
1868
1868
  # Corresponds to the JSON property `productId`
1869
1869
  # @return [String]
1870
1870
  attr_accessor :product_id
@@ -1881,7 +1881,7 @@ module Google
1881
1881
  # @return [Fixnum]
1882
1882
  attr_accessor :purchase_time_millis
1883
1883
 
1884
- # The purchase token generated to identify this purchase.
1884
+ # The purchase token generated to identify this purchase. May not be present.
1885
1885
  # Corresponds to the JSON property `purchaseToken`
1886
1886
  # @return [String]
1887
1887
  attr_accessor :purchase_token
@@ -1895,7 +1895,8 @@ module Google
1895
1895
  # @return [Fixnum]
1896
1896
  attr_accessor :purchase_type
1897
1897
 
1898
- # The quantity associated with the purchase of the inapp product.
1898
+ # The quantity associated with the purchase of the inapp product. If not present,
1899
+ # the quantity is 1.
1899
1900
  # Corresponds to the JSON property `quantity`
1900
1901
  # @return [Fixnum]
1901
1902
  attr_accessor :quantity
@@ -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.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220411"
25
+ REVISION = "20220503"
26
26
  end
27
27
  end
28
28
  end
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.19.0
4
+ version: 0.20.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: 2022-04-18 00:00:00.000000000 Z
11
+ date: 2022-05-09 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.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.20.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: []