google-apis-healthcare_v1beta1 0.8.0 → 0.9.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: ca194d1e7220330fc7d957fa26bcd0283a326850e11ccfb4664278534d0f088d
4
- data.tar.gz: 96921f6435eeb5978132e8a3ee0ac8f97b1459a0f7fbe4bc4a67f18d7fe31f5e
3
+ metadata.gz: 0c79cc586fda6a1f21db1d4904b8725e1831f85444add65df9e0173cfec3fd50
4
+ data.tar.gz: 5628dce40db6cd3b779c400c88f048df150d8e358cbf7189c6fbc0e55e558620
5
5
  SHA512:
6
- metadata.gz: 6381c4be7ef01b3756e8fa7c437f7c3ab71271d7536089e16cb47c3358c7567a38eecdaef6fc261ad9118732dcb2b0b8203085c05ec40bf45702c5cf29735d9a
7
- data.tar.gz: 4da1c06caea8d8c0cd76c5f77ca4b2bdc032bdfda6be15c70d9ab78b0e0ae31f65ce8fe58c417a42b3dd5adccaba76359afa8ce8d2e6255879c868c440bae06e
6
+ metadata.gz: d87b5197a1336cb17cb94d6a350ccba1b24d791e9e2a209d688d69b222e464a41d52bedf8c569cd249b356d147627d4c7f5a7534627757955c39a6a9c8a5dc3b
7
+ data.tar.gz: 43066ba632d725a7d5e62f7a732b8bec9c1216cfaef86c2d31dd4d49a156c3b299f5568320bf8f2a31e60bb3bedb62167547470e4c4ab7e94a2a97f4418421a8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.9.0 (2021-06-15)
4
+
5
+ * Regenerated from discovery document revision 20210603
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.8.0 (2021-05-21)
4
9
 
5
10
  * Regenerated from discovery document revision 20210507
@@ -1079,8 +1079,8 @@ module Google
1079
1079
 
1080
1080
  # The name of the dataset resource to create and write the redacted data to. *
1081
1081
  # The destination dataset must not exist. * The destination dataset must be in
1082
- # the same project and location as the source dataset. De-identifying data
1083
- # across multiple projects or locations is not supported.
1082
+ # the same location as the source dataset. De-identifying data across multiple
1083
+ # locations is not supported.
1084
1084
  # Corresponds to the JSON property `destinationDataset`
1085
1085
  # @return [String]
1086
1086
  attr_accessor :destination_dataset
@@ -1110,8 +1110,8 @@ module Google
1110
1110
  # The name of the DICOM store to create and write the redacted data to. For
1111
1111
  # example, `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
1112
1112
  # dicomStores/`dicom_store_id``. * The destination dataset must exist. * The
1113
- # source dataset and destination dataset must both reside in the same project.
1114
- # De-identifying data across multiple projects is not supported. * The
1113
+ # source dataset and destination dataset must both reside in the same location.
1114
+ # De-identifying data across multiple locations is not supported. * The
1115
1115
  # destination DICOM store must not exist. * The caller must have the necessary
1116
1116
  # permissions to create the destination DICOM store.
1117
1117
  # Corresponds to the JSON property `destinationStore`
@@ -1149,8 +1149,8 @@ module Google
1149
1149
  # The name of the FHIR store to create and write the redacted data to. For
1150
1150
  # example, `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
1151
1151
  # fhirStores/`fhir_store_id``. * The destination dataset must exist. * The
1152
- # source dataset and destination dataset must both reside in the same project.
1153
- # De-identifying data across multiple projects is not supported. * The
1152
+ # source dataset and destination dataset must both reside in the same location.
1153
+ # De-identifying data across multiple locations is not supported. * The
1154
1154
  # destination FHIR store must exist. * The caller must have the healthcare.
1155
1155
  # fhirResources.update permission to write to the destination FHIR store.
1156
1156
  # Corresponds to the JSON property `destinationStore`
@@ -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.8.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210507"
25
+ REVISION = "20210603"
26
26
  end
27
27
  end
28
28
  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.8.0
4
+ version: 0.9.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: 2021-05-24 00:00:00.000000000 Z
11
+ date: 2021-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-healthcare_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.8.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.9.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-healthcare_v1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []