google-apis-healthcare_v1beta1 0.55.0 → 0.56.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: d9317c5ef07706d461d6b2100223e00376363339432ef014067d702d1a47b0ed
4
- data.tar.gz: 9e7e6143d010d392ad8de3c5729c65dd619883f7b78dbd412ff0bcc97d282c16
3
+ metadata.gz: f37f1ee250be74bd390d34084d90873153305f42d2ba87b185627b009e2c67bc
4
+ data.tar.gz: 69b6cd156f006d3b9703f930f3140a04df5f72af56a079afee10f038930d7e41
5
5
  SHA512:
6
- metadata.gz: e3b40e7ca3d7645a1411c3d04bc04e75de9fce7663f04c458f3d105192db98d56d5ecaa08f1299607833883b8a7d6da29eef2bf4dcc01a0837c1236d6c76b623
7
- data.tar.gz: fd526f1fa522ef7fd21bebd0df13dd4a030cc893be8ddbbd7e608d557aa3a9ef3294ce76fbe0ab210f0eac4aaf154ba6a8a20935258cd92fdddcb9d45d6f1640
6
+ metadata.gz: e9fbea24ada856115910f0a2763d78720b02d6ef56a186d5c1a7a278a739f0bb92a2b37551034f90da2343415a4a310ebec8dbb270d5fb4cee4cba8b9634857b
7
+ data.tar.gz: ec75c627cb6bfbed90124c3ada01f5a53ccd04c0a9485c48bf12b5c5250cc8f62f09822f19e76b7891cf5593a6e8f82639efaf2df3e84b77bd05e97e2b9fe75e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.56.0 (2023-10-01)
4
+
5
+ * Regenerated from discovery document revision 20230921
6
+
3
7
  ### v0.55.0 (2023-09-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20230912
@@ -54,7 +54,7 @@ module Google
54
54
  # @return [Google::Apis::HealthcareV1beta1::ImageConfig]
55
55
  attr_accessor :clean_image_tag
56
56
 
57
- # Inspect text and transform sensitive text. Configurable using `TextConfig`.
57
+ # Inspect text and transform sensitive text. Configurable using TextConfig.
58
58
  # Supported [Value Representations] (http://dicom.nema.org/medical/dicom/2018e/
59
59
  # output/chtml/part05/sect_6.2.html#table_6.2-1): AE, LO, LT, PN, SH, ST, UC, UT,
60
60
  # DA, DT, AS
@@ -1009,7 +1009,7 @@ module Google
1009
1009
  end
1010
1010
  end
1011
1011
 
1012
- # Inspect text and transform sensitive text. Configurable using `TextConfig`.
1012
+ # Inspect text and transform sensitive text. Configurable using TextConfig.
1013
1013
  # Supported [Value Representations] (http://dicom.nema.org/medical/dicom/2018e/
1014
1014
  # output/chtml/part05/sect_6.2.html#table_6.2-1): AE, LO, LT, PN, SH, ST, UC, UT,
1015
1015
  # DA, DT, AS
@@ -1647,9 +1647,9 @@ module Google
1647
1647
  # Ensures in-flight data remains in the region of origin during de-
1648
1648
  # identification. Using this option results in a significant reduction of
1649
1649
  # throughput, and is not compatible with `LOCATION` or `ORGANIZATION_NAME`
1650
- # infoTypes. If the deprecated `DicomConfig` or `FhirConfig` are used, then `
1651
- # LOCATION` must be excluded within `TextConfig`, and must also be excluded
1652
- # within `ImageConfig` if image redaction is required.
1650
+ # infoTypes. If the deprecated DicomConfig or FhirConfig are used, then `
1651
+ # LOCATION` must be excluded within TextConfig, and must also be excluded within
1652
+ # ImageConfig if image redaction is required.
1653
1653
  # Corresponds to the JSON property `useRegionalDataProcessing`
1654
1654
  # @return [Boolean]
1655
1655
  attr_accessor :use_regional_data_processing
@@ -2831,8 +2831,8 @@ module Google
2831
2831
  # healthcare.fhirResources.update permission on the destination store to your
2832
2832
  # project's **Cloud Healthcare Service Agent** [service account](https://cloud.
2833
2833
  # google.com/healthcare/docs/how-tos/permissions-healthcare-api-gcp-products#
2834
- # the_cloud_healthcare_service_agent). The destination store must set `
2835
- # enable_update_create` to true. The destination store must use FHIR version R4.
2834
+ # the_cloud_healthcare_service_agent). The destination store must set
2835
+ # enableUpdateCreate to true. The destination store must use FHIR version R4.
2836
2836
  # Writing these resources will consume FHIR operations quota from the project
2837
2837
  # containing the source data. De-identify operation metadata is only generated
2838
2838
  # for DICOM de-identification operations.
@@ -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.55.0"
19
+ GEM_VERSION = "0.56.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230912"
25
+ REVISION = "20230921"
26
26
  end
27
27
  end
28
28
  end
@@ -29,6 +29,9 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1beta1'
31
31
 
32
+ # Read, write and manage healthcare data
33
+ AUTH_CLOUD_HEALTHCARE = 'https://www.googleapis.com/auth/cloud-healthcare'
34
+
32
35
  # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
36
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
37
  end
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.55.0
4
+ version: 0.56.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: 2023-09-24 00:00:00.000000000 Z
11
+ date: 2023-10-01 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.55.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.56.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: []