google-apis-healthcare_v1beta1 0.4.0 → 0.9.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: b5b1b508f859dd4d5a41f9eb2ef1ac1cd1de41089d54fcf8597a6bdf944e1153
4
- data.tar.gz: e389ffeda475cb53656de5c3172d58432726eca49fe4a1998e373c3982840931
3
+ metadata.gz: 0c79cc586fda6a1f21db1d4904b8725e1831f85444add65df9e0173cfec3fd50
4
+ data.tar.gz: 5628dce40db6cd3b779c400c88f048df150d8e358cbf7189c6fbc0e55e558620
5
5
  SHA512:
6
- metadata.gz: aaad37344e62f6b75cf6732917021ce44ab51f27c5ec75bff1a338d7b5d7872a77e03e5e4eeb7be1bb70a8bc5b41f740a128c313faaab6f4b7b82799186cc375
7
- data.tar.gz: 4f1d8c15e092e8c2d2341b751111337d6f4435939327e8606c371b7b4853819e2a24446482efab6607030b341a4bb4a21f2b119c70c92c304e505cd3f3b62d13
6
+ metadata.gz: d87b5197a1336cb17cb94d6a350ccba1b24d791e9e2a209d688d69b222e464a41d52bedf8c569cd249b356d147627d4c7f5a7534627757955c39a6a9c8a5dc3b
7
+ data.tar.gz: 43066ba632d725a7d5e62f7a732b8bec9c1216cfaef86c2d31dd4d49a156c3b299f5568320bf8f2a31e60bb3bedb62167547470e4c4ab7e94a2a97f4418421a8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.9.0 (2021-06-15)
4
+
5
+ * Regenerated from discovery document revision 20210603
6
+ * Regenerated using generator version 0.3.0
7
+
8
+ ### v0.8.0 (2021-05-21)
9
+
10
+ * Regenerated from discovery document revision 20210507
11
+ * Unspecified changes
12
+
13
+ ### v0.7.0 (2021-04-28)
14
+
15
+ * Regenerated from discovery document revision 20210414
16
+
17
+ ### v0.6.0 (2021-03-26)
18
+
19
+ * Regenerated from discovery document revision 20210317
20
+
21
+ ### v0.5.0 (2021-03-18)
22
+
23
+ * Regenerated from discovery document revision 20210301
24
+ * Regenerated using generator version 0.2.0
25
+
3
26
  ### v0.4.0 (2021-03-04)
4
27
 
5
28
  * Regenerated from discovery document revision 20210217
@@ -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
@@ -2809,31 +2817,34 @@ module Google
2809
2817
  # dataset's time_zone, from the MSH-7 segment. For example, `send_date < "2017-
2810
2818
  # 01-02"`. * `send_time`, the timestamp when the message was sent, using the
2811
2819
  # RFC3339 time format for comparisons, from the MSH-7 segment. For example, `
2812
- # send_time < "2017-01-02T00:00:00-05:00"`. * `send_facility`, the care center
2813
- # that the message came from, from the MSH-4 segment. For example, `
2814
- # send_facility = "ABC"`. * `PatientId(value, type)`, which matches if the
2815
- # message lists a patient having an ID of the given value and type in the PID-2,
2816
- # PID-3, or PID-4 segments. For example, `PatientId("123456", "MRN")`. * `labels.
2817
- # x`, a string value of the label with key `x` as set using the Message.labels
2818
- # map. For example, `labels."priority"="high"`. The operator `:*` can be used to
2819
- # assert the existence of a label. For example, `labels."priority":*`.
2820
+ # send_time < "2017-01-02T00:00:00-05:00"`. * `create_time`, the timestamp when
2821
+ # the message was created in the HL7v2 store. Use the RFC3339 time format for
2822
+ # comparisons. For example, `create_time < "2017-01-02T00:00:00-05:00"`. * `
2823
+ # send_facility`, the care center that the message came from, from the MSH-4
2824
+ # segment. For example, `send_facility = "ABC"`. * `PatientId(value, type)`,
2825
+ # which matches if the message lists a patient having an ID of the given value
2826
+ # and type in the PID-2, PID-3, or PID-4 segments. For example, `PatientId("
2827
+ # 123456", "MRN")`. * `labels.x`, a string value of the label with key `x` as
2828
+ # set using the Message.labels map. For example, `labels."priority"="high"`. The
2829
+ # operator `:*` can be used to assert the existence of a label. For example, `
2830
+ # labels."priority":*`.
2820
2831
  # Corresponds to the JSON property `filter`
2821
2832
  # @return [String]
2822
2833
  attr_accessor :filter
2823
2834
 
2824
- # The [Cloud Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that
2825
- # notifications of changes are published on. Supplied by the client. The
2826
- # notification is a `PubsubMessage` with the following fields: * `PubsubMessage.
2827
- # Data` contains the resource name. * `PubsubMessage.MessageId` is the ID of
2828
- # this notification. It is guaranteed to be unique within the topic. * `
2829
- # PubsubMessage.PublishTime` is the time when the message was published. Note
2830
- # that notifications are only sent if the topic is non-empty. [Topic names](
2831
- # https://cloud.google.com/pubsub/docs/overview#names) must be scoped to a
2832
- # project. Cloud Healthcare API service account must have publisher permissions
2833
- # on the given Pub/Sub topic. Not having adequate permissions causes the calls
2834
- # that send notifications to fail. If a notification can't be published to Cloud
2835
- # Pub/Sub, errors are logged to Cloud Logging. For more information, see [
2836
- # 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).
2837
2848
  # Corresponds to the JSON property `pubsubTopic`
2838
2849
  # @return [String]
2839
2850
  attr_accessor :pubsub_topic
@@ -3879,17 +3890,17 @@ module Google
3879
3890
  class NotificationConfig
3880
3891
  include Google::Apis::Core::Hashable
3881
3892
 
3882
- # The [Cloud Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that
3883
- # notifications of changes are published on. Supplied by the client.
3884
- # PubsubMessage.Data contains the resource name. PubsubMessage.MessageId is the
3885
- # ID of this message. It is guaranteed to be unique within the topic.
3886
- # PubsubMessage.PublishTime is the time at which the message was published.
3887
- # Notifications are only sent if the topic is non-empty. [Topic names](https://
3888
- # cloud.google.com/pubsub/docs/overview#names) must be scoped to a project.
3889
- # Cloud Healthcare API service account must have publisher permissions on the
3890
- # given Cloud Pub/Sub topic. Not having adequate permissions causes the calls
3891
- # that send notifications to fail. If a notification can't be published to Cloud
3892
- # 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/
3893
3904
  # docs/how-tos/logging)). If the number of errors exceeds a certain rate, some
3894
3905
  # aren't submitted. Note that not all operations trigger notifications, see [
3895
3906
  # Configuring Pub/Sub notifications](https://cloud.google.com/healthcare/docs/
@@ -4002,8 +4013,8 @@ module Google
4002
4013
  attr_accessor :end_time
4003
4014
 
4004
4015
  # A link to audit and error logs in the log viewer. Error logs are generated
4005
- # only by some operations, listed at [Viewing logs](/healthcare/docs/how-tos/
4006
- # logging).
4016
+ # only by some operations, listed at [Viewing error logs in Cloud Logging](https:
4017
+ # //cloud.google.com/healthcare/docs/how-tos/logging).
4007
4018
  # Corresponds to the JSON property `logsUrl`
4008
4019
  # @return [String]
4009
4020
  attr_accessor :logs_url
@@ -4233,8 +4244,9 @@ module Google
4233
4244
  # Queries all data_ids that are consented for a given use in the given consent
4234
4245
  # store and writes them to a specified destination. The returned Operation
4235
4246
  # includes a progress counter for the number of User data mappings processed.
4236
- # Errors are logged to Cloud Logging (see [Viewing logs] (/healthcare/docs/how-
4237
- # 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).
4238
4250
  class QueryAccessibleDataRequest
4239
4251
  include Google::Apis::Core::Hashable
4240
4252
 
@@ -4267,6 +4279,20 @@ module Google
4267
4279
  end
4268
4280
  end
4269
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
+ def initialize(**args)
4288
+ update!(**args)
4289
+ end
4290
+
4291
+ # Update properties of this object
4292
+ def update!(**args)
4293
+ end
4294
+ end
4295
+
4270
4296
  # Define how to redact sensitive values. Default behaviour is erase. For example,
4271
4297
  # "My name is Jane." becomes "My name is ."
4272
4298
  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.4.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210217"
25
+ REVISION = "20210603"
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,12 @@ module Google
2135
2142
  end
2136
2143
  end
2137
2144
 
2145
+ class QueryAccessibleDataResponse
2146
+ # @private
2147
+ class Representation < Google::Apis::Core::JsonRepresentation
2148
+ end
2149
+ end
2150
+
2138
2151
  class RedactConfig
2139
2152
  # @private
2140
2153
  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,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`/
@@ -3150,11 +3157,10 @@ module Google
3150
3157
 
3151
3158
  # DeleteStudy deletes all instances within the given study using a long running
3152
3159
  # 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#
3160
+ # when the deletion is complete. Warning: Instances cannot be inserted into a
3161
+ # study that is being deleted by an operation until the operation completes. For
3162
+ # samples that show how to call DeleteStudy, see [Deleting a study, series, or
3163
+ # instance](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
3158
3164
  # deleting_a_study_series_or_instance).
3159
3165
  # @param [String] parent
3160
3166
  # @param [String] dicom_web_path
@@ -3409,12 +3415,11 @@ module Google
3409
3415
 
3410
3416
  # DeleteSeries deletes all instances within the given study and series using a
3411
3417
  # 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).
3418
+ # successful when the deletion is complete. Warning: Instances cannot be
3419
+ # inserted into a series that is being deleted by an operation until the
3420
+ # operation completes. For samples that show how to call DeleteSeries, see [
3421
+ # Deleting a study, series, or instance](https://cloud.google.com/healthcare/
3422
+ # docs/how-tos/dicomweb#deleting_a_study_series_or_instance).
3418
3423
  # @param [String] parent
3419
3424
  # The name of the DICOM store that is being accessed. For example, `projects/`
3420
3425
  # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
@@ -3886,8 +3891,8 @@ module Google
3886
3891
  # store. The metadata field type is OperationMetadata. If the request is
3887
3892
  # successful, the response field type is DeidentifyFhirStoreSummary. The number
3888
3893
  # 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).
3894
+ # logged to Cloud Logging. For more information, see [Viewing error logs in
3895
+ # Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging).
3891
3896
  # @param [String] source_store
3892
3897
  # Source FHIR store resource name. For example, `projects/`project_id`/locations/
3893
3898
  # `location_id`/datasets/`dataset_id`/fhirStores/`fhir_store_id``.
@@ -3954,10 +3959,11 @@ module Google
3954
3959
  # Export resources from the FHIR store to the specified destination. This method
3955
3960
  # returns an Operation that can be used to track the status of the export by
3956
3961
  # 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.
3962
+ # are also logged to Cloud Logging (see [Viewing error logs in Cloud Logging](
3963
+ # https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when
3964
+ # the operation finishes, a detailed response of type ExportResourcesResponse is
3965
+ # returned in the response field. The metadata field type for this operation is
3966
+ # OperationMetadata.
3961
3967
  # @param [String] name
3962
3968
  # The name of the FHIR store to export resource from, in the format of `projects/
3963
3969
  # `project_id`/locations/`location_id`/datasets/`dataset_id`/fhirStores/`
@@ -4073,7 +4079,7 @@ module Google
4073
4079
  # stored using the supplied ID regardless of the enable_update_create setting on
4074
4080
  # the FHIR store. It is strongly advised not to include or encode any sensitive
4075
4081
  # 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/
4082
+ # are part of the FHIR resource path recorded in Cloud Audit Logs and Cloud Pub/
4077
4083
  # Sub notifications. Those IDs can also be contained in reference fields within
4078
4084
  # other resources. The import process does not enforce referential integrity,
4079
4085
  # regardless of the disable_referential_integrity setting on the FHIR store.
@@ -4111,10 +4117,11 @@ module Google
4111
4117
  # searchset` bundles produced by a FHIR search or Patient-everything operation.
4112
4118
  # This method returns an Operation that can be used to track the status of the
4113
4119
  # 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.
4120
+ # field, errors are also logged to Cloud Logging (see [Viewing error logs in
4121
+ # Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).
4122
+ # Otherwise, when the operation finishes, a detailed response of type
4123
+ # ImportResourcesResponse is returned in the response field. The metadata field
4124
+ # type for this operation is OperationMetadata.
4118
4125
  # @param [String] name
4119
4126
  # The name of the FHIR store to import FHIR resources to, in the format of `
4120
4127
  # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/fhirStores/
@@ -4823,22 +4830,21 @@ module Google
4823
4830
  # set, creates the resource with the client-specified ID. It is strongly advised
4824
4831
  # not to include or encode any sensitive data such as patient identifiers in
4825
4832
  # 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).
4833
+ # recorded in Cloud Audit Logs and Pub/Sub notifications. Those IDs can also be
4834
+ # contained in reference fields within other resources. If the search criteria
4835
+ # identify zero matches, and the supplied resource body does not contain an `id`,
4836
+ # the resource is created with a server-assigned ID as per the create method.
4837
+ # The request body must contain a JSON-encoded FHIR resource, and the request
4838
+ # headers must contain `Content-Type: application/fhir+json`. On success, the
4839
+ # response body contains a JSON-encoded representation of the updated resource,
4840
+ # including the server-assigned version ID. Errors generated by the FHIR store
4841
+ # contain a JSON-encoded `OperationOutcome` resource describing the reason for
4842
+ # the error. If the request cannot be mapped to a valid API method on a FHIR
4843
+ # store, a generic GCP error might be returned instead. This method requires the`
4844
+ # healthcare.fhirStores.searchResources` and `healthcare.fhirResources.update`
4845
+ # permissions on the parent FHIR store. For samples that show how to call `
4846
+ # conditionalUpdate`, see [Conditionally updating a FHIR resource](/healthcare/
4847
+ # docs/how-tos/fhir-resources#conditionally_updating_a_fhir_resource).
4842
4848
  # @param [String] parent
4843
4849
  # The name of the FHIR store this resource belongs to.
4844
4850
  # @param [String] type
@@ -5361,14 +5367,14 @@ module Google
5361
5367
  # set, creates the resource with the client-specified ID. It is strongly advised
5362
5368
  # not to include or encode any sensitive data such as patient identifiers in
5363
5369
  # 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
5370
+ # recorded in Cloud Audit Logs and Pub/Sub notifications. Those IDs can also be
5371
+ # contained in reference fields within other resources. The request body must
5372
+ # contain a JSON-encoded FHIR resource, and the request headers must contain `
5373
+ # Content-Type: application/fhir+json`. The resource must contain an `id`
5374
+ # element having an identical value to the ID in the REST path of the request.
5375
+ # On success, the response body contains a JSON-encoded representation of the
5376
+ # updated resource, including the server-assigned version ID. Errors generated
5377
+ # by the FHIR store contain a JSON-encoded `OperationOutcome` resource
5372
5378
  # describing the reason for the error. If the request cannot be mapped to a
5373
5379
  # valid API method on a FHIR store, a generic GCP error might be returned
5374
5380
  # instead. For samples that show how to call `update`, see [Updating a FHIR
@@ -5642,10 +5648,11 @@ module Google
5642
5648
  # successfully imported messages are not rolled back. This method returns an
5643
5649
  # Operation that can be used to track the status of the import by calling
5644
5650
  # 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.
5651
+ # also logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https:/
5652
+ # /cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when the
5653
+ # operation finishes, a response of type ImportMessagesResponse is returned in
5654
+ # the response field. The metadata field type for this operation is
5655
+ # OperationMetadata.
5649
5656
  # @param [String] name
5650
5657
  # The name of the target HL7v2 store, in the format `projects/`project_id`/
5651
5658
  # locations/`location_id`/datasets/`dataset_id`/hl7v2Stores/`hl7v2_store_id``
@@ -5895,10 +5902,10 @@ module Google
5895
5902
  end
5896
5903
 
5897
5904
  # 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.
5905
+ # notification to any Pub/Sub topic configured in Hl7V2Store.
5906
+ # Hl7V2NotificationConfig, if the filtering matches the message. If an MLLP
5907
+ # adapter is configured to listen to a Pub/Sub topic, the adapter transmits the
5908
+ # message when a notification is received.
5902
5909
  # @param [String] parent
5903
5910
  # The name of the dataset this message belongs to.
5904
5911
  # @param [Google::Apis::HealthcareV1beta1::CreateMessageRequest] create_message_request_object
@@ -5996,14 +6003,14 @@ module Google
5996
6003
  end
5997
6004
 
5998
6005
  # 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.
6006
+ # notification to any Pub/Sub topic configured in Hl7V2Store.
6007
+ # Hl7V2NotificationConfig, if the filtering matches the message. If an MLLP
6008
+ # adapter is configured to listen to a Pub/Sub topic, the adapter transmits the
6009
+ # message when a notification is received. If the method is successful, it
6010
+ # generates a response containing an HL7v2 acknowledgment (`ACK`) message. If
6011
+ # the method encounters an error, it returns a negative acknowledgment (`NACK`)
6012
+ # message. This behavior is suitable for replying to HL7v2 interface systems
6013
+ # that expect these acknowledgments.
6007
6014
  # @param [String] parent
6008
6015
  # The name of the HL7v2 store this message belongs to.
6009
6016
  # @param [Google::Apis::HealthcareV1beta1::IngestMessageRequest] ingest_message_request_object
@@ -6069,14 +6076,17 @@ module Google
6069
6076
  # dataset's time_zone, from the MSH-7 segment. For example, `send_date < "2017-
6070
6077
  # 01-02"`. * `send_time`, the timestamp when the message was sent, using the
6071
6078
  # RFC3339 time format for comparisons, from the MSH-7 segment. For example, `
6072
- # send_time < "2017-01-02T00:00:00-05:00"`. * `send_facility`, the care center
6073
- # that the message came from, from the MSH-4 segment. For example, `
6074
- # send_facility = "ABC"`. * `PatientId(value, type)`, which matches if the
6075
- # message lists a patient having an ID of the given value and type in the PID-2,
6076
- # PID-3, or PID-4 segments. For example, `PatientId("123456", "MRN")`. * `labels.
6077
- # x`, a string value of the label with key `x` as set using the Message.labels
6078
- # map. For example, `labels."priority"="high"`. The operator `:*` can be used to
6079
- # assert the existence of a label. For example, `labels."priority":*`.
6079
+ # send_time < "2017-01-02T00:00:00-05:00"`. * `create_time`, the timestamp when
6080
+ # the message was created in the HL7v2 store. Use the RFC3339 time format for
6081
+ # comparisons. For example, `create_time < "2017-01-02T00:00:00-05:00"`. * `
6082
+ # send_facility`, the care center that the message came from, from the MSH-4
6083
+ # segment. For example, `send_facility = "ABC"`. * `PatientId(value, type)`,
6084
+ # which matches if the message lists a patient having an ID of the given value
6085
+ # and type in the PID-2, PID-3, or PID-4 segments. For example, `PatientId("
6086
+ # 123456", "MRN")`. * `labels.x`, a string value of the label with key `x` as
6087
+ # set using the Message.labels map. For example, `labels."priority"="high"`. The
6088
+ # operator `:*` can be used to assert the existence of a label. For example, `
6089
+ # labels."priority":*`.
6080
6090
  # @param [String] order_by
6081
6091
  # Orders messages returned by the specified order_by clause. Syntax: https://
6082
6092
  # cloud.google.com/apis/design/design_patterns#sorting_order Fields available
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.4.0
4
+ version: 0.9.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-08 00:00:00.000000000 Z
11
+ date: 2021-06-21 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.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.9.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: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.13
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Cloud Healthcare API V1beta1