google-apis-firebaseappdistribution_v1 0.11.0 → 0.12.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: 0c6af240e3fffcbd80724f380ea538332250fb0b78954a5b73e751a418b8b5c5
|
4
|
+
data.tar.gz: 0fcce960de250bf5cc484d1dece069e8f450fea0cb295da45a137bd6c5f2d2b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a34f03d989ebc0ed1292142cb4d4019977db512e889ddd6dded13d51ac144d270630a86a71077fb3bef8261d7413d62d0833d87188b56efedd5af64631b5e5c2
|
7
|
+
data.tar.gz: 47c2976241340059ba3be5236df479c8cc5331eeb9ee7150a2487e8d2f7a788a30a24f60845837e5666253c743b832a0c8f908cc112b638ca08ea7bd4be52ca5
|
data/CHANGELOG.md
CHANGED
@@ -1145,6 +1145,11 @@ module Google
|
|
1145
1145
|
# @return [String]
|
1146
1146
|
attr_accessor :display_version
|
1147
1147
|
|
1148
|
+
# Output only. The time the release will expire.
|
1149
|
+
# Corresponds to the JSON property `expireTime`
|
1150
|
+
# @return [String]
|
1151
|
+
attr_accessor :expire_time
|
1152
|
+
|
1148
1153
|
# Output only. A link to the Firebase console displaying a single release.
|
1149
1154
|
# Corresponds to the JSON property `firebaseConsoleUri`
|
1150
1155
|
# @return [String]
|
@@ -1168,6 +1173,11 @@ module Google
|
|
1168
1173
|
# @return [String]
|
1169
1174
|
attr_accessor :testing_uri
|
1170
1175
|
|
1176
|
+
# Output only. The time the release was last updated.
|
1177
|
+
# Corresponds to the JSON property `updateTime`
|
1178
|
+
# @return [String]
|
1179
|
+
attr_accessor :update_time
|
1180
|
+
|
1171
1181
|
def initialize(**args)
|
1172
1182
|
update!(**args)
|
1173
1183
|
end
|
@@ -1178,10 +1188,12 @@ module Google
|
|
1178
1188
|
@build_version = args[:build_version] if args.key?(:build_version)
|
1179
1189
|
@create_time = args[:create_time] if args.key?(:create_time)
|
1180
1190
|
@display_version = args[:display_version] if args.key?(:display_version)
|
1191
|
+
@expire_time = args[:expire_time] if args.key?(:expire_time)
|
1181
1192
|
@firebase_console_uri = args[:firebase_console_uri] if args.key?(:firebase_console_uri)
|
1182
1193
|
@name = args[:name] if args.key?(:name)
|
1183
1194
|
@release_notes = args[:release_notes] if args.key?(:release_notes)
|
1184
1195
|
@testing_uri = args[:testing_uri] if args.key?(:testing_uri)
|
1196
|
+
@update_time = args[:update_time] if args.key?(:update_time)
|
1185
1197
|
end
|
1186
1198
|
end
|
1187
1199
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module FirebaseappdistributionV1
|
18
18
|
# Version of the google-apis-firebaseappdistribution_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.12.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 = "20250822"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -556,11 +556,13 @@ module Google
|
|
556
556
|
property :build_version, as: 'buildVersion'
|
557
557
|
property :create_time, as: 'createTime'
|
558
558
|
property :display_version, as: 'displayVersion'
|
559
|
+
property :expire_time, as: 'expireTime'
|
559
560
|
property :firebase_console_uri, as: 'firebaseConsoleUri'
|
560
561
|
property :name, as: 'name'
|
561
562
|
property :release_notes, as: 'releaseNotes', class: Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1ReleaseNotes, decorator: Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1ReleaseNotes::Representation
|
562
563
|
|
563
564
|
property :testing_uri, as: 'testingUri'
|
565
|
+
property :update_time, as: 'updateTime'
|
564
566
|
end
|
565
567
|
end
|
566
568
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-firebaseappdistribution_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.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_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1/v0.12.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappdistribution_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|