google-apis-androidpublisher_v3 0.99.0 → 0.100.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: 6c8b3b1560b23a04eda424425b033563d6cf0da58835f21c1e31922ba92e3cb7
4
- data.tar.gz: 6005cf91e8660ec40ef392e1599227d9bf4dcbc2acf42ac4e10e2b35d22a957d
3
+ metadata.gz: 7549c2e0baf54335de1b5b0395cc850e3f0b1c0d7951204b5849c139b63d72de
4
+ data.tar.gz: 45d01755881fbc6825143818028e338b0a6068cafbb12b9584ddb2b2236f4a1b
5
5
  SHA512:
6
- metadata.gz: 9d391d8263288c73761da00ca07c038c8cbcf7f93c199b0397525f8e779b67407f2e5b3df75fa38c4380869f7d4aa0558d5190b0fcc3c86ae807b192c0650542
7
- data.tar.gz: bba0d31390c86efc0685c179e85a8db0007363b551c1324e86d2f67cc95464cbaf176036b8907f2b6baea2d99bf31534797554811f909f83b035fa7e3d9de3f3
6
+ metadata.gz: 1c63e4fe6e3431cc2c7b4ac840ebc8399a7292274df70023b138e922bb1d38342812fa0c2804965cb64ea8c0bdca7b0b0e782b844d19612de28e87f11f5dbd0a
7
+ data.tar.gz: 682d02df32348d170691e70bfaadfeb18e4750d293733946fa5586fce0e6ff2545132bbb288141af93babeea28b1e8da9161fe69ea4f0771df1152cf7bd14413
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.100.0 (2026-05-10)
4
+
5
+ * Regenerated from discovery document revision 20260506
6
+
3
7
  ### v0.99.0 (2026-04-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20260416
@@ -3499,7 +3499,7 @@ module Google
3499
3499
  end
3500
3500
 
3501
3501
  # Download metadata for split, standalone and universal APKs, as well as asset
3502
- # pack slices, signed with a given key.
3502
+ # pack slices, signed with a given key. Next ID: 10
3503
3503
  class GeneratedApksPerSigningKey
3504
3504
  include Google::Apis::Core::Hashable
3505
3505
 
@@ -3544,6 +3544,24 @@ module Google
3544
3544
  # @return [Google::Apis::AndroidpublisherV3::TargetingInfo]
3545
3545
  attr_accessor :targeting_info
3546
3546
 
3547
+ # List of generated split APKs without automatic protection, signed with a key
3548
+ # corresponding to certificate_sha256_hash. This field is only present if the
3549
+ # app uses automatic protection. In this case, `generated_split_apks` contains
3550
+ # APKs with automatic protection enabled, whereas this field contains APKs
3551
+ # without automatic protection.
3552
+ # Corresponds to the JSON property `unprotectedGeneratedSplitApks`
3553
+ # @return [Array<Google::Apis::AndroidpublisherV3::GeneratedSplitApk>]
3554
+ attr_accessor :unprotected_generated_split_apks
3555
+
3556
+ # List of generated standalone APKs without automatic protection, signed with a
3557
+ # key corresponding to certificate_sha256_hash. This field is only present if
3558
+ # the app uses automatic protection. In this case, `generated_standalone_apks`
3559
+ # contains APKs with automatic protection enabled, whereas this field contains
3560
+ # APKs without automatic protection.
3561
+ # Corresponds to the JSON property `unprotectedGeneratedStandaloneApks`
3562
+ # @return [Array<Google::Apis::AndroidpublisherV3::GeneratedStandaloneApk>]
3563
+ attr_accessor :unprotected_generated_standalone_apks
3564
+
3547
3565
  def initialize(**args)
3548
3566
  update!(**args)
3549
3567
  end
@@ -3557,6 +3575,8 @@ module Google
3557
3575
  @generated_standalone_apks = args[:generated_standalone_apks] if args.key?(:generated_standalone_apks)
3558
3576
  @generated_universal_apk = args[:generated_universal_apk] if args.key?(:generated_universal_apk)
3559
3577
  @targeting_info = args[:targeting_info] if args.key?(:targeting_info)
3578
+ @unprotected_generated_split_apks = args[:unprotected_generated_split_apks] if args.key?(:unprotected_generated_split_apks)
3579
+ @unprotected_generated_standalone_apks = args[:unprotected_generated_standalone_apks] if args.key?(:unprotected_generated_standalone_apks)
3560
3580
  end
3561
3581
  end
3562
3582
 
@@ -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.99.0"
19
+ GEM_VERSION = "0.100.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260416"
25
+ REVISION = "20260506"
26
26
  end
27
27
  end
28
28
  end
@@ -3155,6 +3155,10 @@ module Google
3155
3155
 
3156
3156
  property :targeting_info, as: 'targetingInfo', class: Google::Apis::AndroidpublisherV3::TargetingInfo, decorator: Google::Apis::AndroidpublisherV3::TargetingInfo::Representation
3157
3157
 
3158
+ collection :unprotected_generated_split_apks, as: 'unprotectedGeneratedSplitApks', class: Google::Apis::AndroidpublisherV3::GeneratedSplitApk, decorator: Google::Apis::AndroidpublisherV3::GeneratedSplitApk::Representation
3159
+
3160
+ collection :unprotected_generated_standalone_apks, as: 'unprotectedGeneratedStandaloneApks', class: Google::Apis::AndroidpublisherV3::GeneratedStandaloneApk, decorator: Google::Apis::AndroidpublisherV3::GeneratedStandaloneApk::Representation
3161
+
3158
3162
  end
3159
3163
  end
3160
3164
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-androidpublisher_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.99.0
4
+ version: 0.100.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidpublisher_v3/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.99.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.100.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidpublisher_v3
62
62
  rdoc_options: []
63
63
  require_paths: