google-apis-firebaseappdistribution_v1alpha 0.29.0 → 0.30.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: 2955c057ae2a6903b8bef4defbb93363ef527bde0eee6e3103962a2585307eff
|
|
4
|
+
data.tar.gz: fc9ea49b8f18fc7f7ecb0de988167a8ec368e905705590355dabc52dd119247f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 875ecbf53c2aa7f78b95e3b39049df9d199798d797b37e08795c451d6e4dac69273dec2f20cfe1cbb27a7ffc332e20370cedc16852fbe01545247fb128fa3a40
|
|
7
|
+
data.tar.gz: e1d6b7a21f0180923d11b92729f8f2b5c3640af6769c64074ab62746ccf031880e2d11bee8de85ce4991da98789b16ef241e96b847b1cdcd11d393d4f8a2222d
|
data/CHANGELOG.md
CHANGED
|
@@ -88,6 +88,11 @@ module Google
|
|
|
88
88
|
class GoogleFirebaseAppdistroV1Release
|
|
89
89
|
include Google::Apis::Core::Hashable
|
|
90
90
|
|
|
91
|
+
# Output only. Registration state of the Android package (BinaryType.APK).
|
|
92
|
+
# Corresponds to the JSON property `androidPackageRegistrationState`
|
|
93
|
+
# @return [String]
|
|
94
|
+
attr_accessor :android_package_registration_state
|
|
95
|
+
|
|
91
96
|
# Output only. A signed link (which expires in one hour) to directly download
|
|
92
97
|
# the app binary (IPA/APK/AAB) file.
|
|
93
98
|
# Corresponds to the JSON property `binaryDownloadUri`
|
|
@@ -152,6 +157,7 @@ module Google
|
|
|
152
157
|
|
|
153
158
|
# Update properties of this object
|
|
154
159
|
def update!(**args)
|
|
160
|
+
@android_package_registration_state = args[:android_package_registration_state] if args.key?(:android_package_registration_state)
|
|
155
161
|
@binary_download_uri = args[:binary_download_uri] if args.key?(:binary_download_uri)
|
|
156
162
|
@build_version = args[:build_version] if args.key?(:build_version)
|
|
157
163
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module FirebaseappdistributionV1alpha
|
|
18
18
|
# Version of the google-apis-firebaseappdistribution_v1alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.30.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260713"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -379,6 +379,7 @@ module Google
|
|
|
379
379
|
class GoogleFirebaseAppdistroV1Release
|
|
380
380
|
# @private
|
|
381
381
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
382
|
+
property :android_package_registration_state, as: 'androidPackageRegistrationState'
|
|
382
383
|
property :binary_download_uri, as: 'binaryDownloadUri'
|
|
383
384
|
property :build_version, as: 'buildVersion'
|
|
384
385
|
property :create_time, as: 'createTime'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-firebaseappdistribution_v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.30.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-firebaseappdistribution_v1alpha/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1alpha/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1alpha/v0.30.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappdistribution_v1alpha
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|