google-apis-firebaseappdistribution_v1alpha 0.9.0 → 0.11.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/firebaseappdistribution_v1alpha/classes.rb +93 -6
- data/lib/google/apis/firebaseappdistribution_v1alpha/gem_version.rb +3 -3
- data/lib/google/apis/firebaseappdistribution_v1alpha/representations.rb +45 -1
- data/lib/google/apis/firebaseappdistribution_v1alpha/service.rb +65 -0
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 153707ba07c365bc2eaba5b6df27959e70b36dc78224f440cdc83ad476f4f90d
|
4
|
+
data.tar.gz: f32c0503bf3c3ce36a01ba3778b2cabd86793d1c3560f2429f6542a0982e10fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf90e50cc133a75b5b85826a0659e3be2c177129255e4b1c995172f4879c53ada925c9b880d207fe2b47ad04217c20cf4d442b5ac5ac3a97a44cf5f7a1f9334d
|
7
|
+
data.tar.gz: bb680f0a17925f665c5dd0c388ebc813f1872ca60ed9c93fdb840868495628547581d059a5351f85d9d3c4a97a5e18c934a4bfc6c38cb1711f3da42a36f2bd50
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-firebaseappdistribution_v1alpha
|
2
2
|
|
3
|
+
### v0.11.0 (2025-03-09)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250303
|
6
|
+
|
7
|
+
### v0.10.0 (2025-02-26)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250219
|
10
|
+
* Regenerated using generator version 0.16.0
|
11
|
+
|
3
12
|
### v0.9.0 (2024-12-08)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20241204
|
@@ -208,11 +208,6 @@ module Google
|
|
208
208
|
class GoogleFirebaseAppdistroV1alphaAiInstructions
|
209
209
|
include Google::Apis::Core::Hashable
|
210
210
|
|
211
|
-
# Optional. Describes the app to give the AI some context
|
212
|
-
# Corresponds to the JSON property `appDescription`
|
213
|
-
# @return [String]
|
214
|
-
attr_accessor :app_description
|
215
|
-
|
216
211
|
# Required. Steps to be accomplished by the AI
|
217
212
|
# Corresponds to the JSON property `steps`
|
218
213
|
# @return [Array<Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaAiStep>]
|
@@ -224,7 +219,6 @@ module Google
|
|
224
219
|
|
225
220
|
# Update properties of this object
|
226
221
|
def update!(**args)
|
227
|
-
@app_description = args[:app_description] if args.key?(:app_description)
|
228
222
|
@steps = args[:steps] if args.key?(:steps)
|
229
223
|
end
|
230
224
|
end
|
@@ -419,6 +413,27 @@ module Google
|
|
419
413
|
end
|
420
414
|
end
|
421
415
|
|
416
|
+
# The request message for `DeleteTestCase`.
|
417
|
+
class GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest
|
418
|
+
include Google::Apis::Core::Hashable
|
419
|
+
|
420
|
+
# Required. The name of the test cases to delete. A maximum number of 1000 test
|
421
|
+
# cases can be deleted in one batch Format: `projects/`project_number`/apps/`
|
422
|
+
# app_id`/testCases/`test_case_id``
|
423
|
+
# Corresponds to the JSON property `names`
|
424
|
+
# @return [Array<String>]
|
425
|
+
attr_accessor :names
|
426
|
+
|
427
|
+
def initialize(**args)
|
428
|
+
update!(**args)
|
429
|
+
end
|
430
|
+
|
431
|
+
# Update properties of this object
|
432
|
+
def update!(**args)
|
433
|
+
@names = args[:names] if args.key?(:names)
|
434
|
+
end
|
435
|
+
end
|
436
|
+
|
422
437
|
# The (empty) response message for `CancelReleaseTest`.
|
423
438
|
class GoogleFirebaseAppdistroV1alphaCancelReleaseTestResponse
|
424
439
|
include Google::Apis::Core::Hashable
|
@@ -802,6 +817,11 @@ module Google
|
|
802
817
|
class GoogleFirebaseAppdistroV1alphaGoalAction
|
803
818
|
include Google::Apis::Core::Hashable
|
804
819
|
|
820
|
+
# Information to help the customer understand why the agent took this action
|
821
|
+
# Corresponds to the JSON property `debugInfo`
|
822
|
+
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo]
|
823
|
+
attr_accessor :debug_info
|
824
|
+
|
805
825
|
# A high level action taken by the AI on the device, potentially involving
|
806
826
|
# multiple taps, text entries, waits, etc.
|
807
827
|
# Corresponds to the JSON property `deviceAction`
|
@@ -824,12 +844,39 @@ module Google
|
|
824
844
|
|
825
845
|
# Update properties of this object
|
826
846
|
def update!(**args)
|
847
|
+
@debug_info = args[:debug_info] if args.key?(:debug_info)
|
827
848
|
@device_action = args[:device_action] if args.key?(:device_action)
|
828
849
|
@explanation = args[:explanation] if args.key?(:explanation)
|
829
850
|
@terminal_action = args[:terminal_action] if args.key?(:terminal_action)
|
830
851
|
end
|
831
852
|
end
|
832
853
|
|
854
|
+
# Information to help the customer understand why the agent took this action
|
855
|
+
class GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo
|
856
|
+
include Google::Apis::Core::Hashable
|
857
|
+
|
858
|
+
# Output only. URI of the screenshot with elements labeled which was used by the
|
859
|
+
# agent
|
860
|
+
# Corresponds to the JSON property `annotatedScreenshotUri`
|
861
|
+
# @return [String]
|
862
|
+
attr_accessor :annotated_screenshot_uri
|
863
|
+
|
864
|
+
# Output only. Structured data explaining the agent's choice
|
865
|
+
# Corresponds to the JSON property `jsonUri`
|
866
|
+
# @return [String]
|
867
|
+
attr_accessor :json_uri
|
868
|
+
|
869
|
+
def initialize(**args)
|
870
|
+
update!(**args)
|
871
|
+
end
|
872
|
+
|
873
|
+
# Update properties of this object
|
874
|
+
def update!(**args)
|
875
|
+
@annotated_screenshot_uri = args[:annotated_screenshot_uri] if args.key?(:annotated_screenshot_uri)
|
876
|
+
@json_uri = args[:json_uri] if args.key?(:json_uri)
|
877
|
+
end
|
878
|
+
end
|
879
|
+
|
833
880
|
# Details for a goal step.
|
834
881
|
class GoogleFirebaseAppdistroV1alphaGoalDetails
|
835
882
|
include Google::Apis::Core::Hashable
|
@@ -1294,6 +1341,11 @@ module Google
|
|
1294
1341
|
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaAiInstructions]
|
1295
1342
|
attr_accessor :ai_instructions
|
1296
1343
|
|
1344
|
+
# Output only. Timestamp when the test case was created
|
1345
|
+
# Corresponds to the JSON property `createTime`
|
1346
|
+
# @return [String]
|
1347
|
+
attr_accessor :create_time
|
1348
|
+
|
1297
1349
|
# Required. Display name of the test case.
|
1298
1350
|
# Corresponds to the JSON property `displayName`
|
1299
1351
|
# @return [String]
|
@@ -1312,6 +1364,7 @@ module Google
|
|
1312
1364
|
# Update properties of this object
|
1313
1365
|
def update!(**args)
|
1314
1366
|
@ai_instructions = args[:ai_instructions] if args.key?(:ai_instructions)
|
1367
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
1315
1368
|
@display_name = args[:display_name] if args.key?(:display_name)
|
1316
1369
|
@name = args[:name] if args.key?(:name)
|
1317
1370
|
end
|
@@ -1394,6 +1447,40 @@ module Google
|
|
1394
1447
|
end
|
1395
1448
|
end
|
1396
1449
|
|
1450
|
+
# Customer quota information for `ReleaseTests`. Note: This quota only applies
|
1451
|
+
# to tests with `AiInstructions` and is separate from the quota which might
|
1452
|
+
# apply to the device time used by any tests.
|
1453
|
+
class GoogleFirebaseAppdistroV1alphaTestQuota
|
1454
|
+
include Google::Apis::Core::Hashable
|
1455
|
+
|
1456
|
+
# Output only. Maximum number of `ReleaseTests` allotted for the current month.
|
1457
|
+
# Corresponds to the JSON property `limit`
|
1458
|
+
# @return [Fixnum]
|
1459
|
+
attr_accessor :limit
|
1460
|
+
|
1461
|
+
# Identifier. The name of the `TestQuota` resource. Format: `projects/`
|
1462
|
+
# project_number`/testQuota`
|
1463
|
+
# Corresponds to the JSON property `name`
|
1464
|
+
# @return [String]
|
1465
|
+
attr_accessor :name
|
1466
|
+
|
1467
|
+
# Output only. Number of `ReleaseTests` run in the current month
|
1468
|
+
# Corresponds to the JSON property `usage`
|
1469
|
+
# @return [Fixnum]
|
1470
|
+
attr_accessor :usage
|
1471
|
+
|
1472
|
+
def initialize(**args)
|
1473
|
+
update!(**args)
|
1474
|
+
end
|
1475
|
+
|
1476
|
+
# Update properties of this object
|
1477
|
+
def update!(**args)
|
1478
|
+
@limit = args[:limit] if args.key?(:limit)
|
1479
|
+
@name = args[:name] if args.key?(:name)
|
1480
|
+
@usage = args[:usage] if args.key?(:usage)
|
1481
|
+
end
|
1482
|
+
end
|
1483
|
+
|
1397
1484
|
# The UDIDs of a tester's iOS device
|
1398
1485
|
class GoogleFirebaseAppdistroV1alphaTesterUdid
|
1399
1486
|
include Google::Apis::Core::Hashable
|
@@ -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.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250303"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -94,6 +94,12 @@ module Google
|
|
94
94
|
include Google::Apis::Core::JsonObjectSupport
|
95
95
|
end
|
96
96
|
|
97
|
+
class GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
97
103
|
class GoogleFirebaseAppdistroV1alphaCancelReleaseTestResponse
|
98
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
105
|
|
@@ -178,6 +184,12 @@ module Google
|
|
178
184
|
include Google::Apis::Core::JsonObjectSupport
|
179
185
|
end
|
180
186
|
|
187
|
+
class GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
181
193
|
class GoogleFirebaseAppdistroV1alphaGoalDetails
|
182
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
195
|
|
@@ -280,6 +292,12 @@ module Google
|
|
280
292
|
include Google::Apis::Core::JsonObjectSupport
|
281
293
|
end
|
282
294
|
|
295
|
+
class GoogleFirebaseAppdistroV1alphaTestQuota
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
283
301
|
class GoogleFirebaseAppdistroV1alphaTesterUdid
|
284
302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
303
|
|
@@ -349,7 +367,6 @@ module Google
|
|
349
367
|
class GoogleFirebaseAppdistroV1alphaAiInstructions
|
350
368
|
# @private
|
351
369
|
class Representation < Google::Apis::Core::JsonRepresentation
|
352
|
-
property :app_description, as: 'appDescription'
|
353
370
|
collection :steps, as: 'steps', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaAiStep, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaAiStep::Representation
|
354
371
|
|
355
372
|
end
|
@@ -410,6 +427,13 @@ module Google
|
|
410
427
|
end
|
411
428
|
end
|
412
429
|
|
430
|
+
class GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest
|
431
|
+
# @private
|
432
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
433
|
+
collection :names, as: 'names'
|
434
|
+
end
|
435
|
+
end
|
436
|
+
|
413
437
|
class GoogleFirebaseAppdistroV1alphaCancelReleaseTestResponse
|
414
438
|
# @private
|
415
439
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -539,6 +563,8 @@ module Google
|
|
539
563
|
class GoogleFirebaseAppdistroV1alphaGoalAction
|
540
564
|
# @private
|
541
565
|
class Representation < Google::Apis::Core::JsonRepresentation
|
566
|
+
property :debug_info, as: 'debugInfo', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo::Representation
|
567
|
+
|
542
568
|
property :device_action, as: 'deviceAction', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceAction, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceAction::Representation
|
543
569
|
|
544
570
|
property :explanation, as: 'explanation'
|
@@ -547,6 +573,14 @@ module Google
|
|
547
573
|
end
|
548
574
|
end
|
549
575
|
|
576
|
+
class GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo
|
577
|
+
# @private
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
579
|
+
property :annotated_screenshot_uri, as: 'annotatedScreenshotUri'
|
580
|
+
property :json_uri, as: 'jsonUri'
|
581
|
+
end
|
582
|
+
end
|
583
|
+
|
550
584
|
class GoogleFirebaseAppdistroV1alphaGoalDetails
|
551
585
|
# @private
|
552
586
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -689,6 +723,7 @@ module Google
|
|
689
723
|
class Representation < Google::Apis::Core::JsonRepresentation
|
690
724
|
property :ai_instructions, as: 'aiInstructions', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaAiInstructions, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaAiInstructions::Representation
|
691
725
|
|
726
|
+
property :create_time, as: 'createTime'
|
692
727
|
property :display_name, as: 'displayName'
|
693
728
|
property :name, as: 'name'
|
694
729
|
end
|
@@ -716,6 +751,15 @@ module Google
|
|
716
751
|
end
|
717
752
|
end
|
718
753
|
|
754
|
+
class GoogleFirebaseAppdistroV1alphaTestQuota
|
755
|
+
# @private
|
756
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
757
|
+
property :limit, :numeric_string => true, as: 'limit'
|
758
|
+
property :name, as: 'name'
|
759
|
+
property :usage, :numeric_string => true, as: 'usage'
|
760
|
+
end
|
761
|
+
end
|
762
|
+
|
719
763
|
class GoogleFirebaseAppdistroV1alphaTesterUdid
|
720
764
|
# @private
|
721
765
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -326,6 +326,37 @@ module Google
|
|
326
326
|
execute_or_queue_command(command, &block)
|
327
327
|
end
|
328
328
|
|
329
|
+
# Get information about the quota for `ReleaseTests`.
|
330
|
+
# @param [String] name
|
331
|
+
# Required. The name of the `TestQuota` resource to retrieve. Format: `projects/`
|
332
|
+
# project_number`/testQuota`
|
333
|
+
# @param [String] fields
|
334
|
+
# Selector specifying which fields to include in a partial response.
|
335
|
+
# @param [String] quota_user
|
336
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
337
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
338
|
+
# @param [Google::Apis::RequestOptions] options
|
339
|
+
# Request-specific options
|
340
|
+
#
|
341
|
+
# @yield [result, err] Result & error if block supplied
|
342
|
+
# @yieldparam result [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestQuota] parsed result object
|
343
|
+
# @yieldparam err [StandardError] error object if request failed
|
344
|
+
#
|
345
|
+
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestQuota]
|
346
|
+
#
|
347
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
348
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
349
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
350
|
+
def get_project_test_quota(name, fields: nil, quota_user: nil, options: nil, &block)
|
351
|
+
command = make_simple_command(:get, 'v1alpha/{+name}', options)
|
352
|
+
command.response_representation = Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestQuota::Representation
|
353
|
+
command.response_class = Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestQuota
|
354
|
+
command.params['name'] = name unless name.nil?
|
355
|
+
command.query['fields'] = fields unless fields.nil?
|
356
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
357
|
+
execute_or_queue_command(command, &block)
|
358
|
+
end
|
359
|
+
|
329
360
|
# Gets configuration for automated tests.
|
330
361
|
# @param [String] name
|
331
362
|
# Required. The name of the `TestConfig` resource to retrieve. Format: `projects/
|
@@ -539,6 +570,40 @@ module Google
|
|
539
570
|
execute_or_queue_command(command, &block)
|
540
571
|
end
|
541
572
|
|
573
|
+
# Delete test cases.
|
574
|
+
# @param [String] parent
|
575
|
+
# Required. The parent resource where these test cases will be deleted. Format: `
|
576
|
+
# projects/`project_number`/apps/`app_id``
|
577
|
+
# @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest] google_firebase_appdistro_v1alpha_batch_delete_test_cases_request_object
|
578
|
+
# @param [String] fields
|
579
|
+
# Selector specifying which fields to include in a partial response.
|
580
|
+
# @param [String] quota_user
|
581
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
582
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
583
|
+
# @param [Google::Apis::RequestOptions] options
|
584
|
+
# Request-specific options
|
585
|
+
#
|
586
|
+
# @yield [result, err] Result & error if block supplied
|
587
|
+
# @yieldparam result [Google::Apis::FirebaseappdistributionV1alpha::GoogleProtobufEmpty] parsed result object
|
588
|
+
# @yieldparam err [StandardError] error object if request failed
|
589
|
+
#
|
590
|
+
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleProtobufEmpty]
|
591
|
+
#
|
592
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
593
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
594
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
595
|
+
def batch_project_app_test_case_delete(parent, google_firebase_appdistro_v1alpha_batch_delete_test_cases_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
596
|
+
command = make_simple_command(:post, 'v1alpha/{+parent}/testCases:batchDelete', options)
|
597
|
+
command.request_representation = Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest::Representation
|
598
|
+
command.request_object = google_firebase_appdistro_v1alpha_batch_delete_test_cases_request_object
|
599
|
+
command.response_representation = Google::Apis::FirebaseappdistributionV1alpha::GoogleProtobufEmpty::Representation
|
600
|
+
command.response_class = Google::Apis::FirebaseappdistributionV1alpha::GoogleProtobufEmpty
|
601
|
+
command.params['parent'] = parent unless parent.nil?
|
602
|
+
command.query['fields'] = fields unless fields.nil?
|
603
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
604
|
+
execute_or_queue_command(command, &block)
|
605
|
+
end
|
606
|
+
|
542
607
|
# Create a new test case.
|
543
608
|
# @param [String] parent
|
544
609
|
# Required. The parent resource where this test case will be created. Format: `
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.11.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-09 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1alpha/v0.11.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappdistribution_v1alpha
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Firebase App Distribution API V1alpha
|
82
79
|
test_files: []
|