Skip to content

Commit 484a994

Browse files
feat: Automated regeneration of healthcare v1 client (#24833)
Auto-created at 2025-11-02 10:16:16 +0000 using the toys pull request generator.
1 parent c64e36b commit 484a994

6 files changed

Lines changed: 26 additions & 12 deletions

File tree

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293742,6 +293742,7 @@
293742293742
"/healthcare:v1/FhirStoreMetric/count": count
293743293743
"/healthcare:v1/FhirStoreMetric/resourceType": resource_type
293744293744
"/healthcare:v1/FhirStoreMetric/structuredStorageSizeBytes": structured_storage_size_bytes
293745+
"/healthcare:v1/FhirStoreMetric/versionedStorageSizeBytes": versioned_storage_size_bytes
293745293746
"/healthcare:v1/FhirStoreMetrics": fhir_store_metrics
293746293747
"/healthcare:v1/FhirStoreMetrics/metrics": metrics
293747293748
"/healthcare:v1/FhirStoreMetrics/metrics/metric": metric

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.83.0 (2025-11-02)
4+
5+
* Regenerated from discovery document revision 20251009
6+
37
### v0.82.0 (2025-10-19)
48

59
* Regenerated from discovery document revision 20251001

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2806,6 +2806,12 @@ class FhirStoreMetric
28062806
# @return [Fixnum]
28072807
attr_accessor :structured_storage_size_bytes
28082808

2809+
# The total amount of versioned storage used by versioned FHIR resources of this
2810+
# resource type in the store.
2811+
# Corresponds to the JSON property `versionedStorageSizeBytes`
2812+
# @return [Fixnum]
2813+
attr_accessor :versioned_storage_size_bytes
2814+
28092815
def initialize(**args)
28102816
update!(**args)
28112817
end
@@ -2815,6 +2821,7 @@ def update!(**args)
28152821
@count = args[:count] if args.key?(:count)
28162822
@resource_type = args[:resource_type] if args.key?(:resource_type)
28172823
@structured_storage_size_bytes = args[:structured_storage_size_bytes] if args.key?(:structured_storage_size_bytes)
2824+
@versioned_storage_size_bytes = args[:versioned_storage_size_bytes] if args.key?(:versioned_storage_size_bytes)
28182825
end
28192826
end
28202827

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.82.0"
19+
GEM_VERSION = "0.83.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 = "20251001"
25+
REVISION = "20251009"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1770,6 +1770,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
17701770
property :count, :numeric_string => true, as: 'count'
17711771
property :resource_type, as: 'resourceType'
17721772
property :structured_storage_size_bytes, :numeric_string => true, as: 'structuredStorageSizeBytes'
1773+
property :versioned_storage_size_bytes, :numeric_string => true, as: 'versionedStorageSizeBytes'
17731774
end
17741775
end
17751776

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5023,16 +5023,17 @@ def conditional_project_location_dataset_fhir_store_fhir_delete(parent, type, fi
50235023
# pattern `identifier=system|value` or `identifier=value` - similar to the `
50245024
# search` method on resources with a specific identifier. If the search criteria
50255025
# identify more than one match, the request returns a `412 Precondition Failed`
5026-
# error. The request body must contain a JSON Patch document, and the request
5027-
# headers must contain `Content-Type: application/json-patch+json`. On success,
5028-
# the response body contains a JSON-encoded representation of the updated
5029-
# resource, including the server-assigned version ID. Errors generated by the
5030-
# FHIR store contain a JSON-encoded `OperationOutcome` resource describing the
5031-
# reason for the error. If the request cannot be mapped to a valid API method on
5032-
# a FHIR store, a generic GCP error might be returned instead. For samples that
5033-
# show how to call `conditionalPatch`, see [Conditionally patching a FHIR
5034-
# resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#
5035-
# conditionally_patching_a_fhir_resource).
5026+
# error. If the search criteria doesn't identify any matches, the request
5027+
# returns a `404 Not Found` error. The request body must contain a JSON Patch
5028+
# document, and the request headers must contain `Content-Type: application/json-
5029+
# patch+json`. On success, the response body contains a JSON-encoded
5030+
# representation of the updated resource, including the server-assigned version
5031+
# ID. Errors generated by the FHIR store contain a JSON-encoded `
5032+
# OperationOutcome` resource describing the reason for the error. If the request
5033+
# cannot be mapped to a valid API method on a FHIR store, a generic GCP error
5034+
# might be returned instead. For samples that show how to call `conditionalPatch`
5035+
# , see [Conditionally patching a FHIR resource](https://cloud.google.com/
5036+
# healthcare/docs/how-tos/fhir-resources#conditionally_patching_a_fhir_resource).
50365037
# @param [String] parent
50375038
# Required. The name of the FHIR store this resource belongs to.
50385039
# @param [String] type

0 commit comments

Comments
 (0)