Skip to content

Commit c975ad8

Browse files
feat: Automated regeneration of firebaseapphosting v1 client (#24742)
Auto-created at 2025-10-26 10:27:23 +0000 using the toys pull request generator.
1 parent 7168c26 commit c975ad8

File tree

6 files changed

+27
-3
lines changed

6 files changed

+27
-3
lines changed

api_names_out.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253725,6 +253725,8 @@
253725253725
"/firebaseapphosting:v1/ListOperationsResponse/nextPageToken": next_page_token
253726253726
"/firebaseapphosting:v1/ListOperationsResponse/operations": operations
253727253727
"/firebaseapphosting:v1/ListOperationsResponse/operations/operation": operation
253728+
"/firebaseapphosting:v1/ListOperationsResponse/unreachable": unreachable
253729+
"/firebaseapphosting:v1/ListOperationsResponse/unreachable/unreachable": unreachable
253728253730
"/firebaseapphosting:v1/ListRolloutsResponse": list_rollouts_response
253729253731
"/firebaseapphosting:v1/ListRolloutsResponse/nextPageToken": next_page_token
253730253732
"/firebaseapphosting:v1/ListRolloutsResponse/rollouts": rollouts
@@ -253943,6 +253945,7 @@
253943253945
"/firebaseapphosting:v1/firebaseapphosting.projects.locations.operations.list/name": name
253944253946
"/firebaseapphosting:v1/firebaseapphosting.projects.locations.operations.list/pageSize": page_size
253945253947
"/firebaseapphosting:v1/firebaseapphosting.projects.locations.operations.list/pageToken": page_token
253948+
"/firebaseapphosting:v1/firebaseapphosting.projects.locations.operations.list/returnPartialSuccess": return_partial_success
253946253949
"/firebaseapphosting:v1/key": key
253947253950
"/firebaseapphosting:v1/quotaUser": quota_user
253948253951
"/firebasedatabase:v1beta/DatabaseInstance": database_instance

generated/google-apis-firebaseapphosting_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-firebaseapphosting_v1
22

3+
### v0.4.0 (2025-10-26)
4+
5+
* Regenerated from discovery document revision 20251020
6+
37
### v0.3.0 (2025-09-14)
48

59
* Regenerated from discovery document revision 20250904

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,6 +1176,13 @@ class ListOperationsResponse
11761176
# @return [Array<Google::Apis::FirebaseapphostingV1::Operation>]
11771177
attr_accessor :operations
11781178

1179+
# Unordered list. Unreachable resources. Populated when the request sets `
1180+
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
1181+
# when attempting to list all resources across all supported locations.
1182+
# Corresponds to the JSON property `unreachable`
1183+
# @return [Array<String>]
1184+
attr_accessor :unreachable
1185+
11791186
def initialize(**args)
11801187
update!(**args)
11811188
end
@@ -1184,6 +1191,7 @@ def initialize(**args)
11841191
def update!(**args)
11851192
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
11861193
@operations = args[:operations] if args.key?(:operations)
1194+
@unreachable = args[:unreachable] if args.key?(:unreachable)
11871195
end
11881196
end
11891197

generated/google-apis-firebaseapphosting_v1/lib/google/apis/firebaseapphosting_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 FirebaseapphostingV1
1818
# Version of the google-apis-firebaseapphosting_v1 gem
19-
GEM_VERSION = "0.3.0"
19+
GEM_VERSION = "0.4.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 = "20250904"
25+
REVISION = "20251020"
2626
end
2727
end
2828
end

generated/google-apis-firebaseapphosting_v1/lib/google/apis/firebaseapphosting_v1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
567567
property :next_page_token, as: 'nextPageToken'
568568
collection :operations, as: 'operations', class: Google::Apis::FirebaseapphostingV1::Operation, decorator: Google::Apis::FirebaseapphostingV1::Operation::Representation
569569

570+
collection :unreachable, as: 'unreachable'
570571
end
571572
end
572573

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1156,6 +1156,13 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
11561156
# The standard list page size.
11571157
# @param [String] page_token
11581158
# The standard list page token.
1159+
# @param [Boolean] return_partial_success
1160+
# When set to `true`, operations that are reachable are returned as normal, and
1161+
# those that are unreachable are returned in the [ListOperationsResponse.
1162+
# unreachable] field. This can only be `true` when reading across collections e.
1163+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1164+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
1165+
# explicitly documented otherwise in service or product specific documentation.
11591166
# @param [String] fields
11601167
# Selector specifying which fields to include in a partial response.
11611168
# @param [String] quota_user
@@ -1173,14 +1180,15 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
11731180
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
11741181
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
11751182
# @raise [Google::Apis::AuthorizationError] Authorization is required
1176-
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1183+
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
11771184
command = make_simple_command(:get, 'v1/{+name}/operations', options)
11781185
command.response_representation = Google::Apis::FirebaseapphostingV1::ListOperationsResponse::Representation
11791186
command.response_class = Google::Apis::FirebaseapphostingV1::ListOperationsResponse
11801187
command.params['name'] = name unless name.nil?
11811188
command.query['filter'] = filter unless filter.nil?
11821189
command.query['pageSize'] = page_size unless page_size.nil?
11831190
command.query['pageToken'] = page_token unless page_token.nil?
1191+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
11841192
command.query['fields'] = fields unless fields.nil?
11851193
command.query['quotaUser'] = quota_user unless quota_user.nil?
11861194
execute_or_queue_command(command, &block)

0 commit comments

Comments
 (0)