google-apis-androidpublisher_v3 0.77.0 → 0.78.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4af38cc97e99513734e921e89f72a865fc80d66b5881846118d9ec18bd07aab2
|
4
|
+
data.tar.gz: bc9a730ff48c0cbfd11e4196013a228c95084dc816f2101b595aee684708a8c4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 51b4cd15d6c793a3b040666a6c616cddb8090efc668b7908d4388ca1e9d1b93270ebdefa59f04eef29d4fa8243671ccea5d2491bbd46b2e60cdcd4da58c66ace
|
7
|
+
data.tar.gz: d7ca8e440e06456a64b353eb699be8dfcdd2fd0bcf6bb142d4a061e3ac882e3a0bb195c7f69fbb7c67b6afd2996377811a2b8c5c35088945adf0966a57884530
|
data/CHANGELOG.md
CHANGED
@@ -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
|
+
GEM_VERSION = "0.78.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250318"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -385,9 +385,10 @@ module Google
|
|
385
385
|
# @param [String] edit_id
|
386
386
|
# Identifier of the edit.
|
387
387
|
# @param [Boolean] changes_not_sent_for_review
|
388
|
-
#
|
389
|
-
#
|
390
|
-
#
|
388
|
+
# When a rejection happens, the parameter will make sure that the changes in
|
389
|
+
# this edit won't be reviewed until they are explicitly sent for review from
|
390
|
+
# within the Google Play Console UI. These changes will be added to any other
|
391
|
+
# changes that are not yet sent for review.
|
391
392
|
# @param [String] fields
|
392
393
|
# Selector specifying which fields to include in a partial response.
|
393
394
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-androidpublisher_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.78.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-23 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidpublisher_v3/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.78.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidpublisher_v3
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|