google-apis-androidpublisher_v3 0.65.0 → 0.67.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: 2059ba20533772f0334e5cc193280156d319a4c16831cd666262fbaf0a4221dd
4
- data.tar.gz: fd5217b6bf2f09eb43433c0022b8bd53a12c507596c70996f3028ca8ad4d36f9
3
+ metadata.gz: ef30c32081e26a2960347cc61429e0f99266988225f8a3b030ae53d346594a26
4
+ data.tar.gz: b6aa3d00dfe8800d4e6a21c44e7c0be50765942f3636376c01cafb0dd36cad1f
5
5
  SHA512:
6
- metadata.gz: '06830a6f91ad768baf4d2d521112171e5f62d4f4317385e81aaabe7e69970e19ee703de3d8450478e12c1b15ac06fbb0f9d29b9246c1a980105e7d7011897e1b'
7
- data.tar.gz: 114f768698d185691a7c938c62a8b292560655251128917b5d8b095ca69e932356965f0a63619161cee58b7c31b2b7a015ca017b361b09cc492795e25e790a7a
6
+ metadata.gz: 7e742c065fd04e7872a1b97321dbda2ca32e7024f13d7fc7ad48a878b029060aa9ad3512de5b61a773fb317c632f11ed9c1b0a1365e0a5ff309e8c4168270055
7
+ data.tar.gz: a79f46e97728dce7132b610acb21059a1a4797ccdc39437121df9fcc16c0fdcd688ed110747e532e949e78f5b8c4bf23047897553620b41e900a475af5c8d150
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.67.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240709
6
+
7
+ ### v0.66.0 (2024-06-26)
8
+
9
+ * Regenerated from discovery document revision 20240624
10
+
3
11
  ### v0.65.0 (2024-06-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20240610
@@ -2239,6 +2239,17 @@ module Google
2239
2239
  # @return [Google::Apis::AndroidpublisherV3::ExternalTransactionTestPurchase]
2240
2240
  attr_accessor :test_purchase
2241
2241
 
2242
+ # Optional. The transaction program code, used to help determine service fee for
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
+ # Corresponds to the JSON property `transactionProgramCode`
2250
+ # @return [Fixnum]
2251
+ attr_accessor :transaction_program_code
2252
+
2242
2253
  # Output only. The current state of the transaction.
2243
2254
  # Corresponds to the JSON property `transactionState`
2244
2255
  # @return [String]
@@ -2270,6 +2281,7 @@ module Google
2270
2281
  @package_name = args[:package_name] if args.key?(:package_name)
2271
2282
  @recurring_transaction = args[:recurring_transaction] if args.key?(:recurring_transaction)
2272
2283
  @test_purchase = args[:test_purchase] if args.key?(:test_purchase)
2284
+ @transaction_program_code = args[:transaction_program_code] if args.key?(:transaction_program_code)
2273
2285
  @transaction_state = args[:transaction_state] if args.key?(:transaction_state)
2274
2286
  @transaction_time = args[:transaction_time] if args.key?(:transaction_time)
2275
2287
  @user_tax_address = args[:user_tax_address] if args.key?(:user_tax_address)
@@ -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.65.0"
19
+ GEM_VERSION = "0.67.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240610"
25
+ REVISION = "20240709"
26
26
  end
27
27
  end
28
28
  end
@@ -2143,6 +2143,7 @@ module Google
2143
2143
 
2144
2144
  property :test_purchase, as: 'testPurchase', class: Google::Apis::AndroidpublisherV3::ExternalTransactionTestPurchase, decorator: Google::Apis::AndroidpublisherV3::ExternalTransactionTestPurchase::Representation
2145
2145
 
2146
+ property :transaction_program_code, as: 'transactionProgramCode'
2146
2147
  property :transaction_state, as: 'transactionState'
2147
2148
  property :transaction_time, as: 'transactionTime'
2148
2149
  property :user_tax_address, as: 'userTaxAddress', class: Google::Apis::AndroidpublisherV3::ExternalTransactionAddress, decorator: Google::Apis::AndroidpublisherV3::ExternalTransactionAddress::Representation
@@ -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.
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.65.0
4
+ version: 0.67.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-16 00:00:00.000000000 Z
11
+ date: 2024-07-25 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.65.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.67.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: []