Skip to content

Commit 3040abe

Browse files
feat: Automated regeneration of healthcare v1beta1 client (#24903)
Auto-created at 2025-11-09 09:50:30 +0000 using the toys pull request generator.
1 parent 1e9bfee commit 3040abe

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

generated/google-apis-healthcare_v1beta1/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_v1beta1
22

3+
### v0.92.0 (2025-11-09)
4+
5+
* Regenerated from discovery document revision 20251016
6+
37
### v0.91.0 (2025-11-02)
48

59
* Regenerated from discovery document revision 20251009

generated/google-apis-healthcare_v1beta1/lib/google/apis/healthcare_v1beta1/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 HealthcareV1beta1
1818
# Version of the google-apis-healthcare_v1beta1 gem
19-
GEM_VERSION = "0.91.0"
19+
GEM_VERSION = "0.92.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 = "20251009"
25+
REVISION = "20251016"
2626
end
2727
end
2828
end

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3983,8 +3983,8 @@ def apply_fhir_store_consents(name, apply_consents_request_object = nil, fields:
39833983
# Optional. String of comma-delimited FHIR resource types. If provided, only
39843984
# resources of the specified resource type(s) are exported.
39853985
# @param [String] organize_output_by
3986-
# Optional. Required. The FHIR resource type used to organize exported resources.
3987-
# Only supports "Patient". When organized by Patient resource, output files are
3986+
# Required. The FHIR resource type used to organize exported resources. Only
3987+
# supports "Patient". When organized by Patient resource, output files are
39883988
# grouped as follows: * Patient file(s) containing the Patient resources. Each
39893989
# Patient is sequentially followed by all resources the Patient references, and
39903990
# all resources that reference the Patient (equivalent to a GetPatientEverything

0 commit comments

Comments
 (0)