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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/healthcare_v1beta1/classes.rb +7 -0
- data/lib/google/apis/healthcare_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/healthcare_v1beta1/representations.rb +1 -0
- data/lib/google/apis/healthcare_v1beta1/service.rb +14 -13
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6e07c5390140dfd674df7f501e25074b2bc2e2c22eba50b7495e0b396ed597b9
|
|
4
|
+
data.tar.gz: 8e5c087b3d53fa1b29e1c1791d586434002c3d15273b4776a65c01bd8959a5fd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 857316f438016ef52ba20fa6de4487c27df5f7c44b073e600ea3792a1ba65f4b93ce617d4b151b1f0a4d5e89a1bc963a5fe92b0f7a0ebb78f9883cfcb9eab53c
|
|
7
|
+
data.tar.gz: 1e9d0288b0fe93a516fbe52bc92c60b7a456a759266cbb118f67ac0821bdbf6f3f4c3ff2d0790b4bf8062b813622fd0447d679f2cab8db84a82e5b89df97e84d
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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.
|
|
5712
|
-
#
|
|
5713
|
-
#
|
|
5714
|
-
#
|
|
5715
|
-
#
|
|
5716
|
-
#
|
|
5717
|
-
#
|
|
5718
|
-
#
|
|
5719
|
-
#
|
|
5720
|
-
#
|
|
5721
|
-
#
|
|
5722
|
-
#
|
|
5723
|
-
#
|
|
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.
|
|
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.
|
|
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:
|