google-apis-androidpublisher_v3 0.46.0 → 0.47.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 53851f0d42c71e9d6ea7cff25e399dbe9ee66d9099b872e085f49c2b0d276999
|
4
|
+
data.tar.gz: 2ec3037dc1e4bad8eef2a2ca7e61fbd34e21314976fcb3ea802808b430aaa8d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a37b03d64ba106b198a0742dd10af6dbf09e464bcdd3212890f5602b399c641fd6947f30086c2d009e2b092714a6fa2f8e711d32299120e8ed820799982c07b4
|
7
|
+
data.tar.gz: 1c2b67963c78b2b8379cffa2bc27f92905d6bc2aa396b3cb12feaba6e6987b2cea7d5f7f210f0bf0302b3a429dcb7da8c464e902cbe66d237ca4836923847d02
|
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.47.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230803"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2832,9 +2832,11 @@ module Google
|
|
2832
2832
|
# read.
|
2833
2833
|
# @param [String] product_id
|
2834
2834
|
# Required. The parent subscription (ID) for which the offers should be read.
|
2835
|
+
# May be specified as '-' to read all offers under an app.
|
2835
2836
|
# @param [String] base_plan_id
|
2836
2837
|
# Required. The parent base plan (ID) for which the offers should be read. May
|
2837
|
-
# be specified as '-' to read all offers under a subscription.
|
2838
|
+
# be specified as '-' to read all offers under a subscription or an app. Must be
|
2839
|
+
# specified as '-' if product_id is specified as '-'.
|
2838
2840
|
# @param [Fixnum] page_size
|
2839
2841
|
# The maximum number of subscriptions to return. The service may return fewer
|
2840
2842
|
# than this value. If unspecified, at most 50 subscriptions will be returned.
|
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.
|
4
|
+
version: 0.47.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: 2023-
|
11
|
+
date: 2023-08-06 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.47.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: []
|