google-apis-healthcare_v1beta1 0.90.0 → 0.91.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c6a6c86e62c5ccfc7b091396ac0a51e0a7cc642d6075bb78707fba06c61859c
4
- data.tar.gz: c193ae93a7627e590fa3845e3d85373a33d5059bdc9a03e842c707a06ddda878
3
+ metadata.gz: 6e07c5390140dfd674df7f501e25074b2bc2e2c22eba50b7495e0b396ed597b9
4
+ data.tar.gz: 8e5c087b3d53fa1b29e1c1791d586434002c3d15273b4776a65c01bd8959a5fd
5
5
  SHA512:
6
- metadata.gz: 02260dc5a60a59a9f3e5b4cc0892ad37c9950c524d58fa3919eeb4d48b74548b18c29df931128107abd70c3a621e124a5450ff825ca1fce00f725ed99c419009
7
- data.tar.gz: 78c4c431d513950ddb88e926f8b4a7e8599527f90044a186c3b50b571e5918a48f5d744afc5b19ea2ceef551d834df89af4fd8fd6e694a16899a9ef571d60b43
6
+ metadata.gz: 857316f438016ef52ba20fa6de4487c27df5f7c44b073e600ea3792a1ba65f4b93ce617d4b151b1f0a4d5e89a1bc963a5fe92b0f7a0ebb78f9883cfcb9eab53c
7
+ data.tar.gz: 1e9d0288b0fe93a516fbe52bc92c60b7a456a759266cbb118f67ac0821bdbf6f3f4c3ff2d0790b4bf8062b813622fd0447d679f2cab8db84a82e5b89df97e84d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.91.0 (2025-11-02)
4
+
5
+ * Regenerated from discovery document revision 20251009
6
+
3
7
  ### v0.90.0 (2025-10-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20251001
@@ -3256,6 +3256,12 @@ module Google
3256
3256
  # @return [Fixnum]
3257
3257
  attr_accessor :structured_storage_size_bytes
3258
3258
 
3259
+ # The total amount of versioned storage used by versioned FHIR resources of this
3260
+ # resource type in the store.
3261
+ # Corresponds to the JSON property `versionedStorageSizeBytes`
3262
+ # @return [Fixnum]
3263
+ attr_accessor :versioned_storage_size_bytes
3264
+
3259
3265
  def initialize(**args)
3260
3266
  update!(**args)
3261
3267
  end
@@ -3265,6 +3271,7 @@ module Google
3265
3271
  @count = args[:count] if args.key?(:count)
3266
3272
  @resource_type = args[:resource_type] if args.key?(:resource_type)
3267
3273
  @structured_storage_size_bytes = args[:structured_storage_size_bytes] if args.key?(:structured_storage_size_bytes)
3274
+ @versioned_storage_size_bytes = args[:versioned_storage_size_bytes] if args.key?(:versioned_storage_size_bytes)
3268
3275
  end
3269
3276
  end
3270
3277
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module HealthcareV1beta1
18
18
  # Version of the google-apis-healthcare_v1beta1 gem
19
- GEM_VERSION = "0.90.0"
19
+ GEM_VERSION = "0.91.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251001"
25
+ REVISION = "20251009"
26
26
  end
27
27
  end
28
28
  end
@@ -2110,6 +2110,7 @@ module Google
2110
2110
  property :count, :numeric_string => true, as: 'count'
2111
2111
  property :resource_type, as: 'resourceType'
2112
2112
  property :structured_storage_size_bytes, :numeric_string => true, as: 'structuredStorageSizeBytes'
2113
+ property :versioned_storage_size_bytes, :numeric_string => true, as: 'versionedStorageSizeBytes'
2113
2114
  end
2114
2115
  end
2115
2116
 
@@ -5708,19 +5708,20 @@ module Google
5708
5708
  # but the server supports it in the same way it supports STU3. Search terms are
5709
5709
  # provided as query parameters following the same pattern as the search method.
5710
5710
  # If the search criteria identify more than one match, the request returns a `
5711
- # 412 Precondition Failed` error. The request body must contain a JSON Patch
5712
- # document, and the request headers must contain `Content-Type: application/json-
5713
- # patch+json`. On success, the response body contains a JSON-encoded
5714
- # representation of the updated resource, including the server-assigned version
5715
- # ID. Errors generated by the FHIR store contain a JSON-encoded `
5716
- # OperationOutcome` resource describing the reason for the error. If the request
5717
- # cannot be mapped to a valid API method on a FHIR store, a generic GCP error
5718
- # might be returned instead. This method requires the`healthcare.fhirStores.
5719
- # searchResources` permission on the parent FHIR store and the `healthcare.
5720
- # fhirResources.patch` permission on the requested FHIR store resource. For
5721
- # samples that show how to call `conditionalPatch`, see [Conditionally patching
5722
- # a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-
5723
- # resources#conditionally_patching_a_fhir_resource).
5711
+ # 412 Precondition Failed` error. If the search criteria doesn't identify any
5712
+ # matches, the request returns a `404 Not Found` error. The request body must
5713
+ # contain a JSON Patch document, and the request headers must contain `Content-
5714
+ # Type: application/json-patch+json`. On success, the response body contains a
5715
+ # JSON-encoded representation of the updated resource, including the server-
5716
+ # assigned version ID. Errors generated by the FHIR store contain a JSON-encoded
5717
+ # `OperationOutcome` resource describing the reason for the error. If the
5718
+ # request cannot be mapped to a valid API method on a FHIR store, a generic GCP
5719
+ # error might be returned instead. This method requires the`healthcare.
5720
+ # fhirStores.searchResources` permission on the parent FHIR store and the `
5721
+ # healthcare.fhirResources.patch` permission on the requested FHIR store
5722
+ # resource. For samples that show how to call `conditionalPatch`, see [
5723
+ # Conditionally patching a FHIR resource](https://cloud.google.com/healthcare/
5724
+ # docs/how-tos/fhir-resources#conditionally_patching_a_fhir_resource).
5724
5725
  # @param [String] parent
5725
5726
  # Required. The name of the FHIR store this resource belongs to.
5726
5727
  # @param [String] type
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-healthcare_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.90.0
4
+ version: 0.91.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.90.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.91.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: