google-apis-healthcare_v1beta1 0.35.0 → 0.37.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: d2e3f9bcfeeb7c25a8680fec1d02cb8b9dac15fbff26ed7d9dd60e2412b118c2
4
- data.tar.gz: 2fd8f7ac04ebd7241e8fef04ea12bdd2532f3a7bb9c564ca5d31250c43a34659
3
+ metadata.gz: c29bf68f599ebfbfc5beee1befccb5f02dec55b9b15583e15c2aeaf6a26d5630
4
+ data.tar.gz: e2951bcd84e0a1449cd2693456d6106233b86c069093073445661c38e6163f03
5
5
  SHA512:
6
- metadata.gz: a356300b10b975cc865634ec4c8ed31563c802dc58de3cff21b000c2ad03487143b199a7af487f12826ff1ae9afa2e57a887ef8242c2ec6ed7e2a6cd548bb6ed
7
- data.tar.gz: d71630bda70b080c6bcc8ab3a728fb408a8ee69d045345a7fb8f26c2d94e2a77dacaaa136c8f63b8f9f4d4a0f308b495722f98089781abc3ebb66c78aa580655
6
+ metadata.gz: f0b6cabd38c052d779956be479be53756723ac7009b7c3e7a44835b1140b5897f5fe6e817fd9b1a02878c9c0442da19d70ac7e672fee972a88734c34083d0357
7
+ data.tar.gz: 7509044ffc5a87991dad6508cef7c24ac040cddd16c5bf1e59fff8a1256a7707e73b7ac33a4156b997a76f1a87506d7002844e594ee88d62b9ab4debb1552805
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.37.0 (2022-10-20)
4
+
5
+ * Regenerated using generator version 0.11.0
6
+
7
+ ### v0.36.0 (2022-10-12)
8
+
9
+ * Regenerated from discovery document revision 20220929
10
+
3
11
  ### v0.35.0 (2022-09-23)
4
12
 
5
13
  * Regenerated from discovery document revision 20220912
@@ -1137,8 +1137,7 @@ module Google
1137
1137
  # @return [Google::Apis::HealthcareV1beta1::DeidentifyOperationMetadata]
1138
1138
  attr_accessor :operation_metadata
1139
1139
 
1140
- # Configures de-identification of text wherever it is found in the
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.35.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220912"
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](/healthcare/docs/how-tos/fhir-
4657
- # resources#deleting_historical_versions_of_a_fhir_resource).
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-resources#
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](/healthcare/
4932
- # docs/how-tos/fhir-resources#conditionally_updating_a_fhir_resource).
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](/healthcare/docs/how-tos/
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-resources#
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-bundles).
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-resources#
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#patching_a_fhir_resource).
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-resources#
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 [Advanced FHIR search
5337
- # features](/healthcare/docs/how-tos/fhir-advanced-search).
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 [Advanced FHIR search
5413
- # features](/healthcare/docs/how-tos/fhir-advanced-search).
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#updating_a_fhir_resource).
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#retrieving_a_fhir_resource_version).
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.35.0
4
+ version: 0.37.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-09-26 00:00:00.000000000 Z
11
+ date: 2022-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.9.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.0
29
+ version: 0.9.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.37.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: []