google-apis-healthcare_v1beta1 0.89.0 → 0.90.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 39b1a1bc028c9986af5a524a5c738e6d083ed8300b657b27dad475243cd4e8d0
4
- data.tar.gz: 7291c0ddcc4b7011501f4752f4b8ec8f00b5d9870120f2f53f439976edff1769
3
+ metadata.gz: 3c6a6c86e62c5ccfc7b091396ac0a51e0a7cc642d6075bb78707fba06c61859c
4
+ data.tar.gz: c193ae93a7627e590fa3845e3d85373a33d5059bdc9a03e842c707a06ddda878
5
5
  SHA512:
6
- metadata.gz: f3fa073dde9d2cea89b7007ed9e83b784fd9e375e9ba1599741e0b777f4b313c8cf68bdb2c271b3cb4f921266f9e240e193cdf182028e3a8312529b13721b751
7
- data.tar.gz: 2651fd670cfad7eeafbc4efb3a68b37666f45b66724c5ad4427343be9c46a9c5b41d370ed528d940d78d1a59a555814ad9f5d8874e64ca2d43008bd6a1696aef
6
+ metadata.gz: 02260dc5a60a59a9f3e5b4cc0892ad37c9950c524d58fa3919eeb4d48b74548b18c29df931128107abd70c3a621e124a5450ff825ca1fce00f725ed99c419009
7
+ data.tar.gz: 78c4c431d513950ddb88e926f8b4a7e8599527f90044a186c3b50b571e5918a48f5d744afc5b19ea2ceef551d834df89af4fd8fd6e694a16899a9ef571d60b43
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.90.0 (2025-10-19)
4
+
5
+ * Regenerated from discovery document revision 20251001
6
+
3
7
  ### v0.89.0 (2025-10-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20250923
@@ -4998,6 +4998,13 @@ module Google
4998
4998
  # @return [Array<Google::Apis::HealthcareV1beta1::Operation>]
4999
4999
  attr_accessor :operations
5000
5000
 
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
+
5001
5008
  def initialize(**args)
5002
5009
  update!(**args)
5003
5010
  end
@@ -5006,6 +5013,7 @@ module Google
5006
5013
  def update!(**args)
5007
5014
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
5008
5015
  @operations = args[:operations] if args.key?(:operations)
5016
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
5009
5017
  end
5010
5018
  end
5011
5019
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module HealthcareV1beta1
18
18
  # Version of the google-apis-healthcare_v1beta1 gem
19
- GEM_VERSION = "0.89.0"
19
+ GEM_VERSION = "0.90.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250923"
25
+ REVISION = "20251001"
26
26
  end
27
27
  end
28
28
  end
@@ -2617,6 +2617,7 @@ module Google
2617
2617
  property :next_page_token, as: 'nextPageToken'
2618
2618
  collection :operations, as: 'operations', class: Google::Apis::HealthcareV1beta1::Operation, decorator: Google::Apis::HealthcareV1beta1::Operation::Representation
2619
2619
 
2620
+ collection :unreachable, as: 'unreachable'
2620
2621
  end
2621
2622
  end
2622
2623
 
@@ -2478,8 +2478,8 @@ module Google
2478
2478
  # dicomStores/`dicom_store_id``.
2479
2479
  # @param [String] dicom_web_path
2480
2480
  # 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`.
2483
2483
  # @param [String] fields
2484
2484
  # Selector specifying which fields to include in a partial response.
2485
2485
  # @param [String] quota_user
@@ -3076,8 +3076,8 @@ module Google
3076
3076
  # dicomStores/`dicom_store_id``.
3077
3077
  # @param [String] dicom_web_path
3078
3078
  # 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`.
3081
3081
  # @param [String] fields
3082
3082
  # Selector specifying which fields to include in a partial response.
3083
3083
  # @param [String] quota_user
@@ -3417,8 +3417,8 @@ module Google
3417
3417
  # dicomStores/`dicom_store_id``.
3418
3418
  # @param [String] dicom_web_path
3419
3419
  # 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`.
3422
3422
  # @param [String] fields
3423
3423
  # Selector specifying which fields to include in a partial response.
3424
3424
  # @param [String] quota_user
@@ -4215,10 +4215,16 @@ module Google
4215
4215
 
4216
4216
  # Export resources from the FHIR store to the specified destination. This method
4217
4217
  # 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
4222
4228
  # returned in the response field. The metadata field type for this operation is
4223
4229
  # OperationMetadata.
4224
4230
  # @param [String] name
@@ -4494,7 +4500,7 @@ module Google
4494
4500
  # Import resource historical versions from Cloud Storage source to destination
4495
4501
  # fhir store. The exported resource, along with previous versions, will be
4496
4502
  # 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.
4498
4504
  # Immediate fatal errors appear in the error field, errors are also logged to
4499
4505
  # Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.
4500
4506
  # com/healthcare/docs/how-tos/logging)). Otherwise, when the operation finishes,
@@ -7399,6 +7405,13 @@ module Google
7399
7405
  # The standard list page size.
7400
7406
  # @param [String] page_token
7401
7407
  # 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.
7402
7415
  # @param [String] fields
7403
7416
  # Selector specifying which fields to include in a partial response.
7404
7417
  # @param [String] quota_user
@@ -7416,7 +7429,7 @@ module Google
7416
7429
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
7417
7430
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7418
7431
  # @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)
7420
7433
  command = make_simple_command(:get, 'v1beta1/{+name}/operations', options)
7421
7434
  command.response_representation = Google::Apis::HealthcareV1beta1::ListOperationsResponse::Representation
7422
7435
  command.response_class = Google::Apis::HealthcareV1beta1::ListOperationsResponse
@@ -7424,6 +7437,7 @@ module Google
7424
7437
  command.query['filter'] = filter unless filter.nil?
7425
7438
  command.query['pageSize'] = page_size unless page_size.nil?
7426
7439
  command.query['pageToken'] = page_token unless page_token.nil?
7440
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
7427
7441
  command.query['fields'] = fields unless fields.nil?
7428
7442
  command.query['quotaUser'] = quota_user unless quota_user.nil?
7429
7443
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-healthcare_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.89.0
4
+ version: 0.90.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.89.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.90.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: