google-apis-healthcare_v1beta1 0.24.0 → 0.25.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: 6b86c0fc4ae6d98b98bf2f5afefb0e95fef7b1e5fce8f668649cef9184aea4a5
4
- data.tar.gz: 6e2520ec26ca9c61a3de210491ce4940ebd9e37e8f016d3c655c5459dd128cd6
3
+ metadata.gz: 60c9ba72d97e10fc6abee31051c732fe53ea6f3cdb694ec878e812cd6d4e5ed1
4
+ data.tar.gz: 56684f0ea54fac5a1f9fa4248b3ce7bf56d8c304b8a08967ef14b5c1fa3f3fe4
5
5
  SHA512:
6
- metadata.gz: ea9f980c65fef755cdb9d2d78953c5103565b05e15b01ca14ccbdb531c9f38ea2cc63f9f93129aae0b3f55974e6ebd1546e35bbbf9d04657ab4e6ada0f231f88
7
- data.tar.gz: bde47051fac38f1537a9b997cb52d5dca8bfea3528aea0539a4b37c596d929503aa4d6b631fb305cd0ddb485290b83f805f9a7895c37a09cc05e3a0a9ff5668e
6
+ metadata.gz: 6edd813fd4e4e4fc8a3a49c86e608088a0bd0ec19984c783e63ec468a1a033409cd7b79d86bbe943ddc5f9aeaa02aa3e95ff5496017655d8bdc85ec289920f90
7
+ data.tar.gz: 82ec0c823c4b68791646fcb38eee8af678c4aad60b268c72395f908e75fe611de28097cf2b076a2d3d097b7a1f713bedd6ccb27a6948363afc8f95b88c8dcfc5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.25.0 (2022-03-29)
4
+
5
+ * Regenerated from discovery document revision 20220317
6
+
3
7
  ### v0.24.0 (2022-03-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20220224
@@ -1143,6 +1143,16 @@ module Google
1143
1143
  # @return [String]
1144
1144
  attr_accessor :destination_dataset
1145
1145
 
1146
+ # Cloud Storage location to read the JSON cloud.healthcare.deidentify.
1147
+ # DeidentifyConfig from, overriding the default config. Must be of the form `gs:/
1148
+ # /`bucket_id`/path/to/object`. The Cloud Storage location must grant the Cloud
1149
+ # IAM role `roles/storage.objectViewer` to the project's Cloud Healthcare
1150
+ # Service Agent service account. Only one of `config` and `gcs_config_uri` can
1151
+ # be specified.
1152
+ # Corresponds to the JSON property `gcsConfigUri`
1153
+ # @return [String]
1154
+ attr_accessor :gcs_config_uri
1155
+
1146
1156
  def initialize(**args)
1147
1157
  update!(**args)
1148
1158
  end
@@ -1151,6 +1161,7 @@ module Google
1151
1161
  def update!(**args)
1152
1162
  @config = args[:config] if args.key?(:config)
1153
1163
  @destination_dataset = args[:destination_dataset] if args.key?(:destination_dataset)
1164
+ @gcs_config_uri = args[:gcs_config_uri] if args.key?(:gcs_config_uri)
1154
1165
  end
1155
1166
  end
1156
1167
 
@@ -1181,6 +1192,16 @@ module Google
1181
1192
  # @return [Google::Apis::HealthcareV1beta1::DicomFilterConfig]
1182
1193
  attr_accessor :filter_config
1183
1194
 
1195
+ # Cloud Storage location to read the JSON cloud.healthcare.deidentify.
1196
+ # DeidentifyConfig from, overriding the default config. Must be of the form `gs:/
1197
+ # /`bucket_id`/path/to/object`. The Cloud Storage location must grant the Cloud
1198
+ # IAM role `roles/storage.objectViewer` to the project's Cloud Healthcare
1199
+ # Service Agent service account. Only one of `config` and `gcs_config_uri` can
1200
+ # be specified.
1201
+ # Corresponds to the JSON property `gcsConfigUri`
1202
+ # @return [String]
1203
+ attr_accessor :gcs_config_uri
1204
+
1184
1205
  def initialize(**args)
1185
1206
  update!(**args)
1186
1207
  end
@@ -1190,6 +1211,7 @@ module Google
1190
1211
  @config = args[:config] if args.key?(:config)
1191
1212
  @destination_store = args[:destination_store] if args.key?(:destination_store)
1192
1213
  @filter_config = args[:filter_config] if args.key?(:filter_config)
1214
+ @gcs_config_uri = args[:gcs_config_uri] if args.key?(:gcs_config_uri)
1193
1215
  end
1194
1216
  end
1195
1217
 
@@ -1215,6 +1237,16 @@ module Google
1215
1237
  # @return [String]
1216
1238
  attr_accessor :destination_store
1217
1239
 
1240
+ # Cloud Storage location to read the JSON cloud.healthcare.deidentify.
1241
+ # DeidentifyConfig from, overriding the default config. Must be of the form `gs:/
1242
+ # /`bucket_id`/path/to/object`. The Cloud Storage location must grant the Cloud
1243
+ # IAM role `roles/storage.objectViewer` to the project's Cloud Healthcare
1244
+ # Service Agent service account. Only one of `config` and `gcs_config_uri` can
1245
+ # be specified.
1246
+ # Corresponds to the JSON property `gcsConfigUri`
1247
+ # @return [String]
1248
+ attr_accessor :gcs_config_uri
1249
+
1218
1250
  # Filter configuration.
