Skip to content

Commit 9bff4d1

Browse files
feat: Automated regeneration of cloudfunctions v2beta client (#24525)
Auto-created at 2025-10-05 10:25:53 +0000 using the toys pull request generator.
1 parent 6ac4535 commit 9bff4d1

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
@@ -74494,6 +74494,8 @@
7449474494
"/cloudfunctions:v2beta/ListOperationsResponse/nextPageToken": next_page_token
7449574495
"/cloudfunctions:v2beta/ListOperationsResponse/operations": operations
7449674496
"/cloudfunctions:v2beta/ListOperationsResponse/operations/operation": operation
74497+
"/cloudfunctions:v2beta/ListOperationsResponse/unreachable": unreachable
74498+
"/cloudfunctions:v2beta/ListOperationsResponse/unreachable/unreachable": unreachable
7449774499
"/cloudfunctions:v2beta/ListRuntimesResponse": list_runtimes_response
7449874500
"/cloudfunctions:v2beta/ListRuntimesResponse/runtimes": runtimes
7449974501
"/cloudfunctions:v2beta/ListRuntimesResponse/runtimes/runtime": runtime
@@ -74687,6 +74689,7 @@
7468774689
"/cloudfunctions:v2beta/cloudfunctions.projects.locations.operations.list/name": name
7468874690
"/cloudfunctions:v2beta/cloudfunctions.projects.locations.operations.list/pageSize": page_size
7468974691
"/cloudfunctions:v2beta/cloudfunctions.projects.locations.operations.list/pageToken": page_token
74692+
"/cloudfunctions:v2beta/cloudfunctions.projects.locations.operations.list/returnPartialSuccess": return_partial_success
7469074693
"/cloudfunctions:v2beta/cloudfunctions.projects.locations.runtimes.list": list_project_location_runtimes
7469174694
"/cloudfunctions:v2beta/cloudfunctions.projects.locations.runtimes.list/filter": filter
7469274695
"/cloudfunctions:v2beta/cloudfunctions.projects.locations.runtimes.list/parent": parent

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

3+
### v0.54.0 (2025-10-05)
4+
5+
* Regenerated from discovery document revision 20250929
6+
37
### v0.53.0 (2025-09-14)
48

59
* Regenerated from discovery document revision 20250908

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,6 +1069,13 @@ class ListOperationsResponse
10691069
# @return [Array<Google::Apis::CloudfunctionsV2beta::Operation>]
10701070
attr_accessor :operations
10711071

1072+
# Unordered list. Unreachable resources. Populated when the request sets `
1073+
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
1074+
# when attempting to list all resources across all supported locations.
1075+
# Corresponds to the JSON property `unreachable`
1076+
# @return [Array<String>]
1077+
attr_accessor :unreachable
1078+
10721079
def initialize(**args)
10731080
update!(**args)
10741081
end
@@ -1077,6 +1084,7 @@ def initialize(**args)
10771084
def update!(**args)
10781085
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
10791086
@operations = args[:operations] if args.key?(:operations)
1087+
@unreachable = args[:unreachable] if args.key?(:unreachable)
10801088
end
10811089
end
10821090

generated/google-apis-cloudfunctions_v2beta/lib/google/apis/cloudfunctions_v2beta/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 CloudfunctionsV2beta
1818
# Version of the google-apis-cloudfunctions_v2beta gem
19-
GEM_VERSION = "0.53.0"
19+
GEM_VERSION = "0.54.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 = "20250908"
25+
REVISION = "20250929"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
553553
property :next_page_token, as: 'nextPageToken'
554554
collection :operations, as: 'operations', class: Google::Apis::CloudfunctionsV2beta::Operation, decorator: Google::Apis::CloudfunctionsV2beta::Operation::Representation
555555

556+
collection :unreachable, as: 'unreachable'
556557
end
557558
end
558559

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,13 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
759759
# The standard list page size.
760760
# @param [String] page_token
761761
# The standard list page token.
762+
# @param [Boolean] return_partial_success
763+
# When set to `true`, operations that are reachable are returned as normal, and
764+
# those that are unreachable are returned in the [ListOperationsResponse.
765+
# unreachable] field. This can only be `true` when reading across collections e.
766+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
767+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
768+
# explicitly documented otherwise in service or product specific documentation.
762769
# @param [String] fields
763770
# Selector specifying which fields to include in a partial response.
764771
# @param [String] quota_user
@@ -776,14 +783,15 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
776783
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
777784
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
778785
# @raise [Google::Apis::AuthorizationError] Authorization is required
779-
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
786+
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)
780787
command = make_simple_command(:get, 'v2beta/{+name}/operations', options)
781788
command.response_representation = Google::Apis::CloudfunctionsV2beta::ListOperationsResponse::Representation
782789
command.response_class = Google::Apis::CloudfunctionsV2beta::ListOperationsResponse
783790
command.params['name'] = name unless name.nil?
784791
command.query['filter'] = filter unless filter.nil?
785792
command.query['pageSize'] = page_size unless page_size.nil?
786793
command.query['pageToken'] = page_token unless page_token.nil?
794+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
787795
command.query['fields'] = fields unless fields.nil?
788796
command.query['quotaUser'] = quota_user unless quota_user.nil?
789797
execute_or_queue_command(command, &block)

0 commit comments

Comments
 (0)