google-apis-healthcare_v1 0.6.0 → 0.11.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: eca70b7a7bbcd56edd591ae0c61a287ed10ea6ab508338a0d6b1aa0acbb007df
4
- data.tar.gz: '025859622da97b54c7fd84767133a77b12a274454e9515fa530404df8dbd0a08'
3
+ metadata.gz: e929efe6b8f8398205404189311cd4db918bd2166bc7eee6549249c951af531e
4
+ data.tar.gz: 5532828da05a61eaeb0983e9811e36160ea4d14e9e70d1f3276c7a7b05155175
5
5
  SHA512:
6
- metadata.gz: 2b2ca21fcb75c96e944f944ee78481412da9cd5566475f88228606474a3639fd90b3b989122f6c0bee5c4ebd6b2745abcfd9f22a6c8600f7b3ddd26e92c8fc17
7
- data.tar.gz: a8eaf5a83e8f11a029b2779a4783bdcc05fc1ab337e34eb7dcf4161314022dc40df972276623a6e368541f2a7a5b6b436d7fbc33711bd8c32684b9c931f6143e
6
+ metadata.gz: b75cd8e77a16895f467eaefffefb2f89a62d3c95da66335edc4871e648cb8cde26a98f0bd8278d4c83c224d4c1d3092f559c18b3c6d85e36759176d0077f9f6f
7
+ data.tar.gz: b5bb279e338fca5444884626f4a3a39e09fef7fb9cf7cb52862c390478906b79472195f7bc257413b9b1546242594e3d9828adc3daaaeb61209d2922872d08da
data/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.11.0 (2021-06-29)
4
+
5
+ * Regenerated from discovery document revision 20210621
6
+ * Regenerated using generator version 0.4.0
7
+
8
+ ### v0.10.0 (2021-06-24)
9
+
10
+ * Regenerated from discovery document revision 20210611
11
+
12
+ ### v0.9.0 (2021-06-15)
13
+
14
+ * Regenerated from discovery document revision 20210603
15
+ * Regenerated using generator version 0.3.0
16
+
17
+ ### v0.8.0 (2021-05-21)
18
+
19
+ * Regenerated from discovery document revision 20210507
20
+ * Unspecified changes
21
+
22
+ ### v0.7.0 (2021-04-28)
23
+
24
+ * Regenerated from discovery document revision 20210414
25
+
3
26
  ### v0.6.0 (2021-03-26)
4
27
 
5
28
  * Regenerated from discovery document revision 20210317
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
- # View and manage your data across Google Cloud Platform services
32
+ # See, edit, configure, and delete your Google Cloud Platform data
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
@@ -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`
@@ -1313,6 +1313,17 @@ module Google
1313
1313
  class FhirStore
1314
1314
  include Google::Apis::Core::Hashable
1315
1315
 
1316
+ # If true, overrides the default search behavior for this FHIR store to `
1317
+ # handling=strict` which returns an error for unrecognized search parameters. If
1318
+ # false, uses the FHIR specification default `handling=lenient` which ignores
1319
+ # unrecognized search parameters. The handling can always be changed from the
1320
+ # default on an individual API call by setting the HTTP header `Prefer: handling=
1321
+ # strict` or `Prefer: handling=lenient`.
1322
+ # Corresponds to the JSON property `defaultSearchHandlingStrict`
1323
+ # @return [Boolean]
1324
+ attr_accessor :default_search_handling_strict
1325
+ alias_method :default_search_handling_strict?, :default_search_handling_strict
1326
+
1316
1327
  # Immutable. Whether to disable referential integrity in this FHIR store. This
1317
1328
  # field is immutable after FHIR store creation. The default value is false,
1318
1329
  # meaning that the API enforces referential integrity and fails the requests
@@ -1403,6 +1414,7 @@ module Google
1403
1414
 
1404
1415
  # Update properties of this object
1405
1416
  def update!(**args)
1417
+ @default_search_handling_strict = args[:default_search_handling_strict] if args.key?(:default_search_handling_strict)
1406
1418
  @disable_referential_integrity = args[:disable_referential_integrity] if args.key?(:disable_referential_integrity)
1407
1419
  @disable_resource_versioning = args[:disable_resource_versioning] if args.key?(:disable_resource_versioning)
1408
1420
  @enable_update_create = args[:enable_update_create] if args.key?(:enable_update_create)
@@ -1717,9 +1729,9 @@ module Google
1717
1729
  # @return [Google::Apis::HealthcareV1::SchemaConfig]
1718
1730
  attr_accessor :schema_config
1719
1731
 
