google-apis-androidpublisher_v3 0.28.0 → 0.29.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: 2a1370fd45fb65b018f172289dfb73b84fa911e09d9ac62a43720218fb5369a6
4
- data.tar.gz: b5c074626e4683ccad1d55dd25447a2211da882c715ae58ebc2a78d5914f0f80
3
+ metadata.gz: 80437b0fed128186f8ec2faa98daff15df856a5d8844c2ab5e26da8d6e7d463e
4
+ data.tar.gz: 1c436f279a432d3ba56e2d85a791764c8249653d38904d5cbb58ee71453359d2
5
5
  SHA512:
6
- metadata.gz: dc63311d16e193fb21eab24b7512974e5d02e0a330c7f2385fd34b89278ea68ede3beadc7130e2a87579320766d9a1f2fb9fba20c7de3cd7a8c6753dd130c354
7
- data.tar.gz: f8b48073122274dc7e1a885075d55da9d11e56e129e92f48cf6e1a779c842d845e3fb0ca0a051f6c4962e243f2534a7b6a5d4a2c8649cd87add3ad6642f1807b
6
+ metadata.gz: 74cf149cde931e28a0fb91204433a949c7f2f8f4e21b349b55f62edc8172f48c38299165c4e14cef9e8b7ef94ce3aec203f5652c52a983b746f53ac288838b58
7
+ data.tar.gz: 1e12f88de562812d7d7a8182553584d8a3004bb97cf7206dd3308fbf90892b0f139acba2bcff9e4efc1fc59244d61f0de9a3efe845299e0f19707cf96bdeb108
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.29.0 (2022-09-26)
4
+
5
+ * Regenerated from discovery document revision 20220926
6
+
3
7
  ### v0.28.0 (2022-09-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20220920
@@ -2421,8 +2421,8 @@ module Google
2421
2421
  class PrepaidPlan
2422
2422
  include Google::Apis::Core::Hashable
2423
2423
 
2424
- # After this time, the subscription is allowed for a new top-up purchase. Not
2425
- # present if the subscription is already extended by a top-up purchase.
2424
+ # If present, this is the time after which top up purchases are allowed for the
2425
+ # prepaid plan. Will not be present for expired prepaid plans.
2426
2426
  # Corresponds to the JSON property `allowExtendAfterTime`
2427
2427
  # @return [String]
2428
2428
  attr_accessor :allow_extend_after_time
@@ -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.28.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220920"
25
+ REVISION = "20220926"
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.28.0
4
+ version: 0.29.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-09-26 00:00:00.000000000 Z
11
+ date: 2022-10-03 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.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.29.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: []