google-apis-androidpublisher_v3 0.41.0 → 0.42.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: 3354d297515ec09fca7f8d68198e8fa38bc8af906944394ad8e9b027afe16a9f
|
|
4
|
+
data.tar.gz: 914eb3307bc2c2c0981b54de4be22daa1339be20478e3d47eb0789e362bded1e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 975920e0cefc5fd40bfc63378f82459f0b33a1f3289673579ea3673c5cd63e8848309a54a61162fee891f7fdc54d2d9b5d9f8a594bdd1c08c28bff650f878d8d
|
|
7
|
+
data.tar.gz: 4752162618f04d37ed44db62a3fb5d42427b1b6e3fe37bbc5acee70db17879100a14f85830d01d9f6578f7aaf297a6baf7b96c3dda03856b21ed3f2b8eb39302
|
data/CHANGELOG.md
CHANGED
|
@@ -2302,7 +2302,11 @@ module Google
|
|
|
2302
2302
|
# @return [Array<Google::Apis::AndroidpublisherV3::RegionalPriceMigrationConfig>]
|
|
2303
2303
|
attr_accessor :regional_price_migrations
|
|
2304
2304
|
|
|
2305
|
-
# The version of the available regions being used for the specified resource.
|
|
2305
|
+
# The version of the available regions being used for the specified resource. A
|
|
2306
|
+
# string representing the version of available regions being used for the
|
|
2307
|
+
# specified resource. Regional prices for the resource have to be specified
|
|
2308
|
+
# according to the information published in [this article](https://support.
|
|
2309
|
+
# google.com/googleplay/android-developer/answer/10532353).
|
|
2306
2310
|
# Corresponds to the JSON property `regionsVersion`
|
|
2307
2311
|
# @return [Google::Apis::AndroidpublisherV3::RegionsVersion]
|
|
2308
2312
|
attr_accessor :regions_version
|
|
@@ -3094,12 +3098,15 @@ module Google
|
|
|
3094
3098
|
end
|
|
3095
3099
|
end
|
|
3096
3100
|
|
|
3097
|
-
# The version of the available regions being used for the specified resource.
|
|
3101
|
+
# The version of the available regions being used for the specified resource. A
|
|
3102
|
+
# string representing the version of available regions being used for the
|
|
3103
|
+
# specified resource. Regional prices for the resource have to be specified
|
|
3104
|
+
# according to the information published in [this article](https://support.
|
|
3105
|
+
# google.com/googleplay/android-developer/answer/10532353).
|
|
3098
3106
|
class RegionsVersion
|
|
3099
3107
|
include Google::Apis::Core::Hashable
|
|
3100
3108
|
|
|
3101
|
-
# Required.
|
|
3102
|
-
# for the specified resource. The current version is 2022/02.
|
|
3109
|
+
# Required. The latest version is 2022/02.
|
|
3103
3110
|
# Corresponds to the JSON property `version`
|
|
3104
3111
|
# @return [String]
|
|
3105
3112
|
attr_accessor :version
|
|
@@ -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.42.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 = "20230511"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2245,8 +2245,7 @@ module Google
|
|
|
2245
2245
|
# format, see the documentation of the product_id field on the Subscription
|
|
2246
2246
|
# resource.
|
|
2247
2247
|
# @param [String] regions_version_version
|
|
2248
|
-
# Required.
|
|
2249
|
-
# for the specified resource. The current version is 2022/02.
|
|
2248
|
+
# Required. The latest version is 2022/02.
|
|
2250
2249
|
# @param [String] fields
|
|
2251
2250
|
# Selector specifying which fields to include in a partial response.
|
|
2252
2251
|
# @param [String] quota_user
|
|
@@ -2400,8 +2399,7 @@ module Google
|
|
|
2400
2399
|
# and be between 1 and 40 (inclusive) characters in length.
|
|
2401
2400
|
# @param [Google::Apis::AndroidpublisherV3::Subscription] subscription_object
|
|
2402
2401
|
# @param [String] regions_version_version
|
|
2403
|
-
# Required.
|
|
2404
|
-
# for the specified resource. The current version is 2022/02.
|
|
2402
|
+
# Required. The latest version is 2022/02.
|
|
2405
2403
|
# @param [String] update_mask
|
|
2406
2404
|
# Required. The list of fields to be updated.
|
|
2407
2405
|
# @param [String] fields
|
|
@@ -2656,8 +2654,7 @@ module Google
|
|
|
2656
2654
|
# Required. The ID to use for the offer. For the requirements on this format,
|
|
2657
2655
|
# see the documentation of the offer_id field on the SubscriptionOffer resource.
|
|
2658
2656
|
# @param [String] regions_version_version
|
|
2659
|
-
# Required.
|
|
2660
|
-
# for the specified resource. The current version is 2022/02.
|
|
2657
|
+
# Required. The latest version is 2022/02.
|
|
2661
2658
|
# @param [String] fields
|
|
2662
2659
|
# Selector specifying which fields to include in a partial response.
|
|
2663
2660
|
# @param [String] quota_user
|
|
@@ -2875,8 +2872,7 @@ module Google
|
|
|
2875
2872
|
# within the base plan.
|
|
2876
2873
|
# @param [Google::Apis::AndroidpublisherV3::SubscriptionOffer] subscription_offer_object
|
|
2877
2874
|
# @param [String] regions_version_version
|
|
2878
|
-
# Required.
|
|
2879
|
-
# for the specified resource. The current version is 2022/02.
|
|
2875
|
+
# Required. The latest version is 2022/02.
|
|
2880
2876
|
# @param [String] update_mask
|
|
2881
2877
|
# Required. The list of fields to be updated.
|
|
2882
2878
|
# @param [String] fields
|
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.42.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-05-14 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.42.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: []
|