google-apis-healthcare_v1beta1 0.35.0 → 0.36.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 42072f2f95fbf04e8f5eda6b023130ee8cfeae506d5cc79a5b706580ed38d9a8
|
4
|
+
data.tar.gz: 5e3aa83f71ef5d4375642c976c622aac8b8887d31038800a11422f5844cc15fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 64a47ee9fd0a238e342a43cb712f3e2b0f6028acff1ccc1dcbe948580487dda9c0fe234a28c166d87b8fceb8aa51786c7483cb849a6dc2b64024c597847001f1
|
7
|
+
data.tar.gz: 7608921100a608dc1356c4426278c656f0effe19f06863b97897856a7c0d4c18f26978ad09a9b9619535b0e6180d108a03eb1c0445ebb966875d137ba729cf36
|
data/CHANGELOG.md
CHANGED
@@ -1137,8 +1137,7 @@ module Google
|
|
1137
1137
|
# @return [Google::Apis::HealthcareV1beta1::DeidentifyOperationMetadata]
|
1138
1138
|
attr_accessor :operation_metadata
|
1139
1139
|
|
1140
|
-
# Configures
|
1141
|
-
# source_dataset.
|
1140
|
+
# Configures how to transform sensitive text `InfoTypes`.
|
1142
1141
|
# Corresponds to the JSON property `text`
|
1143
1142
|
# @return [Google::Apis::HealthcareV1beta1::TextConfig]
|
1144
1143
|
attr_accessor :text
|
@@ -3523,9 +3522,9 @@ module Google
|
|
3523
3522
|
# @return [Google::Apis::HealthcareV1beta1::DateShiftConfig]
|
3524
3523
|
attr_accessor :date_shift_config
|
3525
3524
|
|
3526
|
-
# InfoTypes to apply this transformation to. If this is not specified, this
|
3527
|
-
# transformation becomes the default transformation, and is used for any
|
3528
|
-
# info_type that is not specified in another transformation.
|
3525
|
+
# `InfoTypes` to apply this transformation to. If this is not specified, this
|
3526
|
+
# transformation becomes the default transformation, and is used for any `
|
3527
|
+
# info_type` that is not specified in another transformation.
|
3529
3528
|
# Corresponds to the JSON property `infoTypes`
|
3530
3529
|
# @return [Array<String>]
|
3531
3530
|
attr_accessor :info_types
|
@@ -5315,11 +5314,12 @@ module Google
|
|
5315
5314
|
end
|
5316
5315
|
end
|
5317
5316
|
|
5318
|
-
#
|
5317
|
+
# Configures how to transform sensitive text `InfoTypes`.
|
5319
5318
|
class TextConfig
|
5320
5319
|
include Google::Apis::Core::Hashable
|
5321
5320
|
|
5322
|
-
# The transformations to apply to the detected data.
|
5321
|
+
# The transformations to apply to the detected data. Deprecated. Use `
|
5322
|
+
# additional_transformations` instead.
|
5323
5323
|
# Corresponds to the JSON property `transformations`
|
5324
5324
|
# @return [Array<Google::Apis::HealthcareV1beta1::InfoTypeTransformation>]
|
5325
5325
|
attr_accessor :transformations
|
@@ -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.36.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.10.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220929"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -4586,8 +4586,8 @@ module Google
|
|
4586
4586
|
# org/fhir/stu3/compartmentdefinition-patient.html), [R4](https://hl7.org/fhir/
|
4587
4587
|
# R4/compartmentdefinition-patient.html)), which details the eligible resource
|
4588
4588
|
# types and referencing search parameters. For samples that show how to call `
|
4589
|
-
# Patient-everything`, see [Getting all patient compartment resources](
|
4590
|
-
# healthcare/docs/how-tos/fhir-resources#
|
4589
|
+
# Patient-everything`, see [Getting all patient compartment resources](https://
|
4590
|
+
# cloud.google.com/healthcare/docs/how-tos/fhir-resources#
|
4591
4591
|
# getting_all_patient_compartment_resources).
|
4592
4592
|
# @param [String] name
|
4593
4593
|
# Name of the `Patient` resource for which the information is required.
|
@@ -4653,8 +4653,9 @@ module Google
|
|
4653
4653
|
# version) from the FHIR store. To remove all versions of a resource, first
|
4654
4654
|
# delete the current version and then call this method. This is not a FHIR
|
4655
4655
|
# standard operation. For samples that show how to call `Resource-purge`, see [
|
4656
|
-
# Deleting historical versions of a FHIR resource](/
|
4657
|
-
# resources#
|
4656
|
+
# Deleting historical versions of a FHIR resource](https://cloud.google.com/
|
4657
|
+
# healthcare/docs/how-tos/fhir-resources#
|
4658
|
+
# deleting_historical_versions_of_a_fhir_resource).
|
4658
4659
|
# @param [String] name
|
4659
4660
|
# The name of the resource to purge.
|
4660
4661
|
# @param [String] fields
|
@@ -4803,7 +4804,7 @@ module Google
|
|
4803
4804
|
# requires the`healthcare.fhirStores.searchResources` and `healthcare.
|
4804
4805
|
# fhirResources.delete` permissions on the parent FHIR store. For samples that
|
4805
4806
|
# show how to call `conditionalDelete`, see [Conditionally deleting a FHIR
|
4806
|
-
# resource](/healthcare/docs/how-tos/fhir-resources#
|
4807
|
+
# resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#
|
4807
4808
|
# conditionally_deleting_a_fhir_resource).
|
4808
4809
|
# @param [String] parent
|
4809
4810
|
# The name of the FHIR store this resource belongs to.
|
@@ -4861,8 +4862,8 @@ module Google
|
|
4861
4862
|
# searchResources` permission on the parent FHIR store and the `healthcare.
|
4862
4863
|
# fhirResources.patch` permission on the requested FHIR store resource. For
|
4863
4864
|
# samples that show how to call `conditionalPatch`, see [Conditionally patching
|
4864
|
-
# a FHIR resource](/healthcare/docs/how-tos/fhir-
|
4865
|
-
# conditionally_patching_a_fhir_resource).
|
4865
|
+
# a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-
|
4866
|
+
# resources#conditionally_patching_a_fhir_resource).
|
4866
4867
|
# @param [String] parent
|
4867
4868
|
# The name of the FHIR store this resource belongs to.
|
4868
4869
|
# @param [String] type
|
@@ -4928,8 +4929,9 @@ module Google
|
|
4928
4929
|
# store, a generic GCP error might be returned instead. This method requires the`
|
4929
4930
|
# healthcare.fhirStores.searchResources` and `healthcare.fhirResources.update`
|
4930
4931
|
# permissions on the parent FHIR store. For samples that show how to call `
|
4931
|
-
# conditionalUpdate`, see [Conditionally updating a FHIR resource](
|
4932
|
-
# docs/how-tos/fhir-resources#
|
4932
|
+
# conditionalUpdate`, see [Conditionally updating a FHIR resource](https://cloud.
|
4933
|
+
# google.com/healthcare/docs/how-tos/fhir-resources#
|
4934
|
+
# conditionally_updating_a_fhir_resource).
|
4933
4935
|
# @param [String] parent
|
4934
4936
|
# The name of the FHIR store this resource belongs to.
|
4935
4937
|
# @param [String] type
|
@@ -4988,8 +4990,8 @@ module Google
|
|
4988
4990
|
# contain a JSON-encoded `OperationOutcome` resource describing the reason for
|
4989
4991
|
# the error. If the request cannot be mapped to a valid API method on a FHIR
|
4990
4992
|
# store, a generic GCP error might be returned instead. For samples that show
|
4991
|
-
# how to call `create`, see [Creating a FHIR resource](/
|
4992
|
-
# fhir-resources#creating_a_fhir_resource).
|
4993
|
+
# how to call `create`, see [Creating a FHIR resource](https://cloud.google.com/
|
4994
|
+
# healthcare/docs/how-tos/fhir-resources#creating_a_fhir_resource).
|
4993
4995
|
# @param [String] parent
|
4994
4996
|
# The name of the FHIR store this resource belongs to.
|
4995
4997
|
# @param [String] type
|
@@ -5038,8 +5040,8 @@ module Google
|
|
5038
5040
|
# FHIR store, the deleted resources are moved to a history repository that can
|
5039
5041
|
# still be retrieved through vread and related methods, unless they are removed
|
5040
5042
|
# by the purge method. For samples that show how to call `delete`, see [Deleting
|
5041
|
-
# a FHIR resource](/healthcare/docs/how-tos/fhir-
|
5042
|
-
# deleting_a_fhir_resource).
|
5043
|
+
# a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-
|
5044
|
+
# resources#deleting_a_fhir_resource).
|
5043
5045
|
# @param [String] name
|
5044
5046
|
# The name of the resource to delete.
|
5045
5047
|
# @param [String] fields
|
@@ -5100,7 +5102,8 @@ module Google
|
|
5100
5102
|
# and each request in the bundle. For more information, see [Viewing Cloud Audit
|
5101
5103
|
# logs](https://cloud.google.com/healthcare-api/docs/how-tos/audit-logging). For
|
5102
5104
|
# samples that show how to call `executeBundle`, see [Managing FHIR resources
|
5103
|
-
# using FHIR bundles](/healthcare/docs/how-tos/fhir-
|
5105
|
+
# using FHIR bundles](https://cloud.google.com/healthcare/docs/how-tos/fhir-
|
5106
|
+
# bundles).
|
5104
5107
|
# @param [String] parent
|
5105
5108
|
# Name of the FHIR store in which this bundle will be executed.
|
5106
5109
|
# @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
|
@@ -5145,8 +5148,8 @@ module Google
|
|
5145
5148
|
# describing the reason for the error. If the request cannot be mapped to a
|
5146
5149
|
# valid API method on a FHIR store, a generic GCP error might be returned
|
5147
5150
|
# instead. For samples that show how to call `history`, see [Listing FHIR
|
5148
|
-
# resource versions](/healthcare/docs/how-tos/fhir-
|
5149
|
-
# listing_fhir_resource_versions).
|
5151
|
+
# resource versions](https://cloud.google.com/healthcare/docs/how-tos/fhir-
|
5152
|
+
# resources#listing_fhir_resource_versions).
|
5150
5153
|
# @param [String] name
|
5151
5154
|
# The name of the resource to retrieve.
|
5152
5155
|
# @param [String] _at
|
@@ -5213,7 +5216,8 @@ module Google
|
|
5213
5216
|
# describing the reason for the error. If the request cannot be mapped to a
|
5214
5217
|
# valid API method on a FHIR store, a generic GCP error might be returned
|
5215
5218
|
# instead. For samples that show how to call `patch`, see [Patching a FHIR
|
5216
|
-
# resource](/healthcare/docs/how-tos/fhir-resources#
|
5219
|
+
# resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#
|
5220
|
+
# patching_a_fhir_resource).
|
5217
5221
|
# @param [String] name
|
5218
5222
|
# The name of the resource to update.
|
5219
5223
|
# @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
|
@@ -5260,8 +5264,8 @@ module Google
|
|
5260
5264
|
# OperationOutcome` resource describing the reason for the error. If the request
|
5261
5265
|
# cannot be mapped to a valid API method on a FHIR store, a generic GCP error
|
5262
5266
|
# might be returned instead. For samples that show how to call `read`, see [
|
5263
|
-
# Getting a FHIR resource](/healthcare/docs/how-tos/fhir-
|
5264
|
-
# getting_a_fhir_resource).
|
5267
|
+
# Getting a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-
|
5268
|
+
# resources#getting_a_fhir_resource).
|
5265
5269
|
# @param [String] name
|
5266
5270
|
# The name of the resource to retrieve.
|
5267
5271
|
# @param [String] fields
|
@@ -5333,8 +5337,9 @@ module Google
|
|
5333
5337
|
# indexed asynchronously, so there might be a slight delay between the time a
|
5334
5338
|
# resource is created or changes and when the change is reflected in search
|
5335
5339
|
# results. For samples and detailed information, see [Searching for FHIR
|
5336
|
-
# resources](/healthcare/docs/how-tos/fhir-search) and [
|
5337
|
-
# features](/healthcare/docs/how-
|
5340
|
+
# resources](https://cloud.google.com/healthcare/docs/how-tos/fhir-search) and [
|
5341
|
+
# Advanced FHIR search features](https://cloud.google.com/healthcare/docs/how-
|
5342
|
+
# tos/fhir-advanced-search).
|
5338
5343
|
# @param [String] parent
|
5339
5344
|
# Name of the FHIR store to retrieve resources from.
|
5340
5345
|
# @param [Google::Apis::HealthcareV1beta1::SearchResourcesRequest] search_resources_request_object
|
@@ -5409,8 +5414,9 @@ module Google
|
|
5409
5414
|
# indexed asynchronously, so there might be a slight delay between the time a
|
5410
5415
|
# resource is created or changes and when the change is reflected in search
|
5411
5416
|
# results. For samples and detailed information, see [Searching for FHIR
|
5412
|
-
# resources](/healthcare/docs/how-tos/fhir-search) and [
|
5413
|
-
# features](/healthcare/docs/how-
|
5417
|
+
# resources](https://cloud.google.com/healthcare/docs/how-tos/fhir-search) and [
|
5418
|
+
# Advanced FHIR search features](https://cloud.google.com/healthcare/docs/how-
|
5419
|
+
# tos/fhir-advanced-search).
|
5414
5420
|
# @param [String] parent
|
5415
5421
|
# Name of the FHIR store to retrieve resources from.
|
5416
5422
|
# @param [String] resource_type
|
@@ -5469,7 +5475,8 @@ module Google
|
|
5469
5475
|
# describing the reason for the error. If the request cannot be mapped to a
|
5470
5476
|
# valid API method on a FHIR store, a generic GCP error might be returned
|
5471
5477
|
# instead. For samples that show how to call `update`, see [Updating a FHIR
|
5472
|
-
# resource](/healthcare/docs/how-tos/fhir-resources#
|
5478
|
+
# resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#
|
5479
|
+
# updating_a_fhir_resource).
|
5473
5480
|
# @param [String] name
|
5474
5481
|
# The name of the resource to update.
|
5475
5482
|
# @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
|
@@ -5512,7 +5519,8 @@ module Google
|
|
5512
5519
|
# the reason for the error. If the request cannot be mapped to a valid API
|
5513
5520
|
# method on a FHIR store, a generic GCP error might be returned instead. For
|
5514
5521
|
# samples that show how to call `vread`, see [Retrieving a FHIR resource version]
|
5515
|
-
# (/healthcare/docs/how-tos/fhir-resources#
|
5522
|
+
# (https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#
|
5523
|
+
# retrieving_a_fhir_resource_version).
|
5516
5524
|
# @param [String] name
|
5517
5525
|
# The name of the resource version to retrieve.
|
5518
5526
|
# @param [String] fields
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.36.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-10-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.36.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|