google-apis-healthcare_v1beta1 0.5.0 → 0.10.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: b8bdb7ae96646a418c0c1c063207248d981a472643c94e339320a65e11081efb
4
- data.tar.gz: 7ab219d918b6f0e440d08e7fd3b40264aa7da353cb0cbfda6204d049dc01f567
3
+ metadata.gz: 971bd102072b0fe4c5ea5ed4076ff0113bb80e31e8390741715d6ce720054d46
4
+ data.tar.gz: a0cb4d4a6445f78c8675e23bf4f2caef451c0a57d2d479498d33feae32bdfefb
5
5
  SHA512:
6
- metadata.gz: 92e8256e1f6271ff270d63bc38117513936b3067adfcb43ac0b85aefc6b485ca0f783579ccc81a766b2f3067e6bc5242c1f49dfdd9a8eb2a0e5cff60eaa608df
7
- data.tar.gz: 2e2a144ad9e43dfd059baf51bc0c7a3ed2263962ad0807dbf68d8bfd46c56324db05ee3143bfc142dad1d0af6a555b85fb1cb444acc79c6d76304bbde3a87671
6
+ metadata.gz: 38d81bb199a0d9a81f99c892d4f9dec3090cfaaf030229cff80349831d54c6aad8f426b419154f7a959b4bdc5b98b6fa9a095cf626db692e4886facfb8c5cb7f
7
+ data.tar.gz: b112f2a8fe95f64d980bdb355b7b59f8bfa55ac5cdd82f3407f5ddb5e9d67b9d547f0d4c0a1a6a1685d0b145880457c52964b34a25bc4fa0c184817656ff74b7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.10.0 (2021-06-24)
4
+
5
+ * Regenerated from discovery document revision 20210611
6
+
7
+ ### v0.9.0 (2021-06-15)
8
+
9
+ * Regenerated from discovery document revision 20210603
10
+ * Regenerated using generator version 0.3.0
11
+
12
+ ### v0.8.0 (2021-05-21)
13
+
14
+ * Regenerated from discovery document revision 20210507
15
+ * Unspecified changes
16
+
17
+ ### v0.7.0 (2021-04-28)
18
+
19
+ * Regenerated from discovery document revision 20210414
20
+
21
+ ### v0.6.0 (2021-03-26)
22
+
23
+ * Regenerated from discovery document revision 20210317
24
+
3
25
  ### v0.5.0 (2021-03-18)
4
26
 
5
27
  * Regenerated from discovery document revision 20210301
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1beta1'
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
@@ -70,6 +70,12 @@ module Google
70
70
  # @return [String]
71
71
  attr_accessor :document_content
72
72
 
73
+ # A list of licensed vocabularies to use in the request, in addition to the
74
+ # default unlicensed vocabularies.
75
+ # Corresponds to the JSON property `licensedVocabularies`
76
+ # @return [Array<String>]
77
+ attr_accessor :licensed_vocabularies
78
+
73
79
  def initialize(**args)
74
80
  update!(**args)
75
81
  end
@@ -77,6 +83,7 @@ module Google
77
83
  # Update properties of this object
78
84
  def update!(**args)
79
85
  @document_content = args[:document_content] if args.key?(:document_content)
86
+ @licensed_vocabularies = args[:licensed_vocabularies] if args.key?(:licensed_vocabularies)
80
87
  end
81
88
  end
82
89
 
@@ -1072,8 +1079,8 @@ module Google
1072
1079
 
1073
1080
  # The name of the dataset resource to create and write the redacted data to. *
1074
1081
  # The destination dataset must not exist. * The destination dataset must be in
1075
- # the same project and location as the source dataset. De-identifying data
1076
- # 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.
1077
1084
  # Corresponds to the JSON property `destinationDataset`
1078
1085
  # @return [String]
1079
1086
  attr_accessor :destination_dataset
@@ -1103,8 +1110,8 @@ module Google
1103
1110
  # The name of the DICOM store to create and write the redacted data to. For
1104
1111
  # example, `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
1105
1112
  # dicomStores/`dicom_store_id``. * The destination dataset must exist. * The
1106
- # source dataset and destination dataset must both reside in the same project.
1107
- # 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
1108
1115
  # destination DICOM store must not exist. * The caller must have the necessary
1109
1116
  # permissions to create the destination DICOM store.
1110
1117
  # Corresponds to the JSON property `destinationStore`
@@ -1142,8 +1149,8 @@ module Google
1142
1149
  # The name of the FHIR store to create and write the redacted data to. For
1143
1150
  # example, `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
1144
1151
  # fhirStores/`fhir_store_id``. * The destination dataset must exist. * The
1145
- # source dataset and destination dataset must both reside in the same project.
1146
- # 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
1147
1154
  # destination FHIR store must exist. * The caller must have the healthcare.
1148
1155
  # fhirResources.update permission to write to the destination FHIR store.
1149
1156
  # Corresponds to the JSON property `destinationStore`
@@ -1971,8 +1978,8 @@ module Google
1971
1978
  # resource return errors. It is strongly advised not to include or encode any
1972
1979
  # sensitive data such as patient identifiers in client-specified resource IDs.
1973
1980
  # Those IDs are part of the FHIR resource path recorded in Cloud audit logs and
1974
- # Cloud Pub/Sub notifications. Those IDs can also be contained in reference
1975
- # fields within other resources.
1981
+ # Pub/Sub notifications. Those IDs can also be contained in reference fields
1982
+ # within other resources.
1976
1983
  # Corresponds to the JSON property `enableUpdateCreate`
1977
1984
  # @return [Boolean]
1978
1985
  attr_accessor :enable_update_create
@@ -2278,9 +2285,9 @@ module Google
2278
2285
  # @return [String]
2279
2286
  attr_accessor :table_uri
2280
2287
 
2281
- # Determines whether existing tables in the destination dataset are overwritten
2282
- # or appended to. If a write_disposition is specified, the `force` parameter is
2283
- # ignored.
2288
+ # Determines if existing data in the destination dataset is overwritten,
2289
+ # appended to, or not written if the tables contain data. If a write_disposition
2290
+ # is specified, the `force` parameter is ignored.
2284
2291
  # Corresponds to the JSON property `writeDisposition`
2285
2292
  # @return [String]
2286
2293
  attr_accessor :write_disposition
@@ -2532,14 +2539,15 @@ module Google
2532
2539
  # Points to a Cloud Storage URI containing file(s) with content only. The URI
2533
2540
  # must be in the following format: `gs://`bucket_id`/`object_id``. The URI can
2534
2541
  # include wildcards in `object_id` and thus identify multiple files. Supported
2535
- # wildcards: '*' to match 0 or more non-separator characters '**' to match 0 or
2536
- # more characters (including separators). Must be used at the end of a path and
2537
- # with no other wildcards in the path. Can also be used with a file extension (
2538
- # such as .dcm), which imports all files with the extension in the specified
2539
- # directory and its sub-directories. For example, `gs://my-bucket/my-directory/**
2540
- # .dcm` imports all files with .dcm extensions in `my-directory/` and its sub-
2541
- # directories. '?' to match 1 character All other URI formats are invalid. Files
2542
- # matching the wildcard are expected to contain content only, no metadata.
2542
+ # wildcards: * '*' to match 0 or more non-separator characters * '**' to match 0
2543
+ # or more characters (including separators). Must be used at the end of a path
2544
+ # and with no other wildcards in the path. Can also be used with a file
2545
+ # extension (such as .dcm), which imports all files with the extension in the
2546
+ # specified directory and its sub-directories. For example, `gs://my-bucket/my-
2547
+ # directory/**.dcm` imports all files with .dcm extensions in `my-directory/`
2548
+ # and its sub-directories. * '?' to match 1 character. All other URI formats are
2549
+ # invalid. Files matching the wildcard are expected to contain content only, no
2550
+ # metadata.
2543
2551
  # Corresponds to the JSON property `uri`
2544
2552
  # @return [String]
2545
2553
  attr_accessor :uri
@@ -2597,9 +2605,9 @@ module Google
2597
2605
  # @return [Google::Apis::HealthcareV1beta1::SchemaConfig]
2598
2606
  attr_accessor :schema_config
2599
2607
 
2600
- # Determines whether existing tables in the destination dataset are overwritten
2601
- # or appended to. If a write_disposition is specified, the `force` parameter is
2602
- # ignored.
2608
+ # Determines if existing data in the destination dataset is overwritten,
2609
+ # appended to, or not written if the tables contain data. If a write_disposition
2610
+ # is specified, the `force` parameter is ignored.
2603
2611
  # Corresponds to the JSON property `writeDisposition`
2604
2612
  # @return [String]
2605
2613
  attr_accessor :write_disposition
@@ -2824,19 +2832,19 @@ module Google
2824
2832
  # @return [String]
2825
2833
  attr_accessor :filter
2826
2834
 
2827
- # The [Cloud Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that
2828
- # notifications of changes are published on. Supplied by the client. The
2829
- # notification is a `PubsubMessage` with the following fields: * `PubsubMessage.
2830
- # Data` contains the resource name. * `PubsubMessage.MessageId` is the ID of
2831
- # this notification. It is guaranteed to be unique within the topic. * `
2832
- # PubsubMessage.PublishTime` is the time when the message was published. Note
2833
- # that notifications are only sent if the topic is non-empty. [Topic names](
2834
- # https://cloud.google.com/pubsub/docs/overview#names) must be scoped to a
2835
- # project. Cloud Healthcare API service account must have publisher permissions
2836
- # on the given Pub/Sub topic. Not having adequate permissions causes the calls
2837
- # that send notifications to fail. If a notification can't be published to Cloud
2838
- # Pub/Sub, errors are logged to Cloud Logging. For more information, see [
2839
- # Viewing error logs in Cloud Logging](/healthcare/docs/how-tos/logging).
2835
+ # The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that notifications
2836
+ # of changes are published on. Supplied by the client. The notification is a `
2837
+ # PubsubMessage` with the following fields: * `PubsubMessage.Data` contains the
2838
+ # resource name. * `PubsubMessage.MessageId` is the ID of this notification. It
2839
+ # is guaranteed to be unique within the topic. * `PubsubMessage.PublishTime` is
2840
+ # the time when the message was published. Note that notifications are only sent
2841
+ # if the topic is non-empty. [Topic names](https://cloud.google.com/pubsub/docs/
2842
+ # overview#names) must be scoped to a project. Cloud Healthcare API service
2843
+ # account must have publisher permissions on the given Pub/Sub topic. Not having
2844
+ # adequate permissions causes the calls that send notifications to fail. If a
2845
+ # notification can't be published to Pub/Sub, errors are logged to Cloud Logging.
2846
+ # For more information, see [Viewing error logs in Cloud Logging](https://cloud.
2847
+ # google.com/healthcare/docs/how-tos/logging).
2840
2848
  # Corresponds to the JSON property `pubsubTopic`
2841
2849
  # @return [String]
2842
2850
  attr_accessor :pubsub_topic
@@ -3882,17 +3890,17 @@ module Google
3882
3890
  class NotificationConfig
3883
3891
  include Google::Apis::Core::Hashable
3884
3892
 
3885
- # The [Cloud Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that
3886
- # notifications of changes are published on. Supplied by the client.
3887
- # PubsubMessage.Data contains the resource name. PubsubMessage.MessageId is the
3888
- # ID of this message. It is guaranteed to be unique within the topic.
3889
- # PubsubMessage.PublishTime is the time at which the message was published.
3890
- # Notifications are only sent if the topic is non-empty. [Topic names](https://
3891
- # cloud.google.com/pubsub/docs/overview#names) must be scoped to a project.
3892
- # Cloud Healthcare API service account must have publisher permissions on the
3893
- # given Cloud Pub/Sub topic. Not having adequate permissions causes the calls
3894
- # that send notifications to fail. If a notification can't be published to Cloud
3895
- # Pub/Sub, errors are logged to Cloud Logging (see [Viewing logs](/healthcare/
3893
+ # The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that notifications
3894
+ # of changes are published on. Supplied by the client. PubsubMessage.Data
3895
+ # contains the resource name. PubsubMessage.MessageId is the ID of this message.
3896
+ # It is guaranteed to be unique within the topic. PubsubMessage.PublishTime is
3897
+ # the time at which the message was published. Notifications are only sent if
3898
+ # the topic is non-empty. [Topic names](https://cloud.google.com/pubsub/docs/
3899
+ # overview#names) must be scoped to a project. Cloud Healthcare API service
3900
+ # account must have publisher permissions on the given Pub/Sub topic. Not having
3901
+ # adequate permissions causes the calls that send notifications to fail. If a
3902
+ # notification can't be published to Pub/Sub, errors are logged to Cloud Logging
3903
+ # (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/
3896
3904
  # docs/how-tos/logging)). If the number of errors exceeds a certain rate, some
3897
3905
  # aren't submitted. Note that not all operations trigger notifications, see [
3898
3906
  # Configuring Pub/Sub notifications](https://cloud.google.com/healthcare/docs/
@@ -4005,8 +4013,8 @@ module Google
4005
4013
  attr_accessor :end_time
4006
4014
 
4007
4015
  # A link to audit and error logs in the log viewer. Error logs are generated
4008
- # only by some operations, listed at [Viewing logs](/healthcare/docs/how-tos/
4009
- # logging).
4016
+ # only by some operations, listed at [Viewing error logs in Cloud Logging](https:
4017
+ # //cloud.google.com/healthcare/docs/how-tos/logging).
4010
4018
  # Corresponds to the JSON property `logsUrl`
4011
4019
  # @return [String]
4012
4020
  attr_accessor :logs_url
@@ -4236,8 +4244,9 @@ module Google
4236
4244
  # Queries all data_ids that are consented for a given use in the given consent
4237
4245
  # store and writes them to a specified destination. The returned Operation
4238
4246
  # includes a progress counter for the number of User data mappings processed.
4239
- # Errors are logged to Cloud Logging (see [Viewing logs] (/healthcare/docs/how-
4240
- # tos/logging) and [QueryAccessibleData] for a sample log entry).
4247
+ # Errors are logged to Cloud Logging (see [Viewing error logs in Cloud Logging] (
4248
+ # https://cloud.google.com/healthcare/docs/how-tos/logging) and [
4249
+ # QueryAccessibleData] for a sample log entry).
4241
4250
  class QueryAccessibleDataRequest
4242
4251
  include Google::Apis::Core::Hashable
4243
4252
 
@@ -4270,6 +4279,27 @@ module Google
4270
4279
  end
4271
4280
  end
4272
4281
 
4282
+ # Response for successful QueryAccessibleData operations. This structure is
4283
+ # included in the response upon operation completion.
4284
+ class QueryAccessibleDataResponse
4285
+ include Google::Apis::Core::Hashable
4286
+
4287
+ # List of files, each of which contains a list of data_id(s) that are consented
4288
+ # for a specified use in the request.
4289
+ # Corresponds to the JSON property `gcsUris`
4290
+ # @return [Array<String>]
4291
+ attr_accessor :gcs_uris
4292
+
4293
+ def initialize(**args)
4294
+ update!(**args)
4295
+ end
4296
+
4297
+ # Update properties of this object
4298
+ def update!(**args)
4299
+ @gcs_uris = args[:gcs_uris] if args.key?(:gcs_uris)
4300
+ end
4301
+ end
4302
+
4273
4303
  # Define how to redact sensitive values. Default behaviour is erase. For example,
4274
4304
  # "My name is Jane." becomes "My name is ."
4275
4305
  class RedactConfig
@@ -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.5.0"
19
+ GEM_VERSION = "0.10.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 = "20210301"
25
+ REVISION = "20210611"
26
26
  end
27
27
  end
28
28
  end
@@ -784,6 +784,12 @@ module Google
784
784
  include Google::Apis::Core::JsonObjectSupport
785
785
  end
786
786
 
787
+ class QueryAccessibleDataResponse
788
+ class Representation < Google::Apis::Core::JsonRepresentation; end
789
+
790
+ include Google::Apis::Core::JsonObjectSupport
791
+ end
792
+
787
793
  class RedactConfig
788
794
  class Representation < Google::Apis::Core::JsonRepresentation; end
789
795
 
@@ -971,6 +977,7 @@ module Google
971
977
  # @private
972
978
  class Representation < Google::Apis::Core::JsonRepresentation
973
979
  property :document_content, as: 'documentContent'
980
+ collection :licensed_vocabularies, as: 'licensedVocabularies'
974
981
  end
975
982
  end
976
983
 
@@ -2135,6 +2142,13 @@ module Google
2135
2142
  end
2136
2143
  end
2137
2144
 
2145
+ class QueryAccessibleDataResponse
2146
+ # @private
2147
+ class Representation < Google::Apis::Core::JsonRepresentation
2148
+ collection :gcs_uris, as: 'gcsUris'
2149
+ end
2150
+ end
2151
+
2138
2152
  class RedactConfig
2139
2153
  # @private
2140
2154
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -83,11 +83,15 @@ module Google
83
83
  # @param [String] name
84
84
  # The resource that owns the locations collection, if applicable.
85
85
  # @param [String] filter
86
- # The standard list filter.
86
+ # A filter to narrow down results to a preferred subset. The filtering language
87
+ # accepts strings like "displayName=tokyo", and is documented in more detail in [
88
+ # AIP-160](https://google.aip.dev/160).
87
89
  # @param [Fixnum] page_size
88
- # The standard list page size.
90
+ # The maximum number of results to return. If not set, the service selects a
91
+ # default.
89
92
  # @param [String] page_token
90
- # The standard list page token.
93
+ # A page token received from the `next_page_token` field in the response. Send
94
+ # that page token to receive the subsequent page.
91
95
  # @param [String] fields
92
96
  # Selector specifying which fields to include in a partial response.
93
97
  # @param [String] quota_user
@@ -164,8 +168,8 @@ module Google
164
168
  # successful if de-identification fails for some resources. The new de-
165
169
  # identified dataset will not contain these failed resources. The number of
166
170
  # resources processed are tracked in Operation.metadata. Error details are
167
- # logged to Cloud Logging. For more information, see [Viewing logs](/healthcare/
168
- # docs/how-tos/logging).
171
+ # logged to Cloud Logging. For more information, see [Viewing error logs in
172
+ # Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging).
169
173
  # @param [String] source_dataset
170
174
  # Source dataset resource name. For example, `projects/`project_id`/locations/`
171
175
  # location_id`/datasets/`dataset_id``.
@@ -527,7 +531,8 @@ module Google
527
531
  # operation finishes successfully, a detailed response is returned of type
528
532
  # EvaluateAnnotationStoreResponse, contained in the response. The metadata field
529
533
  # type is OperationMetadata. Errors are logged to Cloud Logging (see [Viewing
530
- # logs](/healthcare/docs/how-tos/logging)).
534
+ # error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/
535
+ # logging)).
531
536
  # @param [String] name
532
537
  # The Annotation store to compare against `golden_store`, in the format of `
533
538
  # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
@@ -565,8 +570,8 @@ module Google
565
570
  # Export Annotations from the Annotation store. If the request is successful, a
566
571
  # detailed response is returned of type ExportAnnotationsResponse, contained in
567
572
  # the response field when the operation finishes. The metadata field type is
568
- # OperationMetadata. Errors are logged to Cloud Logging (see [Viewing logs](/
569
- # healthcare/docs/how-tos/logging)).
573
+ # OperationMetadata. Errors are logged to Cloud Logging (see [Viewing error logs
574
+ # in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).
570
575
  # @param [String] name
571
576
  # The name of the Annotation store to export annotations to, in the format of `
572
577
  # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
@@ -676,7 +681,8 @@ module Google
676
681
  # sources. If the request is successful, a detailed response is returned as of
677
682
  # type ImportAnnotationsResponse, contained in the response field when the
678
683
  # operation finishes. The metadata field type is OperationMetadata. Errors are
679
- # logged to Cloud Logging (see [Viewing logs](/healthcare/docs/how-tos/logging)).
684
+ # logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://
685
+ # cloud.google.com/healthcare/docs/how-tos/logging)).
680
686
  # @param [String] name
681
687
  # The name of the Annotation store to which the server imports annotations, in
682
688
  # the format `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`
@@ -1390,8 +1396,11 @@ module Google
1390
1396
  # Queries all data_ids that are consented for a specified use in the given
1391
1397
  # consent store and writes them to a specified destination. The returned
1392
1398
  # Operation includes a progress counter for the number of User data mappings
1393
- # processed. Errors are logged to Cloud Logging (see [Viewing logs] (cloud.
1394
- # google.com/healthcare/docs/how-tos/logging)). For example, the following
1399
+ # processed. If the request is successful, a detailed response is returned of
1400
+ # type QueryAccessibleDataResponse, contained in the response field when the
1401
+ # operation finishes. The metadata field type is OperationMetadata. Errors are
1402
+ # logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://
1403
+ # cloud.google.com/healthcare/docs/how-tos/logging)). For example, the following
1395
1404
  # sample log entry shows a `failed to evaluate consent policy` error that
1396
1405
  # occurred during a QueryAccessibleData call to consent store `projects/`
1397
1406
  # project_id`/locations/`location_id`/datasets/`dataset_id`/consentStores/`
@@ -2586,8 +2595,8 @@ module Google
2586
2595
  # result may still be successful if de-identification fails for some DICOM
2587
2596
  # instances. The output DICOM store will not contain these failed resources. The
2588
2597
  # number of resources processed are tracked in Operation.metadata. Error details
2589
- # are logged to Cloud Logging. For more information, see [Viewing logs](/
2590
- # healthcare/docs/how-tos/logging).
2598
+ # are logged to Cloud Logging. For more information, see [Viewing error logs in
2599
+ # Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging).
2591
2600
  # @param [String] source_store
2592
2601
  # Source DICOM store resource name. For example, `projects/`project_id`/
2593
2602
  # locations/`location_id`/datasets/`dataset_id`/dicomStores/`dicom_store_id``.
@@ -2654,8 +2663,8 @@ module Google
2654
2663
 
2655
2664
  # Exports data to the specified destination by copying it from the DICOM store.
2656
2665
  # Errors are also logged to Cloud Logging. For more information, see [Viewing
2657
- # logs](/healthcare/docs/how-tos/logging). The metadata field type is
2658
- # OperationMetadata.
2666
+ # errors in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/
2667
+ # logging). The metadata field type is OperationMetadata.
2659
2668
  # @param [String] name
2660
2669
  # The DICOM store resource name from which to export the data. For example, `
2661
2670
  # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
@@ -2762,8 +2771,9 @@ module Google
2762
2771
  end
2763
2772
 
2764
2773
  # Imports data into the DICOM store by copying it from the specified source.
2765
- # Errors are logged to Cloud Logging. For more information, see [Viewing logs](/
2766
- # healthcare/docs/how-tos/logging). The metadata field type is OperationMetadata.
2774
+ # Errors are logged to Cloud Logging. For more information, see [Viewing error
2775
+ # logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/
2776
+ # logging). The metadata field type is OperationMetadata.
2767
2777
  # @param [String] name
2768
2778
  # The name of the DICOM store resource into which the data is imported. For
2769
2779
  # example, `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
@@ -3150,11 +3160,10 @@ module Google
3150
3160
 
3151
3161
  # DeleteStudy deletes all instances within the given study using a long running
