google-apis-androidpublisher_v3 0.8.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: dbf5646cede63859d60e85dd6dacb4a125364baf08177a7148845c7ab19a56b9
4
- data.tar.gz: 662a371c41523745aab6ce3fc8ff68f433b3df489374f157f1609cadea8b5fc9
3
+ metadata.gz: 34d71ee6e9c968197bccdcdef0531bd3acbcfce6cf8ceed066d3812ce70d1477
4
+ data.tar.gz: b361e1fd500cbbf4b73d0c912f456bf1101e034a0d981bed3d8a2cf4de91bbf3
5
5
  SHA512:
6
- metadata.gz: 9ef0a1cc6264c926daddd5ace0d8203500d6051da8e9a7ba24ba0c4a241dd6cbd24d8b0fbcd0057823f790e273610560984b27a7825de388905728f1982b4a1c
7
- data.tar.gz: 94b088febb8b50b2464ae978526e74676efabbe93cf045b29e32384ab06448cea0dc54e92dff583fd9d28bd92f714776994f77b3faa3cb2246b5a2a8031b4017
6
+ metadata.gz: dde4db53314bd6366f4f36148680dae271faa01c246dd43f26aeca51ffe89f46795753b9bcc1d68ab473620526c5acfc91efb8d82eba9079644c0545315d8fb9
7
+ data.tar.gz: 72ff5320f25daf707190bfe642aeeb7de942a67241f9ffb9f87210961e56bd19cde853a44acf33d68c22a52eb1e781d27762f95046442f1922f2b8a68bf875dd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.8.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -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
@@ -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.8.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210605"
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,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.8.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-07-05 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
@@ -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/master/generated/google-apis-androidpublisher_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.9.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidpublisher_v3
63
63
  post_install_message:
64
64
  rdoc_options: []