google-apis-firebaseappdistribution_v1alpha 0.10.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/firebaseappdistribution_v1alpha/classes.rb +25 -17
- data/lib/google/apis/firebaseappdistribution_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/firebaseappdistribution_v1alpha/representations.rb +13 -12
- data/lib/google/apis/firebaseappdistribution_v1alpha/service.rb +35 -33
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a6d568a01d6af2fdcc6ca7c0d4198f807dce75f560bfa778a295ca9b4e5190f8
|
4
|
+
data.tar.gz: 65bdb23583af47e831db1d98907bc3e8af896cdeae4c2aedc92f1f7ec1cfba3e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96514ada2247f65730af5904266ab089a57e56bdd404ca6a798551ebc6099f1f25302ceb7bcfa3494522c15aa8edec9cd304611b82aa34f511281108425f963f
|
7
|
+
data.tar.gz: 68df6c974d76889dadd54ebf18c3be7d651818bec23d173291b23c05fa13e37f7a64abfa009dd0188258a33454698297c8b6e26f9d00a6eb4b9da18882f30f1e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-firebaseappdistribution_v1alpha
|
2
2
|
|
3
|
+
### v0.12.0 (2025-04-20)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250416
|
6
|
+
|
7
|
+
### v0.11.0 (2025-03-09)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250303
|
10
|
+
|
3
11
|
### v0.10.0 (2025-02-26)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250219
|
@@ -204,7 +204,7 @@ module Google
|
|
204
204
|
end
|
205
205
|
end
|
206
206
|
|
207
|
-
#
|
207
|
+
#
|
208
208
|
class GoogleFirebaseAppdistroV1alphaAiInstructions
|
209
209
|
include Google::Apis::Core::Hashable
|
210
210
|
|
@@ -413,6 +413,27 @@ module Google
|
|
413
413
|
end
|
414
414
|
end
|
415
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
|
+
|
416
437
|
# The (empty) response message for `CancelReleaseTest`.
|
417
438
|
class GoogleFirebaseAppdistroV1alphaCancelReleaseTestResponse
|
418
439
|
include Google::Apis::Core::Hashable
|
@@ -1016,19 +1037,6 @@ module Google
|
|
1016
1037
|
end
|
1017
1038
|
end
|
1018
1039
|
|
1019
|
-
# The response message for `ProvisionApp`.
|
1020
|
-
class GoogleFirebaseAppdistroV1alphaProvisionAppResponse
|
1021
|
-
include Google::Apis::Core::Hashable
|
1022
|
-
|
1023
|
-
def initialize(**args)
|
1024
|
-
update!(**args)
|
1025
|
-
end
|
1026
|
-
|
1027
|
-
# Update properties of this object
|
1028
|
-
def update!(**args)
|
1029
|
-
end
|
1030
|
-
end
|
1031
|
-
|
1032
1040
|
# Proto defining a release object
|
1033
1041
|
class GoogleFirebaseAppdistroV1alphaRelease
|
1034
1042
|
include Google::Apis::Core::Hashable
|
@@ -1131,7 +1139,7 @@ module Google
|
|
1131
1139
|
class GoogleFirebaseAppdistroV1alphaReleaseTest
|
1132
1140
|
include Google::Apis::Core::Hashable
|
1133
1141
|
|
1134
|
-
# Instructions for AI driven test
|
1142
|
+
# Optional. Instructions for AI driven test.
|
1135
1143
|
# Corresponds to the JSON property `aiInstructions`
|
1136
1144
|
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaAiInstructions]
|
1137
1145
|
attr_accessor :ai_instructions
|
@@ -1196,7 +1204,7 @@ module Google
|
|
1196
1204
|
class GoogleFirebaseAppdistroV1alphaRoboCrawler
|
1197
1205
|
include Google::Apis::Core::Hashable
|
1198
1206
|
|
1199
|
-
# Instructions for AI driven test
|
1207
|
+
# Optional. Instructions for AI driven test
|
1200
1208
|
# Corresponds to the JSON property `aiInstructions`
|
1201
1209
|
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaAiInstructions]
|
1202
1210
|
attr_accessor :ai_instructions
|
@@ -1315,7 +1323,7 @@ module Google
|
|
1315
1323
|
class GoogleFirebaseAppdistroV1alphaTestCase
|
1316
1324
|
include Google::Apis::Core::Hashable
|
1317
1325
|
|
1318
|
-
# Instructions for AI driven test
|
1326
|
+
# Optional. Instructions for AI driven test.
|
1319
1327
|
# Corresponds to the JSON property `aiInstructions`
|
1320
1328
|
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaAiInstructions]
|
1321
1329
|
attr_accessor :ai_instructions
|
@@ -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.12.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250416"
|
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
|
|
@@ -220,12 +226,6 @@ module Google
|
|
220
226
|
include Google::Apis::Core::JsonObjectSupport
|
221
227
|
end
|
222
228
|
|
223
|
-
class GoogleFirebaseAppdistroV1alphaProvisionAppResponse
|
224
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
-
|
226
|
-
include Google::Apis::Core::JsonObjectSupport
|
227
|
-
end
|
228
|
-
|
229
229
|
class GoogleFirebaseAppdistroV1alphaRelease
|
230
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
231
|
|
@@ -421,6 +421,13 @@ module Google
|
|
421
421
|
end
|
422
422
|
end
|
423
423
|
|
424
|
+
class GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest
|
425
|
+
# @private
|
426
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
427
|
+
collection :names, as: 'names'
|
428
|
+
end
|
429
|
+
end
|
430
|
+
|
424
431
|
class GoogleFirebaseAppdistroV1alphaCancelReleaseTestResponse
|
425
432
|
# @private
|
426
433
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -620,12 +627,6 @@ module Google
|
|
620
627
|
end
|
621
628
|
end
|
622
629
|
|
623
|
-
class GoogleFirebaseAppdistroV1alphaProvisionAppResponse
|
624
|
-
# @private
|
625
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
626
|
-
end
|
627
|
-
end
|
628
|
-
|
629
630
|
class GoogleFirebaseAppdistroV1alphaRelease
|
630
631
|
# @private
|
631
632
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -117,38 +117,6 @@ module Google
|
|
117
117
|
execute_or_queue_command(command, &block)
|
118
118
|
end
|
119
119
|
|
120
|
-
# Provision app distribution for an existing Firebase app, enabling it to
|
121
|
-
# subsequently be used by appdistro.
|
122
|
-
# @param [String] mobilesdk_app_id
|
123
|
-
# Unique id for a Firebase app of the format: `version`:`project_number`:`
|
124
|
-
# platform`:`hash(bundle_id)` Example: 1:581234567376:android:aa0a3c7b135e90289
|
125
|
-
# @param [String] fields
|
126
|
-
# Selector specifying which fields to include in a partial response.
|
127
|
-
# @param [String] quota_user
|
128
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
129
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
130
|
-
# @param [Google::Apis::RequestOptions] options
|
131
|
-
# Request-specific options
|
132
|
-
#
|
133
|
-
# @yield [result, err] Result & error if block supplied
|
134
|
-
# @yieldparam result [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaProvisionAppResponse] parsed result object
|
135
|
-
# @yieldparam err [StandardError] error object if request failed
|
136
|
-
#
|
137
|
-
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaProvisionAppResponse]
|
138
|
-
#
|
139
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
140
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
141
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
142
|
-
def provision_app_app(mobilesdk_app_id, fields: nil, quota_user: nil, options: nil, &block)
|
143
|
-
command = make_simple_command(:post, 'v1alpha/apps/{mobilesdkAppId}', options)
|
144
|
-
command.response_representation = Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaProvisionAppResponse::Representation
|
145
|
-
command.response_class = Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaProvisionAppResponse
|
146
|
-
command.params['mobilesdkAppId'] = mobilesdk_app_id unless mobilesdk_app_id.nil?
|
147
|
-
command.query['fields'] = fields unless fields.nil?
|
148
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
149
|
-
execute_or_queue_command(command, &block)
|
150
|
-
end
|
151
|
-
|
152
120
|
# GET Release by binary upload hash
|
153
121
|
# @param [String] mobilesdk_app_id
|
154
122
|
# Unique id for a Firebase app of the format: `version`:`project_number`:`
|
@@ -388,7 +356,7 @@ module Google
|
|
388
356
|
execute_or_queue_command(command, &block)
|
389
357
|
end
|
390
358
|
|
391
|
-
# Updates
|
359
|
+
# Updates automated test configuration.
|
392
360
|
# @param [String] name
|
393
361
|
# Identifier. The name of the test configuration resource. Format: `projects/`
|
394
362
|
# project_number`/apps/`app_id`/testConfig`
|
@@ -570,6 +538,40 @@ module Google
|
|
570
538
|
execute_or_queue_command(command, &block)
|
571
539
|
end
|
572
540
|
|
541
|
+
# Delete test cases.
|
542
|
+
# @param [String] parent
|
543
|
+
# Required. The parent resource where these test cases will be deleted. Format: `
|
544
|
+
# projects/`project_number`/apps/`app_id``
|
545
|
+
# @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest] google_firebase_appdistro_v1alpha_batch_delete_test_cases_request_object
|
546
|
+
# @param [String] fields
|
547
|
+
# Selector specifying which fields to include in a partial response.
|
548
|
+
# @param [String] quota_user
|
549
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
550
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
551
|
+
# @param [Google::Apis::RequestOptions] options
|
552
|
+
# Request-specific options
|
553
|
+
#
|
554
|
+
# @yield [result, err] Result & error if block supplied
|
555
|
+
# @yieldparam result [Google::Apis::FirebaseappdistributionV1alpha::GoogleProtobufEmpty] parsed result object
|
556
|
+
# @yieldparam err [StandardError] error object if request failed
|
557
|
+
#
|
558
|
+
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleProtobufEmpty]
|
559
|
+
#
|
560
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
561
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
562
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
563
|
+
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)
|
564
|
+
command = make_simple_command(:post, 'v1alpha/{+parent}/testCases:batchDelete', options)
|
565
|
+
command.request_representation = Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest::Representation
|
566
|
+
command.request_object = google_firebase_appdistro_v1alpha_batch_delete_test_cases_request_object
|
567
|
+
command.response_representation = Google::Apis::FirebaseappdistributionV1alpha::GoogleProtobufEmpty::Representation
|
568
|
+
command.response_class = Google::Apis::FirebaseappdistributionV1alpha::GoogleProtobufEmpty
|
569
|
+
command.params['parent'] = parent unless parent.nil?
|
570
|
+
command.query['fields'] = fields unless fields.nil?
|
571
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
572
|
+
execute_or_queue_command(command, &block)
|
573
|
+
end
|
574
|
+
|
573
575
|
# Create a new test case.
|
574
576
|
# @param [String] parent
|
575
577
|
# Required. The parent resource where this test case will be created. Format: `
|
metadata
CHANGED
@@ -1,13 +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.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-27 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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.12.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:
|