google-apis-androidpublisher_v3 0.72.0 → 0.74.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: ef4b2e82ecc6e0aedd392ec12410331fc8b7258e4128f68afad96abb7411e8a2
|
4
|
+
data.tar.gz: 5fe164cc74e05cf38a530d6605be25267d8aa300921911e0276b4e47958caffb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59c0f3ff69539a2d621e284f9a26485552bc4d6844ba732ff954520b984016e40810052747640c081a103e5727a720611ccf26f1933d0d38234763d9fefba43a
|
7
|
+
data.tar.gz: fef6653825d9cf0073276f64c09122ab4709a41db3249d4afd0d00be0a164a86b3c0526c4dacc751b45c314bc38d67208bcf7773027ac2e35a5a5e9cc7ccdc70
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-androidpublisher_v3
|
2
2
|
|
3
|
+
### v0.74.0 (2024-10-20)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241016
|
6
|
+
|
7
|
+
### v0.73.0 (2024-10-13)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20241003
|
10
|
+
|
3
11
|
### v0.72.0 (2024-09-22)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240917
|
@@ -1930,6 +1930,12 @@ module Google
|
|
1930
1930
|
# @return [Array<Google::Apis::AndroidpublisherV3::SystemFeature>]
|
1931
1931
|
attr_accessor :required_system_features
|
1932
1932
|
|
1933
|
+
# Optional. The SoCs included by this selector. Only works for Android S+
|
1934
|
+
# devices.
|
1935
|
+
# Corresponds to the JSON property `systemOnChips`
|
1936
|
+
# @return [Array<Google::Apis::AndroidpublisherV3::SystemOnChip>]
|
1937
|
+
attr_accessor :system_on_chips
|
1938
|
+
|
1933
1939
|
def initialize(**args)
|
1934
1940
|
update!(**args)
|
1935
1941
|
end
|
@@ -1941,6 +1947,7 @@ module Google
|
|
1941
1947
|
@forbidden_system_features = args[:forbidden_system_features] if args.key?(:forbidden_system_features)
|
1942
1948
|
@included_device_ids = args[:included_device_ids] if args.key?(:included_device_ids)
|
1943
1949
|
@required_system_features = args[:required_system_features] if args.key?(:required_system_features)
|
1950
|
+
@system_on_chips = args[:system_on_chips] if args.key?(:system_on_chips)
|
1944
1951
|
end
|
1945
1952
|
end
|
1946
1953
|
|
@@ -2161,27 +2168,6 @@ module Google
|
|
2161
2168
|
end
|
2162
2169
|
end
|
2163
2170
|
|
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
|
-
|
2185
2171
|
# Details of an external subscription.
|
2186
2172
|
class ExternalSubscription
|
2187
2173
|
include Google::Apis::Core::Hashable
|
@@ -2221,12 +2207,6 @@ module Google
|
|
2221
2207
|
# @return [Google::Apis::AndroidpublisherV3::Price]
|
2222
2208
|
attr_accessor :current_tax_amount
|
2223
2209
|
|
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
|
-
|
2230
2210
|
# Output only. The id of this transaction. All transaction ids under the same
|
2231
2211
|
# package name must be unique. Set when creating the external transaction.
|
2232
2212
|
# Corresponds to the JSON property `externalTransactionId`
|
@@ -2302,7 +2282,6 @@ module Google
|
|
2302
2282
|
@create_time = args[:create_time] if args.key?(:create_time)
|
2303
2283
|
@current_pre_tax_amount = args[:current_pre_tax_amount] if args.key?(:current_pre_tax_amount)
|
2304
2284
|
@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)
|
2306
2285
|
@external_transaction_id = args[:external_transaction_id] if args.key?(:external_transaction_id)
|
2307
2286
|
@one_time_transaction = args[:one_time_transaction] if args.key?(:one_time_transaction)
|
2308
2287
|
@original_pre_tax_amount = args[:original_pre_tax_amount] if args.key?(:original_pre_tax_amount)
|
@@ -6349,6 +6328,36 @@ module Google
|
|
6349
6328
|
end
|
6350
6329
|
end
|
6351
6330
|
|
6331
|
+
# Representation of a System-on-Chip (SoC) of an Android device. Can be used to
|
6332
|
+
# target S+ devices.
|
6333
|
+
class SystemOnChip
|
6334
|
+
include Google::Apis::Core::Hashable
|
6335
|
+
|
6336
|
+
# Required. The designer of the SoC, eg. "Google" Value of build property "ro.
|
6337
|
+
# soc.manufacturer" https://developer.android.com/reference/android/os/Build#
|
6338
|
+
# SOC_MANUFACTURER Required.
|
6339
|
+
# Corresponds to the JSON property `manufacturer`
|
6340
|
+
# @return [String]
|
6341
|
+
attr_accessor :manufacturer
|
6342
|
+
|
6343
|
+
# Required. The model of the SoC, eg. "Tensor" Value of build property "ro.soc.
|
6344
|
+
# model" https://developer.android.com/reference/android/os/Build#SOC_MODEL
|
6345
|
+
# Required.
|
6346
|
+
# Corresponds to the JSON property `model`
|
6347
|
+
# @return [String]
|
6348
|
+
attr_accessor :model
|
6349
|
+
|
6350
|
+
def initialize(**args)
|
6351
|
+
update!(**args)
|
6352
|
+
end
|
6353
|
+
|
6354
|
+
# Update properties of this object
|
6355
|
+
def update!(**args)
|
6356
|
+
@manufacturer = args[:manufacturer] if args.key?(:manufacturer)
|
6357
|
+
@model = args[:model] if args.key?(:model)
|
6358
|
+
end
|
6359
|
+
end
|
6360
|
+
|
6352
6361
|
# Targeting details for a recovery action such as regions, android sdk levels,
|
6353
6362
|
# app versions etc.
|
6354
6363
|
class Targeting
|
@@ -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.74.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 = "20241016"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -484,12 +484,6 @@ 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
|
-
|
493
487
|
class ExternalSubscription
|
494
488
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
489
|
|
@@ -1222,6 +1216,12 @@ module Google
|
|
1222
1216
|
include Google::Apis::Core::JsonObjectSupport
|
1223
1217
|
end
|
1224
1218
|
|
1219
|
+
class SystemOnChip
|
1220
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1221
|
+
|
1222
|
+
include Google::Apis::Core::JsonObjectSupport
|
1223
|
+
end
|
1224
|
+
|
1225
1225
|
class Targeting
|
1226
1226
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1227
1227
|
|
@@ -2062,6 +2062,8 @@ module Google
|
|
2062
2062
|
|
2063
2063
|
collection :required_system_features, as: 'requiredSystemFeatures', class: Google::Apis::AndroidpublisherV3::SystemFeature, decorator: Google::Apis::AndroidpublisherV3::SystemFeature::Representation
|
2064
2064
|
|
2065
|
+
collection :system_on_chips, as: 'systemOnChips', class: Google::Apis::AndroidpublisherV3::SystemOnChip, decorator: Google::Apis::AndroidpublisherV3::SystemOnChip::Representation
|
2066
|
+
|
2065
2067
|
end
|
2066
2068
|
end
|
2067
2069
|
|
@@ -2128,13 +2130,6 @@ module Google
|
|
2128
2130
|
end
|
2129
2131
|
end
|
2130
2132
|
|
2131
|
-
class ExternalOfferInitialAcquisitionDetails
|
2132
|
-
# @private
|
2133
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
2134
|
-
property :external_transaction_id, as: 'externalTransactionId'
|
2135
|
-
end
|
2136
|
-
end
|
2137
|
-
|
2138
2133
|
class ExternalSubscription
|
2139
2134
|
# @private
|
2140
2135
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2150,8 +2145,6 @@ module Google
|
|
2150
2145
|
|
2151
2146
|
property :current_tax_amount, as: 'currentTaxAmount', class: Google::Apis::AndroidpublisherV3::Price, decorator: Google::Apis::AndroidpublisherV3::Price::Representation
|
2152
2147
|
|
2153
|
-
property :external_offer_initial_acquisition_details, as: 'externalOfferInitialAcquisitionDetails', class: Google::Apis::AndroidpublisherV3::ExternalOfferInitialAcquisitionDetails, decorator: Google::Apis::AndroidpublisherV3::ExternalOfferInitialAcquisitionDetails::Representation
|
2154
|
-
|
2155
2148
|
property :external_transaction_id, as: 'externalTransactionId'
|
2156
2149
|
property :one_time_transaction, as: 'oneTimeTransaction', class: Google::Apis::AndroidpublisherV3::OneTimeExternalTransaction, decorator: Google::Apis::AndroidpublisherV3::OneTimeExternalTransaction::Representation
|
2157
2150
|
|
@@ -3346,6 +3339,14 @@ module Google
|
|
3346
3339
|
end
|
3347
3340
|
end
|
3348
3341
|
|
3342
|
+
class SystemOnChip
|
3343
|
+
# @private
|
3344
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3345
|
+
property :manufacturer, as: 'manufacturer'
|
3346
|
+
property :model, as: 'model'
|
3347
|
+
end
|
3348
|
+
end
|
3349
|
+
|
3349
3350
|
class Targeting
|
3350
3351
|
# @private
|
3351
3352
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.74.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-10-27 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.74.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.21
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Google Play Android Developer API V3
|