Skip to content

Commit 6f443be

Browse files
feat: Automated regeneration of healthcare v1 client (googleapis#24217)
Auto-created at 2025-09-07 10:24:26 +0000 using the toys pull request generator.
1 parent 04c3767 commit 6f443be

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

generated/google-apis-healthcare_v1/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_v1
22

3+
### v0.79.0 (2025-09-07)
4+
5+
* Regenerated from discovery document revision 20250821
6+
37
### v0.78.0 (2025-08-10)
48

59
* Regenerated from discovery document revision 20250710

generated/google-apis-healthcare_v1/lib/google/apis/healthcare_v1/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 HealthcareV1
1818
# Version of the google-apis-healthcare_v1 gem
19-
GEM_VERSION = "0.78.0"
19+
GEM_VERSION = "0.79.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 = "20250710"
25+
REVISION = "20250821"
2626
end
2727
end
2828
end

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

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ def get_project_location(name, fields: nil, quota_user: nil, options: nil, &bloc
8585
# @param [String] name
8686
# The resource that owns the locations collection, if applicable.
8787
# @param [Array<String>, String] extra_location_types
88-
# Optional. A list of extra location types that should be used as conditions for
89-
# controlling the visibility of the locations.
88+
# Optional. Do not use this field. It is unsupported and is ignored unless
89+
# explicitly documented otherwise. This is primarily for internal usage.
9090
# @param [String] filter
9191
# A filter to narrow down results to a preferred subset. The filtering language
9292
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -5512,12 +5512,10 @@ def read_project_location_dataset_fhir_store_fhir(name, fields: nil, quota_user:
55125512
# 000) of resources. For a search query that will match a large number of
55135513
# resources, you can avoiding using the special synchronous index by including
55145514
# an additional `_sort` parameter in your query. Use `_sort=-_lastUpdated` if
5515-
# you want to keep the default sorting order. Note: The special synchronous
5516-
# identifier index are currently disabled for DocumentReference and
5517-
# DocumentManifest searches. For samples and detailed information, see [
5518-
# Searching for FHIR resources](https://cloud.google.com/healthcare/docs/how-tos/
5519-
# fhir-search) and [Advanced FHIR search features](https://cloud.google.com/
5520-
# healthcare/docs/how-tos/fhir-advanced-search).
5515+
# you want to keep the default sorting order. For samples and detailed
5516+
# information, see [Searching for FHIR resources](https://cloud.google.com/
5517+
# healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](https:
5518+
# //cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
55215519
# @param [String] parent
55225520
# Required. Name of the FHIR store to retrieve resources from.
55235521
# @param [Google::Apis::HealthcareV1::SearchResourcesRequest] search_resources_request_object
@@ -5606,12 +5604,10 @@ def search_fhir_resources(parent, search_resources_request_object = nil, fields:
56065604
# 000) of resources. For a search query that will match a large number of
56075605
# resources, you can avoiding using the special synchronous index by including
56085606
# an additional `_sort` parameter in your query. Use `_sort=-_lastUpdated` if
5609-
# you want to keep the default sorting order. Note: The special synchronous
5610-
# identifier index are currently disabled for DocumentReference and
5611-
# DocumentManifest searches. For samples and detailed information, see [
5612-
# Searching for FHIR resources](https://cloud.google.com/healthcare/docs/how-tos/
5613-
# fhir-search) and [Advanced FHIR search features](https://cloud.google.com/
5614-
# healthcare/docs/how-tos/fhir-advanced-search).
5607+
# you want to keep the default sorting order. For samples and detailed
5608+
# information, see [Searching for FHIR resources](https://cloud.google.com/
5609+
# healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](https:
5610+
# //cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
56155611
# @param [String] parent
56165612
# Required. Name of the FHIR store to retrieve resources from.
56175613
# @param [String] resource_type

0 commit comments

Comments
 (0)