google-apis-healthcare_v1 0.52.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: 16aab8215081c75c33da53cae5f4c7ed56eec317a23e92400a978354bdb01d03
4
- data.tar.gz: 868c58fd83ad244a0e516904a07787175dbc95755855473308a23a9253d74ec6
3
+ metadata.gz: 32e7f01cc8490f06df6c8a05f96a6220b8af42b02af16d5bd361c3e03a37e8c6
4
+ data.tar.gz: 55172d9e212810ca16ce2e43e09e5ce8a32fc85666016b2524f3255bc9b8a178
5
5
  SHA512:
6
- metadata.gz: f996819c2af30fa36f48d9efa50705087134fc76e97fa1a761668187c2533e5bdc2a317c8485089c18e2b36baa60beb10dc2e31c5f6180b832577e9c9b54dda6
7
- data.tar.gz: 58c24531ffacb2cbf0e5a83f8e94c4b02a3b0e5ee9120d319fba1e7f6b88a2e3b0e38959a564d78a400511ffe1b6e46e4e7c6c5ccf1e7f3fc7fa07efe350b68a
6
+ metadata.gz: 02c8735a63378874f5a3e231b780e685a023194ce9a79f610f8db04c7a448a4407781d4e659c90c305e149e6af390ff2bdfbf49bc7c3cb78cd003bb16e2a33a3
7
+ data.tar.gz: 2c63d68cb5c8f8a66594485331c4f18a2198d97cb1e8cbff05730243267de8805028964b04e0e91919702aa20ec75c20c86daf4b9b0ee7b00aacb9514a0e6f29
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
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
+
8
+ ### v0.53.0 (2024-01-23)
9
+
10
+ * Regenerated from discovery document revision 20240110
11
+ * Regenerated using generator version 0.13.0
12
+
3
13
  ### v0.52.0 (2023-11-05)
4
14
 
5
15
  * Regenerated from discovery document revision 20231101
@@ -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
@@ -359,21 +359,43 @@ module Google
359
359
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
360
360
  # email address that represents a Google group. For example, `admins@example.com`
361
361
  # . * `domain:`domain``: The G Suite domain (primary) that represents all the
362
- # users of that domain. For example, `google.com` or `example.com`. * `deleted:
363
- # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
364
- # representing a user that has been recently deleted. For example, `alice@
365
- # example.com?uid=123456789012345678901`. If the user is recovered, this value
366
- # reverts to `user:`emailid`` and the recovered user retains the role in the
367
- # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
368
- # (plus unique identifier) representing a service account that has been recently
369
- # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
362
+ # users of that domain. For example, `google.com` or `example.com`. * `principal:
363
+ # //iam.googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
364
+ # subject_attribute_value``: A single identity in a workforce identity pool. * `
365
+ # principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
366
+ # group/`group_id``: All workforce identities in a group. * `principalSet://iam.
367
+ # googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
368
+ # attribute_name`/`attribute_value``: All workforce identities with a specific
369
+ # attribute value. * `principalSet://iam.googleapis.com/locations/global/
370
+ # workforcePools/`pool_id`/*`: All identities in a workforce identity pool. * `
371
+ # principal://iam.googleapis.com/projects/`project_number`/locations/global/
372
+ # workloadIdentityPools/`pool_id`/subject/`subject_attribute_value``: A single
373
+ # identity in a workload identity pool. * `principalSet://iam.googleapis.com/
374
+ # projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
375
+ # group/`group_id``: A workload identity pool group. * `principalSet://iam.
376
+ # googleapis.com/projects/`project_number`/locations/global/
377
+ # workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value``:
378
+ # All identities in a workload identity pool with a certain attribute. * `
379
+ # principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
380
+ # workloadIdentityPools/`pool_id`/*`: All identities in a workload identity pool.
381
+ # * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
382
+ # identifier) representing a user that has been recently deleted. For example, `
383
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
384
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
385
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
386
+ # address (plus unique identifier) representing a service account that has been
387
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
370
388
  # 123456789012345678901`. If the service account is undeleted, this value
371
389
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
372
390
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
373
391
  # An email address (plus unique identifier) representing a Google group that has
374
392
  # been recently deleted. For example, `admins@example.com?uid=
375
393
  # 123456789012345678901`. If the group is recovered, this value reverts to `
376
- # group:`emailid`` and the recovered group retains the role in the binding.
394
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
395
+ # deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
396
+ # pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
397
+ # workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
398
+ # locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
377
399
  # Corresponds to the JSON property `members`
378
400
  # @return [Array<String>]
379
401
  attr_accessor :members
@@ -610,9 +632,10 @@ module Google
610
632
  # @return [Hash<String,String>]
611
633
  attr_accessor :metadata
