Skip to content

Commit d6e515a

Browse files
feat: Automated regeneration of file v1beta1 client (#24720)
Auto-created at 2025-10-26 09:44:45 +0000 using the toys pull request generator.
1 parent 997db37 commit d6e515a

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
@@ -251343,6 +251343,8 @@
251343251343
"/file:v1beta1/ListOperationsResponse/nextPageToken": next_page_token
251344251344
"/file:v1beta1/ListOperationsResponse/operations": operations
251345251345
"/file:v1beta1/ListOperationsResponse/operations/operation": operation
251346+
"/file:v1beta1/ListOperationsResponse/unreachable": unreachable
251347+
"/file:v1beta1/ListOperationsResponse/unreachable/unreachable": unreachable
251346251348
"/file:v1beta1/ListSharesResponse": list_shares_response
251347251349
"/file:v1beta1/ListSharesResponse/nextPageToken": next_page_token
251348251350
"/file:v1beta1/ListSharesResponse/shares": shares
@@ -251603,6 +251605,7 @@
251603251605
"/file:v1beta1/file.projects.locations.operations.list/name": name
251604251606
"/file:v1beta1/file.projects.locations.operations.list/pageSize": page_size
251605251607
"/file:v1beta1/file.projects.locations.operations.list/pageToken": page_token
251608+
"/file:v1beta1/file.projects.locations.operations.list/returnPartialSuccess": return_partial_success
251606251609
"/file:v1beta1/key": key
251607251610
"/file:v1beta1/quotaUser": quota_user
251608251611
"/firebase:v1beta1/AddFirebaseRequest": add_firebase_request

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

3+
### v0.63.0 (2025-10-26)
4+
5+
* Regenerated from discovery document revision 20251015
6+
37
### v0.62.0 (2025-10-12)
48

59
* Regenerated from discovery document revision 20250929

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,6 +1233,13 @@ class ListOperationsResponse
12331233
# @return [Array<Google::Apis::FileV1beta1::Operation>]
12341234
attr_accessor :operations
12351235

1236+
# Unordered list. Unreachable resources. Populated when the request sets `
1237+
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
1238+
# when attempting to list all resources across all supported locations.
1239+
# Corresponds to the JSON property `unreachable`
1240+
# @return [Array<String>]
1241+
attr_accessor :unreachable
1242+
12361243
def initialize(**args)
12371244
update!(**args)
12381245
end
@@ -1241,6 +1248,7 @@ def initialize(**args)
12411248
def update!(**args)
12421249
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
12431250
@operations = args[:operations] if args.key?(:operations)
1251+
@unreachable = args[:unreachable] if args.key?(:unreachable)
12441252
end
12451253
end
12461254

generated/google-apis-file_v1beta1/lib/google/apis/file_v1beta1/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 FileV1beta1
1818
# Version of the google-apis-file_v1beta1 gem
19-
GEM_VERSION = "0.62.0"
19+
GEM_VERSION = "0.63.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 = "20251015"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
623623
property :next_page_token, as: 'nextPageToken'
624624
collection :operations, as: 'operations', class: Google::Apis::FileV1beta1::Operation, decorator: Google::Apis::FileV1beta1::Operation::Representation
625625

626+
collection :unreachable, as: 'unreachable'
626627
end
627628
end
628629

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,6 +1176,13 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
11761176
# The standard list page size.
11771177
# @param [String] page_token
11781178
# The standard list page token.
1179+
# @param [Boolean] return_partial_success
1180+
# When set to `true`, operations that are reachable are returned as normal, and
1181+
# those that are unreachable are returned in the [ListOperationsResponse.
1182+
# unreachable] field. This can only be `true` when reading across collections e.
1183+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1184+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
1185+
# explicitly documented otherwise in service or product specific documentation.
11791186
# @param [String] fields
11801187
# Selector specifying which fields to include in a partial response.
11811188
# @param [String] quota_user
@@ -1193,14 +1200,15 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
11931200
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
11941201
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
11951202
# @raise [Google::Apis::AuthorizationError] Authorization is required
1196-
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1203+
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)
11971204
command = make_simple_command(:get, 'v1beta1/{+name}/operations', options)
11981205
command.response_representation = Google::Apis::FileV1beta1::ListOperationsResponse::Representation
11991206
command.response_class = Google::Apis::FileV1beta1::ListOperationsResponse
12001207
command.params['name'] = name unless name.nil?
12011208
command.query['filter'] = filter unless filter.nil?
12021209
command.query['pageSize'] = page_size unless page_size.nil?
12031210
command.query['pageToken'] = page_token unless page_token.nil?
1211+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
12041212
command.query['fields'] = fields unless fields.nil?
12051213
command.query['quotaUser'] = quota_user unless quota_user.nil?
12061214
execute_or_queue_command(command, &block)

0 commit comments

Comments
 (0)