google-apis-healthcare_v1 0.66.0 → 0.68.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 52e0d31fb13d5afe64d1e6bd100299eae71a6fbd207be7a0950c66bf9a98a1ff
4
- data.tar.gz: c55b4ff5f461b632bc3aff6cbf3151b0a2d92d7a8520baaf8041781337577183
3
+ metadata.gz: 60627fb98d9401b36e08167d60332581b985a3b3c558cfe055931752e2a186c0
4
+ data.tar.gz: e8a71d6ad9997ee3c75e51132f7da9ab57eec828c78084cdd409ab3fa70a036e
5
5
  SHA512:
6
- metadata.gz: dd955a1d8d7049f92b291164ed01cbe3a723e96377554ff88b7c5fa6bef4ddbd207a24b12a54d897cbbadda71d9664811c654ad9204c86024c38d33c389eeb9c
7
- data.tar.gz: 1dfb5f3938a8edcddb7ef7b0df2244d01c34cd5c5decc76b3f813ca15856213b107e8011ac90fea54b0208042fee3d2cb7f526a310899247a3a105fe84c9c539
6
+ metadata.gz: 3dd0aa7d44467b9b5d078fc0beb5b2ab482658376d4798b6d13ee8f555bbfed552f9803d8b20b9588c84ffde2567f508b356fbb0ccc13e102cdf4d58563f242a
7
+ data.tar.gz: b67e86ce4b210e470a6e15e73ebe7ab335b44feda62291753cccdc71f3a24b2b2d6584a18a33040066831d70b6181fcb420378f33fe2c9e3766ffefc23344523
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.68.0 (2024-10-27)
4
+
5
+ * Regenerated from discovery document revision 20241017
6
+
7
+ ### v0.67.0 (2024-09-22)
8
+
9
+ * Regenerated from discovery document revision 20240910
10
+
3
11
  ### v0.66.0 (2024-09-08)
4
12
 
5
13
  * Regenerated from discovery document revision 20240822
@@ -959,9 +959,9 @@ module Google
959
959
  # @return [Google::Apis::HealthcareV1::DeidentifyConfig]
960
960
  attr_accessor :config
961
961
 
962
- # The full resource name of a Cloud Healthcare FHIR store, for example, `
963
- # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/fhirStores/
964
- # `fhir_store_id``.
962
+ # Optional. The full resource name of a Cloud Healthcare FHIR store, for example,
963
+ # `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
964
+ # fhirStores/`fhir_store_id``.
965
965
  # Corresponds to the JSON property `store`
966
966
  # @return [String]
967
967
  attr_accessor :store
@@ -1964,18 +1964,19 @@ module Google
1964
1964
  class FhirNotificationConfig
1965
1965
  include Google::Apis::Core::Hashable
1966
1966
 
1967
- # The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that notifications
1968
- # of changes are published on. Supplied by the client. The notification is a `
1969
- # PubsubMessage` with the following fields: * `PubsubMessage.Data` contains the
1970
- # resource name. * `PubsubMessage.MessageId` is the ID of this notification. It
1971
- # is guaranteed to be unique within the topic. * `PubsubMessage.PublishTime` is
1972
- # the time when the message was published. Note that notifications are only sent
1973
- # if the topic is non-empty. [Topic names](https://cloud.google.com/pubsub/docs/
1974
- # overview#names) must be scoped to a project. The Cloud Healthcare API service
1975
- # account, service-@gcp-sa-healthcare.iam.gserviceaccount.com, must have
1976
- # publisher permissions on the given Pub/Sub topic. Not having adequate
1977
- # permissions causes the calls that send notifications to fail (https://cloud.
1978
- # google.com/healthcare-api/docs/permissions-healthcare-api-gcp-products#
1967
+ # Optional. The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that
1968
+ # notifications of changes are published on. Supplied by the client. The
1969
+ # notification is a `PubsubMessage` with the following fields: * `PubsubMessage.
1970
+ # Data` contains the resource name. * `PubsubMessage.MessageId` is the ID of
1971
+ # this notification. It is guaranteed to be unique within the topic. * `
1972
+ # PubsubMessage.PublishTime` is the time when the message was published. Note
1973
+ # that notifications are only sent if the topic is non-empty. [Topic names](
1974
+ # https://cloud.google.com/pubsub/docs/overview#names) must be scoped to a
1975
+ # project. The Cloud Healthcare API service account, service-@gcp-sa-healthcare.
1976
+ # iam.gserviceaccount.com, must have publisher permissions on the given Pub/Sub
1977
+ # topic. Not having adequate permissions causes the calls that send
1978
+ # notifications to fail (https://cloud.google.com/healthcare-api/docs/
1979
+ # permissions-healthcare-api-gcp-products#
1979
1980
  # dicom_fhir_and_hl7v2_store_cloud_pubsub_permissions). If a notification can't
1980
1981
  # be published to Pub/Sub, errors are logged to Cloud Logging. For more
1981
1982
  # information, see [Viewing error logs in Cloud Logging](https://cloud.google.
@@ -1984,20 +1985,20 @@ module Google
1984
1985
  # @return [String]
1985
1986
  attr_accessor :pubsub_topic
1986
1987
 
1987
- # Whether to send full FHIR resource to this Pub/Sub topic. The default value is
1988
- # false.
1988
+ # Optional. Whether to send full FHIR resource to this Pub/Sub topic. The
1989
+ # default value is false.
1989
1990
  # Corresponds to the JSON property `sendFullResource`
1990
1991
  # @return [Boolean]
1991
1992
  attr_accessor :send_full_resource
1992
1993
  alias_method :send_full_resource?, :send_full_resource
1993
1994
 
1994
- # Whether to send full FHIR resource to this Pub/Sub topic for deleting FHIR
1995
- # resource. The default value is false. Note that setting this to true does not
1996
- # guarantee that all previous resources will be sent in the format of full FHIR
1997
- # resource. When a resource change is too large or during heavy traffic, only
1998
- # the resource name will be sent. Clients should always check the "payloadType"
1999
- # label from a Pub/Sub message to determine whether it needs to fetch the full
2000
- # previous resource as a separate operation.
1995
+ # Optional. Whether to send full FHIR resource to this Pub/Sub topic for
1996
+ # deleting FHIR resource. The default value is false. Note that setting this to
1997
+ # true does not guarantee that all previous resources will be sent in the format
1998
+ # of full FHIR resource. When a resource change is too large or during heavy
1999
+ # traffic, only the resource name will be sent. Clients should always check the "
2000
+ # payloadType" label from a Pub/Sub message to determine whether it needs to
2001
+ # fetch the full previous resource as a separate operation.
2001
2002
  # Corresponds to the JSON property `sendPreviousResourceOnDelete`
2002
2003
  # @return [Boolean]
2003
2004
  attr_accessor :send_previous_resource_on_delete
@@ -2019,24 +2020,24 @@ module Google
2019
2020
  class FhirStore
2020
2021
  include Google::Apis::Core::Hashable
2021
2022
 
2022
- # Enable parsing of references within complex FHIR data types such as Extensions.
2023
- # If this value is set to ENABLED, then features like referential integrity and
2024
- # Bundle reference rewriting apply to all references. If this flag has not been
2025
- # specified the behavior of the FHIR store will not change, references in
2026
- # complex data types will not be parsed. New stores will have this value set to
2027
- # ENABLED after a notification period. Warning: turning on this flag causes
2028
- # processing existing resources to fail if they contain references to non-
2029
- # existent resources.
2023
+ # Optional. Enable parsing of references within complex FHIR data types such as
2024
+ # Extensions. If this value is set to ENABLED, then features like referential
2025
+ # integrity and Bundle reference rewriting apply to all references. If this flag
2026
+ # has not been specified the behavior of the FHIR store will not change,
2027
+ # references in complex data types will not be parsed. New stores will have this
2028
+ # value set to ENABLED after a notification period. Warning: turning on this
2029
+ # flag causes processing existing resources to fail if they contain references
2030
+ # to non-existent resources.
2030
2031
  # Corresponds to the JSON property `complexDataTypeReferenceParsing`
2031
2032
  # @return [String]
2032
2033
  attr_accessor :complex_data_type_reference_parsing
2033
2034
 
2034
- # If true, overrides the default search behavior for this FHIR store to `
2035
- # handling=strict` which returns an error for unrecognized search parameters. If
2036
- # false, uses the FHIR specification default `handling=lenient` which ignores
2037
- # unrecognized search parameters. The handling can always be changed from the
2038
- # default on an individual API call by setting the HTTP header `Prefer: handling=
2039
- # strict` or `Prefer: handling=lenient`. Defaults to false.
2035
+ # Optional. If true, overrides the default search behavior for this FHIR store
2036
+ # to `handling=strict` which returns an error for unrecognized search parameters.
2037
+ # If false, uses the FHIR specification default `handling=lenient` which
2038
+ # ignores unrecognized search parameters. The handling can always be changed
2039
+ # from the default on an individual API call by setting the HTTP header `Prefer:
2040
+ # handling=strict` or `Prefer: handling=lenient`. Defaults to false.
2040
2041
  # Corresponds to the JSON property `defaultSearchHandlingStrict`
2041
2042
  # @return [Boolean]
2042
2043
  attr_accessor :default_search_handling_strict
@@ -2065,16 +2066,16 @@ module Google
2065
2066
  attr_accessor :disable_resource_versioning
2066
2067
  alias_method :disable_resource_versioning?, :disable_resource_versioning
2067
2068
 
2068
- # Whether this FHIR store has the [updateCreate capability](https://www.hl7.org/
2069
- # fhir/capabilitystatement-definitions.html#CapabilityStatement.rest.resource.
2070
- # updateCreate). This determines if the client can use an Update operation to
2071
- # create a new resource with a client-specified ID. If false, all IDs are server-
2072
- # assigned through the Create operation and attempts to update a non-existent
2073
- # resource return errors. It is strongly advised not to include or encode any
2074
- # sensitive data such as patient identifiers in client-specified resource IDs.
2075
- # Those IDs are part of the FHIR resource path recorded in Cloud audit logs and
2076
- # Pub/Sub notifications. Those IDs can also be contained in reference fields
2077
- # within other resources. Defaults to false.
2069
+ # Optional. Whether this FHIR store has the [updateCreate capability](https://
2070
+ # www.hl7.org/fhir/capabilitystatement-definitions.html#CapabilityStatement.rest.
2071
+ # resource.updateCreate). This determines if the client can use an Update
2072
+ # operation to create a new resource with a client-specified ID. If false, all
2073
+ # IDs are server-assigned through the Create operation and attempts to update a
2074
+ # non-existent resource return errors. It is strongly advised not to include or
2075
+ # encode any sensitive data such as patient identifiers in client-specified
2076
+ # resource IDs. Those IDs are part of the FHIR resource path recorded in Cloud
2077
+ # audit logs and Pub/Sub notifications. Those IDs can also be contained in
2078
+ # reference fields within other resources. Defaults to false.
2078
2079
  # Corresponds to the JSON property `enableUpdateCreate`
2079
2080
  # @return [Boolean]
2080
2081
  attr_accessor :enable_update_create
@@ -2103,21 +2104,22 @@ module Google
2103
2104
  # @return [Google::Apis::HealthcareV1::NotificationConfig]
2104
2105
  attr_accessor :notification_config
2105
2106
 
2106
- # Specifies where and whether to send notifications upon changes to a FHIR store.
2107
+ # Optional. Specifies where and whether to send notifications upon changes to a
2108
+ # FHIR store.
2107
2109
  # Corresponds to the JSON property `notificationConfigs`
2108
2110
  # @return [Array<Google::Apis::HealthcareV1::FhirNotificationConfig>]
2109
2111
  attr_accessor :notification_configs
2110
2112
 
2111
- # A list of streaming configs that configure the destinations of streaming
2112
- # export for every resource mutation in this FHIR store. Each store is allowed
2113
- # to have up to 10 streaming configs. After a new config is added, the next
2114
- # resource mutation is streamed to the new location in addition to the existing
2115
- # ones. When a location is removed from the list, the server stops streaming to
2116
- # that location. Before adding a new config, you must add the required [`
2117
- # bigquery.dataEditor`](https://cloud.google.com/bigquery/docs/access-control#
2118
- # bigquery.dataEditor) role to your project's **Cloud Healthcare Service Agent**
2119
- # [service account](https://cloud.google.com/iam/docs/service-accounts). Some
2120
- # lag (typically on the order of dozens of seconds) is expected before the
2113
+ # Optional. A list of streaming configs that configure the destinations of
2114
+ # streaming export for every resource mutation in this FHIR store. Each store is
2115
+ # allowed to have up to 10 streaming configs. After a new config is added, the
2116
+ # next resource mutation is streamed to the new location in addition to the
2117
+ # existing ones. When a location is removed from the list, the server stops
2118
+ # streaming to that location. Before adding a new config, you must add the
2119
+ # required [`bigquery.dataEditor`](https://cloud.google.com/bigquery/docs/access-
2120
+ # control#bigquery.dataEditor) role to your project's **Cloud Healthcare Service
2121
+ # Agent** [service account](https://cloud.google.com/iam/docs/service-accounts).
2122
+ # Some lag (typically on the order of dozens of seconds) is expected before the
2121
2123
  # results show up in the streaming destination.
2122
2124
  # Corresponds to the JSON property `streamConfigs`
2123
2125
  # @return [Array<Google::Apis::HealthcareV1::StreamConfig>]
@@ -2454,23 +2456,23 @@ module Google
2454
2456
  class GoogleCloudHealthcareV1DicomBigQueryDestination
2455
2457
  include Google::Apis::Core::Hashable
2456
2458
 
2457
- # Use `write_disposition` instead. If `write_disposition` is specified, this
2458
- # parameter is ignored. force=false is equivalent to write_disposition=
2459
+ # Optional. Use `write_disposition` instead. If `write_disposition` is specified,
2460
+ # this parameter is ignored. force=false is equivalent to write_disposition=
2459
2461
  # WRITE_EMPTY and force=true is equivalent to write_disposition=WRITE_TRUNCATE.
2460
2462
  # Corresponds to the JSON property `force`
2461
2463
  # @return [Boolean]
2462
2464
  attr_accessor :force
2463
2465
  alias_method :force?, :force
2464
2466
 
2465
- # BigQuery URI to a table, up to 2000 characters long, in the format `bq://
2466
- # projectId.bqDatasetId.tableId`
2467
+ # Optional. BigQuery URI to a table, up to 2000 characters long, in the format `
2468
+ # bq://projectId.bqDatasetId.tableId`
2467
2469
  # Corresponds to the JSON property `tableUri`
2468
2470
  # @return [String]
2469
2471
  attr_accessor :table_uri
2470
2472
 
2471
- # Determines whether the existing table in the destination is to be overwritten
2472
- # or appended to. If a write_disposition is specified, the `force` parameter is
2473
- # ignored.
2473
+ # Optional. Determines whether the existing table in the destination is to be
2474
+ # overwritten or appended to. If a write_disposition is specified, the `force`
2475
+ # parameter is ignored.
2474
2476
  # Corresponds to the JSON property `writeDisposition`
2475
2477
  # @return [String]
2476
2478
  attr_accessor :write_disposition
@@ -2587,18 +2589,18 @@ module Google
2587
2589
  class GoogleCloudHealthcareV1FhirBigQueryDestination
2588
2590
  include Google::Apis::Core::Hashable
2589
2591
 
2590
- # BigQuery URI to an existing dataset, up to 2000 characters long, in the format
2591
- # `bq://projectId.bqDatasetId`.
2592
+ # Optional. BigQuery URI to an existing dataset, up to 2000 characters long, in
2593
+ # the format `bq://projectId.bqDatasetId`.
2592
2594
  # Corresponds to the JSON property `datasetUri`
2593
2595
  # @return [String]
2594
2596
  attr_accessor :dataset_uri
2595
2597
 
2596
- # The default value is false. If this flag is `TRUE`, all tables are deleted
2597
- # from the dataset before the new exported tables are written. If the flag is
2598
- # not set and the destination dataset contains tables, the export call returns
2599
- # an error. If `write_disposition` is specified, this parameter is ignored.
2600
- # force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is
2601
- # equivalent to write_disposition=WRITE_TRUNCATE.
2598
+ # Optional. The default value is false. If this flag is `TRUE`, all tables are
2599
+ # deleted from the dataset before the new exported tables are written. If the
2600
+ # flag is not set and the destination dataset contains tables, the export call
2601
+ # returns an error. If `write_disposition` is specified, this parameter is
2602
+ # ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=
2603
+ # true is equivalent to write_disposition=WRITE_TRUNCATE.
2602
2604
  # Corresponds to the JSON property `force`
2603
2605
  # @return [Boolean]
2604
2606
  attr_accessor :force
@@ -2610,9 +2612,9 @@ module Google
2610
2612
  # @return [Google::Apis::HealthcareV1::SchemaConfig]
2611
2613
  attr_accessor :schema_config
2612
2614
 
