Skip to content

Commit bbfc138

Browse files
feat: Automated regeneration of firebaseml v1 client (googleapis#25065)
Auto-created at 2025-11-23 10:35:57 +0000 using the toys pull request generator.
1 parent 2afa782 commit bbfc138

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

generated/google-apis-firebaseml_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-firebaseml_v1
22

3+
### v0.26.0 (2025-11-23)
4+
5+
* Regenerated from discovery document revision 20251116
6+
37
### v0.25.0 (2025-10-05)
48

59
* Regenerated from discovery document revision 20250929

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ class ListOperationsResponse
6666
attr_accessor :operations
6767

6868
# Unordered list. Unreachable resources. Populated when the request sets `
69-
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
70-
# when attempting to list all resources across all supported locations.
69+
# ListOperationsRequest.return_partial_success` and reads across collections.
70+
# For example, when attempting to list all resources across all supported
71+
# locations.
7172
# Corresponds to the JSON property `unreachable`
7273
# @return [Array<String>]
7374
attr_accessor :unreachable

generated/google-apis-firebaseml_v1/lib/google/apis/firebaseml_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 FirebasemlV1
1818
# Version of the google-apis-firebaseml_v1 gem
19-
GEM_VERSION = "0.25.0"
19+
GEM_VERSION = "0.26.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 = "20250929"
25+
REVISION = "20251116"
2626
end
2727
end
2828
end

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,12 @@ def delete_operation(name, fields: nil, quota_user: nil, options: nil, &block)
136136
# The standard list page token.
137137
# @param [Boolean] return_partial_success
138138
# When set to `true`, operations that are reachable are returned as normal, and
139-
# those that are unreachable are returned in the [ListOperationsResponse.
140-
# unreachable] field. This can only be `true` when reading across collections e.
141-
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
142-
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
143-
# explicitly documented otherwise in service or product specific documentation.
139+
# those that are unreachable are returned in the ListOperationsResponse.
140+
# unreachable field. This can only be `true` when reading across collections.
141+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
142+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
143+
# if set unless explicitly documented otherwise in service or product specific
144+
# documentation.
144145
# @param [String] fields
145146
# Selector specifying which fields to include in a partial response.
146147
# @param [String] quota_user

0 commit comments

Comments
 (0)