google-apis-healthcare_v1 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: f37d6088495e9fcc69f592125de62193c504bd7eea0c26f942cc6d4b791bcb83
4
- data.tar.gz: 99cdcdf8959e3ceeb1c472502ce28e0fe17584fe9779b292320420afa9b6cf0a
3
+ metadata.gz: eca70b7a7bbcd56edd591ae0c61a287ed10ea6ab508338a0d6b1aa0acbb007df
4
+ data.tar.gz: '025859622da97b54c7fd84767133a77b12a274454e9515fa530404df8dbd0a08'
5
5
  SHA512:
6
- metadata.gz: 57836182e4c97b10c800c19b9040ea12ca2897797d752daa519492ab751006dbd6942be9c02340a6eafec2554221b0396675fa65cdf18c8819fd35f5186e4fd1
7
- data.tar.gz: ca951a42873a7b6af7ef2369ad4becb45127350cb54fa01e2acf089d491fe36a7b969af1bac9e9106a928f02a64184ef8b2e8b0d6199fa9f29b90a069ec64f6a
6
+ metadata.gz: 2b2ca21fcb75c96e944f944ee78481412da9cd5566475f88228606474a3639fd90b3b989122f6c0bee5c4ebd6b2745abcfd9f22a6c8600f7b3ddd26e92c8fc17
7
+ data.tar.gz: a8eaf5a83e8f11a029b2779a4783bdcc05fc1ab337e34eb7dcf4161314022dc40df972276623a6e368541f2a7a5b6b436d7fbc33711bd8c32684b9c931f6143e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1
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-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20210301
@@ -1345,8 +1345,8 @@ module Google
1345
1345
  # resource return errors. It is strongly advised not to include or encode any
1346
1346
  # sensitive data such as patient identifiers in client-specified resource IDs.
1347
1347
  # Those IDs are part of the FHIR resource path recorded in Cloud audit logs and
1348
- # Cloud Pub/Sub notifications. Those IDs can also be contained in reference
1349
- # fields within other resources.
1348
+ # Pub/Sub notifications. Those IDs can also be contained in reference fields
1349
+ # within other resources.
1350
1350
  # Corresponds to the JSON property `enableUpdateCreate`
1351
1351
  # @return [Boolean]
1352
1352
  attr_accessor :enable_update_create
@@ -1667,14 +1667,15 @@ module Google
1667
1667
  # Points to a Cloud Storage URI containing file(s) with content only. The URI
1668
1668
  # must be in the following format: `gs://`bucket_id`/`object_id``. The URI can
1669
1669
  # include wildcards in `object_id` and thus identify multiple files. Supported
1670
- # wildcards: '*' to match 0 or more non-separator characters '**' to match 0 or
1671
- # more characters (including separators). Must be used at the end of a path and
1672
- # with no other wildcards in the path. Can also be used with a file extension (
1673
- # such as .dcm), which imports all files with the extension in the specified
1674
- # directory and its sub-directories. For example, `gs://my-bucket/my-directory/**
1675
- # .dcm` imports all files with .dcm extensions in `my-directory/` and its sub-
1676
- # directories. '?' to match 1 character All other URI formats are invalid. Files
1677
- # matching the wildcard are expected to contain content only, no metadata.
1670
+ # wildcards: * '*' to match 0 or more non-separator characters * '**' to match 0
1671
+ # or more characters (including separators). Must be used at the end of a path
1672
+ # and with no other wildcards in the path. Can also be used with a file
1673
+ # extension (such as .dcm), which imports all files with the extension in the
1674
+ # specified directory and its sub-directories. For example, `gs://my-bucket/my-
1675
+ # directory/**.dcm` imports all files with .dcm extensions in `my-directory/`
1676
+ # and its sub-directories. * '?' to match 1 character. All other URI formats are
1677
+ # invalid. Files matching the wildcard are expected to contain content only, no
1678
+ # metadata.
1678
1679
  # Corresponds to the JSON property `uri`
1679
1680
  # @return [String]
1680
1681
  attr_accessor :uri
@@ -1914,20 +1915,20 @@ module Google
1914
1915
  # @return [String]
1915
1916
  attr_accessor :filter
1916
1917
 
1917
- # The [Cloud Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that
1918
- # notifications of changes are published on. Supplied by the client. The
1919
- # notification is a `PubsubMessage` with the following fields: * `PubsubMessage.
1920
- # Data` contains the resource name. * `PubsubMessage.MessageId` is the ID of
1921
- # this notification. It's guaranteed to be unique within the topic. * `
1922
- # PubsubMessage.PublishTime` is the time when the message was published. Note
1923
- # that notifications are only sent if the topic is non-empty. [Topic names](
1924
- # https://cloud.google.com/pubsub/docs/overview#names) must be scoped to a
1925
- # project. The Cloud Healthcare API service account, service-PROJECT_NUMBER@gcp-
1926
- # sa-healthcare.iam.gserviceaccount.com, must have publisher permissions on the
1927
- # given Pub/Sub topic. Not having adequate permissions causes the calls that
1928
- # send notifications to fail. If a notification cannot be published to Cloud Pub/
1929
- # Sub, errors are logged to Cloud Logging. For more information, see [Viewing
1930
- # error logs in Cloud Logging](/healthcare/docs/how-tos/logging)).
1918
+ # The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that notifications
1919
+ # of changes are published on. Supplied by the client. The notification is a `
1920
+ # PubsubMessage` with the following fields: * `PubsubMessage.Data` contains the
1921
+ # resource name. * `PubsubMessage.MessageId` is the ID of this notification. It'
1922
+ # s guaranteed to be unique within the topic. * `PubsubMessage.PublishTime` is
1923
+ # the time when the message was published. Note that notifications are only sent
1924
+ # if the topic is non-empty. [Topic names](https://cloud.google.com/pubsub/docs/
1925
+ # overview#names) must be scoped to a project. The Cloud Healthcare API service
1926
+ # account, service-PROJECT_NUMBER@gcp-sa-healthcare.iam.gserviceaccount.com,
1927
+ # must have publisher permissions on the given Pub/Sub topic. Not having
1928
+ # adequate permissions causes the calls that send notifications to fail. If a
1929
+ # notification cannot be published to Pub/Sub, errors are logged to Cloud
1930
+ # Logging. For more information, see [Viewing error logs in Cloud Logging](https:
1931
+ # //cloud.google.com/healthcare/docs/how-tos/logging)).
1931
1932
  # Corresponds to the JSON property `pubsubTopic`
1932
1933
  # @return [String]
1933
1934
  attr_accessor :pubsub_topic
@@ -2767,17 +2768,17 @@ module Google
2767
2768
  class NotificationConfig
2768
2769
  include Google::Apis::Core::Hashable
2769
2770
 
2770
- # The [Cloud Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that
2771
- # notifications of changes are published on. Supplied by the client.
2772
- # PubsubMessage.Data contains the resource name. PubsubMessage.MessageId is the
2773
- # ID of this message. It is guaranteed to be unique within the topic.
2774
- # PubsubMessage.PublishTime is the time at which the message was published.
2775
- # Notifications are only sent if the topic is non-empty. [Topic names](https://
2776
- # cloud.google.com/pubsub/docs/overview#names) must be scoped to a project.
2777
- # Cloud Healthcare API service account must have publisher permissions on the
2778
- # given Cloud Pub/Sub topic. Not having adequate permissions causes the calls
2779
- # that send notifications to fail. If a notification can't be published to Cloud
2780
- # Pub/Sub, errors are logged to Cloud Logging (see [Viewing logs](/healthcare/
2771
+ # The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that notifications
2772
+ # of changes are published on. Supplied by the client. PubsubMessage.Data
2773
+ # contains the resource name. PubsubMessage.MessageId is the ID of this message.
2774
+ # It is guaranteed to be unique within the topic. PubsubMessage.PublishTime is
2775
+ # the time at which the message was published. Notifications are only sent if
2776
+ # the topic is non-empty. [Topic names](https://cloud.google.com/pubsub/docs/
2777
+ # overview#names) must be scoped to a project. Cloud Healthcare API service
2778
+ # account must have publisher permissions on the given Pub/Sub topic. Not having
2779
+ # adequate permissions causes the calls that send notifications to fail. If a
2780
+ # notification can't be published to Pub/Sub, errors are logged to Cloud Logging
2781
+ # (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/
2781
2782
  # docs/how-tos/logging)). If the number of errors exceeds a certain rate, some
2782
2783
  # aren't submitted. Note that not all operations trigger notifications, see [
2783
2784
  # Configuring Pub/Sub notifications](https://cloud.google.com/healthcare/docs/
@@ -2890,8 +2891,8 @@ module Google
2890
2891
  attr_accessor :end_time
2891
2892
 
2892
2893
  # A link to audit and error logs in the log viewer. Error logs are generated
2893
- # only by some operations, listed at [Viewing logs](/healthcare/docs/how-tos/
2894
- # logging).
2894
+ # only by some operations, listed at [Viewing error logs in Cloud Logging](https:
2895
+ # //cloud.google.com/healthcare/docs/how-tos/logging).
2895
2896
  # Corresponds to the JSON property `logsUrl`
2896
2897
  # @return [String]
2897
2898
  attr_accessor :logs_url
@@ -3114,8 +3115,9 @@ module Google
3114
3115
  # Queries all data_ids that are consented for a given use in the given consent
3115
3116
  # store and writes them to a specified destination. The returned Operation
3116
3117
  # includes a progress counter for the number of User data mappings processed.
3117
- # Errors are logged to Cloud Logging (see [Viewing logs] (/healthcare/docs/how-
3118
- # tos/logging) and [QueryAccessibleData] for a sample log entry).
3118
+ # Errors are logged to Cloud Logging (see [Viewing error logs in Cloud Logging] (
3119
+ # https://cloud.google.com/healthcare/docs/how-tos/logging) and [
3120
+ # QueryAccessibleData] for a sample log entry).
3119
3121
  class QueryAccessibleDataRequest
3120
3122
  include Google::Apis::Core::Hashable
3121
3123
 
@@ -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.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
@@ -165,7 +169,8 @@ module Google
165
169
  # DICOM instances. The new de-identified dataset will not contain these failed
166
170
  # resources. Failed resource totals are tracked in Operation.metadata. Error
167
171
  # details are also logged to Cloud Logging. For more information, see [Viewing
168
- # logs](/healthcare/docs/how-tos/logging).
172
+ # error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/
173
+ # logging).
169
174
  # @param [String] source_dataset
170
175
  # Source dataset resource name. For example, `projects/`project_id`/locations/`
171
176
  # location_id`/datasets/`dataset_id``.
@@ -753,23 +758,23 @@ module Google
753
758
  # Queries all data_ids that are consented for a specified use in the given
754
759
  # consent store and writes them to a specified destination. The returned
755
760
  # Operation includes a progress counter for the number of User data mappings
756
- # processed. Errors are logged to Cloud Logging (see [Viewing logs] (cloud.
757
- # google.com/healthcare/docs/how-tos/logging)). For example, the following
758
- # sample log entry shows a `failed to evaluate consent policy` error that
759
- # occurred during a QueryAccessibleData call to consent store `projects/`
760
- # project_id`/locations/`location_id`/datasets/`dataset_id`/consentStores/`
761
- # consent_store_id``. ```json jsonPayload: ` @type: "type.googleapis.com/google.
762
- # cloud.healthcare.logging.QueryAccessibleDataLogEntry" error: ` code: 9 message:
763
- # "failed to evaluate consent policy" ` resourceName: "projects/`project_id`/
764
- # locations/`location_id`/datasets/`dataset_id`/consentStores/`consent_store_id`/
765
- # consents/`consent_id`" ` logName: "projects/`project_id`/logs/healthcare.
766
- # googleapis.com%2Fquery_accessible_data" operation: ` id: "projects/`project_id`
767
- # /locations/`location_id`/datasets/`dataset_id`/operations/`operation_id`"
768
- # producer: "healthcare.googleapis.com/QueryAccessibleData" ` receiveTimestamp: "
769
- # TIMESTAMP" resource: ` labels: ` consent_store_id: "`consent_store_id`"
770
- # dataset_id: "`dataset_id`" location: "`location_id`" project_id: "`project_id`"
771
- # ` type: "healthcare_consent_store" ` severity: "ERROR" timestamp: "TIMESTAMP"
772
- # ```
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" ```
773
778
  # @param [String] consent_store
774
779
  # Required. Name of the consent store to retrieve User data mappings from.
775
780
  # @param [Google::Apis::HealthcareV1::QueryAccessibleDataRequest] query_accessible_data_request_object
@@ -1931,7 +1936,7 @@ module Google
1931
1936
  # identification fails for some DICOM instances. The output DICOM store will not
1932
1937
  # contain these failed resources. Failed resource totals are tracked in
1933
1938
  # Operation.metadata. Error details are also logged to Cloud Logging (see [
1934
- # Viewing logs](/healthcare/docs/how-tos/logging)).
1939
+ # Viewing error logs in Cloud Logging](/healthcare/docs/how-tos/logging)).
1935
1940
  # @param [String] source_store
1936
1941
  # Source DICOM store resource name. For example, `projects/`project_id`/
1937
1942
  # locations/`location_id`/datasets/`dataset_id`/dicomStores/`dicom_store_id``.
@@ -1998,8 +2003,8 @@ module Google
1998
2003
 
1999
2004
  # Exports data to the specified destination by copying it from the DICOM store.
2000
2005
  # Errors are also logged to Cloud Logging. For more information, see [Viewing
2001
- # logs](/healthcare/docs/how-tos/logging). The metadata field type is
2002
- # OperationMetadata.
2006
+ # error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/
2007
+ # logging). The metadata field type is OperationMetadata.
2003
2008
  # @param [String] name
2004
2009
  # The DICOM store resource name from which to export the data. For example, `
2005
2010
  # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
@@ -2106,8 +2111,9 @@ module Google
2106
2111
  end
2107
2112
 
2108
2113
  # Imports data into the DICOM store by copying it from the specified source.
2109
- # Errors are logged to Cloud Logging. For more information, see [Viewing logs](/
2110
- # healthcare/docs/how-tos/logging). The metadata field type is OperationMetadata.
2114
+ # Errors are logged to Cloud Logging. For more information, see [Viewing error
2115
+ # logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/
2116
+ # logging). The metadata field type is OperationMetadata.
2111
2117
  # @param [String] name
2112
2118
  # The name of the DICOM store resource into which the data is imported. For
2113
2119
  # example, `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
@@ -3229,7 +3235,8 @@ module Google
3229
3235
  # store. The metadata field type is OperationMetadata. If the request is
3230
3236
  # successful, the response field type is DeidentifyFhirStoreSummary. If errors
3231
3237
  # occur, error is set. Error details are also logged to Cloud Logging (see [
3232
- # Viewing logs](/healthcare/docs/how-tos/logging)).
3238
+ # Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/
3239
+ # how-tos/logging)).
3233
3240
  # @param [String] source_store
3234
3241
  # Source FHIR store resource name. For example, `projects/`project_id`/locations/
3235
3242
  # `location_id`/datasets/`dataset_id`/fhirStores/`fhir_store_id``.
@@ -3296,10 +3303,11 @@ module Google
3296
3303
  # Export resources from the FHIR store to the specified destination. This method
3297
3304
  # returns an Operation that can be used to track the status of the export by
3298
3305
  # calling GetOperation. Immediate fatal errors appear in the error field, errors
3299
- # are also logged to Cloud Logging (see [Viewing logs](/healthcare/docs/how-tos/
3300
- # logging)). Otherwise, when the operation finishes, a detailed response of type
3301
- # ExportResourcesResponse is returned in the response field. The metadata field
3302
- # type for this operation is OperationMetadata.
3306
+ # are also logged to Cloud Logging (see [Viewing error logs in Cloud Logging](
3307
+ # https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when
3308
+ # the operation finishes, a detailed response of type ExportResourcesResponse is
3309
+ # returned in the response field. The metadata field type for this operation is
3310
+ # OperationMetadata.
3303
3311
  # @param [String] name
3304
3312
  # The name of the FHIR store to export resource from, in the format of `projects/
3305
3313
  # `project_id`/locations/`location_id`/datasets/`dataset_id`/fhirStores/`
@@ -3415,7 +3423,7 @@ module Google
3415
3423
  # stored using the supplied ID regardless of the enable_update_create setting on
3416
3424
  # the FHIR store. It is strongly advised not to include or encode any sensitive
3417
3425
  # data such as patient identifiers in client-specified resource IDs. Those IDs
3418
- # are part of the FHIR resource path recorded in Cloud audit logs and Cloud Pub/
3426
+ # are part of the FHIR resource path recorded in Cloud Audit Logs and Cloud Pub/
3419
3427
  # Sub notifications. Those IDs can also be contained in reference fields within
3420
3428
  # other resources. The import process does not enforce referential integrity,
3421
3429
  # regardless of the disable_referential_integrity setting on the FHIR store.
@@ -3453,10 +3461,11 @@ module Google
3453
3461
  # searchset` bundles produced by a FHIR search or Patient-everything operation.
3454
3462
  # This method returns an Operation that can be used to track the status of the
3455
3463
  # import by calling GetOperation. Immediate fatal errors appear in the error
3456
- # field, errors are also logged to Cloud Logging (see [Viewing logs](/healthcare/
3457
- # docs/how-tos/logging)). Otherwise, when the operation finishes, a detailed
3458
- # response of type ImportResourcesResponse is returned in the response field.
3459
- # The metadata field type for this operation is OperationMetadata.
3464
+ # field, errors are also logged to Cloud Logging (see [Viewing error logs in
3465
+ # Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).
3466
+ # Otherwise, when the operation finishes, a detailed response of type
3467
+ # ImportResourcesResponse is returned in the response field. The metadata field
3468
+ # type for this operation is OperationMetadata.
3460
3469
  # @param [String] name
3461
3470
  # The name of the FHIR store to import FHIR resources to, in the format of `
3462
3471
  # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/fhirStores/
@@ -3670,21 +3679,21 @@ module Google
3670
3679
  # implement/standards/fhir/DSTU2/patient-operations.html#everything), [STU3](
3671
3680
  # http://hl7.org/implement/standards/fhir/STU3/patient-operations.html#
3672
3681
  # everything), [R4](http://hl7.org/implement/standards/fhir/R4/patient-
3673
- # operations.html#everything)). On success, the response body will contain a
3674
- # JSON-encoded representation of a `Bundle` resource of type `searchset`,
3675
- # containing the results of the operation. Errors generated by the FHIR store
3676
- # will contain a JSON-encoded `OperationOutcome` resource describing the reason
3677
- # for the error. If the request cannot be mapped to a valid API method on a FHIR
3678
- # store, a generic GCP error might be returned instead. The resources in scope
3679
- # for the response are: * The patient resource itself. * All the resources
3680
- # directly referenced by the patient resource. * Resources directly referencing
3681
- # the patient resource that meet the inclusion criteria. The inclusion criteria
3682
- # are based on the membership rules in the patient compartment definition ([
3683
- # DSTU2](http://hl7.org/fhir/DSTU2/compartment-patient.html), [STU3](http://www.
3684
- # hl7.org/fhir/stu3/compartmentdefinition-patient.html), [R4](http://hl7.org/
3685
- # fhir/R4/compartmentdefinition-patient.html)), which details the eligible
3686
- # resource types and referencing search parameters. For samples that show how to
3687
- # call `Patient-everything`, see [Getting all patient compartment resources](/
3682
+ # operations.html#everything)). On success, the response body contains a JSON-
3683
+ # encoded representation of a `Bundle` resource of type `searchset`, containing
3684
+ # the results of the operation. Errors generated by the FHIR store contain a
3685
+ # JSON-encoded `OperationOutcome` resource describing the reason for the error.
3686
+ # If the request cannot be mapped to a valid API method on a FHIR store, a
3687
+ # generic GCP error might be returned instead. The resources in scope for the
3688
+ # response are: * The patient resource itself. * All the resources directly
3689
+ # referenced by the patient resource. * Resources directly referencing the
3690
+ # patient resource that meet the inclusion criteria. The inclusion criteria are
3691
+ # based on the membership rules in the patient compartment definition ([DSTU2](
3692
+ # http://hl7.org/fhir/DSTU2/compartment-patient.html), [STU3](http://www.hl7.org/
3693
+ # fhir/stu3/compartmentdefinition-patient.html), [R4](http://hl7.org/fhir/R4/
3694
+ # compartmentdefinition-patient.html)), which details the eligible resource
3695
+ # types and referencing search parameters. For samples that show how to call `
3696
+ # Patient-everything`, see [Getting all patient compartment resources](/
3688
3697
  # healthcare/docs/how-tos/fhir-resources#
3689
3698
  # getting_all_patient_compartment_resources).
3690
3699
  # @param [String] name
@@ -3789,8 +3798,8 @@ module Google
3789
3798
  # implement/standards/fhir/STU3/http.html#capabilities), [R4](http://hl7.org/
3790
3799
  # implement/standards/fhir/R4/http.html#capabilities)), or the [conformance
3791
3800
  # interaction](http://hl7.org/implement/standards/fhir/DSTU2/http.html#
3792
- # conformance) in the DSTU2 case. On success, the response body will contain a
3793
- # JSON-encoded representation of a `CapabilityStatement` resource.
3801
+ # conformance) in the DSTU2 case. On success, the response body contains a JSON-
3802
+ # encoded representation of a `CapabilityStatement` resource.
3794
3803
  # @param [String] name
3795
3804
  # Name of the FHIR store to retrieve the capabilities for.
3796
3805
  # @param [String] fields
@@ -3826,14 +3835,14 @@ module Google
3826
3835
  # hl7.org/implement/standards/fhir/R4/http.html#create)), which creates a new
3827
3836
  # resource with a server-assigned resource ID. The request body must contain a
3828
3837
  # JSON-encoded FHIR resource, and the request headers must contain `Content-Type:
3829
- # application/fhir+json`. On success, the response body will contain a JSON-
3830
- # encoded representation of the resource as it was created on the server,
3831
- # including the server-assigned resource ID and version ID. Errors generated by
3832
- # the FHIR store will contain a JSON-encoded `OperationOutcome` resource
3833
- # describing the reason for the error. If the request cannot be mapped to a
3834
- # valid API method on a FHIR store, a generic GCP error might be returned
3835
- # instead. For samples that show how to call `create`, see [Creating a FHIR
3836
- # resource](/healthcare/docs/how-tos/fhir-resources#creating_a_fhir_resource).
3838
+ # application/fhir+json`. On success, the response body contains a JSON-encoded
3839
+ # representation of the resource as it was created on the server, including the
3840
+ # server-assigned resource ID and version ID. Errors generated by the FHIR store
3841
+ # contain a JSON-encoded `OperationOutcome` resource describing the reason for
3842
+ # the error. If the request cannot be mapped to a valid API method on a FHIR
3843
+ # store, a generic GCP error might be returned instead. For samples that show
3844
+ # how to call `create`, see [Creating a FHIR resource](/healthcare/docs/how-tos/
3845
+ # fhir-resources#creating_a_fhir_resource).
3837
3846
  # @param [String] parent
3838
3847
  # The name of the FHIR store this resource belongs to.
3839
3848
  # @param [String] type
@@ -3974,10 +3983,10 @@ module Google
3974
3983
  # FHIR standard history interaction ([DSTU2](http://hl7.org/implement/standards/
3975
3984
  # fhir/DSTU2/http.html#history), [STU3](http://hl7.org/implement/standards/fhir/
3976
3985
  # STU3/http.html#history), [R4](http://hl7.org/implement/standards/fhir/R4/http.
3977
- # html#history)). On success, the response body will contain a JSON-encoded
3986
+ # html#history)). On success, the response body contains a JSON-encoded
3978
3987
  # representation of a `Bundle` resource of type `history`, containing the
3979
3988
  # version history sorted from most recent to oldest versions. Errors generated
3980
- # by the FHIR store will contain a JSON-encoded `OperationOutcome` resource
3989
+ # by the FHIR store contain a JSON-encoded `OperationOutcome` resource
3981
3990
  # describing the reason for the error. If the request cannot be mapped to a
3982
3991
  # valid API method on a FHIR store, a generic GCP error might be returned
3983
3992
  # instead. For samples that show how to call `history`, see [Listing FHIR
@@ -4043,11 +4052,11 @@ module Google
4043
4052
  # DSTU2 doesn't define a patch method, but the server supports it in the same
4044
4053
  # way it supports STU3. The request body must contain a JSON Patch document, and
4045
4054
  # the request headers must contain `Content-Type: application/json-patch+json`.
4046
- # On success, the response body will contain a JSON-encoded representation of
4047
- # the updated resource, including the server-assigned version ID. Errors
4048
- # generated by the FHIR store will contain a JSON-encoded `OperationOutcome`
4049
- # resource describing the reason for the error. If the request cannot be mapped
4050
- # to a valid API method on a FHIR store, a generic GCP error might be returned
4055
+ # On success, the response body contains a JSON-encoded representation of the
4056
+ # updated resource, including the server-assigned version ID. Errors generated
4057
+ # by the FHIR store contain a JSON-encoded `OperationOutcome` resource
4058
+ # describing the reason for the error. If the request cannot be mapped to a
4059
+ # valid API method on a FHIR store, a generic GCP error might be returned
4051
4060
  # instead. For samples that show how to call `patch`, see [Patching a FHIR
4052
4061
  # resource](/healthcare/docs/how-tos/fhir-resources#patching_a_fhir_resource).
4053
4062
  # @param [String] name
@@ -4091,13 +4100,13 @@ module Google
4091
4100
  # implement/standards/fhir/STU3/http.html#cread), [R4](http://hl7.org/implement/
4092
4101
  # standards/fhir/R4/http.html#cread)) specified by supplying an `If-Modified-
4093
4102
  # Since` header with a date/time value or an `If-None-Match` header with an ETag
4094
- # value. On success, the response body will contain a JSON-encoded
4095
- # representation of the resource. Errors generated by the FHIR store will
4096
- # contain a JSON-encoded `OperationOutcome` resource describing the reason for
4097
- # the error. If the request cannot be mapped to a valid API method on a FHIR
4098
- # store, a generic GCP error might be returned instead. For samples that show
4099
- # how to call `read`, see [Getting a FHIR resource](/healthcare/docs/how-tos/
4100
- # fhir-resources#getting_a_fhir_resource).
4103
+ # value. On success, the response body contains a JSON-encoded representation of
4104
+ # the resource. Errors generated by the FHIR store contain a JSON-encoded `
4105
+ # OperationOutcome` resource describing the reason for the error. If the request
4106
+ # cannot be mapped to a valid API method on a FHIR store, a generic GCP error
4107
+ # might be returned instead. For samples that show how to call `read`, see [
4108
+ # Getting a FHIR resource](/healthcare/docs/how-tos/fhir-resources#
4109
+ # getting_a_fhir_resource).
4101
4110
  # @param [String] name
4102
4111
  # The name of the resource to retrieve.
4103
4112
  # @param [String] fields
@@ -4143,9 +4152,9 @@ module Google
4143
4152
  # alternate form having the same semantics as the `GET` method for the specified
4144
4153
  # type. The `GET` and `POST` methods do not support compartment searches. The `
4145
4154
  # POST` method does not support `application/x-www-form-urlencoded` search
4146
- # parameters. On success, the response body will contain a JSON-encoded
4155
+ # parameters. On success, the response body contains a JSON-encoded
4147
4156
  # representation of a `Bundle` resource of type `searchset`, containing the
4148
- # results of the search. Errors generated by the FHIR store will contain a JSON-
4157
+ # results of the search. Errors generated by the FHIR store contain a JSON-
4149
4158
  # encoded `OperationOutcome` resource describing the reason for the error. If
4150
4159
  # the request cannot be mapped to a valid API method on a FHIR store, a generic
4151
4160
  # GCP error might be returned instead. The server's capability statement,
@@ -4217,9 +4226,9 @@ module Google
4217
4226
  # alternate form having the same semantics as the `GET` method for the specified
4218
4227
  # type. The `GET` and `POST` methods do not support compartment searches. The `
4219
4228
  # POST` method does not support `application/x-www-form-urlencoded` search
4220
- # parameters. On success, the response body will contain a JSON-encoded
4229
+ # parameters. On success, the response body contains a JSON-encoded
4221
4230
  # representation of a `Bundle` resource of type `searchset`, containing the
4222
- # results of the search. Errors generated by the FHIR store will contain a JSON-
4231
+ # results of the search. Errors generated by the FHIR store contain a JSON-
4223
4232
  # encoded `OperationOutcome` resource describing the reason for the error. If
4224
4233
  # the request cannot be mapped to a valid API method on a FHIR store, a generic
4225
4234
  # GCP error might be returned instead. The server's capability statement,
@@ -4290,19 +4299,18 @@ module Google
4290
4299
  # set, creates the resource with the client-specified ID. It is strongly advised
4291
4300
  # not to include or encode any sensitive data such as patient identifiers in
4292
4301
  # client-specified resource IDs. Those IDs are part of the FHIR resource path
4293
- # recorded in Cloud audit logs and Cloud Pub/Sub notifications. Those IDs can
4294
- # also be contained in reference fields within other resources. The request body
4295
- # must contain a JSON-encoded FHIR resource, and the request headers must
4296
- # contain `Content-Type: application/fhir+json`. The resource must contain an `
4297
- # id` element having an identical value to the ID in the REST path of the
4298
- # request. On success, the response body will contain a JSON-encoded
4299
- # representation of the updated resource, including the server-assigned version
4300
- # ID. Errors generated by the FHIR store will contain a JSON-encoded `
4301
- # OperationOutcome` resource describing the reason for the error. If the request
4302
- # cannot be mapped to a valid API method on a FHIR store, a generic GCP error
4303
- # might be returned instead. For samples that show how to call `update`, see [
4304
- # Updating a FHIR resource](/healthcare/docs/how-tos/fhir-resources#
4305
- # updating_a_fhir_resource).
4302
+ # recorded in Cloud Audit Logs and Pub/Sub notifications. Those IDs can also be
4303
+ # contained in reference fields within other resources. The request body must
4304
+ # contain a JSON-encoded FHIR resource, and the request headers must contain `
4305
+ # Content-Type: application/fhir+json`. The resource must contain an `id`
4306
+ # element having an identical value to the ID in the REST path of the request.
4307
+ # On success, the response body contains a JSON-encoded representation of the
4308
+ # updated resource, including the server-assigned version ID. Errors generated
4309
+ # by the FHIR store contain a JSON-encoded `OperationOutcome` resource
4310
+ # describing the reason for the error. If the request cannot be mapped to a
4311
+ # valid API method on a FHIR store, a generic GCP error might be returned
4312
+ # instead. For samples that show how to call `update`, see [Updating a FHIR
4313
+ # resource](/healthcare/docs/how-tos/fhir-resources#updating_a_fhir_resource).
4306
4314
  # @param [String] name
4307
4315
  # The name of the resource to update.
4308
4316
  # @param [Google::Apis::HealthcareV1::HttpBody] http_body_object
@@ -4339,13 +4347,13 @@ module Google
4339
4347
  # version ID. Implements the FHIR standard vread interaction ([DSTU2](http://hl7.
4340
4348
  # org/implement/standards/fhir/DSTU2/http.html#vread), [STU3](http://hl7.org/
4341
4349
  # implement/standards/fhir/STU3/http.html#vread), [R4](http://hl7.org/implement/
4342
- # standards/fhir/R4/http.html#vread)). On success, the response body will
4343
- # contain a JSON-encoded representation of the resource. Errors generated by the
4344
- # FHIR store will contain a JSON-encoded `OperationOutcome` resource describing
4345
- # the reason for the error. If the request cannot be mapped to a valid API
4346
- # method on a FHIR store, a generic GCP error might be returned instead. For
4347
- # samples that show how to call `vread`, see [Retrieving a FHIR resource version]
4348
- # (/healthcare/docs/how-tos/fhir-resources#retrieving_a_fhir_resource_version).
4350
+ # standards/fhir/R4/http.html#vread)). On success, the response body contains a
4351
+ # JSON-encoded representation of the resource. Errors generated by the FHIR
4352
+ # store contain a JSON-encoded `OperationOutcome` resource describing the reason
4353
+ # for the error. If the request cannot be mapped to a valid API method on a FHIR
4354
+ # store, a generic GCP error might be returned instead. For samples that show
4355
+ # how to call `vread`, see [Retrieving a FHIR resource version](/healthcare/docs/
4356
+ # how-tos/fhir-resources#retrieving_a_fhir_resource_version).
4349
4357
  # @param [String] name
4350
4358
  # The name of the resource version to retrieve.
4351
4359
  # @param [String] fields
@@ -4688,10 +4696,10 @@ module Google
4688
4696
  end
4689
4697
 
4690
4698
  # Parses and stores an HL7v2 message. This method triggers an asynchronous
4691
- # notification to any Cloud Pub/Sub topic configured in projects.locations.
4692
- # datasets.hl7V2Stores.Hl7V2NotificationConfig, if the filtering matches the
4693
- # message. If an MLLP adapter is configured to listen to a Cloud Pub/Sub topic,
4694
- # the adapter transmits the message when a notification is received.
4699
+ # notification to any Pub/Sub topic configured in Hl7V2Store.
4700
+ # Hl7V2NotificationConfig, if the filtering matches the message. If an MLLP
4701
+ # adapter is configured to listen to a Pub/Sub topic, the adapter transmits the
4702
+ # message when a notification is received.
4695
4703
  # @param [String] parent
4696
4704
  # The name of the dataset this message belongs to.
4697
4705
  # @param [Google::Apis::HealthcareV1::CreateMessageRequest] create_message_request_object
@@ -4789,14 +4797,14 @@ module Google
4789
4797
  end
4790
4798
 
4791
4799
  # Parses and stores an HL7v2 message. This method triggers an asynchronous
4792
- # notification to any Cloud Pub/Sub topic configured in projects.locations.
4793
- # datasets.hl7V2Stores.Hl7V2NotificationConfig, if the filtering matches the
4794
- # message. If an MLLP adapter is configured to listen to a Cloud Pub/Sub topic,
4795
- # the adapter transmits the message when a notification is received. This method
4796
- # also generates a response containing an HL7v2 acknowledgement (`ACK`) message
4797
- # when successful or a negative acknowledgement (`NACK`) message in case of
4798
- # error, suitable for replying to HL7v2 interface systems that expect these
4799
- # acknowledgements.
4800
+ # notification to any Pub/Sub topic configured in Hl7V2Store.
4801
+ # Hl7V2NotificationConfig, if the filtering matches the message. If an MLLP
4802
+ # adapter is configured to listen to a Pub/Sub topic, the adapter transmits the
4803
+ # message when a notification is received. If the method is successful, it
4804
+ # generates a response containing an HL7v2 acknowledgment (`ACK`) message. If
4805
+ # the method encounters an error, it returns a negative acknowledgment (`NACK`)
4806
+ # message. This behavior is suitable for replying to HL7v2 interface systems
4807
+ # that expect these acknowledgments.
4800
4808
  # @param [String] parent
4801
4809
  # The name of the HL7v2 store this message belongs to.
4802
4810
  # @param [Google::Apis::HealthcareV1::IngestMessageRequest] ingest_message_request_object
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-healthcare_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.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-15 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_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-healthcare_v1
57
57
  post_install_message:
58
58
  rdoc_options: []