google-apis-healthcare_v1beta1 0.34.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: 4efea1f4ff1e5c627c0d31f9e936f53da869293f94394f2b13365f276ed4411d
4
- data.tar.gz: 935ea1f07a788a9fa3491ca34a27d45435218a311605078fc82c5f66ba1324b6
3
+ metadata.gz: 42072f2f95fbf04e8f5eda6b023130ee8cfeae506d5cc79a5b706580ed38d9a8
4
+ data.tar.gz: 5e3aa83f71ef5d4375642c976c622aac8b8887d31038800a11422f5844cc15fe
5
5
  SHA512:
6
- metadata.gz: 86bc89589e8dc6fbfeec30f8dfbd46243c19b85bd56dfc059f4f6e45f0c19a1334b3ec340f3de36df296cf0c6446b3093f0eeb1d528e763e178373ce295e39e4
7
- data.tar.gz: 23c021cafda92187eacdc1df43e376fcae3a5913739378e0bfecdb72ea4fd7a08ee0bc03cbc5c726853ea874b112e46286b9d70551c8770e3474ff6926300c0d
6
+ metadata.gz: 64a47ee9fd0a238e342a43cb712f3e2b0f6028acff1ccc1dcbe948580487dda9c0fe234a28c166d87b8fceb8aa51786c7483cb849a6dc2b64024c597847001f1
7
+ data.tar.gz: 7608921100a608dc1356c4426278c656f0effe19f06863b97897856a7c0d4c18f26978ad09a9b9619535b0e6180d108a03eb1c0445ebb966875d137ba729cf36
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.36.0 (2022-10-12)
4
+
5
+ * Regenerated from discovery document revision 20220929
6
+
7
+ ### v0.35.0 (2022-09-23)
8
+
9
+ * Regenerated from discovery document revision 20220912
10
+ * Regenerated using generator version 0.10.0
11
+
3
12
  ### v0.34.0 (2022-08-21)
4
13
 
5
14
  * Regenerated from discovery document revision 20220810
@@ -490,31 +490,33 @@ module Google
490
490
  # members` can have the following values: * `allUsers`: A special identifier
491
491
  # that represents anyone who is on the internet; with or without a Google
492
492
  # account. * `allAuthenticatedUsers`: A special identifier that represents
493
- # anyone who is authenticated with a Google account or a service account. * `
494
- # user:`emailid``: An email address that represents a specific Google account.
495
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
496
- # address that represents a Google service account. For example, `my-other-app@
497
- # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
498
- # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
499
- # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
500
- # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
501
- # . * `group:`emailid``: An email address that represents a Google group. For
502
- # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
503
- # email address (plus unique identifier) representing a user that has been
504
- # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
505
- # If the user is recovered, this value reverts to `user:`emailid`` and the
506
- # recovered user retains the role in the binding. * `deleted:serviceAccount:`
507
- # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
508
- # representing a service account that has been recently deleted. For example, `
509
- # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
510
- # service account is undeleted, this value reverts to `serviceAccount:`emailid``
511
- # and the undeleted service account retains the role in the binding. * `deleted:
512
- # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
513
- # representing a Google group that has been recently deleted. For example, `
514
- # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
515
- # value reverts to `group:`emailid`` and the recovered group retains the role in
516
- # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
517
- # all the users of that domain. For example, `google.com` or `example.com`.
493
+ # anyone who is authenticated with a Google account or a service account. Does
494
+ # not include identities that come from external identity providers (IdPs)
495
+ # through identity federation. * `user:`emailid``: An email address that
496
+ # represents a specific Google account. For example, `alice@example.com` . * `
497
+ # serviceAccount:`emailid``: An email address that represents a Google service
498
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
499
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
500
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
501
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
502
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
503
+ # email address that represents a Google group. For example, `admins@example.com`
504
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
505
+ # identifier) representing a user that has been recently deleted. For example, `
506
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
507
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
508
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
509
+ # address (plus unique identifier) representing a service account that has been
510
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
511
+ # 123456789012345678901`. If the service account is undeleted, this value
512
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
513
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
514
+ # An email address (plus unique identifier) representing a Google group that has
515
+ # been recently deleted. For example, `admins@example.com?uid=
516
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
517
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
518
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
519
+ # of that domain. For example, `google.com` or `example.com`.
518
520
  # Corresponds to the JSON property `members`
519
521
  # @return [Array<String>]
520
522
  attr_accessor :members
@@ -1135,8 +1137,7 @@ module Google
1135
1137
  # @return [Google::Apis::HealthcareV1beta1::DeidentifyOperationMetadata]
1136
1138
  attr_accessor :operation_metadata
1137
1139
 
1138
- # Configures de-identification of text wherever it is found in the
1139
- # source_dataset.
1140
+ # Configures how to transform sensitive text `InfoTypes`.
1140
1141
  # Corresponds to the JSON property `text`
1141
1142
  # @return [Google::Apis::HealthcareV1beta1::TextConfig]
1142
1143
  attr_accessor :text
@@ -3521,9 +3522,9 @@ module Google
3521
3522
  # @return [Google::Apis::HealthcareV1beta1::DateShiftConfig]
3522
3523
  attr_accessor :date_shift_config
3523
3524
 
3524
- # InfoTypes to apply this transformation to. If this is not specified, this
3525
- # transformation becomes the default transformation, and is used for any
3526
- # 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.
3527
3528
  # Corresponds to the JSON property `infoTypes`
3528
3529
  # @return [Array<String>]
3529
3530
  attr_accessor :info_types
@@ -5313,11 +5314,12 @@ module Google
5313
5314
  end
5314
5315
  end
5315
5316
 
5316
- #
5317
+ # Configures how to transform sensitive text `InfoTypes`.
5317
5318
  class TextConfig
5318
5319
  include Google::Apis::Core::Hashable
5319
5320
 
5320
- # The transformations to apply to the detected data.
5321
+ # The transformations to apply to the detected data. Deprecated. Use `
5322
+ # additional_transformations` instead.
5321
5323
  # Corresponds to the JSON property `transformations`
5322
5324
  # @return [Array<Google::Apis::HealthcareV1beta1::InfoTypeTransformation>]
5323
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.34.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220810"
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.34.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-08-22 00:00:00.000000000 Z
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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: 0.9.0
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.7'
29
+ version: 0.9.0
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.34.0
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: []