diff --git a/api_names_out.yaml b/api_names_out.yaml index 8649edff29a..9cfce45804b 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -250912,6 +250912,8 @@ "/firebasehosting:v1/ListOperationsResponse/nextPageToken": next_page_token "/firebasehosting:v1/ListOperationsResponse/operations": operations "/firebasehosting:v1/ListOperationsResponse/operations/operation": operation +"/firebasehosting:v1/ListOperationsResponse/unreachable": unreachable +"/firebasehosting:v1/ListOperationsResponse/unreachable/unreachable": unreachable "/firebasehosting:v1/LiveMigrationStep": live_migration_step "/firebasehosting:v1/LiveMigrationStep/certVerification": cert_verification "/firebasehosting:v1/LiveMigrationStep/dnsUpdates": dns_updates @@ -250942,6 +250944,7 @@ "/firebasehosting:v1/firebasehosting.operations.list/name": name "/firebasehosting:v1/firebasehosting.operations.list/pageSize": page_size "/firebasehosting:v1/firebasehosting.operations.list/pageToken": page_token +"/firebasehosting:v1/firebasehosting.operations.list/returnPartialSuccess": return_partial_success "/firebasehosting:v1/firebasehosting.projects.sites.customDomains.operations.cancel": cancel_project_site_custom_domain_operation "/firebasehosting:v1/firebasehosting.projects.sites.customDomains.operations.cancel/name": name "/firebasehosting:v1/firebasehosting.projects.sites.customDomains.operations.delete": delete_project_site_custom_domain_operation diff --git a/generated/google-apis-firebasehosting_v1/CHANGELOG.md b/generated/google-apis-firebasehosting_v1/CHANGELOG.md index 93d686f66b4..78c17da11d5 100644 --- a/generated/google-apis-firebasehosting_v1/CHANGELOG.md +++ b/generated/google-apis-firebasehosting_v1/CHANGELOG.md @@ -1,5 +1,10 @@ # Release history for google-apis-firebasehosting_v1 +### v0.24.0 (2025-10-05) + +* Regenerated from discovery document revision 20250929 +* Regenerated using generator version 0.18.0 + ### v0.23.0 (2025-05-04) * Regenerated using generator version 0.17.0 diff --git a/generated/google-apis-firebasehosting_v1/lib/google/apis/firebasehosting_v1/classes.rb b/generated/google-apis-firebasehosting_v1/lib/google/apis/firebasehosting_v1/classes.rb index bc03dc0fae2..875f711362f 100644 --- a/generated/google-apis-firebasehosting_v1/lib/google/apis/firebasehosting_v1/classes.rb +++ b/generated/google-apis-firebasehosting_v1/lib/google/apis/firebasehosting_v1/classes.rb @@ -329,6 +329,13 @@ class ListOperationsResponse # @return [Array] attr_accessor :operations + # Unordered list. Unreachable resources. Populated when the request sets ` + # ListOperationsRequest.return_partial_success` and reads across collections e.g. + # when attempting to list all resources across all supported locations. + # Corresponds to the JSON property `unreachable` + # @return [Array] + attr_accessor :unreachable + def initialize(**args) update!(**args) end @@ -337,6 +344,7 @@ def initialize(**args) def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @operations = args[:operations] if args.key?(:operations) + @unreachable = args[:unreachable] if args.key?(:unreachable) end end diff --git a/generated/google-apis-firebasehosting_v1/lib/google/apis/firebasehosting_v1/gem_version.rb b/generated/google-apis-firebasehosting_v1/lib/google/apis/firebasehosting_v1/gem_version.rb index 0eb751f85c2..c0e403965ba 100644 --- a/generated/google-apis-firebasehosting_v1/lib/google/apis/firebasehosting_v1/gem_version.rb +++ b/generated/google-apis-firebasehosting_v1/lib/google/apis/firebasehosting_v1/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module FirebasehostingV1 # Version of the google-apis-firebasehosting_v1 gem - GEM_VERSION = "0.23.0" + GEM_VERSION = "0.24.0" # Version of the code generator used to generate this client - GENERATOR_VERSION = "0.17.0" + GENERATOR_VERSION = "0.18.0" # Revision of the discovery document this client was generated from - REVISION = "20241203" + REVISION = "20250929" end end end diff --git a/generated/google-apis-firebasehosting_v1/lib/google/apis/firebasehosting_v1/representations.rb b/generated/google-apis-firebasehosting_v1/lib/google/apis/firebasehosting_v1/representations.rb index d5b4f1d42e7..31bbf465a87 100644 --- a/generated/google-apis-firebasehosting_v1/lib/google/apis/firebasehosting_v1/representations.rb +++ b/generated/google-apis-firebasehosting_v1/lib/google/apis/firebasehosting_v1/representations.rb @@ -181,6 +181,7 @@ class Representation < Google::Apis::Core::JsonRepresentation property :next_page_token, as: 'nextPageToken' collection :operations, as: 'operations', class: Google::Apis::FirebasehostingV1::Operation, decorator: Google::Apis::FirebasehostingV1::Operation::Representation + collection :unreachable, as: 'unreachable' end end diff --git a/generated/google-apis-firebasehosting_v1/lib/google/apis/firebasehosting_v1/service.rb b/generated/google-apis-firebasehosting_v1/lib/google/apis/firebasehosting_v1/service.rb index f20b2517fda..ab0e6665a05 100644 --- a/generated/google-apis-firebasehosting_v1/lib/google/apis/firebasehosting_v1/service.rb +++ b/generated/google-apis-firebasehosting_v1/lib/google/apis/firebasehosting_v1/service.rb @@ -137,6 +137,13 @@ def delete_operation(name, fields: nil, quota_user: nil, options: nil, &block) # The standard list page size. # @param [String] page_token # The standard list page token. + # @param [Boolean] return_partial_success + # When set to `true`, operations that are reachable are returned as normal, and + # those that are unreachable are returned in the [ListOperationsResponse. + # unreachable] field. This can only be `true` when reading across collections e. + # g. when `parent` is set to `"projects/example/locations/-"`. This field is not + # by default supported and will result in an `UNIMPLEMENTED` error if set unless + # explicitly documented otherwise in service or product specific documentation. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -154,7 +161,7 @@ def delete_operation(name, fields: nil, quota_user: nil, options: nil, &block) # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification # @raise [Google::Apis::AuthorizationError] Authorization is required - def list_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) + def list_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1/{+name}', options) command.response_representation = Google::Apis::FirebasehostingV1::ListOperationsResponse::Representation command.response_class = Google::Apis::FirebasehostingV1::ListOperationsResponse @@ -162,6 +169,7 @@ def list_operations(name, filter: nil, page_size: nil, page_token: nil, fields: command.query['filter'] = filter unless filter.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? + command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block)