Skip to content

Commit 6602a22

Browse files
feat: Automated regeneration of healthcare v1 client (#21430)
Auto-created at 2025-01-19 10:25:32 +0000 using the toys pull request generator.
1 parent bd05035 commit 6602a22

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

generated/google-apis-healthcare_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-healthcare_v1
22

3+
### v0.71.0 (2025-01-19)
4+
5+
* Regenerated from discovery document revision 20241226
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.70.0 (2024-12-15)
49

510
* Regenerated from discovery document revision 20241205

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5359,7 +5359,7 @@ def update!(**args)
53595359
class SearchResourcesRequest
53605360
include Google::Apis::Core::Hashable
53615361

5362-
# Required. The FHIR resource type to search, such as Patient or Observation.
5362+
# Optional. The FHIR resource type to search, such as Patient or Observation.
53635363
# For a complete list, see the FHIR Resource Index ([DSTU2](http://hl7.org/
53645364
# implement/standards/fhir/DSTU2/resourcelist.html), [STU3](http://hl7.org/
53655365
# implement/standards/fhir/STU3/resourcelist.html), [R4](http://hl7.org/

generated/google-apis-healthcare_v1/lib/google/apis/healthcare_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module HealthcareV1
1818
# Version of the google-apis-healthcare_v1 gem
19-
GEM_VERSION = "0.70.0"
19+
GEM_VERSION = "0.71.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.1"
22+
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241205"
25+
REVISION = "20241226"
2626
end
2727
end
2828
end

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4670,7 +4670,7 @@ def resource_project_location_dataset_fhir_store_fhir_purge(name, fields: nil, q
46704670
# provided content.
46714671
# @param [Google::Apis::HealthcareV1::HttpBody] http_body_object
46724672
# @param [String] profile
4673-
# Required. The canonical URL of a profile that this resource should be
4673+
# Optional. The canonical URL of a profile that this resource should be
46744674
# validated against. For example, to validate a Patient resource against the US
46754675
# Core Patient profile this parameter would be `http://hl7.org/fhir/us/core/
46764676
# StructureDefinition/us-core-patient`. A StructureDefinition with this
@@ -5404,7 +5404,7 @@ def search_fhir_resources(parent, search_resources_request_object = nil, fields:
54045404
# @param [String] parent
54055405
# Required. Name of the FHIR store to retrieve resources from.
54065406
# @param [String] resource_type
5407-
# Required. The FHIR resource type to search, such as Patient or Observation.
5407+
# Optional. The FHIR resource type to search, such as Patient or Observation.
54085408
# For a complete list, see the FHIR Resource Index ([DSTU2](http://hl7.org/
54095409
# implement/standards/fhir/DSTU2/resourcelist.html), [STU3](http://hl7.org/
54105410
# implement/standards/fhir/STU3/resourcelist.html), [R4](http://hl7.org/

0 commit comments

Comments
 (0)