google-apis-androidpublisher_v3 0.97.0 → 0.98.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: 037c95cf7d6e2657d12c9026efe4942bbfaf1a9cacc263ff2db31da3fbe179ea
|
|
4
|
+
data.tar.gz: 52766d6994378b53e5fb0c41f41e3f7fa3b308b35d0d74a81a5958ffbadbbd27
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc7aa071a53177a7a314088bcadd6d3dbb124518db97406b2923535cdf1f0cef99cff2b791ff52858839285564b2294afff0e29a39d7b4955e2133dd2b7bbfae
|
|
7
|
+
data.tar.gz: a0c88a094f7217d61ea78245711afadf1494422874cba85803c1e2025ba05a869b8ed21dec3afbea888c2fd2ef312a521b2f17a0c6ac1e27b40795303e237772
|
data/CHANGELOG.md
CHANGED
|
@@ -761,7 +761,7 @@ module Google
|
|
|
761
761
|
class ArtifactSummary
|
|
762
762
|
include Google::Apis::Core::Hashable
|
|
763
763
|
|
|
764
|
-
#
|
|
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.
|
|
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
|
|
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
|
|
@@ -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.98.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 = "
|
|
25
|
+
REVISION = "20260318"
|
|
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.
|
|
4
|
+
version: 0.98.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.98.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:
|