Skip to content

Commit 8fcd66b

Browse files
feat: Automated regeneration of firebaseappdistribution v1 client (#24960)
Auto-created at 2025-11-16 09:31:50 +0000 using the toys pull request generator.
1 parent 12e6f47 commit 8fcd66b

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

generated/google-apis-firebaseappdistribution_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-firebaseappdistribution_v1
22

3+
### v0.15.0 (2025-11-16)
4+
5+
* Regenerated from discovery document revision 20251113
6+
37
### v0.14.0 (2025-11-09)
48

59
* Regenerated from discovery document revision 20251104

generated/google-apis-firebaseappdistribution_v1/lib/google/apis/firebaseappdistribution_v1/classes.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,8 +1373,9 @@ class GoogleLongrunningListOperationsResponse
13731373
attr_accessor :operations
13741374

13751375
# 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.
1376+
# ListOperationsRequest.return_partial_success` and reads across collections.
1377+
# For example, when attempting to list all resources across all supported
1378+
# locations.
13781379
# Corresponds to the JSON property `unreachable`
13791380
# @return [Array<String>]
13801381
attr_accessor :unreachable

generated/google-apis-firebaseappdistribution_v1/lib/google/apis/firebaseappdistribution_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module FirebaseappdistributionV1
1818
# Version of the google-apis-firebaseappdistribution_v1 gem
19-
GEM_VERSION = "0.14.0"
19+
GEM_VERSION = "0.15.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20251104"
25+
REVISION = "20251113"
2626
end
2727
end
2828
end

generated/google-apis-firebaseappdistribution_v1/lib/google/apis/firebaseappdistribution_v1/service.rb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -545,11 +545,12 @@ def get_project_app_release_operation(name, fields: nil, quota_user: nil, option
545545
# The standard list page token.
546546
# @param [Boolean] return_partial_success
547547
# 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.
548+
# those that are unreachable are returned in the ListOperationsResponse.
549+
# unreachable field. This can only be `true` when reading across collections.
550+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
551+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
552+
# if set unless explicitly documented otherwise in service or product specific
553+
# documentation.
553554
# @param [String] fields
554555
# Selector specifying which fields to include in a partial response.
555556
# @param [String] quota_user

0 commit comments

Comments
 (0)