google-apis-androidpublisher_v3 0.69.0 → 0.71.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/androidpublisher_v3/classes.rb +42 -9
- data/lib/google/apis/androidpublisher_v3/gem_version.rb +2 -2
- data/lib/google/apis/androidpublisher_v3/representations.rb +15 -0
- data/lib/google/apis/androidpublisher_v3/service.rb +2 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0f46b5f69fa99004746382185738bc0fbbda413fd193f0d72f51b38681e6a3a5
|
4
|
+
data.tar.gz: 7950e0a29bb18ff12d6b5783283a91078279edaa75db9b5ceb0ababd6bc9390e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 730e3169d9420e722cb282ea957d9e499e1648cfab8ccc0c98ed4f5fdc47913b8df498b634f082087c16d5c9fd8cba6671d797603fab5b89d92ca8c9cfb28742
|
7
|
+
data.tar.gz: 0e0b5a20ae55342cc579644cd7c5906f2dc353b795b3d66b03da648e17103b7fdf246988121768ef50651deb71df52b732910d89b16f426817bb0e6a314d3075
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-androidpublisher_v3
|
2
2
|
|
3
|
+
### v0.71.0 (2024-09-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240912
|
6
|
+
|
7
|
+
### v0.70.0 (2024-08-25)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240821
|
10
|
+
|
3
11
|
### v0.69.0 (2024-08-18)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240814
|
@@ -737,8 +737,9 @@ module Google
|
|
737
737
|
# @return [String]
|
738
738
|
attr_accessor :account_hold_duration
|
739
739
|
|
740
|
-
# Required. Subscription period, specified in ISO 8601 format. For a
|
741
|
-
# acceptable billing periods, refer to the help center.
|
740
|
+
# Required. Immutable. Subscription period, specified in ISO 8601 format. For a
|
741
|
+
# list of acceptable billing periods, refer to the help center. The duration is
|
742
|
+
# immutable after the base plan is created.
|
742
743
|
# Corresponds to the JSON property `billingPeriodDuration`
|
743
744
|
# @return [String]
|
744
745
|
attr_accessor :billing_period_duration
|
@@ -2160,6 +2161,27 @@ module Google
|
|
2160
2161
|
end
|
2161
2162
|
end
|
2162
2163
|
|
2164
|
+
# Details about the first time a user/device completed a transaction using
|
2165
|
+
# external offers.
|
2166
|
+
class ExternalOfferInitialAcquisitionDetails
|
2167
|
+
include Google::Apis::Core::Hashable
|
2168
|
+
|
2169
|
+
# Required. The external transaction id of the first completed purchase made by
|
2170
|
+
# the user.
|
2171
|
+
# Corresponds to the JSON property `externalTransactionId`
|
2172
|
+
# @return [String]
|
2173
|
+
attr_accessor :external_transaction_id
|
2174
|
+
|
2175
|
+
def initialize(**args)
|
2176
|
+
update!(**args)
|
2177
|
+
end
|
2178
|
+
|
2179
|
+
# Update properties of this object
|
2180
|
+
def update!(**args)
|
2181
|
+
@external_transaction_id = args[:external_transaction_id] if args.key?(:external_transaction_id)
|
2182
|
+
end
|
2183
|
+
end
|
2184
|
+
|
2163
2185
|
# Details of an external subscription.
|
2164
2186
|
class ExternalSubscription
|
2165
2187
|
include Google::Apis::Core::Hashable
|
@@ -2199,6 +2221,12 @@ module Google
|
|
2199
2221
|
# @return [Google::Apis::AndroidpublisherV3::Price]
|
2200
2222
|
attr_accessor :current_tax_amount
|
2201
2223
|
|
2224
|
+
# Details about the first time a user/device completed a transaction using
|
2225
|
+
# external offers.
|
2226
|
+
# Corresponds to the JSON property `externalOfferInitialAcquisitionDetails`
|
2227
|
+
# @return [Google::Apis::AndroidpublisherV3::ExternalOfferInitialAcquisitionDetails]
|
2228
|
+
attr_accessor :external_offer_initial_acquisition_details
|
2229
|
+
|
2202
2230
|
# Output only. The id of this transaction. All transaction ids under the same
|
2203
2231
|
# package name must be unique. Set when creating the external transaction.
|
2204
2232
|
# Corresponds to the JSON property `externalTransactionId`
|
@@ -2274,6 +2302,7 @@ module Google
|
|
2274
2302
|
@create_time = args[:create_time] if args.key?(:create_time)
|
2275
2303
|
@current_pre_tax_amount = args[:current_pre_tax_amount] if args.key?(:current_pre_tax_amount)
|
2276
2304
|
@current_tax_amount = args[:current_tax_amount] if args.key?(:current_tax_amount)
|
2305
|
+
@external_offer_initial_acquisition_details = args[:external_offer_initial_acquisition_details] if args.key?(:external_offer_initial_acquisition_details)
|
2277
2306
|
@external_transaction_id = args[:external_transaction_id] if args.key?(:external_transaction_id)
|
2278
2307
|
@one_time_transaction = args[:one_time_transaction] if args.key?(:one_time_transaction)
|
2279
2308
|
@original_pre_tax_amount = args[:original_pre_tax_amount] if args.key?(:original_pre_tax_amount)
|
@@ -3258,13 +3287,15 @@ module Google
|
|
3258
3287
|
# @return [String]
|
3259
3288
|
attr_accessor :account_hold_duration
|
3260
3289
|
|
3261
|
-
# Required. Subscription period, specified in ISO 8601 format. For a
|
3262
|
-
# acceptable billing periods, refer to the help center.
|
3290
|
+
# Required. Immutable. Subscription period, specified in ISO 8601 format. For a
|
3291
|
+
# list of acceptable billing periods, refer to the help center. The duration is
|
3292
|
+
# immutable after the base plan is created.
|
3263
3293
|
# Corresponds to the JSON property `billingPeriodDuration`
|
3264
3294
|
# @return [String]
|
3265
3295
|
attr_accessor :billing_period_duration
|
3266
3296
|
|
3267
|
-
# Required. The number of payments the user is committed to.
|
3297
|
+
# Required. Immutable. The number of payments the user is committed to. It is
|
3298
|
+
# immutable after the base plan is created.
|
3268
3299
|
# Corresponds to the JSON property `committedPaymentsCount`
|
3269
3300
|
# @return [Fixnum]
|
3270
3301
|
attr_accessor :committed_payments_count
|
@@ -3284,8 +3315,9 @@ module Google
|
|
3284
3315
|
# @return [String]
|
3285
3316
|
attr_accessor :proration_mode
|
3286
3317
|
|
3287
|
-
# Required. Installments base plan renewal type. Determines the
|
3288
|
-
# end of the initial commitment.
|
3318
|
+
# Required. Immutable. Installments base plan renewal type. Determines the
|
3319
|
+
# behavior at the end of the initial commitment. The renewal type is immutable
|
3320
|
+
# after the base plan is created.
|
3289
3321
|
# Corresponds to the JSON property `renewalType`
|
3290
3322
|
# @return [String]
|
3291
3323
|
attr_accessor :renewal_type
|
@@ -4221,8 +4253,9 @@ module Google
|
|
4221
4253
|
class PrepaidBasePlanType
|
4222
4254
|
include Google::Apis::Core::Hashable
|
4223
4255
|
|
4224
|
-
# Required. Subscription period, specified in ISO 8601 format. For a
|
4225
|
-
# acceptable billing periods, refer to the help center.
|
4256
|
+
# Required. Immutable. Subscription period, specified in ISO 8601 format. For a
|
4257
|
+
# list of acceptable billing periods, refer to the help center. The duration is
|
4258
|
+
# immutable after the base plan is created.
|
4226
4259
|
# Corresponds to the JSON property `billingPeriodDuration`
|
4227
4260
|
# @return [String]
|
4228
4261
|
attr_accessor :billing_period_duration
|
@@ -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.71.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240912"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -484,6 +484,12 @@ module Google
|
|
484
484
|
include Google::Apis::Core::JsonObjectSupport
|
485
485
|
end
|
486
486
|
|
487
|
+
class ExternalOfferInitialAcquisitionDetails
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
487
493
|
class ExternalSubscription
|
488
494
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
495
|
|
@@ -2122,6 +2128,13 @@ module Google
|
|
2122
2128
|
end
|
2123
2129
|
end
|
2124
2130
|
|
2131
|
+
class ExternalOfferInitialAcquisitionDetails
|
2132
|
+
# @private
|
2133
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2134
|
+
property :external_transaction_id, as: 'externalTransactionId'
|
2135
|
+
end
|
2136
|
+
end
|
2137
|
+
|
2125
2138
|
class ExternalSubscription
|
2126
2139
|
# @private
|
2127
2140
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2137,6 +2150,8 @@ module Google
|
|
2137
2150
|
|
2138
2151
|
property :current_tax_amount, as: 'currentTaxAmount', class: Google::Apis::AndroidpublisherV3::Price, decorator: Google::Apis::AndroidpublisherV3::Price::Representation
|
2139
2152
|
|
2153
|
+
property :external_offer_initial_acquisition_details, as: 'externalOfferInitialAcquisitionDetails', class: Google::Apis::AndroidpublisherV3::ExternalOfferInitialAcquisitionDetails, decorator: Google::Apis::AndroidpublisherV3::ExternalOfferInitialAcquisitionDetails::Representation
|
2154
|
+
|
2140
2155
|
property :external_transaction_id, as: 'externalTransactionId'
|
2141
2156
|
property :one_time_transaction, as: 'oneTimeTransaction', class: Google::Apis::AndroidpublisherV3::OneTimeExternalTransaction, decorator: Google::Apis::AndroidpublisherV3::OneTimeExternalTransaction::Representation
|
2142
2157
|
|
@@ -705,9 +705,8 @@ module Google
|
|
705
705
|
# @param [String] edit_id
|
706
706
|
# Identifier of the edit.
|
707
707
|
# @param [Boolean] ack_bundle_installation_warning
|
708
|
-
#
|
709
|
-
#
|
710
|
-
# typically 100 MB).
|
708
|
+
# Deprecated. The installation warning has been removed, it's not necessary to
|
709
|
+
# set this field anymore.
|
711
710
|
# @param [String] device_tier_config_id
|
712
711
|
# Device tier config (DTC) to be used for generating deliverables (APKs).
|
713
712
|
# Contains id of the DTC or "LATEST" for last uploaded DTC.
|
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.71.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: 2024-
|
11
|
+
date: 2024-09-15 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.71.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: []
|