2613
- # Determines if existing data in the destination dataset is overwritten,
2614
- # appended to, or not written if the tables contain data. If a write_disposition
2615
- # is specified, the `force` parameter is ignored.
2615
+ # Optional. Determines if existing data in the destination dataset is
2616
+ # overwritten, appended to, or not written if the tables contain data. If a
2617
+ # write_disposition is specified, the `force` parameter is ignored.
2616
2618
  # Corresponds to the JSON property `writeDisposition`
2617
2619
  # @return [String]
2618
2620
  attr_accessor :write_disposition
@@ -2766,29 +2768,29 @@ module Google
2766
2768
  class Hl7V2NotificationConfig
2767
2769
  include Google::Apis::Core::Hashable
2768
2770
 
2769
- # Restricts notifications sent for messages matching a filter. If this is empty,
2770
- # all messages are matched. The following syntax is available: * A string field
2771
- # value can be written as text inside quotation marks, for example `"query text"`
2772
- # . The only valid relational operation for text fields is equality (`=`), where
2773
- # text is searched within the field, rather than having the field be equal to
2774
- # the text. For example, `"Comment = great"` returns messages with `great` in
2775
- # the comment field. * A number field value can be written as an integer, a
2776
- # decimal, or an exponential. The valid relational operators for number fields
2777
- # are the equality operator (`=`), along with the less than/greater than
2778
- # operators (`<`, `<=`, `>`, `>=`). Note that there is no inequality (`!=`)
2771
+ # Optional. Restricts notifications sent for messages matching a filter. If this
2772
+ # is empty, all messages are matched. The following syntax is available: * A
2773
+ # string field value can be written as text inside quotation marks, for example `
2774
+ # "query text"`. The only valid relational operation for text fields is equality
2775
+ # (`=`), where text is searched within the field, rather than having the field
2776
+ # be equal to the text. For example, `"Comment = great"` returns messages with `
2777
+ # great` in the comment field. * A number field value can be written as an
2778
+ # integer, a decimal, or an exponential. The valid relational operators for
2779
+ # number fields are the equality operator (`=`), along with the less than/
2780
+ # greater than operators (`<`, `<=`, `>`, `>=`). Note that there is no
2781
+ # inequality (`!=`) operator. You can prepend the `NOT` operator to an
2782
+ # expression to negate it. * A date field value must be written in `yyyy-mm-dd`
2783
+ # form. Fields with date and time use the RFC3339 time format. Leading zeros are
2784
+ # required for one-digit months and days. The valid relational operators for
2785
+ # date fields are the equality operator (`=`) , along with the less than/greater
2786
+ # than operators (`<`, `<=`, `>`, `>=`). Note that there is no inequality (`!=`)
2779
2787
  # operator. You can prepend the `NOT` operator to an expression to negate it. *
2780
- # A date field value must be written in `yyyy-mm-dd` form. Fields with date and
2781
- # time use the RFC3339 time format. Leading zeros are required for one-digit
2782
- # months and days. The valid relational operators for date fields are the
2783
- # equality operator (`=`) , along with the less than/greater than operators (`<`,
2784
- # `<=`, `>`, `>=`). Note that there is no inequality (`!=`) operator. You can
2785
- # prepend the `NOT` operator to an expression to negate it. * Multiple field
2786
- # query expressions can be combined in one query by adding `AND` or `OR`
2787
- # operators between the expressions. If a boolean operator appears within a
2788
- # quoted string, it is not treated as special, it's just another part of the
2789
- # character string to be matched. You can prepend the `NOT` operator to an
2790
- # expression to negate it. The following fields and functions are available for
2791
- # filtering: * `message_type`, from the MSH-9.1 field. For example, `NOT
2788
+ # Multiple field query expressions can be combined in one query by adding `AND`
2789
+ # or `OR` operators between the expressions. If a boolean operator appears
2790
+ # within a quoted string, it is not treated as special, it's just another part
2791
+ # of the character string to be matched. You can prepend the `NOT` operator to
2792
+ # an expression to negate it. The following fields and functions are available
2793
+ # for filtering: * `message_type`, from the MSH-9.1 field. For example, `NOT
2792
2794
  # message_type = "ADT"`. * `send_date` or `sendDate`, the YYYY-MM-DD date the
2793
2795
  # message was sent in the dataset's time_zone, from the MSH-7 segment. For
2794
2796
  # example, `send_date < "2017-01-02"`. * `send_time`, the timestamp when the
@@ -2859,10 +2861,10 @@ module Google
2859
2861
  # @return [String]
2860
2862
  attr_accessor :name
