Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of healthcare v1beta1 client #21398

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions generated/google-apis-healthcare_v1beta1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history for google-apis-healthcare_v1beta1

### v0.76.0 (2025-01-19)

* Regenerated from discovery document revision 20241226
* Regenerated using generator version 0.16.0

### v0.75.0 (2024-12-15)

* Regenerated from discovery document revision 20241205
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6904,7 +6904,7 @@ def update!(**args)
class SearchResourcesRequest
include Google::Apis::Core::Hashable

# Required. The FHIR resource type to search, such as Patient or Observation.
# Optional. The FHIR resource type to search, such as Patient or Observation.
# For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
# implement/standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
# implement/standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module HealthcareV1beta1
# Version of the google-apis-healthcare_v1beta1 gem
GEM_VERSION = "0.75.0"
GEM_VERSION = "0.76.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.15.1"
GENERATOR_VERSION = "0.16.0"

# Revision of the discovery document this client was generated from
REVISION = "20241205"
REVISION = "20241226"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -5810,7 +5810,7 @@ def resource_project_location_dataset_fhir_store_fhir_purge(name, fields: nil, q
# provided content.
# @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
# @param [String] profile
# Required. The canonical URL of a profile that this resource should be
# Optional. The canonical URL of a profile that this resource should be
# validated against. For example, to validate a Patient resource against the US
# Core Patient profile this parameter would be `http://hl7.org/fhir/us/core/
# StructureDefinition/us-core-patient`. A StructureDefinition with this
Expand Down Expand Up @@ -6556,7 +6556,7 @@ def search_fhir_resources(parent, search_resources_request_object = nil, fields:
# @param [String] parent
# Required. Name of the FHIR store to retrieve resources from.
# @param [String] resource_type
# Required. The FHIR resource type to search, such as Patient or Observation.
# Optional. The FHIR resource type to search, such as Patient or Observation.
# For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
# implement/standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
# implement/standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
Expand Down
Loading