Skip to content

Commit 20d4dd3

Browse files
feat: Automated regeneration of healthcare v1beta1 client (googleapis#24654)
Auto-created at 2025-10-19 09:30:14 +0000 using the toys pull request generator.
1 parent 774339a commit 20d4dd3

File tree

6 files changed

+44
-14
lines changed

6 files changed

+44
-14
lines changed

api_names_out.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270891,6 +270891,8 @@
270891270891
"/healthcare:v1beta1/ListOperationsResponse/nextPageToken": next_page_token
270892270892
"/healthcare:v1beta1/ListOperationsResponse/operations": operations
270893270893
"/healthcare:v1beta1/ListOperationsResponse/operations/operation": operation
270894+
"/healthcare:v1beta1/ListOperationsResponse/unreachable": unreachable
270895+
"/healthcare:v1beta1/ListOperationsResponse/unreachable/unreachable": unreachable
270894270896
"/healthcare:v1beta1/ListUserDataMappingsResponse": list_user_data_mappings_response
270895270897
"/healthcare:v1beta1/ListUserDataMappingsResponse/nextPageToken": next_page_token
270896270898
"/healthcare:v1beta1/ListUserDataMappingsResponse/userDataMappings": user_data_mappings
@@ -271673,6 +271675,7 @@
271673271675
"/healthcare:v1beta1/healthcare.projects.locations.datasets.operations.list/name": name
271674271676
"/healthcare:v1beta1/healthcare.projects.locations.datasets.operations.list/pageSize": page_size
271675271677
"/healthcare:v1beta1/healthcare.projects.locations.datasets.operations.list/pageToken": page_token
271678+
"/healthcare:v1beta1/healthcare.projects.locations.datasets.operations.list/returnPartialSuccess": return_partial_success
271676271679
"/healthcare:v1beta1/healthcare.projects.locations.datasets.patch": patch_project_location_dataset
271677271680
"/healthcare:v1beta1/healthcare.projects.locations.datasets.patch/name": name
271678271681
"/healthcare:v1beta1/healthcare.projects.locations.datasets.patch/updateMask": update_mask

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

3+
### v0.90.0 (2025-10-19)
4+
5+
* Regenerated from discovery document revision 20251001
6+
37
### v0.89.0 (2025-10-05)
48

59
* Regenerated from discovery document revision 20250923

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4998,6 +4998,13 @@ class ListOperationsResponse
49984998
# @return [Array<Google::Apis::HealthcareV1beta1::Operation>]
49994999
attr_accessor :operations
50005000

5001+
# Unordered list. Unreachable resources. Populated when the request sets `
5002+
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
5003+
# when attempting to list all resources across all supported locations.
5004+
# Corresponds to the JSON property `unreachable`
5005+
# @return [Array<String>]
5006+
attr_accessor :unreachable
5007+
50015008
def initialize(**args)
50025009
update!(**args)
50035010
end
@@ -5006,6 +5013,7 @@ def initialize(**args)
50065013
def update!(**args)
50075014
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
50085015
@operations = args[:operations] if args.key?(:operations)
5016+
@unreachable = args[:unreachable] if args.key?(:unreachable)
50095017
end
50105018
end
50115019

generated/google-apis-healthcare_v1beta1/lib/google/apis/healthcare_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 HealthcareV1beta1
1818
# Version of the google-apis-healthcare_v1beta1 gem
19-
GEM_VERSION = "0.89.0"
19+
GEM_VERSION = "0.90.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 = "20250923"
25+
REVISION = "20251001"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2617,6 +2617,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
26172617
property :next_page_token, as: 'nextPageToken'
26182618
collection :operations, as: 'operations', class: Google::Apis::HealthcareV1beta1::Operation, decorator: Google::Apis::HealthcareV1beta1::Operation::Representation
26192619

2620+
collection :unreachable, as: 'unreachable'
26202621
end
26212622
end
26222623

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

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2478,8 +2478,8 @@ def patch_project_location_dataset_dicom_store(name, dicom_store_object = nil, u
24782478
# dicomStores/`dicom_store_id``.
24792479
# @param [String] dicom_web_path
24802480
# Required. The path of the SearchForInstancesRequest DICOMweb request. For
2481-
# example, `instances`, `series/`series_uid`/instances`, or `studies/`study_uid`/
2482-
# instances`.
2481+
# example, `instances`, `studies/`study_uid`/series/`series_uid`/instances`, or `
2482+
# studies/`study_uid`/instances`.
24832483
# @param [String] fields
24842484
# Selector specifying which fields to include in a partial response.
24852485
# @param [String] quota_user
@@ -3076,8 +3076,8 @@ def retrieve_project_location_dataset_dicom_store_study_study(parent, dicom_web_
30763076
# dicomStores/`dicom_store_id``.
30773077
# @param [String] dicom_web_path
30783078
# Required. The path of the SearchForInstancesRequest DICOMweb request. For
3079-
# example, `instances`, `series/`series_uid`/instances`, or `studies/`study_uid`/
3080-
# instances`.
3079+
# example, `instances`, `studies/`study_uid`/series/`series_uid`/instances`, or `
3080+
# studies/`study_uid`/instances`.
30813081
# @param [String] fields
30823082
# Selector specifying which fields to include in a partial response.
30833083
# @param [String] quota_user
@@ -3417,8 +3417,8 @@ def retrieve_project_location_dataset_dicom_store_study_series_series(parent, di
34173417
# dicomStores/`dicom_store_id``.
34183418
# @param [String] dicom_web_path
34193419
# Required. The path of the SearchForInstancesRequest DICOMweb request. For
3420-
# example, `instances`, `series/`series_uid`/instances`, or `studies/`study_uid`/
3421-
# instances`.
3420+
# example, `instances`, `studies/`study_uid`/series/`series_uid`/instances`, or `
3421+
# studies/`study_uid`/instances`.
34223422
# @param [String] fields
34233423
# Selector specifying which fields to include in a partial response.
34243424
# @param [String] quota_user
@@ -4215,10 +4215,16 @@ def explain_project_location_dataset_fhir_store_data_access(name, resource_id: n
42154215

42164216
# Export resources from the FHIR store to the specified destination. This method
42174217
# returns an Operation that can be used to track the status of the export by
4218-
# calling GetOperation. Immediate fatal errors appear in the error field, errors
4219-
# are also logged to Cloud Logging (see [Viewing error logs in Cloud Logging](
4220-
# https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when
4221-
# the operation finishes, a detailed response of type ExportResourcesResponse is
4218+
# calling GetOperation. To improve performance, it is recommended to make the `
4219+
# type` filter as specific as possible, including only the resource types that
4220+
# are absolutely needed. This minimizes the size of the initial dataset to be
4221+
# processed and is the most effective way to improve performance. While post-
4222+
# filters like `_since` are useful for refining results, they do not speed up
4223+
# the initial data retrieval phase, which is primarily governed by the `type`
4224+
# filter. Immediate fatal errors appear in the error field, errors are also
4225+
# logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://
4226+
# cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when the
4227+
# operation finishes, a detailed response of type ExportResourcesResponse is
42224228
# returned in the response field. The metadata field type for this operation is
42234229
# OperationMetadata.
42244230
# @param [String] name
@@ -4494,7 +4500,7 @@ def import_fhir_store_resources(name, import_resources_request_object = nil, fie
44944500
# Import resource historical versions from Cloud Storage source to destination
44954501
# fhir store. The exported resource, along with previous versions, will be
44964502
# exported in one or more FHIR history bundles. This method returns an Operation
4497-
# that can be used to track the status of the export by calling GetOperation.
4503+
# that can be used to track the status of the import by calling GetOperation.
44984504
# Immediate fatal errors appear in the error field, errors are also logged to
44994505
# Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.
45004506
# com/healthcare/docs/how-tos/logging)). Otherwise, when the operation finishes,
@@ -7399,6 +7405,13 @@ def get_project_location_dataset_operation(name, fields: nil, quota_user: nil, o
73997405
# The standard list page size.
74007406
# @param [String] page_token
74017407
# The standard list page token.
7408+
# @param [Boolean] return_partial_success
7409+
# When set to `true`, operations that are reachable are returned as normal, and
7410+
# those that are unreachable are returned in the [ListOperationsResponse.
7411+
# unreachable] field. This can only be `true` when reading across collections e.
7412+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
7413+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
7414+
# explicitly documented otherwise in service or product specific documentation.
74027415
# @param [String] fields
74037416
# Selector specifying which fields to include in a partial response.
74047417
# @param [String] quota_user
@@ -7416,14 +7429,15 @@ def get_project_location_dataset_operation(name, fields: nil, quota_user: nil, o
74167429
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
74177430
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
74187431
# @raise [Google::Apis::AuthorizationError] Authorization is required
7419-
def list_project_location_dataset_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
7432+
def list_project_location_dataset_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
74207433
command = make_simple_command(:get, 'v1beta1/{+name}/operations', options)
74217434
command.response_representation = Google::Apis::HealthcareV1beta1::ListOperationsResponse::Representation
74227435
command.response_class = Google::Apis::HealthcareV1beta1::ListOperationsResponse
74237436
command.params['name'] = name unless name.nil?
74247437
command.query['filter'] = filter unless filter.nil?
74257438
command.query['pageSize'] = page_size unless page_size.nil?
74267439
command.query['pageToken'] = page_token unless page_token.nil?
7440+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
74277441
command.query['fields'] = fields unless fields.nil?
74287442
command.query['quotaUser'] = quota_user unless quota_user.nil?
74297443
execute_or_queue_command(command, &block)

0 commit comments

Comments
 (0)