Skip to content

Commit d3c9011

Browse files
feat: Automated regeneration of healthcare v1 client (googleapis#23352)
Auto-created at 2025-06-08 10:13:44 +0000 using the toys pull request generator.
1 parent d49d8a9 commit d3c9011

File tree

4 files changed

+323
-293
lines changed

4 files changed

+323
-293
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.76.0 (2025-06-08)
4+
5+
* Regenerated from discovery document revision 20250526
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.75.0 (2025-05-18)
49

510
* Regenerated from discovery document revision 20250430

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2589,7 +2589,7 @@ class FhirStore
25892589
# references in complex data types will not be parsed. New stores will have this
25902590
# value set to ENABLED after a notification period. Warning: turning on this
25912591
# flag causes processing existing resources to fail if they contain references
2592-
# to non-existent resources.
2592+
# to non-existent resources. Cannot be disabled in R5.
25932593
# Corresponds to the JSON property `complexDataTypeReferenceParsing`
25942594
# @return [String]
25952595
attr_accessor :complex_data_type_reference_parsing
@@ -5406,7 +5406,8 @@ class SearchResourcesRequest
54065406
# Optional. The FHIR resource type to search, such as Patient or Observation.
54075407
# For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/
54085408
# DSTU2/resourcelist.html), [STU3](https://hl7.org/fhir/STU3/resourcelist.html),
5409-
# [R4](https://hl7.org/fhir/R4/resourcelist.html)).
5409+
# [R4](https://hl7.org/fhir/R4/resourcelist.html)), [R5](https://hl7.org/fhir/R5/
5410+
# resourcelist.html)).
54105411
# Corresponds to the JSON property `resourceType`
54115412
# @return [String]
54125413
attr_accessor :resource_type

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.75.0"
19+
GEM_VERSION = "0.76.0"
2020

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

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

0 commit comments

Comments
 (0)