google-apis-healthcare_v1 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: 1cf3a0f0171d1922ca3437b12db02bd43068ae732460a05a54b7b808ebb9abd7
4
- data.tar.gz: 715c89d103e7e1d63a6bf5e0f83cba828a4080f7b2e5837d5037b19d502f457a
3
+ metadata.gz: 33bccb1c58b36e9de8ff9bf68396b706ef243f77d6cdce5dfa6ddb3fe1205550
4
+ data.tar.gz: c4ba2f2b069bd7c2bd58c44f46171ac87013b5cbcf2a1d15bcb598bf3f455277
5
5
  SHA512:
6
- metadata.gz: a387f143dd8247877710d4c720f238a575b3904c29f39e8156b5776ea1dc3bf195d4ece196fac72ec05913ff7995a3523ffb4aaa1e889caef15b27b8fafab221
7
- data.tar.gz: 9bc2c9b8baeb8b4a433087f3ea5f9c08ae3ffcf6b9735b1c0c16d5f3e7afaae27a9f55f2afe445c5d33139162fe5edaa74c0dc346dd988f5044c84d1b1920798
6
+ metadata.gz: 49d14f9ba3be90fc1ca1214bc50d306bae03696168a445ca2d101c2a820d0c3efccfa972ee071e742c8d882bc596ce4a60ce2565e8a0bcf424b7f6006f789894
7
+ data.tar.gz: 740e2b6a171960272be9b5f113fd33d44790fb60114ef0d472440b374536db07b4836045cdaf900e0c5d93b72eb3b640578527a81ccd5697f917500196da40b6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-healthcare_v1
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
@@ -812,8 +812,8 @@ module Google
812
812
 
813
813
  # The name of the dataset resource to create and write the redacted data to. *
814
814
  # The destination dataset must not exist. * The destination dataset must be in
815
- # the same project and location as the source dataset. De-identifying data
816
- # across multiple projects or locations is not supported.
815
+ # the same location as the source dataset. De-identifying data across multiple
816
+ # locations is not supported.
817
817
  # Corresponds to the JSON property `destinationDataset`
818
818
  # @return [String]
819
819
  attr_accessor :destination_dataset
@@ -843,8 +843,8 @@ module Google
843
843
  # The name of the DICOM store to create and write the redacted data to. For
844
844
  # example, `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
845
845
  # dicomStores/`dicom_store_id``. * The destination dataset must exist. * The
846
- # source dataset and destination dataset must both reside in the same project.
847
- # De-identifying data across multiple projects is not supported. * The
846
+ # source dataset and destination dataset must both reside in the same location.
847
+ # De-identifying data across multiple locations is not supported. * The
848
848
  # destination DICOM store must not exist. * The caller must have the necessary
849
849
  # permissions to create the destination DICOM store.
850
850
  # Corresponds to the JSON property `destinationStore`
@@ -882,8 +882,8 @@ module Google
882
882
  # The name of the FHIR store to create and write the redacted data to. For
883
883
  # example, `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
884
884
  # fhirStores/`fhir_store_id``. * The destination dataset must exist. * The
885
- # source dataset and destination dataset must both reside in the same project.
886
- # De-identifying data across multiple projects is not supported. * The
885
+ # source dataset and destination dataset must both reside in the same location.
886
+ # De-identifying data across multiple locations is not supported. * The
887
887
  # destination FHIR store must exist. * The caller must have the healthcare.
888
888
  # fhirResources.update permission to write to the destination FHIR store.
889
889
  # Corresponds to the JSON property `destinationStore`
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module HealthcareV1
18
18
  # Version of the google-apis-healthcare_v1 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_v1
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_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.8.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.9.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-healthcare_v1
57
57
  post_install_message:
58
58
  rdoc_options: []