google-apis-androidpublisher_v3 0.97.0 → 0.99.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: ca40ef17cfd003942d0fb94503e452bede82f8658b41d92987d3fda300ce66c5
4
- data.tar.gz: bc35fd42cc578500473565e94576fcf6e8b9a8c5912d9a76b1f8f860b747d7a7
3
+ metadata.gz: 6c8b3b1560b23a04eda424425b033563d6cf0da58835f21c1e31922ba92e3cb7
4
+ data.tar.gz: 6005cf91e8660ec40ef392e1599227d9bf4dcbc2acf42ac4e10e2b35d22a957d
5
5
  SHA512:
6
- metadata.gz: da18c7806c5f2115ade3752b460dd60815971f1b224b5b44fcccaba6c4991ddbebf6855b5e35aebe245d915226388a1bbe654907770dab0e302b353a2dcc9609
7
- data.tar.gz: 4c1d97babf41fa5a3e1890736fa8a2f3e1e677f45e1b149625665f21bdc1231c3920d5c1241b1da5383174dccc63a7c4820cc95b0cd2b0b466270ab05a1507bf
6
+ metadata.gz: 9d391d8263288c73761da00ca07c038c8cbcf7f93c199b0397525f8e779b67407f2e5b3df75fa38c4380869f7d4aa0558d5190b0fcc3c86ae807b192c0650542
7
+ data.tar.gz: bba0d31390c86efc0685c179e85a8db0007363b551c1324e86d2f67cc95464cbaf176036b8907f2b6baea2d99bf31534797554811f909f83b035fa7e3d9de3f3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.99.0 (2026-04-19)
4
+
5
+ * Regenerated from discovery document revision 20260416
6
+
7
+ ### v0.98.0 (2026-03-22)
8
+
9
+ * Regenerated from discovery document revision 20260318
10
+
3
11
  ### v0.97.0 (2026-03-15)
4
12
 
5
13
  * Regenerated from discovery document revision 20260312
@@ -761,7 +761,7 @@ module Google
761
761
  class ArtifactSummary
762
762
  include Google::Apis::Core::Hashable
763
763
 
764
- # The version code of the artifact.
764
+ # Artifact's version code
765
765
  # Corresponds to the JSON property `versionCode`
766
766
  # @return [Fixnum]
767
767
  attr_accessor :version_code
@@ -4735,8 +4735,7 @@ module Google
4735
4735
  class ListReleaseSummariesResponse
4736
4736
  include Google::Apis::Core::Hashable
4737
4737
 
4738
- # List of releases for this track. There will be a maximum of 20 releases
4739
- # returned.
4738
+ # List of releases for this track. A maximum of 20 releases can be returned.
4740
4739
  # Corresponds to the JSON property `releases`
4741
4740
  # @return [Array<Google::Apis::AndroidpublisherV3::ReleaseSummary>]
4742
4741
  attr_accessor :releases
@@ -7546,7 +7545,7 @@ module Google
7546
7545
  class ReleaseSummary
7547
7546
  include Google::Apis::Core::Hashable
7548
7547
 
7549
- # List of active artifacts on this release.
7548
+ # List of active artifacts on this release
7550
7549
  # Corresponds to the JSON property `activeArtifacts`
7551
7550
  # @return [Array<Google::Apis::AndroidpublisherV3::ArtifactSummary>]
7552
7551
  attr_accessor :active_artifacts
@@ -7561,8 +7560,8 @@ module Google
7561
7560
  # @return [String]
7562
7561
  attr_accessor :release_name
7563
7562
 
7564
- # Identifier of the track. More on [track name](https://developers.google.com/
7565
- # android-publisher/tracks).
7563
+ # Identifier for the track. [Learn more about track names.](https://developers.
7564
+ # google.com/android-publisher/tracks).
7566
7565
  # Corresponds to the JSON property `track`
7567
7566
  # @return [String]
7568
7567
  attr_accessor :track
@@ -8473,7 +8472,7 @@ module Google
8473
8472
  attr_accessor :benefits
8474
8473
 
8475
8474
  # The description of this subscription in the language of this listing. Maximum
8476
- # length - 80 characters. Plain text.
8475
+ # length - 200 characters. Plain text.
8477
8476
  # Corresponds to the JSON property `description`
8478
8477
  # @return [String]
8479
8478
  attr_accessor :description
@@ -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.97.0"
19
+ GEM_VERSION = "0.99.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 = "20260312"
25
+ REVISION = "20260416"
26
26
  end
27
27
  end
28
28
  end
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.97.0
4
+ version: 0.99.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.97.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.99.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: