google-apis-healthcare_v1 0.53.0 → 0.54.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: 682954124118441e7c57da0c8e862a0cd643f2b2eed94875abb227265c423456
4
- data.tar.gz: d183d766931f73422152b3bfc0650bc6409b87182fe10ba9057d506d70fef963
3
+ metadata.gz: 32e7f01cc8490f06df6c8a05f96a6220b8af42b02af16d5bd361c3e03a37e8c6
4
+ data.tar.gz: 55172d9e212810ca16ce2e43e09e5ce8a32fc85666016b2524f3255bc9b8a178
5
5
  SHA512:
6
- metadata.gz: cf16b2111876e6453d8745fb65111060d4743d61e1ab930a95d367abf2daef6755557794dd6e28a46a6a61ede90e93dc02e6c5008edb208cee5cbb1346efe18b
7
- data.tar.gz: 1cf59b61da8188a9eaea120ab935e4b859fa6189af0e2b42df77cc36cdfd2f8bec33f313949186dfb7e6c6767672e7ada4648e585cdce3860a6acadedeaa0dfc
6
+ metadata.gz: 02c8735a63378874f5a3e231b780e685a023194ce9a79f610f8db04c7a448a4407781d4e659c90c305e149e6af390ff2bdfbf49bc7c3cb78cd003bb16e2a33a3
7
+ data.tar.gz: 2c63d68cb5c8f8a66594485331c4f18a2198d97cb1e8cbff05730243267de8805028964b04e0e91919702aa20ec75c20c86daf4b9b0ee7b00aacb9514a0e6f29
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.54.0 (2024-01-28)
4
+
5
+ * Regenerated from discovery document revision 20240112
6
+ * Regenerated using generator version 0.13.1
7
+
3
8
  ### v0.53.0 (2024-01-23)
4
9
 
5
10
  * Regenerated from discovery document revision 20240110
@@ -226,10 +226,10 @@ module Google
226
226
  # @return [String]
227
227
  attr_accessor :description
228
228
 
229
- # Resource name of the Attribute definition, of the form `projects/`project_id`/
230
- # locations/`location_id`/datasets/`dataset_id`/consentStores/`consent_store_id`/
231
- # attributeDefinitions/`attribute_definition_id``. Cannot be changed after
232
- # creation.
229
+ # Identifier. Resource name of the Attribute definition, of the form `projects/`
230
+ # project_id`/locations/`location_id`/datasets/`dataset_id`/consentStores/`
231
+ # consent_store_id`/attributeDefinitions/`attribute_definition_id``. Cannot be
232
+ # changed after creation.
233
233
  # Corresponds to the JSON property `name`
234
234
  # @return [String]
235
235
  attr_accessor :name
@@ -632,9 +632,10 @@ module Google
632
632
  # @return [Hash<String,String>]
633
633
  attr_accessor :metadata
634
634
 
635
- # Resource name of the Consent artifact, of the form `projects/`project_id`/
636
- # locations/`location_id`/datasets/`dataset_id`/consentStores/`consent_store_id`/
637
- # consentArtifacts/`consent_artifact_id``. Cannot be changed after creation.
635
+ # Identifier. Resource name of the Consent artifact, of the form `projects/`
636
+ # project_id`/locations/`location_id`/datasets/`dataset_id`/consentStores/`
637
+ # consent_store_id`/consentArtifacts/`consent_artifact_id``. Cannot be changed
638
+ # after creation.
638
639
  # Corresponds to the JSON property `name`
639
640
  # @return [String]
640
641
  attr_accessor :name
@@ -975,10 +976,10 @@ module Google
975
976
  # @return [Google::Apis::HealthcareV1::DeidentifyConfig]
976
977
  attr_accessor :config
977
978
 
978
- # The name of the dataset resource to create and write the redacted data to. *
979
- # The destination dataset must not exist. * The destination dataset must be in
980
- # the same location as the source dataset. De-identifying data across multiple
981
- # locations is not supported.
979
+ # Required. The name of the dataset resource to create and write the redacted
980
+ # data to. * The destination dataset must not exist. * The destination dataset
981
+ # must be in the same location as the source dataset. De-identifying data across
982
+ # multiple locations is not supported.
982
983
  # Corresponds to the JSON property `destinationDataset`
983
984
  # @return [String]
984
985
  attr_accessor :destination_dataset
@@ -1016,13 +1017,13 @@ module Google
1016
1017
  # @return [Google::Apis::HealthcareV1::DeidentifyConfig]
1017
1018
  attr_accessor :config
1018
1019
 
1019
- # The name of the DICOM store to create and write the redacted data to. For
1020
- # example, `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
1021
- # dicomStores/`dicom_store_id``. * The destination dataset must exist. * The
1022
- # source dataset and destination dataset must both reside in the same location.
1023
- # De-identifying data across multiple locations is not supported. * The
1024
- # destination DICOM store must not exist. * The caller must have the necessary
1025
- # permissions to create the destination DICOM store.
1020
+ # Required. The name of the DICOM store to create and write the redacted data to.
1021
+ # For example, `projects/`project_id`/locations/`location_id`/datasets/`
1022
+ # dataset_id`/dicomStores/`dicom_store_id``. * The destination dataset must
1023
+ # exist. * The source dataset and destination dataset must both reside in the
1024
+ # same location. De-identifying data across multiple locations is not supported.
1025
+ # * The destination DICOM store must not exist. * The caller must have the
1026
+ # necessary permissions to create the destination DICOM store.
1026
1027
  # Corresponds to the JSON property `destinationStore`
1027
1028
  # @return [String]
1028
1029
  attr_accessor :destination_store
@@ -1066,12 +1067,12 @@ module Google
1066
1067
  # @return [Google::Apis::HealthcareV1::DeidentifyConfig]
1067
1068
  attr_accessor :config
1068
1069
 
1069
- # The name of the FHIR store to create and write the redacted data to. For
1070
- # example, `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
1071
- # fhirStores/`fhir_store_id``. * The destination dataset must exist. * The
1072
- # source dataset and destination dataset must both reside in the same location.
1073
- # De-identifying data across multiple locations is not supported. * The
1074
- # destination FHIR store must exist. * The caller must have the healthcare.
1070
+ # Required. The name of the FHIR store to create and write the redacted data to.
1071
+ # For example, `projects/`project_id`/locations/`location_id`/datasets/`
1072
+ # dataset_id`/fhirStores/`fhir_store_id``. * The destination dataset must exist.
1073
+ # * The source dataset and destination dataset must both reside in the same
1074
+ # location. De-identifying data across multiple locations is not supported. *
1075
+ # The destination FHIR store must exist. * The caller must have the healthcare.
1075
1076
  # fhirResources.update permission to write to the destination FHIR store.
1076
1077
  # Corresponds to the JSON property `destinationStore`
1077
1078
  # @return [String]
@@ -1211,8 +1212,9 @@ module Google
1211
1212
  # @return [Hash<String,String>]
1212
1213
  attr_accessor :labels
1213
1214
 
1214
- # Resource name of the DICOM store, of the form `projects/`project_id`/locations/
1215
- # `location_id`/datasets/`dataset_id`/dicomStores/`dicom_store_id``.
1215
+ # Identifier. Resource name of the DICOM store, of the form `projects/`
1216
+ # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
1217
+ # dicom_store_id``.
1216
1218
  # Corresponds to the JSON property `name`
1217
1219
  # @return [String]
1218
1220
  attr_accessor :name
@@ -2002,8 +2004,8 @@ module Google
2002
2004
  # @return [Hash<String,String>]
2003
2005
  attr_accessor :labels
2004
2006
 
2005
- # Output only. Resource name of the FHIR store, of the form `projects/`
2006
- # project_id`/datasets/`dataset_id`/fhirStores/`fhir_store_id``.
2007
+ # Output only. Identifier. Resource name of the FHIR store, of the form `
2008
+ # projects/`project_id`/datasets/`dataset_id`/fhirStores/`fhir_store_id``.
2007
2009
  # Corresponds to the JSON property `name`
2008
2010
  # @return [String]
2009
2011
  attr_accessor :name
@@ -2038,10 +2040,10 @@ module Google
2038
2040
  # @return [Google::Apis::HealthcareV1::ValidationConfig]
2039
2041
  attr_accessor :validation_config
2040
2042
 
2041
- # Immutable. The FHIR specification version that this FHIR store supports
2042
- # natively. This field is immutable after store creation. Requests are rejected
2043
- # if they contain FHIR resources of a different version. Version is required for
2044
- # every FHIR store.
2043
+ # Required. Immutable. The FHIR specification version that this FHIR store
2044
+ # supports natively. This field is immutable after store creation. Requests are
2045
+ # rejected if they contain FHIR resources of a different version. Version is
2046
+ # required for every FHIR store.
2045
2047
  # Corresponds to the JSON property `version`
2046
2048
  # @return [String]
2047
2049
  attr_accessor :version
@@ -4301,6 +4303,120 @@ module Google
4301
4303
  end
4302
4304
  end
4303
4305
 
4306
+ #
4307
+ class RollbackFhirResourceFilteringFields
4308
+ include Google::Apis::Core::Hashable
4309
+
4310
+ # Optional. A filter expression that matches data in the `Resource.meta` element.
4311
+ # Supports all filters in [AIP-160](https://google.aip.dev/160) except the "has"
4312
+ # (`:`) operator. Supports the following custom functions: * `tag("") = ""` for
4313
+ # tag filtering. * `extension_value_ts("") = ` for filtering extensions with a
4314
+ # timestamp, where `` is a Unix timestamp. Supports the `>`, `<`, `<=`, `>=`,
4315
+ # and `!=` comparison operators.
4316
+ # Corresponds to the JSON property `metadataFilter`
4317
+ # @return [String]
4318
+ attr_accessor :metadata_filter
4319
+
4320
+ # Optional. A list of operation IDs to roll back.
4321
+ # Corresponds to the JSON property `operationIds`
4322
+ # @return [Array<Fixnum>]
4323
+ attr_accessor :operation_ids
4324
+
4325
+ def initialize(**args)
4326
+ update!(**args)
4327
+ end
4328
+
4329
+ # Update properties of this object
4330
+ def update!(**args)
4331
+ @metadata_filter = args[:metadata_filter] if args.key?(:metadata_filter)
4332
+ @operation_ids = args[:operation_ids] if args.key?(:operation_ids)
4333
+ end
4334
+ end
4335
+
4336
+ #
4337
+ class RollbackFhirResourcesRequest
4338
+ include Google::Apis::Core::Hashable
4339
+
4340
+ # Optional. CREATE/UPDATE/DELETE/ALL for reverting all txns of a certain type.
4341
+ # Corresponds to the JSON property `changeType`
4342
+ # @return [String]
4343
+ attr_accessor :change_type
4344
+
4345
+ # Optional. Specifies whether to exclude earlier rollbacks.
4346
+ # Corresponds to the JSON property `excludeRollbacks`
4347
+ # @return [Boolean]
4348
+ attr_accessor :exclude_rollbacks
4349
+ alias_method :exclude_rollbacks?, :exclude_rollbacks
4350
+
4351
+ # Optional. Parameters for filtering resources
4352
+ # Corresponds to the JSON property `filteringFields`
4353
+ # @return [Google::Apis::HealthcareV1::RollbackFhirResourceFilteringFields]
4354
+ attr_accessor :filtering_fields
4355
+
4356
+ # Optional. When enabled, changes will be reverted without explicit confirmation
4357
+ # Corresponds to the JSON property `force`
4358
+ # @return [Boolean]
4359
+ attr_accessor :force
4360
+ alias_method :force?, :force
4361
+
4362
+ # Optional. GCS object containing list of `resourceType`/`resourceId` lines,
4363
+ # identifying resources to be reverted
4364
+ # Corresponds to the JSON property `inputGcsObject`
4365
+ # @return [String]
4366
+ attr_accessor :input_gcs_object
4367
+
4368
+ # Required. Bucket to deposit result
4369
+ # Corresponds to the JSON property `resultGcsBucket`
4370
+ # @return [String]
4371
+ attr_accessor :result_gcs_bucket
4372
+
4373
+ # Required. Time point to rollback to.
4374
+ # Corresponds to the JSON property `rollbackTime`
4375
+ # @return [String]
4376
+ attr_accessor :rollback_time
4377
+
4378
+ # Optional. If specified, revert only resources of these types
4379
+ # Corresponds to the JSON property `type`
4380
+ # @return [Array<String>]
4381
+ attr_accessor :type
4382
+
4383
+ def initialize(**args)
4384
+ update!(**args)
4385
+ end
4386
+
4387
+ # Update properties of this object
4388
+ def update!(**args)
4389
+ @change_type = args[:change_type] if args.key?(:change_type)
4390
+ @exclude_rollbacks = args[:exclude_rollbacks] if args.key?(:exclude_rollbacks)
4391
+ @filtering_fields = args[:filtering_fields] if args.key?(:filtering_fields)
4392
+ @force = args[:force] if args.key?(:force)
4393
+ @input_gcs_object = args[:input_gcs_object] if args.key?(:input_gcs_object)
4394
+ @result_gcs_bucket = args[:result_gcs_bucket] if args.key?(:result_gcs_bucket)
4395
+ @rollback_time = args[:rollback_time] if args.key?(:rollback_time)
4396
+ @type = args[:type] if args.key?(:type)
4397
+ end
4398
+ end
4399
+
4400
+ # Final response of rollback FIHR resources request.
4401
+ class RollbackFhirResourcesResponse
4402
+ include Google::Apis::Core::Hashable
4403
+
4404
+ # The name of the FHIR store to rollback, in the format of "projects/`project_id`
4405
+ # /locations/`location_id`/datasets/`dataset_id` /fhirStores/`fhir_store_id`".
4406
+ # Corresponds to the JSON property `fhirStore`
4407
+ # @return [String]
4408
+ attr_accessor :fhir_store
4409
+
4410
+ def initialize(**args)
4411
+ update!(**args)
4412
+ end
4413
+
4414
+ # Update properties of this object
4415
+ def update!(**args)
4416
+ @fhir_store = args[:fhir_store] if args.key?(:fhir_store)
4417
+ end
4418
+ end
4419
+
4304
4420
  # Configuration for the FHIR BigQuery schema. Determines how the server
4305
4421
  # generates the schema.
4306
4422
  class SchemaConfig
@@ -4498,11 +4614,11 @@ module Google
4498
4614
  class SearchResourcesRequest
4499
4615
  include Google::Apis::Core::Hashable
4500
4616
 
4501
- # The FHIR resource type to search, such as Patient or Observation. For a
4502
- # complete list, see the FHIR Resource Index ([DSTU2](http://hl7.org/implement/
4503
- # standards/fhir/DSTU2/resourcelist.html), [STU3](http://hl7.org/implement/
4504
- # standards/fhir/STU3/resourcelist.html), [R4](http://hl7.org/implement/
4505
- # standards/fhir/R4/resourcelist.html)).
4617
+ # Required. The FHIR resource type to search, such as Patient or Observation.
4618
+ # For a complete list, see the FHIR Resource Index ([DSTU2](http://hl7.org/
4619
+ # implement/standards/fhir/DSTU2/resourcelist.html), [STU3](http://hl7.org/
4620
+ # implement/standards/fhir/STU3/resourcelist.html), [R4](http://hl7.org/
4621
+ # implement/standards/fhir/R4/resourcelist.html)).
4506
4622
  # Corresponds to the JSON property `resourceType`
4507
4623
  # @return [String]
4508
4624
  attr_accessor :resource_type
@@ -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.53.0"
19
+ GEM_VERSION = "0.54.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240110"
25
+ REVISION = "20240112"
26
26
  end
27
27
  end
28
28
  end
@@ -748,6 +748,24 @@ module Google
748
748
  include Google::Apis::Core::JsonObjectSupport
749
749
  end
750
750
 
751
+ class RollbackFhirResourceFilteringFields
752
+ class Representation < Google::Apis::Core::JsonRepresentation; end
753
+
754
+ include Google::Apis::Core::JsonObjectSupport
755
+ end
756
+
757
+ class RollbackFhirResourcesRequest
758
+ class Representation < Google::Apis::Core::JsonRepresentation; end
759
+
760
+ include Google::Apis::Core::JsonObjectSupport
761
+ end
762
+
763
+ class RollbackFhirResourcesResponse
764
+ class Representation < Google::Apis::Core::JsonRepresentation; end
765
+
766
+ include Google::Apis::Core::JsonObjectSupport
767
+ end
768
+
751
769
  class SchemaConfig
752
770
  class Representation < Google::Apis::Core::JsonRepresentation; end
753
771
 
@@ -2014,6 +2032,36 @@ module Google
2014
2032
  end
2015
2033
  end
2016
2034
 
2035
+ class RollbackFhirResourceFilteringFields
2036
+ # @private
2037
+ class Representation < Google::Apis::Core::JsonRepresentation
2038
+ property :metadata_filter, as: 'metadataFilter'
2039
+ collection :operation_ids, as: 'operationIds'
2040
+ end
2041
+ end
2042
+
2043
+ class RollbackFhirResourcesRequest
2044
+ # @private
2045
+ class Representation < Google::Apis::Core::JsonRepresentation
2046
+ property :change_type, as: 'changeType'
2047
+ property :exclude_rollbacks, as: 'excludeRollbacks'
2048
+ property :filtering_fields, as: 'filteringFields', class: Google::Apis::HealthcareV1::RollbackFhirResourceFilteringFields, decorator: Google::Apis::HealthcareV1::RollbackFhirResourceFilteringFields::Representation
2049
+
2050
+ property :force, as: 'force'
2051
+ property :input_gcs_object, as: 'inputGcsObject'
2052
+ property :result_gcs_bucket, as: 'resultGcsBucket'
2053
+ property :rollback_time, as: 'rollbackTime'
2054
+ collection :type, as: 'type'
2055
+ end
2056
+ end
2057
+
2058
+ class RollbackFhirResourcesResponse
2059
+ # @private
2060
+ class Representation < Google::Apis::Core::JsonRepresentation
2061
+ property :fhir_store, as: 'fhirStore'
2062
+ end
2063
+ end
2064
+
2017
2065
  class SchemaConfig
2018
2066
  # @private
2019
2067
  class Representation < Google::Apis::Core::JsonRepresentation