google-apis-firebaseappdistribution_v1alpha 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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/firebaseappdistribution_v1alpha/classes.rb +4 -17
- data/lib/google/apis/firebaseappdistribution_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/firebaseappdistribution_v1alpha/representations.rb +0 -12
- data/lib/google/apis/firebaseappdistribution_v1alpha/service.rb +1 -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
@@ -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
|
|
@@ -1037,19 +1037,6 @@ module Google
|
|
1037
1037
|
end
|
1038
1038
|
end
|
1039
1039
|
|
1040
|
-
# The response message for `ProvisionApp`.
|
1041
|
-
class GoogleFirebaseAppdistroV1alphaProvisionAppResponse
|
1042
|
-
include Google::Apis::Core::Hashable
|
1043
|
-
|
1044
|
-
def initialize(**args)
|
1045
|
-
update!(**args)
|
1046
|
-
end
|
1047
|
-
|
1048
|
-
# Update properties of this object
|
1049
|
-
def update!(**args)
|
1050
|
-
end
|
1051
|
-
end
|
1052
|
-
|
1053
1040
|
# Proto defining a release object
|
1054
1041
|
class GoogleFirebaseAppdistroV1alphaRelease
|
1055
1042
|
include Google::Apis::Core::Hashable
|
@@ -1152,7 +1139,7 @@ module Google
|
|
1152
1139
|
class GoogleFirebaseAppdistroV1alphaReleaseTest
|
1153
1140
|
include Google::Apis::Core::Hashable
|
1154
1141
|
|
1155
|
-
# Instructions for AI driven test
|
1142
|
+
# Optional. Instructions for AI driven test.
|
1156
1143
|
# Corresponds to the JSON property `aiInstructions`
|
1157
1144
|
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaAiInstructions]
|
1158
1145
|
attr_accessor :ai_instructions
|
@@ -1217,7 +1204,7 @@ module Google
|
|
1217
1204
|
class GoogleFirebaseAppdistroV1alphaRoboCrawler
|
1218
1205
|
include Google::Apis::Core::Hashable
|
1219
1206
|
|
1220
|
-
# Instructions for AI driven test
|
1207
|
+
# Optional. Instructions for AI driven test
|
1221
1208
|
# Corresponds to the JSON property `aiInstructions`
|
1222
1209
|
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaAiInstructions]
|
1223
1210
|
attr_accessor :ai_instructions
|
@@ -1336,7 +1323,7 @@ module Google
|
|
1336
1323
|
class GoogleFirebaseAppdistroV1alphaTestCase
|
1337
1324
|
include Google::Apis::Core::Hashable
|
1338
1325
|
|
1339
|
-
# Instructions for AI driven test
|
1326
|
+
# Optional. Instructions for AI driven test.
|
1340
1327
|
# Corresponds to the JSON property `aiInstructions`
|
1341
1328
|
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaAiInstructions]
|
1342
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
|
@@ -226,12 +226,6 @@ module Google
|
|
226
226
|
include Google::Apis::Core::JsonObjectSupport
|
227
227
|
end
|
228
228
|
|
229
|
-
class GoogleFirebaseAppdistroV1alphaProvisionAppResponse
|
230
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
-
|
232
|
-
include Google::Apis::Core::JsonObjectSupport
|
233
|
-
end
|
234
|
-
|
235
229
|
class GoogleFirebaseAppdistroV1alphaRelease
|
236
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
231
|
|
@@ -633,12 +627,6 @@ module Google
|
|
633
627
|
end
|
634
628
|
end
|
635
629
|
|
636
|
-
class GoogleFirebaseAppdistroV1alphaProvisionAppResponse
|
637
|
-
# @private
|
638
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
639
|
-
end
|
640
|
-
end
|
641
|
-
|
642
630
|
class GoogleFirebaseAppdistroV1alphaRelease
|
643
631
|
# @private
|
644
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`
|
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:
|