1720
- # Determines whether existing tables in the destination dataset are overwritten
1721
- # or appended to. If a write_disposition is specified, the `force` parameter is
1722
- # ignored.
1732
+ # Determines if existing data in the destination dataset is overwritten,
1733
+ # appended to, or not written if the tables contain data. If a write_disposition
1734
+ # is specified, the `force` parameter is ignored.
1723
1735
  # Corresponds to the JSON property `writeDisposition`
1724
1736
  # @return [String]
1725
1737
  attr_accessor :write_disposition
@@ -3150,6 +3162,27 @@ module Google
3150
3162
  end
3151
3163
  end
3152
3164
 
3165
+ # Response for successful QueryAccessibleData operations. This structure is
3166
+ # included in the response upon operation completion.
3167
+ class QueryAccessibleDataResponse
3168
+ include Google::Apis::Core::Hashable
3169
+
3170
+ # List of files, each of which contains a list of data_id(s) that are consented
3171
+ # for a specified use in the request.
3172
+ # Corresponds to the JSON property `gcsUris`
3173
+ # @return [Array<String>]
3174
+ attr_accessor :gcs_uris
3175
+
3176
+ def initialize(**args)
3177
+ update!(**args)
3178
+ end
3179
+
3180
+ # Update properties of this object
3181
+ def update!(**args)
3182
+ @gcs_uris = args[:gcs_uris] if args.key?(:gcs_uris)
3183
+ end
3184
+ end
3185
+
3153
3186
  # Define how to redact sensitive values. Default behaviour is erase. For example,
3154
3187
  # "My name is Jane." becomes "My name is ."
3155
3188
  class RedactConfig
@@ -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.6.0"
19
+ GEM_VERSION = "0.11.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.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210317"
25
+ REVISION = "20210621"
26
26
  end
27
27
  end
28
28
  end
@@ -568,6 +568,12 @@ module Google
568
568
  include Google::Apis::Core::JsonObjectSupport
569
569
  end
570
570
 
571
+ class QueryAccessibleDataResponse
572
+ class Representation < Google::Apis::Core::JsonRepresentation; end
573
+
574
+ include Google::Apis::Core::JsonObjectSupport
575
+ end
576
+
571
577
  class RedactConfig
572
578
  class Representation < Google::Apis::Core::JsonRepresentation; end
573
579
 
@@ -1072,6 +1078,7 @@ module Google
1072
1078
  class FhirStore
1073
1079
  # @private
1074
1080
  class Representation < Google::Apis::Core::JsonRepresentation
1081
+ property :default_search_handling_strict, as: 'defaultSearchHandlingStrict'
1075
1082
  property :disable_referential_integrity, as: 'disableReferentialIntegrity'
1076
1083
  property :disable_resource_versioning, as: 'disableResourceVersioning'
1077
1084
  property :enable_update_create, as: 'enableUpdateCreate'
@@ -1555,6 +1562,13 @@ module Google
1555
1562
  end
1556
1563
  end
1557
1564
 
1565
+ class QueryAccessibleDataResponse
1566
+ # @private
1567
+ class Representation < Google::Apis::Core::JsonRepresentation
1568
+ collection :gcs_uris, as: 'gcsUris'
1569
+ end
1570
+ end
1571
+
1558
1572
  class RedactConfig
1559
1573
  # @private
1560
1574
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -87,7 +87,7 @@ module Google
87
87
  # accepts strings like "displayName=tokyo", and is documented in more detail in [
88
88
  # AIP-160](https://google.aip.dev/160).
89
89
  # @param [Fixnum] page_size
90
- # The maximum number of results to return. If not set, the service will select a
90
+ # The maximum number of results to return. If not set, the service selects a
91
91
  # default.
92
92
  # @param [String] page_token
93
93
  # A page token received from the `next_page_token` field in the response. Send
@@ -758,23 +758,26 @@ module Google
758
758
  # Queries all data_ids that are consented for a specified use in the given
759
759
  # consent store and writes them to a specified destination. The returned
760
760
  # Operation includes a progress counter for the number of User data mappings
