google-apis-firebaseappdistribution_v1 0.11.0 → 0.13.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_v1/classes.rb +20 -0
- data/lib/google/apis/firebaseappdistribution_v1/gem_version.rb +2 -2
- data/lib/google/apis/firebaseappdistribution_v1/representations.rb +3 -0
- data/lib/google/apis/firebaseappdistribution_v1/service.rb +9 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 70b915c859340a90460685fd8d1005af8ad45b5162b044c2110ec8741a9d7469
|
4
|
+
data.tar.gz: 9a830a1323ba7d75193ccc046c4d253e16c795cb2a8b79a8f891737040ed603c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a1f3fdefad36fd8ee5cf36f7b16b9e6830f7d78c7967fb9a0668113bb3bfd83cc90b0f0c4305839b659d630a56256015a70a236b665aa564d45df13da2c4e61
|
7
|
+
data.tar.gz: 41297333e4d73c998d6873e12bcba2b9e9993656ece8beea7010f7afe67f833aeba5c0fe52938b1a65a9e615a252697d067b997f7e76fa8ff3666e1453c8803a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-firebaseappdistribution_v1
|
2
2
|
|
3
|
+
### v0.13.0 (2025-09-28)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250924
|
6
|
+
|
7
|
+
### v0.12.0 (2025-08-24)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250822
|
10
|
+
|
3
11
|
### v0.11.0 (2025-08-10)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250808
|
@@ -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
|
|
@@ -1360,6 +1372,13 @@ module Google
|
|
1360
1372
|
# @return [Array<Google::Apis::FirebaseappdistributionV1::GoogleLongrunningOperation>]
|
1361
1373
|
attr_accessor :operations
|
1362
1374
|
|
1375
|
+
# Unordered list. Unreachable resources. Populated when the request sets `
|
1376
|
+
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
|
1377
|
+
# when attempting to list all resources across all supported locations.
|
1378
|
+
# Corresponds to the JSON property `unreachable`
|
1379
|
+
# @return [Array<String>]
|
1380
|
+
attr_accessor :unreachable
|
1381
|
+
|
1363
1382
|
def initialize(**args)
|
1364
1383
|
update!(**args)
|
1365
1384
|
end
|
@@ -1368,6 +1387,7 @@ module Google
|
|
1368
1387
|
def update!(**args)
|
1369
1388
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
1370
1389
|
@operations = args[:operations] if args.key?(:operations)
|
1390
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
1371
1391
|
end
|
1372
1392
|
end
|
1373
1393
|
|
@@ -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.13.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 = "20250924"
|
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
|
|
@@ -625,6 +627,7 @@ module Google
|
|
625
627
|
property :next_page_token, as: 'nextPageToken'
|
626
628
|
collection :operations, as: 'operations', class: Google::Apis::FirebaseappdistributionV1::GoogleLongrunningOperation, decorator: Google::Apis::FirebaseappdistributionV1::GoogleLongrunningOperation::Representation
|
627
629
|
|
630
|
+
collection :unreachable, as: 'unreachable'
|
628
631
|
end
|
629
632
|
end
|
630
633
|
|
@@ -543,6 +543,13 @@ module Google
|
|
543
543
|
# The standard list page size.
|
544
544
|
# @param [String] page_token
|
545
545
|
# The standard list page token.
|
546
|
+
# @param [Boolean] return_partial_success
|
547
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
548
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
549
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
550
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
551
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
552
|
+
# explicitly documented otherwise in service or product specific documentation.
|
546
553
|
# @param [String] fields
|
547
554
|
# Selector specifying which fields to include in a partial response.
|
548
555
|
# @param [String] quota_user
|
@@ -560,7 +567,7 @@ module Google
|
|
560
567
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
561
568
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
562
569
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
563
|
-
def list_project_app_release_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
570
|
+
def list_project_app_release_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
564
571
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
565
572
|
command.response_representation = Google::Apis::FirebaseappdistributionV1::GoogleLongrunningListOperationsResponse::Representation
|
566
573
|
command.response_class = Google::Apis::FirebaseappdistributionV1::GoogleLongrunningListOperationsResponse
|
@@ -568,6 +575,7 @@ module Google
|
|
568
575
|
command.query['filter'] = filter unless filter.nil?
|
569
576
|
command.query['pageSize'] = page_size unless page_size.nil?
|
570
577
|
command.query['pageToken'] = page_token unless page_token.nil?
|
578
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
571
579
|
command.query['fields'] = fields unless fields.nil?
|
572
580
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
573
581
|
execute_or_queue_command(command, &block)
|
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.13.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.13.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:
|