google-apis-firebaseappdistribution_v1 0.21.0 → 0.22.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: 354d1395f9831a09f6d8ed109f03976619f6d374f936d1c058f13c0c8086349f
4
- data.tar.gz: bf4e79790bb26203f1941f3b67c361df1588b8995ba9832db050c78ffbe2ea64
3
+ metadata.gz: b9269b374c8171136d224e8ba3fc690a9920c4665c857eef57566b36358ebe32
4
+ data.tar.gz: 6e15d69a95738519c58b3b8baac97f2999bf09da8abf56dd95e2b5ae2b269e62
5
5
  SHA512:
6
- metadata.gz: 51922562b7e4f50dbe1cec6fed7b4848c758a667ddaa14282960818509d1502d4fe74da84c94994e5f19f759bcafba73c5654ceafbcd197f8918bb72f942eab8
7
- data.tar.gz: 73276eb1a2173012709db3d8acc57d8e9068ffe0763a3c6c66f9ef02206acfbbde3ba754e9c8a0bf5651110ed1c9d804c34d34bee6ab28d9809e8412dd129d62
6
+ metadata.gz: 5dc9fad1f07f84f283e3034e89f1323f8e9e017793dd34c5e4cfc2c094d7e25d3f06ce58311640f60499f33f2da8358a14fe8cf38319349feacae6c5aa8339c0
7
+ data.tar.gz: af3bea2c58f8124c9ea1a7faff12e37b372f02e22683a21b239a68cfa6d97f6cf8d85d80c54d877b1ae5512163b4aa7806f0a19b9080ca4d976fdab7fb6e0e92
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firebaseappdistribution_v1
2
2
 
3
+ ### v0.22.0 (2026-07-26)
4
+
5
+ * Regenerated from discovery document revision 20260723
6
+
3
7
  ### v0.21.0 (2026-07-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20260713
@@ -1165,6 +1165,11 @@ module Google
1165
1165
  class GoogleFirebaseAppdistroV1Release
1166
1166
  include Google::Apis::Core::Hashable
1167
1167
 
1168
+ # Output only. Number of testers with accepted invitations.
1169
+ # Corresponds to the JSON property `acceptedInvitationCount`
1170
+ # @return [Fixnum]
1171
+ attr_accessor :accepted_invitation_count
1172
+
1168
1173
  # Output only. Registration state of the Android package (BinaryType.APK).
1169
1174
  # Corresponds to the JSON property `androidPackageRegistrationState`
1170
1175
  # @return [String]
@@ -1176,6 +1181,11 @@ module Google
1176
1181
  # @return [String]
1177
1182
  attr_accessor :binary_download_uri
1178
1183
 
1184
+ # Output only. Type of binary.
1185
+ # Corresponds to the JSON property `binaryType`
1186
+ # @return [String]
1187
+ attr_accessor :binary_type
1188
+
1179
1189
  # Output only. Build version of the release. For an Android release, the build
1180
1190
  # version is the `versionCode`. For an iOS release, the build version is the `
1181
1191
  # CFBundleVersion`.
@@ -1200,22 +1210,43 @@ module Google
1200
1210
  # @return [String]
1201
1211
  attr_accessor :expire_time
1202
1212
 
1213
+ # Output only. Number of feedback reports left by testers.
1214
+ # Corresponds to the JSON property `feedbackCount`
1215
+ # @return [Fixnum]
1216
+ attr_accessor :feedback_count
1217
+
1203
1218
  # Output only. A link to the Firebase console displaying a single release.
1204
1219
  # Corresponds to the JSON property `firebaseConsoleUri`
1205
1220
  # @return [String]
1206
1221
  attr_accessor :firebase_console_uri
1207
1222
 
1223
+ # Output only. Number of testers who have downloaded this release.
1224
+ # Corresponds to the JSON property `installationCount`
1225
+ # @return [Fixnum]
1226
+ attr_accessor :installation_count
1227
+
1208
1228
  # The name of the release resource. Format: `projects/`project_number`/apps/`app`
1209
1229
  # /releases/`release``
1210
1230
  # Corresponds to the JSON property `name`
1211
1231
  # @return [String]
1212
1232
  attr_accessor :name
1213
1233
 