1219
1251
  # Corresponds to the JSON property `resourceFilter`
1220
1252
  # @return [Google::Apis::HealthcareV1beta1::FhirFilter]
@@ -1228,6 +1260,7 @@ module Google
1228
1260
  def update!(**args)
1229
1261
  @config = args[:config] if args.key?(:config)
1230
1262
  @destination_store = args[:destination_store] if args.key?(:destination_store)
1263
+ @gcs_config_uri = args[:gcs_config_uri] if args.key?(:gcs_config_uri)
1231
1264
  @resource_filter = args[:resource_filter] if args.key?(:resource_filter)
1232
1265
  end
1233
1266
  end
@@ -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.24.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220224"
25
+ REVISION = "20220317"
26
26
  end
27
27
  end
28
28
  end
@@ -1316,6 +1316,7 @@ module Google
1316
1316
  property :config, as: 'config', class: Google::Apis::HealthcareV1beta1::DeidentifyConfig, decorator: Google::Apis::HealthcareV1beta1::DeidentifyConfig::Representation
1317
1317
 
1318
1318
  property :destination_dataset, as: 'destinationDataset'
1319
+ property :gcs_config_uri, as: 'gcsConfigUri'
1319
1320
  end
1320
1321
  end
1321
1322
 
@@ -1327,6 +1328,7 @@ module Google
1327
1328
  property :destination_store, as: 'destinationStore'
1328
1329
  property :filter_config, as: 'filterConfig', class: Google::Apis::HealthcareV1beta1::DicomFilterConfig, decorator: Google::Apis::HealthcareV1beta1::DicomFilterConfig::Representation
1329
1330
 
1331
+ property :gcs_config_uri, as: 'gcsConfigUri'
1330
1332
  end
1331
1333
  end
1332
1334
 
@@ -1336,6 +1338,7 @@ module Google
1336
1338
  property :config, as: 'config', class: Google::Apis::HealthcareV1beta1::DeidentifyConfig, decorator: Google::Apis::HealthcareV1beta1::DeidentifyConfig::Representation
1337
1339
 
1338
1340
  property :destination_store, as: 'destinationStore'
1341
+ property :gcs_config_uri, as: 'gcsConfigUri'
1339
1342
  property :resource_filter, as: 'resourceFilter', class: Google::Apis::HealthcareV1beta1::FhirFilter, decorator: Google::Apis::HealthcareV1beta1::FhirFilter::Representation
1340
1343
 
1341
1344
  end
@@ -4769,14 +4769,20 @@ module Google
4769
4769
  # fhir/STU3/http.html#2.21.0.13.1), [R4](https://hl7.org/implement/standards/
4770
4770
  # fhir/R4/http.html#3.1.0.7.1)). If multiple resources match, all matching
4771
4771
  # resources are deleted. Search terms are provided as query parameters following
4772
- # the same pattern as the search method. Note: Unless resource versioning is
4773
- # disabled by setting the disable_resource_versioning flag on the FHIR store,
4774
- # the deleted resources are moved to a history repository that can still be
4775
- # retrieved through vread and related methods, unless they are removed by the
4776
- # purge method. This method requires the`healthcare.fhirStores.searchResources`
4777
- # and `healthcare.fhirResources.delete` permissions on the parent FHIR store.
4778
- # For samples that show how to call `conditionalDelete`, see [Conditionally
4779
- # deleting a FHIR resource](/healthcare/docs/how-tos/fhir-resources#
4772
+ # the same pattern as the search method. Not all FHIR resources that match the
4773
+ # search query might be deleted because, by default, a maximum of 100 FHIR
4774
+ # resources can be deleted. The number of FHIR resources that can be deleted
4775
+ # depends on the page size of the returned resources, which you can control
4776
+ # using the `_count` query parameter. Even when using `_count`, you can delete a
4777
+ # maximum 1,000 FHIR resources per each call of `conditionalDelete`. Note:
4778
+ # Unless resource versioning is disabled by setting the
4779
+ # disable_resource_versioning flag on the FHIR store, the deleted resources are
4780
+ # moved to a history repository that can still be retrieved through vread and
4781
+ # related methods, unless they are removed by the purge method. This method
4782
+ # requires the`healthcare.fhirStores.searchResources` and `healthcare.
4783
+ # fhirResources.delete` permissions on the parent FHIR store. For samples that
4784
+ # show how to call `conditionalDelete`, see [Conditionally deleting a FHIR
4785
+ # resource](/healthcare/docs/how-tos/fhir-resources#
4780
4786
  # conditionally_deleting_a_fhir_resource).
4781
4787
  # @param [String] parent
4782
4788
  # The name of the FHIR store this resource belongs to.
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.24.0
4
+ version: 0.25.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-03-14 00:00:00.000000000 Z
11
+ date: 2022-04-04 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.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.25.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: []