3152
3162
  # operation. The method returns an Operation which will be marked successful
3153
- # when the deletion is complete. Warning: If you insert instances into a study
3154
- # while a delete operation is running for that study, the instances you insert
3155
- # might not appear in search results until after the deletion operation finishes.
3156
- # For samples that show how to call DeleteStudy, see [Deleting a study, series,
3157
- # or instance](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
3163
+ # when the deletion is complete. Warning: Instances cannot be inserted into a
3164
+ # study that is being deleted by an operation until the operation completes. For
3165
+ # samples that show how to call DeleteStudy, see [Deleting a study, series, or
3166
+ # instance](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
3158
3167
  # deleting_a_study_series_or_instance).
3159
3168
  # @param [String] parent
3160
3169
  # @param [String] dicom_web_path
@@ -3409,12 +3418,11 @@ module Google
3409
3418
 
3410
3419
  # DeleteSeries deletes all instances within the given study and series using a
3411
3420
  # long running operation. The method returns an Operation which will be marked
3412
- # successful when the deletion is complete. Warning: If you insert instances
3413
- # into a series while a delete operation is running for that series, the
3414
- # instances you insert might not appear in search results until after the
3415
- # deletion operation finishes. For samples that show how to call DeleteSeries,
3416
- # see [Deleting a study, series, or instance](https://cloud.google.com/
3417
- # healthcare/docs/how-tos/dicomweb#deleting_a_study_series_or_instance).
3421
+ # successful when the deletion is complete. Warning: Instances cannot be
3422
+ # inserted into a series that is being deleted by an operation until the
3423
+ # operation completes. For samples that show how to call DeleteSeries, see [
3424
+ # Deleting a study, series, or instance](https://cloud.google.com/healthcare/
3425
+ # docs/how-tos/dicomweb#deleting_a_study_series_or_instance).
3418
3426
  # @param [String] parent
3419
3427
  # The name of the DICOM store that is being accessed. For example, `projects/`
3420
3428
  # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
@@ -3886,8 +3894,8 @@ module Google
3886
3894
  # store. The metadata field type is OperationMetadata. If the request is
3887
3895
  # successful, the response field type is DeidentifyFhirStoreSummary. The number
3888
3896
  # of resources processed are tracked in Operation.metadata. Error details are
3889
- # logged to Cloud Logging. For more information, see [Viewing logs](/healthcare/
3890
- # docs/how-tos/logging).
3897
+ # logged to Cloud Logging. For more information, see [Viewing error logs in
3898
+ # Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging).
3891
3899
  # @param [String] source_store
3892
3900
  # Source FHIR store resource name. For example, `projects/`project_id`/locations/
3893
3901
  # `location_id`/datasets/`dataset_id`/fhirStores/`fhir_store_id``.
@@ -3954,10 +3962,11 @@ module Google
3954
3962
  # Export resources from the FHIR store to the specified destination. This method
3955
3963
  # returns an Operation that can be used to track the status of the export by
3956
3964
  # calling GetOperation. Immediate fatal errors appear in the error field, errors
3957
- # are also logged to Cloud Logging (see [Viewing error logs in Cloud Logging](/
3958
- # healthcare/docs/how-tos/logging)). Otherwise, when the operation finishes, a
3959
- # detailed response of type ExportResourcesResponse is returned in the response
3960
- # field. The metadata field type for this operation is OperationMetadata.
3965
+ # are also logged to Cloud Logging (see [Viewing error logs in Cloud Logging](
3966
+ # https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when
3967
+ # the operation finishes, a detailed response of type ExportResourcesResponse is
3968
+ # returned in the response field. The metadata field type for this operation is
3969
+ # OperationMetadata.
3961
3970
  # @param [String] name
3962
3971
  # The name of the FHIR store to export resource from, in the format of `projects/
3963
3972
  # `project_id`/locations/`location_id`/datasets/`dataset_id`/fhirStores/`
@@ -4073,7 +4082,7 @@ module Google
4073
4082
  # stored using the supplied ID regardless of the enable_update_create setting on
4074
4083
  # the FHIR store. It is strongly advised not to include or encode any sensitive
4075
4084
  # data such as patient identifiers in client-specified resource IDs. Those IDs
4076
- # are part of the FHIR resource path recorded in Cloud audit logs and Cloud Pub/
4085
+ # are part of the FHIR resource path recorded in Cloud Audit Logs and Cloud Pub/
4077
4086
  # Sub notifications. Those IDs can also be contained in reference fields within
4078
4087
  # other resources. The import process does not enforce referential integrity,
4079
4088
  # regardless of the disable_referential_integrity setting on the FHIR store.
@@ -4111,10 +4120,11 @@ module Google
4111
4120
  # searchset` bundles produced by a FHIR search or Patient-everything operation.
4112
4121
  # This method returns an Operation that can be used to track the status of the
4113
4122
  # import by calling GetOperation. Immediate fatal errors appear in the error
4114
- # field, errors are also logged to Cloud Logging (see [Viewing logs](/healthcare/
4115
- # docs/how-tos/logging)). Otherwise, when the operation finishes, a detailed
4116
- # response of type ImportResourcesResponse is returned in the response field.
4117
- # The metadata field type for this operation is OperationMetadata.
4123
+ # field, errors are also logged to Cloud Logging (see [Viewing error logs in
4124
+ # Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).
4125
+ # Otherwise, when the operation finishes, a detailed response of type
4126
+ # ImportResourcesResponse is returned in the response field. The metadata field
4127
+ # type for this operation is OperationMetadata.
4118
4128
  # @param [String] name
4119
4129
  # The name of the FHIR store to import FHIR resources to, in the format of `
4120
4130
  # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/fhirStores/
@@ -4823,22 +4833,21 @@ module Google
4823
4833
  # set, creates the resource with the client-specified ID. It is strongly advised
4824
4834
  # not to include or encode any sensitive data such as patient identifiers in
4825
4835
  # client-specified resource IDs. Those IDs are part of the FHIR resource path
4826
- # recorded in Cloud audit logs and Cloud Pub/Sub notifications. Those IDs can
4827
- # also be contained in reference fields within other resources. If the search
4828
- # criteria identify zero matches, and the supplied resource body does not
4829
- # contain an `id`, the resource is created with a server-assigned ID as per the
4830
- # create method. The request body must contain a JSON-encoded FHIR resource, and
4831
- # the request headers must contain `Content-Type: application/fhir+json`. On
4832
- # success, the response body contains a JSON-encoded representation of the
4833
- # updated resource, including the server-assigned version ID. Errors generated
4834
- # by the FHIR store contain a JSON-encoded `OperationOutcome` resource
4835
- # describing the reason for the error. If the request cannot be mapped to a
4836
- # valid API method on a FHIR store, a generic GCP error might be returned
4837
- # instead. This method requires the`healthcare.fhirStores.searchResources` and `
4838
- # healthcare.fhirResources.update` permissions on the parent FHIR store. For
4839
- # samples that show how to call `conditionalUpdate`, see [Conditionally updating
4840
- # a FHIR resource](/healthcare/docs/how-tos/fhir-resources#
4841
- # conditionally_updating_a_fhir_resource).
4836
+ # recorded in Cloud Audit Logs and Pub/Sub notifications. Those IDs can also be
4837
+ # contained in reference fields within other resources. If the search criteria
4838
+ # identify zero matches, and the supplied resource body does not contain an `id`,
4839
+ # the resource is created with a server-assigned ID as per the create method.
4840
+ # The request body must contain a JSON-encoded FHIR resource, and the request
4841
+ # headers must contain `Content-Type: application/fhir+json`. On success, the
4842
+ # response body contains a JSON-encoded representation of the updated resource,
4843
+ # including the server-assigned version ID. Errors generated by the FHIR store
4844
+ # contain a JSON-encoded `OperationOutcome` resource describing the reason for
4845
+ # the error. If the request cannot be mapped to a valid API method on a FHIR
4846
+ # store, a generic GCP error might be returned instead. This method requires the`
4847
+ # healthcare.fhirStores.searchResources` and `healthcare.fhirResources.update`
4848
+ # permissions on the parent FHIR store. For samples that show how to call `
4849
+ # conditionalUpdate`, see [Conditionally updating a FHIR resource](/healthcare/
4850
+ # docs/how-tos/fhir-resources#conditionally_updating_a_fhir_resource).
4842
4851
  # @param [String] parent
4843
4852
  # The name of the FHIR store this resource belongs to.
4844
4853
  # @param [String] type
@@ -5361,14 +5370,14 @@ module Google
5361
5370
  # set, creates the resource with the client-specified ID. It is strongly advised
5362
5371
  # not to include or encode any sensitive data such as patient identifiers in
5363
5372
  # client-specified resource IDs. Those IDs are part of the FHIR resource path
5364
- # recorded in Cloud audit logs and Cloud Pub/Sub notifications. Those IDs can
5365
- # also be contained in reference fields within other resources. The request body
5366
- # must contain a JSON-encoded FHIR resource, and the request headers must
5367
- # contain `Content-Type: application/fhir+json`. The resource must contain an `
5368
- # id` element having an identical value to the ID in the REST path of the
5369
- # request. On success, the response body contains a JSON-encoded representation
5370
- # of the updated resource, including the server-assigned version ID. Errors
5371
- # generated by the FHIR store contain a JSON-encoded `OperationOutcome` resource
5373
+ # recorded in Cloud Audit Logs and Pub/Sub notifications. Those IDs can also be
5374
+ # contained in reference fields within other resources. The request body must
5375
+ # contain a JSON-encoded FHIR resource, and the request headers must contain `
5376
+ # Content-Type: application/fhir+json`. The resource must contain an `id`
5377
+ # element having an identical value to the ID in the REST path of the request.
5378
+ # On success, the response body contains a JSON-encoded representation of the
5379
+ # updated resource, including the server-assigned version ID. Errors generated
5380
+ # by the FHIR store contain a JSON-encoded `OperationOutcome` resource
5372
5381
  # describing the reason for the error. If the request cannot be mapped to a