2861
2863
 
2862
- # A list of notification configs. Each configuration uses a filter to determine
2863
- # whether to publish a message (both Ingest & Create) on the corresponding
2864
- # notification destination. Only the message name is sent as part of the
2865
- # notification. Supplied by the client.
2864
+ # Optional. A list of notification configs. Each configuration uses a filter to
2865
+ # determine whether to publish a message (both Ingest & Create) on the
2866
+ # corresponding notification destination. Only the message name is sent as part
2867
+ # of the notification. Supplied by the client.
2866
2868
  # Corresponds to the JSON property `notificationConfigs`
2867
2869
  # @return [Array<Google::Apis::HealthcareV1::Hl7V2NotificationConfig>]
2868
2870
  attr_accessor :notification_configs
@@ -2873,15 +2875,15 @@ module Google
2873
2875
  # @return [Google::Apis::HealthcareV1::ParserConfig]
2874
2876
  attr_accessor :parser_config
2875
2877
 
2876
- # Determines whether to reject duplicate messages. A duplicate message is a
2877
- # message with the same raw bytes as a message that has already been ingested/
2878
- # created in this HL7v2 store. The default value is false, meaning that the
2879
- # store accepts the duplicate messages and it also returns the same ACK message
2880
- # in the IngestMessageResponse as has been returned previously. Note that only
2881
- # one resource is created in the store. When this field is set to true,
2882
- # CreateMessage/IngestMessage requests with a duplicate message will be rejected
2883
- # by the store, and IngestMessageErrorDetail returns a NACK message upon
2884
- # rejection.
2878
+ # Optional. Determines whether to reject duplicate messages. A duplicate message
2879
+ # is a message with the same raw bytes as a message that has already been
2880
+ # ingested/created in this HL7v2 store. The default value is false, meaning that
2881
+ # the store accepts the duplicate messages and it also returns the same ACK
2882
+ # message in the IngestMessageResponse as has been returned previously. Note
2883
+ # that only one resource is created in the store. When this field is set to true,
2884
+ # CreateMessage/IngestMessage requests with a duplicate message will be
2885
+ # rejected by the store, and IngestMessageErrorDetail returns a NACK message
2886
+ # upon rejection.
2885
2887
  # Corresponds to the JSON property `rejectDuplicateMessage`
2886
2888
  # @return [Boolean]
2887
2889
  attr_accessor :reject_duplicate_message
@@ -3992,7 +3994,7 @@ module Google
3992
3994
  class ParserConfig
3993
3995
  include Google::Apis::Core::Hashable
3994
3996
 
3995
- # Determines whether messages with no header are allowed.
3997
+ # Optional. Determines whether messages with no header are allowed.
3996
3998
  # Corresponds to the JSON property `allowNullHeader`
3997
3999
  # @return [Boolean]
3998
4000
  attr_accessor :allow_null_header
@@ -4003,8 +4005,8 @@ module Google
4003
4005
  # @return [Google::Apis::HealthcareV1::SchemaPackage]
4004
4006
  attr_accessor :schema
4005
4007
 
4006
- # Byte(s) to use as the segment terminator. If this is unset, '\r' is used as
4007
- # segment terminator, matching the HL7 version 2 specification.
4008
+ # Optional. Byte(s) to use as the segment terminator. If this is unset, '\r' is
4009
+ # used as segment terminator, matching the HL7 version 2 specification.
4008
4010
  # Corresponds to the JSON property `segmentTerminator`
4009
4011
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
4010
4012
  # @return [String]
@@ -4699,37 +4701,37 @@ module Google
4699
4701
  class SchemaPackage
4700
4702
  include Google::Apis::Core::Hashable
4701
4703
 
4702
- # Flag to ignore all min_occurs restrictions in the schema. This means that
4703
- # incoming messages can omit any group, segment, field, component, or
4704
+ # Optional. Flag to ignore all min_occurs restrictions in the schema. This means
4705
+ # that incoming messages can omit any group, segment, field, component, or
4704
4706
  # subcomponent.
4705
4707
  # Corresponds to the JSON property `ignoreMinOccurs`
4706
4708
  # @return [Boolean]
4707
4709
  attr_accessor :ignore_min_occurs
4708
4710
  alias_method :ignore_min_occurs?, :ignore_min_occurs
4709
4711
 
4710
- # Schema configs that are layered based on their VersionSources that match the
4711
- # incoming message. Schema configs present in higher indices override those in
4712
- # lower indices with the same message type and trigger event if their
4712
+ # Optional. Schema configs that are layered based on their VersionSources that
4713
+ # match the incoming message. Schema configs present in higher indices override
4714
+ # those in lower indices with the same message type and trigger event if their
4713
4715
  # VersionSources all match an incoming message.
4714
4716
  # Corresponds to the JSON property `schemas`
4715
4717
  # @return [Array<Google::Apis::HealthcareV1::Hl7SchemaConfig>]
4716
4718
  attr_accessor :schemas
4717
4719
 
4718
- # Determines how messages that fail to parse are handled.
4720
+ # Optional. Determines how messages that fail to parse are handled.
4719
4721
  # Corresponds to the JSON property `schematizedParsingType`
4720
4722
  # @return [String]
4721
4723
  attr_accessor :schematized_parsing_type
4722
4724
 
4723
- # Schema type definitions that are layered based on their VersionSources that
4724
- # match the incoming message. Type definitions present in higher indices
4725
- # override those in lower indices with the same type name if their
4726
- # VersionSources all match an incoming message.
4725
+ # Optional. Schema type definitions that are layered based on their
4726
+ # VersionSources that match the incoming message. Type definitions present in
4727
+ # higher indices override those in lower indices with the same type name if
4728
+ # their VersionSources all match an incoming message.
4727
4729
  # Corresponds to the JSON property `types`
4728
4730
  # @return [Array<Google::Apis::HealthcareV1::Hl7TypesConfig>]
4729
4731
  attr_accessor :types
4730
4732
 
4731
- # Determines how unexpected segments (segments not matched to the schema) are
4732
- # handled.
4733
+ # Optional. Determines how unexpected segments (segments not matched to the
4734
+ # schema) are handled.
4733
4735
  # Corresponds to the JSON property `unexpectedSegmentHandling`
4734
4736
  # @return [String]
4735
4737
  attr_accessor :unexpected_segment_handling
@@ -5127,10 +5129,10 @@ module Google
5127
5129
  # @return [Google::Apis::HealthcareV1::DeidentifiedStoreDestination]
5128
5130
  attr_accessor :deidentified_store_destination
5129
5131
 
5130
- # Supply a FHIR resource type (such as "Patient" or "Observation"). See https://
5131
- # www.hl7.org/fhir/valueset-resource-types.html for a list of all FHIR resource
5132
- # types. The server treats an empty list as an intent to stream all the
5133
- # supported resource types in this FHIR store.
5132
+ # Optional. Supply a FHIR resource type (such as "Patient" or "Observation").
5133
+ # See https://www.hl7.org/fhir/valueset-resource-types.html for a list of all
5134
+ # FHIR resource types. The server treats an empty list as an intent to stream
5135
+ # all the supported resource types in this FHIR store.
5134
5136
  # Corresponds to the JSON property `resourceTypes`
5135
5137
  # @return [Array<String>]
5136
5138
  attr_accessor :resource_types
@@ -5449,26 +5451,27 @@ module Google
5449
5451
  class ValidationConfig
5450
5452
  include Google::Apis::Core::Hashable
5451
5453
 
5452
- # Whether to disable FHIRPath validation for incoming resources. The default
5453
- # value is false. Set this to true to disable checking incoming resources for
5454
- # conformance against FHIRPath requirement defined in the FHIR specification.
5455
- # This property only affects resource types that do not have profiles configured
5456
- # for them, any rules in enabled implementation guides will still be enforced.
5454
+ # Optional. Whether to disable FHIRPath validation for incoming resources. The
5455
+ # default value is false. Set this to true to disable checking incoming
5456
+ # resources for conformance against FHIRPath requirement defined in the FHIR
5457
+ # specification. This property only affects resource types that do not have
5458
+ # profiles configured for them, any rules in enabled implementation guides will
5459
+ # still be enforced.
5457
5460
  # Corresponds to the JSON property `disableFhirpathValidation`
5458
5461
  # @return [Boolean]
5459
5462
  attr_accessor :disable_fhirpath_validation
5460
5463
  alias_method :disable_fhirpath_validation?, :disable_fhirpath_validation
5461
5464
 
5462
- # Whether to disable profile validation for this FHIR store. The default value
5463
- # is false. Set this to true to disable checking incoming resources for
5464
- # conformance against structure definitions in this FHIR store.
5465
+ # Optional. Whether to disable profile validation for this FHIR store. The
5466
+ # default value is false. Set this to true to disable checking incoming
5467
+ # resources for conformance against structure definitions in this FHIR store.
5465
5468
  # Corresponds to the JSON property `disableProfileValidation`
5466
5469
  # @return [Boolean]
5467
5470
  attr_accessor :disable_profile_validation
5468
5471
  alias_method :disable_profile_validation?, :disable_profile_validation
5469
5472
 
5470
- # Whether to disable reference type validation for incoming resources. The
5471
- # default value is false. Set this to true to disable checking incoming
5473
+ # Optional. Whether to disable reference type validation for incoming resources.
5474
+ # The default value is false. Set this to true to disable checking incoming
5472
5475
  # resources for conformance against reference type requirement defined in the
5473
5476
  # FHIR specification. This property only affects resource types that do not have
5474
5477
  # profiles configured for them, any rules in enabled implementation guides will
@@ -5478,8 +5481,8 @@ module Google
5478
5481
  attr_accessor :disable_reference_type_validation
5479
5482
  alias_method :disable_reference_type_validation?, :disable_reference_type_validation
5480
5483
 
5481
- # Whether to disable required fields validation for incoming resources. The
5482
- # default value is false. Set this to true to disable checking incoming
5484
+ # Optional. Whether to disable required fields validation for incoming resources.
5485
+ # The default value is false. Set this to true to disable checking incoming
5483
5486
  # resources for conformance against required fields requirement defined in the
5484
5487
  # FHIR specification. This property only affects resource types that do not have
5485
5488
  # profiles configured for them, any rules in enabled implementation guides will
@@ -5489,19 +5492,19 @@ module Google
5489
5492
  attr_accessor :disable_required_field_validation
5490
5493
  alias_method :disable_required_field_validation?, :disable_required_field_validation
5491
5494
 
5492
- # A list of implementation guide URLs in this FHIR store that are used to
5493
- # configure the profiles to use for validation. For example, to use the US Core
5494
- # profiles for validation, set `enabled_implementation_guides` to `["http://hl7.
5495
- # org/fhir/us/core/ImplementationGuide/ig"]`. If `enabled_implementation_guides`
5496
- # is empty or omitted, then incoming resources are only required to conform to
5497
- # the base FHIR profiles. Otherwise, a resource must conform to at least one
5498
- # profile listed in the `global` property of one of the enabled
5499
- # ImplementationGuides. The Cloud Healthcare API does not currently enforce all
5500
- # of the rules in a StructureDefinition. The following rules are supported: -
5501
- # min/max - minValue/maxValue - maxLength - type - fixed[x] - pattern[x] on
5502
- # simple types - slicing, when using "value" as the discriminator type When a
5503
- # URL cannot be resolved (for example, in a type assertion), the server does not
5504
- # return an error.
5495
+ # Optional. A list of implementation guide URLs in this FHIR store that are used
5496
+ # to configure the profiles to use for validation. For example, to use the US
5497
+ # Core profiles for validation, set `enabled_implementation_guides` to `["http://
5498
+ # hl7.org/fhir/us/core/ImplementationGuide/ig"]`. If `
5499
+ # enabled_implementation_guides` is empty or omitted, then incoming resources
5500
+ # are only required to conform to the base FHIR profiles. Otherwise, a resource
5501
+ # must conform to at least one profile listed in the `global` property of one of
5502
+ # the enabled ImplementationGuides. The Cloud Healthcare API does not currently
5503
+ # enforce all of the rules in a StructureDefinition. The following rules are
5504
+ # supported: - min/max - minValue/maxValue - maxLength - type - fixed[x] -
5505
+ # pattern[x] on simple types - slicing, when using "value" as the discriminator
5506
+ # type When a URL cannot be resolved (for example, in a type assertion), the
5507
+ # server does not return an error.
5505
5508
  # Corresponds to the JSON property `enabledImplementationGuides`
5506
5509
  # @return [Array<String>]
5507
5510
  attr_accessor :enabled_implementation_guides
@@ -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.66.0"
19
+ GEM_VERSION = "0.68.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240822"
25
+ REVISION = "20241017"
26
26
  end
27
27
  end
28
28
  end
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.66.0
4
+ version: 0.68.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: 2024-09-15 00:00:00.000000000 Z
11
+ date: 2024-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.66.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.68.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.21
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Healthcare API V1