google-apis-androidpublisher_v3 0.5.0 → 0.9.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: f8a09b50e09a830a365f395e0ad531dcf006ec8c5e9c7afac121274381952696
4
- data.tar.gz: 3b23c8814a28ba95cb0a426ed0306c94fdb781b3be656f16ef83c96a685f56d2
3
+ metadata.gz: 34d71ee6e9c968197bccdcdef0531bd3acbcfce6cf8ceed066d3812ce70d1477
4
+ data.tar.gz: b361e1fd500cbbf4b73d0c912f456bf1101e034a0d981bed3d8a2cf4de91bbf3
5
5
  SHA512:
6
- metadata.gz: 9421a6566c9332a379c6a1536fd3f326b1aff4eedd36f9794825afaba1033c2e0117c70d999e0fa89c46e081bc1ba7cff4401753537c3fb1f7f5b6ec53a15d13
7
- data.tar.gz: 5ee181aeec3925ea46997db69b8b1f7194686e68211ce2c1599eca6e6f1109ca478c731a3099343ba29cb9777cddf089d0a2dc4429d9d10767cd27245f4a1598
6
+ metadata.gz: dde4db53314bd6366f4f36148680dae271faa01c246dd43f26aeca51ffe89f46795753b9bcc1d68ab473620526c5acfc91efb8d82eba9079644c0545315d8fb9
7
+ data.tar.gz: 72ff5320f25daf707190bfe642aeeb7de942a67241f9ffb9f87210961e56bd19cde853a44acf33d68c22a52eb1e781d27762f95046442f1922f2b8a68bf875dd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.9.0 (2021-07-21)
4
+
5
+ * Regenerated from discovery document revision 20210720
6
+
7
+ ### v0.8.0 (2021-06-29)
8
+
9
+ * Regenerated using generator version 0.4.0
10
+
11
+ ### v0.7.0 (2021-06-24)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.6.0 (2021-06-08)
16
+
17
+ * Regenerated from discovery document revision 20210605
18
+ * Regenerated using generator version 0.3.0
19
+
3
20
  ### v0.5.0 (2021-05-28)
4
21
 
5
22
  * Regenerated from discovery document revision 20210527
@@ -206,7 +206,7 @@ module Google
206
206
  end
207
207
  end
208
208
 
209
- # Information about a bundle. The resource for BundlesService.
209
+ # Information about an app bundle. The resource for BundlesService.
210
210
  class Bundle
211
211
  include Google::Apis::Core::Hashable
212
212
 
@@ -240,11 +240,11 @@ module Google
240
240
  end
241
241
  end
242
242
 
243
- # Response listing all bundles.
243
+ # Response listing all app bundles.
244
244
  class BundlesListResponse
245
245
  include Google::Apis::Core::Hashable
246
246
 
247
- # All bundles.
247
+ # All app bundles.
248
248
  # Corresponds to the JSON property `bundles`
249
249
  # @return [Array<Google::Apis::AndroidpublisherV3::Bundle>]
250
250
  attr_accessor :bundles
@@ -1626,7 +1626,8 @@ module Google
1626
1626
  attr_accessor :obfuscated_external_profile_id
1627
1627
 
1628
1628
  # The order id of the latest recurring order associated with the purchase of the
1629
- # subscription.
1629
+ # subscription. If the subscription was canceled because payment was declined,
1630
+ # this will be the order id from the payment declined order.
1630
1631
  # Corresponds to the JSON property `orderId`
1631
1632
  # @return [String]
1632
1633
  attr_accessor :order_id
@@ -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.5.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210527"
25
+ REVISION = "20210720"
26
26
  end
27
27
  end
28
28
  end
@@ -375,9 +375,9 @@ module Google
375
375
  # @param [String] edit_id
376
376
  # Identifier of the edit.
377
377
  # @param [Boolean] ack_bundle_installation_warning
378
- # Must be set to true if the bundle installation may trigger a warning on user
379
- # devices (for example, if installation size may be over a threshold, typically
380
- # 100 MB).
378
+ # Must be set to true if the app bundle installation may trigger a warning on
379
+ # user devices (for example, if installation size may be over a threshold,
380
+ # typically 100 MB).
381
381
  # @param [String] fields
382
382
  # Selector specifying which fields to include in a partial response.
383
383
  # @param [String] quota_user
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-androidpublisher_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.9.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: 2021-05-31 00:00:00.000000000 Z
11
+ date: 2021-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Google Play Android Developer API
28
34
  V3. Simple REST clients are Ruby client libraries that provide access to Google
29
35
  services via their HTTP REST API endpoints. These libraries are generated and updated
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidpublisher_v3/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.9.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidpublisher_v3
57
63
  post_install_message:
58
64
  rdoc_options: []