612
634
 
613
- # Resource name of the Consent artifact, of the form `projects/`project_id`/
614
- # locations/`location_id`/datasets/`dataset_id`/consentStores/`consent_store_id`/
615
- # 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.
616
639
  # Corresponds to the JSON property `name`
617
640
  # @return [String]
618
641
  attr_accessor :name
@@ -953,10 +976,10 @@ module Google
953
976
  # @return [Google::Apis::HealthcareV1::DeidentifyConfig]
954
977
  attr_accessor :config
955
978
 
956
- # The name of the dataset resource to create and write the redacted data to. *
957
- # The destination dataset must not exist. * The destination dataset must be in
958
- # the same location as the source dataset. De-identifying data across multiple
959
- # 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.
960
983
  # Corresponds to the JSON property `destinationDataset`
961
984
  # @return [String]
962
985
  attr_accessor :destination_dataset
@@ -994,13 +1017,13 @@ module Google
994
1017
  # @return [Google::Apis::HealthcareV1::DeidentifyConfig]
995
1018
  attr_accessor :config
996
1019
 
997
- # The name of the DICOM store to create and write the redacted data to. For
998
- # example, `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
999
- # dicomStores/`dicom_store_id``. * The destination dataset must exist. * The
1000
- # source dataset and destination dataset must both reside in the same location.
1001
- # De-identifying data across multiple locations is not supported. * The
1002
- # destination DICOM store must not exist. * The caller must have the necessary
1003
- # 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.
1004
1027
  # Corresponds to the JSON property `destinationStore`
1005
1028
  # @return [String]
1006
1029
  attr_accessor :destination_store
@@ -1044,12 +1067,12 @@ module Google
1044
1067
  # @return [Google::Apis::HealthcareV1::DeidentifyConfig]
1045
1068
  attr_accessor :config
1046
1069
 
1047
- # The name of the FHIR store to create and write the redacted data to. For
1048
- # example, `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
1049
- # fhirStores/`fhir_store_id``. * The destination dataset must exist. * The
1050
- # source dataset and destination dataset must both reside in the same location.
1051
- # De-identifying data across multiple locations is not supported. * The
1052
- # 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.
1053
1076
  # fhirResources.update permission to write to the destination FHIR store.
1054
1077
  # Corresponds to the JSON property `destinationStore`
1055
1078
  # @return [String]
@@ -1189,8 +1212,9 @@ module Google
1189
1212
  # @return [Hash<String,String>]
1190
1213
  attr_accessor :labels
1191
1214
 
1192
- # Resource name of the DICOM store, of the form `projects/`project_id`/locations/
1193
- # `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``.
1194
1218
  # Corresponds to the JSON property `name`
1195
1219
  # @return [String]
1196
1220
  attr_accessor :name
@@ -1980,8 +2004,8 @@ module Google
1980
2004
  # @return [Hash<String,String>]
1981
2005
  attr_accessor :labels
1982
2006
 
1983
- # Output only. Resource name of the FHIR store, of the form `projects/`
1984
- # 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``.
1985
2009
  # Corresponds to the JSON property `name`
1986
2010
  # @return [String]
1987
2011
  attr_accessor :name
@@ -2016,10 +2040,10 @@ module Google
2016
2040
  # @return [Google::Apis::HealthcareV1::ValidationConfig]
2017
2041
  attr_accessor :validation_config
2018
2042
 
2019
- # Immutable. The FHIR specification version that this FHIR store supports
2020
- # natively. This field is immutable after store creation. Requests are rejected
2021
- # if they contain FHIR resources of a different version. Version is required for
2022
- # 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.
2023
2047
  # Corresponds to the JSON property `version`
2024
2048
  # @return [String]
2025
2049
  attr_accessor :version
@@ -4279,6 +4303,120 @@ module Google
4279
4303
  end
4280
4304
  end
4281
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
+
4282
4420
  # Configuration for the FHIR BigQuery schema. Determines how the server
4283
4421
  # generates the schema.
4284
4422
  class SchemaConfig
@@ -4476,11 +4614,11 @@ module Google
4476
4614
  class SearchResourcesRequest
4477
4615
  include Google::Apis::Core::Hashable
4478
4616
 
4479
- # The FHIR resource type to search, such as Patient or Observation. For a
4480
- # complete list, see the FHIR Resource Index ([DSTU2](http://hl7.org/implement/
4481
- # standards/fhir/DSTU2/resourcelist.html), [STU3](http://hl7.org/implement/
4482
- # standards/fhir/STU3/resourcelist.html), [R4](http://hl7.org/implement/
4483
- # 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)).
4484
4622
  # Corresponds to the JSON property `resourceType`
4485
4623
  # @return [String]
4486
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.52.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.12.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231101"
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