google-apis-healthcare_v1beta1 0.5.0 → 0.6.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: 2e3f477313206656b0736f715a3f03db5d40dd212df8cbb3bf10b1bcc3a0e5a7
4
+ data.tar.gz: 5dbf14dbb2dcf7975f32e0eb0edc070ea6db302d1ac65a07c88d58e768cb9c90
5
5
  SHA512:
6
- metadata.gz: 92e8256e1f6271ff270d63bc38117513936b3067adfcb43ac0b85aefc6b485ca0f783579ccc81a766b2f3067e6bc5242c1f49dfdd9a8eb2a0e5cff60eaa608df
7
- data.tar.gz: 2e2a144ad9e43dfd059baf51bc0c7a3ed2263962ad0807dbf68d8bfd46c56324db05ee3143bfc142dad1d0af6a555b85fb1cb444acc79c6d76304bbde3a87671
6
+ metadata.gz: c313551e4065555e56adf8f08dbd65d9e3842e9fde534750250ac0a9d7a7ffb6fd9591831c816db5ac8c63fb664900cc57244b8d059cb1421dfd2fe78840d131
7
+ data.tar.gz: f3f051da42ef81c3b220b7b14aad4015e413db73215f658c21b26c6c63485919adb9a2619b22cbbdc9068cddcf0a6dc5aaa135e9e1fa996809385eb7aff6b45d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.6.0 (2021-03-26)
4
+
5
+ * Regenerated from discovery document revision 20210317
6
+
3
7
  ### v0.5.0 (2021-03-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20210301
@@ -1971,8 +1971,8 @@ module Google
1971
1971
  # resource return errors. It is strongly advised not to include or encode any
1972
1972
  # sensitive data such as patient identifiers in client-specified resource IDs.
1973
1973
  # 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.
1974
+ # Pub/Sub notifications. Those IDs can also be contained in reference fields
1975
+ # within other resources.
1976
1976
  # Corresponds to the JSON property `enableUpdateCreate`
1977
1977
  # @return [Boolean]
1978
1978
  attr_accessor :enable_update_create
@@ -2532,14 +2532,15 @@ module Google
2532
2532
  # Points to a Cloud Storage URI containing file(s) with content only. The URI
2533
2533
  # must be in the following format: `gs://`bucket_id`/`object_id``. The URI can
2534
2534
  # 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.
2535
+ # wildcards: * '*' to match 0 or more non-separator characters * '**' to match 0
2536
+ # or more characters (including separators). Must be used at the end of a path
2537
+ # and with no other wildcards in the path. Can also be used with a file
2538
+ # extension (such as .dcm), which imports all files with the extension in the
2539
+ # specified directory and its sub-directories. For example, `gs://my-bucket/my-
2540
+ # directory/**.dcm` imports all files with .dcm extensions in `my-directory/`
2541
+ # and its sub-directories. * '?' to match 1 character. All other URI formats are
2542
+ # invalid. Files matching the wildcard are expected to contain content only, no
2543
+ # metadata.
2543
2544
  # Corresponds to the JSON property `uri`
2544
2545
  # @return [String]
2545
2546
  attr_accessor :uri
@@ -2824,19 +2825,19 @@ module Google
2824
2825
  # @return [String]
2825
2826
  attr_accessor :filter
2826
2827
 
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).
2828
+ # The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that notifications
2829
+ # of changes are published on. Supplied by the client. The notification is a `
2830
+ # PubsubMessage` with the following fields: * `PubsubMessage.Data` contains the
2831
+ # resource name. * `PubsubMessage.MessageId` is the ID of this notification. It
2832
+ # is guaranteed to be unique within the topic. * `PubsubMessage.PublishTime` is
2833
+ # the time when the message was published. Note that notifications are only sent
2834
+ # if the topic is non-empty. [Topic names](https://cloud.google.com/pubsub/docs/
2835
+ # overview#names) must be scoped to a project. Cloud Healthcare API service
2836
+ # account must have publisher permissions on the given Pub/Sub topic. Not having
2837
+ # adequate permissions causes the calls that send notifications to fail. If a
2838
+ # notification can't be published to Pub/Sub, errors are logged to Cloud Logging.
2839
+ # For more information, see [Viewing error logs in Cloud Logging](https://cloud.
2840
+ # google.com/healthcare/docs/how-tos/logging).
2840
2841
  # Corresponds to the JSON property `pubsubTopic`
2841
2842
  # @return [String]
2842
2843
  attr_accessor :pubsub_topic
@@ -3882,17 +3883,17 @@ module Google
3882
3883
  class NotificationConfig
3883
3884
  include Google::Apis::Core::Hashable
3884
3885
 
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/
3886
+ # The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that notifications
3887
+ # of changes are published on. Supplied by the client. PubsubMessage.Data
3888
+ # contains the resource name. PubsubMessage.MessageId is the ID of this message.
3889
+ # It is guaranteed to be unique within the topic. PubsubMessage.PublishTime is
3890
+ # the time at which the message was published. Notifications are only sent if
3891
+ # the topic is non-empty. [Topic names](https://cloud.google.com/pubsub/docs/
3892
+ # overview#names) must be scoped to a project. Cloud Healthcare API service
3893
+ # account must have publisher permissions on the given Pub/Sub topic. Not having
3894
+ # adequate permissions causes the calls that send notifications to fail. If a
3895
+ # notification can't be published to Pub/Sub, errors are logged to Cloud Logging
3896
+ # (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/
3896
3897
  # docs/how-tos/logging)). If the number of errors exceeds a certain rate, some
3897
3898
  # aren't submitted. Note that not all operations trigger notifications, see [
3898
3899
  # Configuring Pub/Sub notifications](https://cloud.google.com/healthcare/docs/
@@ -4005,8 +4006,8 @@ module Google
4005
4006
  attr_accessor :end_time
4006
4007
 
4007
4008
  # 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).
4009
+ # only by some operations, listed at [Viewing error logs in Cloud Logging](https:
4010
+ # //cloud.google.com/healthcare/docs/how-tos/logging).
4010
4011
  # Corresponds to the JSON property `logsUrl`
4011
4012
  # @return [String]
4012
4013
  attr_accessor :logs_url
@@ -4236,8 +4237,9 @@ module Google
4236
4237
  # Queries all data_ids that are consented for a given use in the given consent
4237
4238
  # store and writes them to a specified destination. The returned Operation
4238
4239
  # 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).
4240
+ # Errors are logged to Cloud Logging (see [Viewing error logs in Cloud Logging] (
4241
+ # https://cloud.google.com/healthcare/docs/how-tos/logging) and [
4242
+ # QueryAccessibleData] for a sample log entry).
4241
4243
  class QueryAccessibleDataRequest
4242
4244
  include Google::Apis::Core::Hashable
4243
4245
 
@@ -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.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210301"
25
+ REVISION = "20210317"
26
26
  end
27
27
  end
28
28
  end
@@ -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 will select 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,23 +1396,23 @@ 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
1395
- # sample log entry shows a `failed to evaluate consent policy` error that
1396
- # occurred during a QueryAccessibleData call to consent store `projects/`
1397
- # project_id`/locations/`location_id`/datasets/`dataset_id`/consentStores/`
1398
- # consent_store_id``. ```json jsonPayload: ` @type: "type.googleapis.com/google.
1399
- # cloud.healthcare.logging.QueryAccessibleDataLogEntry" error: ` code: 9 message:
1400
- # "failed to evaluate consent policy" ` resourceName: "projects/`project_id`/
1401
- # locations/`location_id`/datasets/`dataset_id`/consentStores/`consent_store_id`/
1402
- # consents/`consent_id`" ` logName: "projects/`project_id`/logs/healthcare.
1403
- # googleapis.com%2Fquery_accessible_data" operation: ` id: "projects/`project_id`
1404
- # /locations/`location_id`/datasets/`dataset_id`/operations/`operation_id`"
1405
- # producer: "healthcare.googleapis.com/QueryAccessibleData" ` receiveTimestamp: "
1406
- # TIMESTAMP" resource: ` labels: ` consent_store_id: "`consent_store_id`"
1407
- # dataset_id: "`dataset_id`" location: "`location_id`" project_id: "`project_id`"
1408
- # ` type: "healthcare_consent_store" ` severity: "ERROR" timestamp: "TIMESTAMP"
1409
- # ```
1399
+ # processed. Errors are logged to Cloud Logging (see [Viewing error logs in
1400
+ # Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). For
1401
+ # example, the following sample log entry shows a `failed to evaluate consent
1402
+ # policy` error that occurred during a QueryAccessibleData call to consent store
1403
+ # `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
1404
+ # consentStores/`consent_store_id``. ```json jsonPayload: ` @type: "type.
1405
+ # googleapis.com/google.cloud.healthcare.logging.QueryAccessibleDataLogEntry"
1406
+ # error: ` code: 9 message: "failed to evaluate consent policy" ` resourceName: "
1407
+ # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
1408
+ # consentStores/`consent_store_id`/consents/`consent_id`" ` logName: "projects/`
1409
+ # project_id`/logs/healthcare.googleapis.com%2Fquery_accessible_data" operation:
1410
+ # ` id: "projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
1411
+ # operations/`operation_id`" producer: "healthcare.googleapis.com/
1412
+ # QueryAccessibleData" ` receiveTimestamp: "TIMESTAMP" resource: ` labels: `
1413
+ # consent_store_id: "`consent_store_id`" dataset_id: "`dataset_id`" location: "`
1414
+ # location_id`" project_id: "`project_id`" ` type: "healthcare_consent_store" `
1415
+ # severity: "ERROR" timestamp: "TIMESTAMP" ```
1410
1416
  # @param [String] consent_store
1411
1417
  # Required. Name of the consent store to retrieve User data mappings from.
1412
1418
  # @param [Google::Apis::HealthcareV1beta1::QueryAccessibleDataRequest] query_accessible_data_request_object
@@ -2586,8 +2592,8 @@ module Google
2586
2592
  # result may still be successful if de-identification fails for some DICOM
2587
2593
  # instances. The output DICOM store will not contain these failed resources. The
2588
2594
  # 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).
2595
+ # are logged to Cloud Logging. For more information, see [Viewing error logs in
2596
+ # Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging).
2591
2597
  # @param [String] source_store
2592
2598
  # Source DICOM store resource name. For example, `projects/`project_id`/
2593
2599
  # locations/`location_id`/datasets/`dataset_id`/dicomStores/`dicom_store_id``.
@@ -2654,8 +2660,8 @@ module Google
2654
2660
 
2655
2661
  # Exports data to the specified destination by copying it from the DICOM store.
2656
2662
  # 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.
2663
+ # errors in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/
2664
+ # logging). The metadata field type is OperationMetadata.
2659
2665
  # @param [String] name
2660
2666
  # The DICOM store resource name from which to export the data. For example, `
2661
2667
  # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
@@ -2762,8 +2768,9 @@ module Google
2762
2768
  end
2763
2769
 
2764
2770
  # 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.
2771
+ # Errors are logged to Cloud Logging. For more information, see [Viewing error
2772
+ # logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/
2773
+ # logging). The metadata field type is OperationMetadata.
2767
2774
  # @param [String] name
2768
2775
  # The name of the DICOM store resource into which the data is imported. For
2769
2776
  # example, `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
@@ -3886,8 +3893,8 @@ module Google
3886
3893
  # store. The metadata field type is OperationMetadata. If the request is
3887
3894
  # successful, the response field type is DeidentifyFhirStoreSummary. The number
3888
3895
  # 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).
3896
+ # logged to Cloud Logging. For more information, see [Viewing error logs in
3897
+ # Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging).
3891
3898
  # @param [String] source_store
3892
3899
  # Source FHIR store resource name. For example, `projects/`project_id`/locations/
3893
3900
  # `location_id`/datasets/`dataset_id`/fhirStores/`fhir_store_id``.
@@ -3954,10 +3961,11 @@ module Google
3954
3961
  # Export resources from the FHIR store to the specified destination. This method
3955
3962
  # returns an Operation that can be used to track the status of the export by
3956
3963
  # 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.
3964
+ # are also logged to Cloud Logging (see [Viewing error logs in Cloud Logging](
3965
+ # https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when
3966
+ # the operation finishes, a detailed response of type ExportResourcesResponse is
3967
+ # returned in the response field. The metadata field type for this operation is
3968
+ # OperationMetadata.
3961
3969
  # @param [String] name
3962
3970
  # The name of the FHIR store to export resource from, in the format of `projects/
3963
3971
  # `project_id`/locations/`location_id`/datasets/`dataset_id`/fhirStores/`
@@ -4073,7 +4081,7 @@ module Google
4073
4081
  # stored using the supplied ID regardless of the enable_update_create setting on
4074
4082
  # the FHIR store. It is strongly advised not to include or encode any sensitive
4075
4083
  # 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/
4084
+ # are part of the FHIR resource path recorded in Cloud Audit Logs and Cloud Pub/
4077
4085
  # Sub notifications. Those IDs can also be contained in reference fields within
4078
4086
  # other resources. The import process does not enforce referential integrity,
4079
4087
  # regardless of the disable_referential_integrity setting on the FHIR store.
@@ -4111,10 +4119,11 @@ module Google
4111
4119
  # searchset` bundles produced by a FHIR search or Patient-everything operation.
4112
4120
  # This method returns an Operation that can be used to track the status of the
4113
4121
  # 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.
4122
+ # field, errors are also logged to Cloud Logging (see [Viewing error logs in
4123
+ # Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).
4124
+ # Otherwise, when the operation finishes, a detailed response of type
4125
+ # ImportResourcesResponse is returned in the response field. The metadata field
4126
+ # type for this operation is OperationMetadata.
4118
4127
  # @param [String] name
4119
4128
  # The name of the FHIR store to import FHIR resources to, in the format of `
4120
4129
  # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/fhirStores/
@@ -4823,22 +4832,21 @@ module Google
4823
4832
  # set, creates the resource with the client-specified ID. It is strongly advised
4824
4833
  # not to include or encode any sensitive data such as patient identifiers in
4825
4834
  # 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).
4835
+ # recorded in Cloud Audit Logs and Pub/Sub notifications. Those IDs can also be
4836
+ # contained in reference fields within other resources. If the search criteria
4837
+ # identify zero matches, and the supplied resource body does not contain an `id`,
4838
+ # the resource is created with a server-assigned ID as per the create method.
4839
+ # The request body must contain a JSON-encoded FHIR resource, and the request
4840
+ # headers must contain `Content-Type: application/fhir+json`. On success, the
4841
+ # response body contains a JSON-encoded representation of the updated resource,
4842
+ # including the server-assigned version ID. Errors generated by the FHIR store
4843
+ # contain a JSON-encoded `OperationOutcome` resource describing the reason for
4844
+ # the error. If the request cannot be mapped to a valid API method on a FHIR
4845
+ # store, a generic GCP error might be returned instead. This method requires the`
4846
+ # healthcare.fhirStores.searchResources` and `healthcare.fhirResources.update`
4847
+ # permissions on the parent FHIR store. For samples that show how to call `
4848
+ # conditionalUpdate`, see [Conditionally updating a FHIR resource](/healthcare/
4849
+ # docs/how-tos/fhir-resources#conditionally_updating_a_fhir_resource).
4842
4850
  # @param [String] parent
4843
4851
  # The name of the FHIR store this resource belongs to.
4844
4852
  # @param [String] type
@@ -5361,14 +5369,14 @@ module Google
5361
5369
  # set, creates the resource with the client-specified ID. It is strongly advised
5362
5370
  # not to include or encode any sensitive data such as patient identifiers in
5363
5371
  # 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
5372
+ # recorded in Cloud Audit Logs and Pub/Sub notifications. Those IDs can also be
5373
+ # contained in reference fields within other resources. The request body must
5374
+ # contain a JSON-encoded FHIR resource, and the request headers must contain `
5375
+ # Content-Type: application/fhir+json`. The resource must contain an `id`
5376
+ # element having an identical value to the ID in the REST path of the request.
5377
+ # On success, the response body contains a JSON-encoded representation of the
5378
+ # updated resource, including the server-assigned version ID. Errors generated
5379
+ # by the FHIR store contain a JSON-encoded `OperationOutcome` resource
5372
5380
  # describing the reason for the error. If the request cannot be mapped to a
5373
5381
  # valid API method on a FHIR store, a generic GCP error might be returned
5374
5382
  # instead. For samples that show how to call `update`, see [Updating a FHIR
@@ -5642,10 +5650,11 @@ module Google
5642
5650
  # successfully imported messages are not rolled back. This method returns an
5643
5651
  # Operation that can be used to track the status of the import by calling
5644
5652
  # 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.
5653
+ # also logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https:/
5654
+ # /cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when the
5655
+ # operation finishes, a response of type ImportMessagesResponse is returned in
5656
+ # the response field. The metadata field type for this operation is
5657
+ # OperationMetadata.
5649
5658
  # @param [String] name
5650
5659
  # The name of the target HL7v2 store, in the format `projects/`project_id`/
5651
5660
  # locations/`location_id`/datasets/`dataset_id`/hl7v2Stores/`hl7v2_store_id``
@@ -5895,10 +5904,10 @@ module Google
5895
5904
  end
5896
5905
 
5897
5906
  # 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.
5907
+ # notification to any Pub/Sub topic configured in Hl7V2Store.
5908
+ # Hl7V2NotificationConfig, if the filtering matches the message. If an MLLP
5909
+ # adapter is configured to listen to a Pub/Sub topic, the adapter transmits the
5910
+ # message when a notification is received.
5902
5911
  # @param [String] parent
5903
5912
  # The name of the dataset this message belongs to.
5904
5913
  # @param [Google::Apis::HealthcareV1beta1::CreateMessageRequest] create_message_request_object
@@ -5996,14 +6005,14 @@ module Google
5996
6005
  end
5997
6006
 
5998
6007
  # 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.
6008
+ # notification to any Pub/Sub topic configured in Hl7V2Store.
6009
+ # Hl7V2NotificationConfig, if the filtering matches the message. If an MLLP
6010
+ # adapter is configured to listen to a Pub/Sub topic, the adapter transmits the
6011
+ # message when a notification is received. If the method is successful, it
6012
+ # generates a response containing an HL7v2 acknowledgment (`ACK`) message. If
6013
+ # the method encounters an error, it returns a negative acknowledgment (`NACK`)
6014
+ # message. This behavior is suitable for replying to HL7v2 interface systems
6015
+ # that expect these acknowledgments.
6007
6016
  # @param [String] parent
6008
6017
  # The name of the HL7v2 store this message belongs to.
6009
6018
  # @param [Google::Apis::HealthcareV1beta1::IngestMessageRequest] ingest_message_request_object
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.5.0
4
+ version: 0.6.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-03-29 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.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.6.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: []