5373
5382
  # valid API method on a FHIR store, a generic GCP error might be returned
5374
5383
  # instead. For samples that show how to call `update`, see [Updating a FHIR
@@ -5642,10 +5651,11 @@ module Google
5642
5651
  # successfully imported messages are not rolled back. This method returns an
5643
5652
  # Operation that can be used to track the status of the import by calling
5644
5653
  # GetOperation. Immediate fatal errors appear in the error field, errors are
5645
- # also logged to Cloud Logging (see [Viewing logs](/healthcare/docs/how-tos/
5646
- # logging)). Otherwise, when the operation finishes, a response of type
5647
- # ImportMessagesResponse is returned in the response field. The metadata field
5648
- # type for this operation is OperationMetadata.
5654
+ # also logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https:/
5655
+ # /cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when the
5656
+ # operation finishes, a response of type ImportMessagesResponse is returned in
5657
+ # the response field. The metadata field type for this operation is
5658
+ # OperationMetadata.
5649
5659
  # @param [String] name
5650
5660
  # The name of the target HL7v2 store, in the format `projects/`project_id`/
5651
5661
  # locations/`location_id`/datasets/`dataset_id`/hl7v2Stores/`hl7v2_store_id``
@@ -5895,10 +5905,10 @@ module Google
5895
5905
  end
5896
5906
 
5897
5907
  # Parses and stores an HL7v2 message. This method triggers an asynchronous
5898
- # notification to any Cloud Pub/Sub topic configured in projects.locations.
5899
- # datasets.hl7V2Stores.Hl7V2NotificationConfig, if the filtering matches the
5900
- # message. If an MLLP adapter is configured to listen to a Cloud Pub/Sub topic,
5901
- # the adapter transmits the message when a notification is received.
5908
+ # notification to any Pub/Sub topic configured in Hl7V2Store.
5909
+ # Hl7V2NotificationConfig, if the filtering matches the message. If an MLLP
5910
+ # adapter is configured to listen to a Pub/Sub topic, the adapter transmits the
5911
+ # message when a notification is received.
5902
5912
  # @param [String] parent
5903
5913
  # The name of the dataset this message belongs to.
5904
5914
  # @param [Google::Apis::HealthcareV1beta1::CreateMessageRequest] create_message_request_object
@@ -5996,14 +6006,14 @@ module Google
5996
6006
  end
5997
6007
 
5998
6008
  # Parses and stores an HL7v2 message. This method triggers an asynchronous
5999
- # notification to any Cloud Pub/Sub topic configured in projects.locations.
6000
- # datasets.hl7V2Stores.Hl7V2NotificationConfig, if the filtering matches the
6001
- # message. If an MLLP adapter is configured to listen to a Cloud Pub/Sub topic,
6002
- # the adapter transmits the message when a notification is received. This method
6003
- # also generates a response containing an HL7v2 acknowledgement (`ACK`) message
6004
- # when successful or a negative acknowledgement (`NACK`) message in case of
6005
- # error, suitable for replying to HL7v2 interface systems that expect these
6006
- # acknowledgements.
6009
+ # notification to any Pub/Sub topic configured in Hl7V2Store.
6010
+ # Hl7V2NotificationConfig, if the filtering matches the message. If an MLLP
6011
+ # adapter is configured to listen to a Pub/Sub topic, the adapter transmits the
6012
+ # message when a notification is received. If the method is successful, it
6013
+ # generates a response containing an HL7v2 acknowledgment (`ACK`) message. If
6014
+ # the method encounters an error, it returns a negative acknowledgment (`NACK`)
6015
+ # message. This behavior is suitable for replying to HL7v2 interface systems
6016
+ # that expect these acknowledgments.
6007
6017
  # @param [String] parent
6008
6018
  # The name of the HL7v2 store this message belongs to.
6009
6019
  # @param [Google::Apis::HealthcareV1beta1::IngestMessageRequest] ingest_message_request_object
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-healthcare_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.10.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-22 00:00:00.000000000 Z
11
+ date: 2021-06-28 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.3'
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.3'
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 V1beta1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their 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_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.10.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-healthcare_v1beta1
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 V1beta1