google-apis-androidpublisher_v3 0.66.0 → 0.68.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: 4cf49df8af239bde7a4babbc6ce02642e55dfdc2bb1a5f70fcd93a7c0854af6f
4
- data.tar.gz: 484bf53579c1edde8e8452be779316e00dd7101e59d8de06bac466d7976c3e1b
3
+ metadata.gz: d4892fa5e03b3c45d7ee86b8b0439ddefe08b3ceb5f0a01f115c8f1e2edf6019
4
+ data.tar.gz: 3558ae4719433ed32b2e6e5cf0fe921ff1fd4f86a88e9d2fa8433d6ea4930c1b
5
5
  SHA512:
6
- metadata.gz: 5b3a4a0e48bff9e071ec84917d9177e0c5a672219d46471d9371012b1839c92ef38d1c0c924efd7793e93337e8a7ab1d41f5c4fa898c20efa8371a4b56456cd0
7
- data.tar.gz: d5fc9c402392c9b02b7e1e592400656e51b59eaed55a6808d58745234b243ae49ba2999d851046df8c9877184b580f0477b6da7c7edf5608db0576dba15f7b3f
6
+ metadata.gz: 4931f6122812f514bdedeaa00266235864e1ffdcdb980ebe8e2469f5b0263c7eef0cd71f0f3212afbb59596852e9493675f4a1eb2c7b278e868766e0bd8518fe
7
+ data.tar.gz: d767c1033fc1dd80c6838f6a8c6cee58f511b9776d5b6e1f00cd1453966eb63d9e4e5be760552d58e9b1695f3f7b484a7ffb6f62b061e01fc5f2c9e9d49eeb6b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.68.0 (2024-08-11)
4
+
5
+ * Regenerated from discovery document revision 20240806
6
+ * Regenerated using generator version 0.15.1
7
+
8
+ ### v0.67.0 (2024-07-25)
9
+
10
+ * Regenerated from discovery document revision 20240709
11
+
3
12
  ### v0.66.0 (2024-06-26)
4
13
 
5
14
  * Regenerated from discovery document revision 20240624
@@ -2240,12 +2240,12 @@ module Google
2240
2240
  attr_accessor :test_purchase
2241
2241
 
2242
2242
  # Optional. The transaction program code, used to help determine service fee for
2243
- # apps partcipating in special partner programs. This field can not be used for
2244
- # external offers transactions. Developers participating in the Play Media
2245
- # Experience Program (https://play.google.com/console/about/programs/
2246
- # mediaprogram/) must provide the program code when reporting alternative
2247
- # billing external transactions. If you are an eligible developer, please
2248
- # contact your BDM for more information on how to set this field.
2243
+ # eligible apps participating in partner programs. Developers participating in
2244
+ # the Play Media Experience Program (https://play.google.com/console/about/
2245
+ # programs/mediaprogram/) must provide the program code when reporting
2246
+ # alternative billing transactions. If you are an eligible developer, please
2247
+ # contact your BDM for more information on how to set this field. Note: this
2248
+ # field can not be used for external offers transactions.
2249
2249
  # Corresponds to the JSON property `transactionProgramCode`
2250
2250
  # @return [Fixnum]
2251
2251
  attr_accessor :transaction_program_code
@@ -3848,7 +3848,7 @@ module Google
3848
3848
  end
3849
3849
  end
3850
3850
 
3851
- # Represents a list of apis.
3851
+ # Represents a list of ABIs.
3852
3852
  class MultiAbi
3853
3853
  include Google::Apis::Core::Hashable
3854
3854
 
@@ -4549,25 +4549,21 @@ module Google
4549
4549
  end
4550
4550
  end
4551
4551
 
4552
- # Configuration for a price migration.
4552
+ # Configuration for migration of a legacy price cohort.
4553
4553
  class RegionalPriceMigrationConfig
4554
4554
  include Google::Apis::Core::Hashable
4555
4555
 
4556
- # Required. The cutoff time for historical prices that subscribers can remain
4557
- # paying. Subscribers on prices which were available at this cutoff time or
4558
- # later will stay on their existing price. Subscribers on older prices will be
4559
- # migrated to the currently-offered price. The migrated subscribers will receive
4560
- # a notification that they will be paying a different price. Subscribers who do
4561
- # not agree to the new price will have their subscription ended at the next
4562
- # renewal.
4556
+ # Required. Subscribers in all legacy price cohorts before this time will be
4557
+ # migrated to the current price. Subscribers in any newer price cohorts are
4558
+ # unaffected. Affected subscribers will receive one or more notifications from
4559
+ # Google Play about the price change. Price decreases occur at the subscriber's
4560
+ # next billing date. Price increases occur at the subscriber's next billing date
4561
+ # following a notification period that varies by region and price increase type.
4563
4562
  # Corresponds to the JSON property `oldestAllowedPriceVersionTime`
4564
4563
  # @return [String]
4565
4564
  attr_accessor :oldest_allowed_price_version_time
4566
4565
 
4567
- # Optional. The behavior the caller wants users to see when there is a price
4568
- # increase during migration. If left unset, the behavior defaults to
4569
- # PRICE_INCREASE_TYPE_OPT_IN. Note that the first opt-out price increase
4570
- # migration for each app must be initiated in Play Console.
4566
+ # Optional. The requested type of price increase
4571
4567
  # Corresponds to the JSON property `priceIncreaseType`
4572
4568
  # @return [String]
4573
4569
  attr_accessor :price_increase_type
@@ -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.66.0"
19
+ GEM_VERSION = "0.68.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240624"
25
+ REVISION = "20240806"
26
26
  end
27
27
  end
28
28
  end
@@ -234,41 +234,6 @@ module Google
234
234
  execute_or_queue_command(command, &block)
235
235
  end
236
236
 
237
- # List all app recovery action resources associated with a particular package
238
- # name and app version.
239
- # @param [String] package_name
240
- # Required. Package name of the app for which list of recovery actions is
241
- # requested.
242
- # @param [Fixnum] version_code
243
- # Required. Version code targeted by the list of recovery actions.
244
- # @param [String] fields
245
- # Selector specifying which fields to include in a partial response.
246
- # @param [String] quota_user
247
- # Available to use for quota purposes for server-side applications. Can be any
248
- # arbitrary string assigned to a user, but should not exceed 40 characters.
249
- # @param [Google::Apis::RequestOptions] options
250
- # Request-specific options
251
- #
252
- # @yield [result, err] Result & error if block supplied
253
- # @yieldparam result [Google::Apis::AndroidpublisherV3::ListAppRecoveriesResponse] parsed result object
254
- # @yieldparam err [StandardError] error object if request failed
255
- #
256
- # @return [Google::Apis::AndroidpublisherV3::ListAppRecoveriesResponse]
257
- #
258
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
259
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
260
- # @raise [Google::Apis::AuthorizationError] Authorization is required
261
- def app_apprecovery_recoveries(package_name, version_code: nil, fields: nil, quota_user: nil, options: nil, &block)
262
- command = make_simple_command(:post, 'androidpublisher/v3/applications/{packageName}/appRecoveries', options)
263
- command.response_representation = Google::Apis::AndroidpublisherV3::ListAppRecoveriesResponse::Representation
264
- command.response_class = Google::Apis::AndroidpublisherV3::ListAppRecoveriesResponse
265
- command.params['packageName'] = package_name unless package_name.nil?
266
- command.query['versionCode'] = version_code unless version_code.nil?
267
- command.query['fields'] = fields unless fields.nil?
268
- command.query['quotaUser'] = quota_user unless quota_user.nil?
269
- execute_or_queue_command(command, &block)
270
- end
271
-
272
237
  # Cancel an already executing app recovery action. Note that this action changes
273
238
  # status of the recovery action to CANCELED.
274
239
  # @param [String] package_name
@@ -379,6 +344,41 @@ module Google
379
344
  execute_or_queue_command(command, &block)
380
345
  end
381
346
 
347
+ # List all app recovery action resources associated with a particular package
348
+ # name and app version.
349
+ # @param [String] package_name
350
+ # Required. Package name of the app for which list of recovery actions is
351
+ # requested.
352
+ # @param [Fixnum] version_code
353
+ # Required. Version code targeted by the list of recovery actions.
354
+ # @param [String] fields
355
+ # Selector specifying which fields to include in a partial response.
356
+ # @param [String] quota_user
357
+ # Available to use for quota purposes for server-side applications. Can be any
358
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
359
+ # @param [Google::Apis::RequestOptions] options
360
+ # Request-specific options
361
+ #
362
+ # @yield [result, err] Result & error if block supplied
363
+ # @yieldparam result [Google::Apis::AndroidpublisherV3::ListAppRecoveriesResponse] parsed result object
364
+ # @yieldparam err [StandardError] error object if request failed
365
+ #
366
+ # @return [Google::Apis::AndroidpublisherV3::ListAppRecoveriesResponse]
367
+ #
368
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
369
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
370
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
371
+ def list_apprecoveries(package_name, version_code: nil, fields: nil, quota_user: nil, options: nil, &block)
372
+ command = make_simple_command(:get, 'androidpublisher/v3/applications/{packageName}/appRecoveries', options)
373
+ command.response_representation = Google::Apis::AndroidpublisherV3::ListAppRecoveriesResponse::Representation
374
+ command.response_class = Google::Apis::AndroidpublisherV3::ListAppRecoveriesResponse
375
+ command.params['packageName'] = package_name unless package_name.nil?
376
+ command.query['versionCode'] = version_code unless version_code.nil?
377
+ command.query['fields'] = fields unless fields.nil?
378
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
379
+ execute_or_queue_command(command, &block)
380
+ end
381
+
382
382
  # Commits an app edit.
383
383
  # @param [String] package_name
384
384
  # Package name of the app.
@@ -3116,11 +3116,9 @@ module Google
3116
3116
  execute_or_queue_command(command, &block)
3117
3117
  end
3118
3118
 
3119
- # Migrates subscribers who are receiving an historical subscription price to the
3120
- # currently-offered price for the specified region. Requests will cause price
3121
- # change notifications to be sent to users who are currently receiving an
3122
- # historical price older than the supplied timestamp. Subscribers who do not
3123
- # agree to the new price will have their subscription ended at the next renewal.
3119
+ # Migrates subscribers from one or more legacy price cohorts to the current
3120
+ # price. Requests result in Google Play notifying affected subscribers. Only up
3121
+ # to 250 simultaneous legacy price cohorts are supported.
3124
3122
  # @param [String] package_name
3125
3123
  # Required. Package name of the parent app. Must be equal to the package_name
3126
3124
  # field on the Subscription resource.
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.66.0
4
+ version: 0.68.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-06-27 00:00:00.000000000 Z
11
+ date: 2024-08-11 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.66.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.68.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: []