761
- # processed. Errors are logged to Cloud Logging (see [Viewing error logs in
762
- # Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). For
763
- # example, the following sample log entry shows a `failed to evaluate consent
764
- # policy` error that occurred during a QueryAccessibleData call to consent store
765
- # `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
766
- # consentStores/`consent_store_id``. ```json jsonPayload: ` @type: "type.
767
- # googleapis.com/google.cloud.healthcare.logging.QueryAccessibleDataLogEntry"
768
- # error: ` code: 9 message: "failed to evaluate consent policy" ` resourceName: "
769
- # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
770
- # consentStores/`consent_store_id`/consents/`consent_id`" ` logName: "projects/`
771
- # project_id`/logs/healthcare.googleapis.com%2Fquery_accessible_data" operation:
772
- # ` id: "projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
773
- # operations/`operation_id`" producer: "healthcare.googleapis.com/
774
- # QueryAccessibleData" ` receiveTimestamp: "TIMESTAMP" resource: ` labels: `
775
- # consent_store_id: "`consent_store_id`" dataset_id: "`dataset_id`" location: "`
776
- # location_id`" project_id: "`project_id`" ` type: "healthcare_consent_store" `
777
- # severity: "ERROR" timestamp: "TIMESTAMP" ```
761
+ # processed. If the request is successful, a detailed response is returned of
762
+ # type QueryAccessibleDataResponse, contained in the response field when the
763
+ # operation finishes. The metadata field type is OperationMetadata. Errors are
764
+ # logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://
765
+ # cloud.google.com/healthcare/docs/how-tos/logging)). For example, the following
766
+ # sample log entry shows a `failed to evaluate consent policy` error that
767
+ # occurred during a QueryAccessibleData call to consent store `projects/`
768
+ # project_id`/locations/`location_id`/datasets/`dataset_id`/consentStores/`
769
+ # consent_store_id``. ```json jsonPayload: ` @type: "type.googleapis.com/google.
770
+ # cloud.healthcare.logging.QueryAccessibleDataLogEntry" error: ` code: 9 message:
771
+ # "failed to evaluate consent policy" ` resourceName: "projects/`project_id`/
772
+ # locations/`location_id`/datasets/`dataset_id`/consentStores/`consent_store_id`/
773
+ # consents/`consent_id`" ` logName: "projects/`project_id`/logs/healthcare.
774
+ # googleapis.com%2Fquery_accessible_data" operation: ` id: "projects/`project_id`
775
+ # /locations/`location_id`/datasets/`dataset_id`/operations/`operation_id`"
776
+ # producer: "healthcare.googleapis.com/QueryAccessibleData" ` receiveTimestamp: "
777
+ # TIMESTAMP" resource: ` labels: ` consent_store_id: "`consent_store_id`"
778
+ # dataset_id: "`dataset_id`" location: "`location_id`" project_id: "`project_id`"
779
+ # ` type: "healthcare_consent_store" ` severity: "ERROR" timestamp: "TIMESTAMP"
780
+ # ```
778
781
  # @param [String] consent_store
779
782
  # Required. Name of the consent store to retrieve User data mappings from.
780
783
  # @param [Google::Apis::HealthcareV1::QueryAccessibleDataRequest] query_accessible_data_request_object
@@ -2500,11 +2503,10 @@ module Google
2500
2503
  # DeleteStudy deletes all instances within the given study. Delete requests are
2501
2504
  # equivalent to the GET requests specified in the Retrieve transaction. The
2502
2505
  # method returns an Operation which will be marked successful when the deletion
2503
- # is complete. Warning: Inserting instances into a study while a delete
2504
- # operation is running for that study could result in the new instances not
2505
- # appearing in search results until the deletion operation finishes. For samples
2506
- # that show how to call DeleteStudy, see [Deleting a study, series, or instance](
2507
- # https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
2506
+ # is complete. Warning: Instances cannot be inserted into a study that is being
2507
+ # deleted by an operation until the operation completes. For samples that show
2508
+ # how to call DeleteStudy, see [Deleting a study, series, or instance](https://
2509
+ # cloud.google.com/healthcare/docs/how-tos/dicomweb#
2508
2510
  # deleting_a_study_series_or_instance).
2509
2511
  # @param [String] parent
2510
2512
  # @param [String] dicom_web_path
@@ -2759,12 +2761,11 @@ module Google
2759
2761
  # DeleteSeries deletes all instances within the given study and series. Delete
2760
2762
  # requests are equivalent to the GET requests specified in the Retrieve
2761
2763
  # transaction. The method returns an Operation which will be marked successful
2762
- # when the deletion is complete. Warning: Inserting instances into a series
2763
- # while a delete operation is running for that series could result in the new
2764
- # instances not appearing in search results until the deletion operation
2765
- # finishes. For samples that show how to call DeleteSeries, see [Deleting a
2766
- # study, series, or instance](https://cloud.google.com/healthcare/docs/how-tos/
2767
- # dicomweb#deleting_a_study_series_or_instance).
2764
+ # when the deletion is complete. Warning: Instances cannot be inserted into a
2765
+ # series that is being deleted by an operation until the operation completes.
2766
+ # For samples that show how to call DeleteSeries, see [Deleting a study, series,
2767
+ # or instance](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
2768
+ # deleting_a_study_series_or_instance).
2768
2769
  # @param [String] parent
2769
2770
  # The name of the DICOM store that is being accessed. For example, `projects/`
2770
2771
  # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-healthcare_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.11.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-03-29 00:00:00.000000000 Z
11
+ date: 2021-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Healthcare API V1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.11.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-healthcare_v1
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Cloud Healthcare API V1