1234
+ # Output only. Number of testers who were invited (incl. expired invitations),
1235
+ # but did not (yet) accept the invitation.
1236
+ # Corresponds to the JSON property `openInvitationCount`
1237
+ # @return [Fixnum]
1238
+ attr_accessor :open_invitation_count
1239
+
1214
1240
  # Notes that belong to a release.
1215
1241
  # Corresponds to the JSON property `releaseNotes`
1216
1242
  # @return [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1ReleaseNotes]
1217
1243
  attr_accessor :release_notes
1218
1244
 
1245
+ # Output only. The overall state of tests run on this release
1246
+ # Corresponds to the JSON property `testState`
1247
+ # @return [String]
1248
+ attr_accessor :test_state
1249
+
1219
1250
  # Output only. A link to the release in the tester web clip or Android app that
1220
1251
  # lets testers (which were granted access to the app) view release notes and
1221
1252
  # install the app onto their devices.
@@ -1234,15 +1265,21 @@ module Google
1234
1265
 
1235
1266
  # Update properties of this object
1236
1267
  def update!(**args)
1268
+ @accepted_invitation_count = args[:accepted_invitation_count] if args.key?(:accepted_invitation_count)
1237
1269
  @android_package_registration_state = args[:android_package_registration_state] if args.key?(:android_package_registration_state)
1238
1270
  @binary_download_uri = args[:binary_download_uri] if args.key?(:binary_download_uri)
1271
+ @binary_type = args[:binary_type] if args.key?(:binary_type)
1239
1272
  @build_version = args[:build_version] if args.key?(:build_version)
1240
1273
  @create_time = args[:create_time] if args.key?(:create_time)
1241
1274
  @display_version = args[:display_version] if args.key?(:display_version)
1242
1275
  @expire_time = args[:expire_time] if args.key?(:expire_time)
1276
+ @feedback_count = args[:feedback_count] if args.key?(:feedback_count)
1243
1277
  @firebase_console_uri = args[:firebase_console_uri] if args.key?(:firebase_console_uri)
1278
+ @installation_count = args[:installation_count] if args.key?(:installation_count)
1244
1279
  @name = args[:name] if args.key?(:name)
1280
+ @open_invitation_count = args[:open_invitation_count] if args.key?(:open_invitation_count)
1245
1281
  @release_notes = args[:release_notes] if args.key?(:release_notes)
1282
+ @test_state = args[:test_state] if args.key?(:test_state)
1246
1283
  @testing_uri = args[:testing_uri] if args.key?(:testing_uri)
1247
1284
  @update_time = args[:update_time] if args.key?(:update_time)
1248
1285
  end
@@ -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.21.0"
19
+ GEM_VERSION = "0.22.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 = "20260713"
25
+ REVISION = "20260723"
26
26
  end
27
27
  end
28
28
  end
@@ -558,16 +558,22 @@ module Google
558
558
  class GoogleFirebaseAppdistroV1Release
559
559
  # @private
560
560
  class Representation < Google::Apis::Core::JsonRepresentation
561
+ property :accepted_invitation_count, as: 'acceptedInvitationCount'
561
562
  property :android_package_registration_state, as: 'androidPackageRegistrationState'
562
563
  property :binary_download_uri, as: 'binaryDownloadUri'
564
+ property :binary_type, as: 'binaryType'
563
565
  property :build_version, as: 'buildVersion'
564
566
  property :create_time, as: 'createTime'
565
567
  property :display_version, as: 'displayVersion'
566
568
  property :expire_time, as: 'expireTime'
569
+ property :feedback_count, as: 'feedbackCount'
567
570
  property :firebase_console_uri, as: 'firebaseConsoleUri'
571
+ property :installation_count, as: 'installationCount'
568
572
  property :name, as: 'name'
573
+ property :open_invitation_count, as: 'openInvitationCount'
569
574
  property :release_notes, as: 'releaseNotes', class: Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1ReleaseNotes, decorator: Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1ReleaseNotes::Representation
570
575
 
576
+ property :test_state, as: 'testState'
571
577
  property :testing_uri, as: 'testingUri'
572
578
  property :update_time, as: 'updateTime'
573
579
  end
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.21.0
4
+ version: 0.22.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.21.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1/v0.22.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: