google-apis-firebaseappdistribution_v1alpha 0.8.0 → 0.9.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: 762a6740574b4dfc5a6f6dc2d662488204c7a306c5351214126de062f0a32861
|
|
4
|
+
data.tar.gz: c663cf5e3e25e00ff85ee7f72998f945ed4a80ca7beda171d4dee173b246584e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b2c828ee1e2df8e4a405d9b147803ad6df03078ebb5a39ff2a5e37769501ccd3c0bf91dddc011b73553f698fde00603f52606817f36706585b81f38940825173
|
|
7
|
+
data.tar.gz: db09bc3200b4d97470f8c1195cb1fad5565e9992e5ca1c67216bfb9210ae561ea89133100784ca2d43bb5fafd2a04f0b5f7107f05fb214fd8006bc1a5f2b0213
|
data/CHANGELOG.md
CHANGED
|
@@ -305,7 +305,7 @@ module Google
|
|
|
305
305
|
end
|
|
306
306
|
end
|
|
307
307
|
|
|
308
|
-
#
|
|
308
|
+
# An app.
|
|
309
309
|
class GoogleFirebaseAppdistroV1alphaApp
|
|
310
310
|
include Google::Apis::Core::Hashable
|
|
311
311
|
|
|
@@ -432,11 +432,11 @@ module Google
|
|
|
432
432
|
end
|
|
433
433
|
end
|
|
434
434
|
|
|
435
|
-
#
|
|
435
|
+
# The request message for `CreateReleaseNotes`.
|
|
436
436
|
class GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest
|
|
437
437
|
include Google::Apis::Core::Hashable
|
|
438
438
|
|
|
439
|
-
#
|
|
439
|
+
# Release notes for a release.
|
|
440
440
|
# Corresponds to the JSON property `releaseNotes`
|
|
441
441
|
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaReleaseNotes]
|
|
442
442
|
attr_accessor :release_notes
|
|
@@ -451,7 +451,7 @@ module Google
|
|
|
451
451
|
end
|
|
452
452
|
end
|
|
453
453
|
|
|
454
|
-
#
|
|
454
|
+
# The response message for `CreateReleaseNotes`.
|
|
455
455
|
class GoogleFirebaseAppdistroV1alphaCreateReleaseNotesResponse
|
|
456
456
|
include Google::Apis::Core::Hashable
|
|
457
457
|
|
|
@@ -667,7 +667,7 @@ module Google
|
|
|
667
667
|
end
|
|
668
668
|
end
|
|
669
669
|
|
|
670
|
-
#
|
|
670
|
+
# The request message for `EnableAccessOnRelease`.
|
|
671
671
|
class GoogleFirebaseAppdistroV1alphaEnableAccessOnReleaseRequest
|
|
672
672
|
include Google::Apis::Core::Hashable
|
|
673
673
|
|
|
@@ -709,7 +709,7 @@ module Google
|
|
|
709
709
|
end
|
|
710
710
|
end
|
|
711
711
|
|
|
712
|
-
#
|
|
712
|
+
# The response message for `EnableAccessOnRelease`.
|
|
713
713
|
class GoogleFirebaseAppdistroV1alphaEnableAccessOnReleaseResponse
|
|
714
714
|
include Google::Apis::Core::Hashable
|
|
715
715
|
|
|
@@ -760,7 +760,7 @@ module Google
|
|
|
760
760
|
end
|
|
761
761
|
end
|
|
762
762
|
|
|
763
|
-
#
|
|
763
|
+
# The response message for `GetUploadStatus`.
|
|
764
764
|
class GoogleFirebaseAppdistroV1alphaGetUploadStatusResponse
|
|
765
765
|
include Google::Apis::Core::Hashable
|
|
766
766
|
|
|
@@ -850,11 +850,11 @@ module Google
|
|
|
850
850
|
end
|
|
851
851
|
end
|
|
852
852
|
|
|
853
|
-
#
|
|
853
|
+
# A JWT token.
|
|
854
854
|
class GoogleFirebaseAppdistroV1alphaJwt
|
|
855
855
|
include Google::Apis::Core::Hashable
|
|
856
856
|
|
|
857
|
-
#
|
|
857
|
+
# The JWT token (three Base64URL-encoded strings joined by dots).
|
|
858
858
|
# Corresponds to the JSON property `token`
|
|
859
859
|
# @return [String]
|
|
860
860
|
attr_accessor :token
|
|
@@ -990,7 +990,7 @@ module Google
|
|
|
990
990
|
end
|
|
991
991
|
end
|
|
992
992
|
|
|
993
|
-
#
|
|
993
|
+
# The response message for `ProvisionApp`.
|
|
994
994
|
class GoogleFirebaseAppdistroV1alphaProvisionAppResponse
|
|
995
995
|
include Google::Apis::Core::Hashable
|
|
996
996
|
|
|
@@ -1082,11 +1082,11 @@ module Google
|
|
|
1082
1082
|
end
|
|
1083
1083
|
end
|
|
1084
1084
|
|
|
1085
|
-
#
|
|
1085
|
+
# Release notes for a release.
|
|
1086
1086
|
class GoogleFirebaseAppdistroV1alphaReleaseNotes
|
|
1087
1087
|
include Google::Apis::Core::Hashable
|
|
1088
1088
|
|
|
1089
|
-
#
|
|
1089
|
+
# The actual release notes text from the user.
|
|
1090
1090
|
# Corresponds to the JSON property `releaseNotes`
|
|
1091
1091
|
# @return [String]
|
|
1092
1092
|
attr_accessor :release_notes
|
|
@@ -1137,6 +1137,13 @@ module Google
|
|
|
1137
1137
|
# @return [String]
|
|
1138
1138
|
attr_accessor :name
|
|
1139
1139
|
|
|
1140
|
+
# Optional. The test case that was used to generate this release test. Note: The
|
|
1141
|
+
# test case may have changed or been deleted since the release test was created.
|
|
1142
|
+
# Format: `projects/`project_number`/apps/`app`/testCases/`test_case``
|
|
1143
|
+
# Corresponds to the JSON property `testCase`
|
|
1144
|
+
# @return [String]
|
|
1145
|
+
attr_accessor :test_case
|
|
1146
|
+
|
|
1140
1147
|
# Output only. The state of the release test.
|
|
1141
1148
|
# Corresponds to the JSON property `testState`
|
|
1142
1149
|
# @return [String]
|
|
@@ -1154,6 +1161,7 @@ module Google
|
|
|
1154
1161
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
1155
1162
|
@login_credential = args[:login_credential] if args.key?(:login_credential)
|
|
1156
1163
|
@name = args[:name] if args.key?(:name)
|
|
1164
|
+
@test_case = args[:test_case] if args.key?(:test_case)
|
|
1157
1165
|
@test_state = args[:test_state] if args.key?(:test_state)
|
|
1158
1166
|
end
|
|
1159
1167
|
end
|
|
@@ -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.9.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20241204"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -641,6 +641,7 @@ module Google
|
|
|
641
641
|
property :login_credential, as: 'loginCredential', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaLoginCredential, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaLoginCredential::Representation
|
|
642
642
|
|
|
643
643
|
property :name, as: 'name'
|
|
644
|
+
property :test_case, as: 'testCase'
|
|
644
645
|
property :test_state, as: 'testState'
|
|
645
646
|
end
|
|
646
647
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.9.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-12-
|
|
11
|
+
date: 2024-12-08 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-firebaseappdistribution_v1alpha/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1alpha/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1alpha/v0.9.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappdistribution_v1alpha
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.5.
|
|
78
|
+
rubygems_version: 3.5.23
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Firebase App Distribution API V1alpha
|