google-apis-healthcare_v1beta1 0.62.0 → 0.64.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: 47683381c84068be227dcc39374525fa836aaed003ef67d84cc6080f88bd3b24
4
- data.tar.gz: ed1b1a3151b446379f49bf38c0c8cbd5bffa5b198af84ab45cf87cde0a9f3fe8
3
+ metadata.gz: 59a773a1c1b8ab09ac70379834d54a1ffbea9e39cce0ef454d89170926f844c3
4
+ data.tar.gz: 2474550488557db1c92f7cd64406b0c78015197e87eab88180f215d2be1bed77
5
5
  SHA512:
6
- metadata.gz: 481db6e8802ac706499f3a2659c22348f06d323bd3608efc3f790d7f197b3240b31b152f7fe2b0ba8b53ed6c963e06a0d8c875f5d93d5f3b8d9012e5970e60e0
7
- data.tar.gz: dc987c01a0eefbe2a6763eb4fb68b23feb5bb5949ea8d5892a304a4e35a646ccece1170320d58dca85dbd34c29e94b4b647e5f28932c64bcbaaf4defe5950e45
6
+ metadata.gz: 694f9d301318d1a5693749641fb0bd3773ee40240488cf1215f29e71c4d27df4a16ae889d99307934e975794562fe05d8f4147fae5eb3940c51ff7757214df47
7
+ data.tar.gz: cb7afd95ca4aefbfa4ad99a5dca6ca45cb6261696d1e4e962535df66b3458184cff9db859dc4f135d42f6633663a3573a367f84e4edc655a4d0857bc58985b75
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.64.0 (2024-02-11)
4
+
5
+ * Regenerated from discovery document revision 20240130
6
+
7
+ ### v0.63.0 (2024-01-28)
8
+
9
+ * Regenerated from discovery document revision 20240112
10
+ * Regenerated using generator version 0.13.1
11
+
3
12
  ### v0.62.0 (2024-01-23)
4
13
 
5
14
  * Regenerated from discovery document revision 20240110
@@ -277,9 +277,9 @@ module Google
277
277
  # @return [Google::Apis::HealthcareV1beta1::ImageAnnotation]
278
278
  attr_accessor :image_annotation
279
279
 
280
- # Resource name of the Annotation, of the form `projects/`project_id`/locations/`
281
- # location_id`/datasets/`dataset_id`/annotationStores/`annotation_store_id`/
282
- # annotations/`annotation_id``.
280
+ # Identifier. Resource name of the Annotation, of the form `projects/`project_id`
281
+ # /locations/`location_id`/datasets/`dataset_id`/annotationStores/`
282
+ # annotation_store_id`/annotations/`annotation_id``.
283
283
  # Corresponds to the JSON property `name`
284
284
  # @return [String]
285
285
  attr_accessor :name
@@ -377,8 +377,8 @@ module Google
377
377
  # @return [Hash<String,String>]
378
378
  attr_accessor :labels
379
379
 
380
- # Resource name of the Annotation store, of the form `projects/`project_id`/
381
- # locations/`location_id`/datasets/`dataset_id`/annotationStores/`
380
+ # Identifier. Resource name of the Annotation store, of the form `projects/`
381
+ # project_id`/locations/`location_id`/datasets/`dataset_id`/annotationStores/`
382
382
  # annotation_store_id``.
383
383
  # Corresponds to the JSON property `name`
384
384
  # @return [String]
@@ -645,10 +645,10 @@ module Google
645
645
  # @return [String]
646
646
  attr_accessor :description
647
647
 
648
- # Resource name of the Attribute definition, of the form `projects/`project_id`/
649
- # locations/`location_id`/datasets/`dataset_id`/consentStores/`consent_store_id`/
650
- # attributeDefinitions/`attribute_definition_id``. Cannot be changed after
651
- # creation.
648
+ # Identifier. Resource name of the Attribute definition, of the form `projects/`
649
+ # project_id`/locations/`location_id`/datasets/`dataset_id`/consentStores/`
650
+ # consent_store_id`/attributeDefinitions/`attribute_definition_id``. Cannot be
651
+ # changed after creation.
652
652
  # Corresponds to the JSON property `name`
653
653
  # @return [String]
654
654
  attr_accessor :name
@@ -839,7 +839,10 @@ module Google
839
839
  attr_accessor :members
840
840
 
841
841
  # Role that is assigned to the list of `members`, or principals. For example, `
842
- # roles/viewer`, `roles/editor`, or `roles/owner`.
842
+ # roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM
843
+ # roles and permissions, see the [IAM documentation](https://cloud.google.com/
844
+ # iam/docs/roles-overview). For a list of the available pre-defined roles, see [
845
+ # here](https://cloud.google.com/iam/docs/understanding-roles).
843
846
  # Corresponds to the JSON property `role`
844
847
  # @return [String]
845
848
  attr_accessor :role
@@ -1178,9 +1181,9 @@ module Google
1178
1181
  # @return [Hash<String,String>]
1179
1182
  attr_accessor :metadata
1180
1183
 
1181
- # Resource name of the Consent, of the form `projects/`project_id`/locations/`
1182
- # location_id`/datasets/`dataset_id`/consentStores/`consent_store_id`/consents/`
1183
- # consent_id``. Cannot be changed after creation.
1184
+ # Identifier. Resource name of the Consent, of the form `projects/`project_id`/
1185
+ # locations/`location_id`/datasets/`dataset_id`/consentStores/`consent_store_id`/
1186
+ # consents/`consent_id``. Cannot be changed after creation.
1184
1187
  # Corresponds to the JSON property `name`
1185
1188
  # @return [String]
1186
1189
  attr_accessor :name
@@ -1237,6 +1240,41 @@ module Google
1237
1240
  end
1238
1241
  end
1239
1242
 
1243
+ # The accessor scope that describes who can access, for what purpose, in which
1244
+ # environment.
1245
+ class ConsentAccessorScope
1246
+ include Google::Apis::Core::Hashable
1247
+
1248
+ # An individual, group, or access role that identifies the accessor or a
1249
+ # characteristic of the accessor. This can be a resource ID (such as ``
1250
+ # resourceType`/`id``) or an external URI. This value must be present.
1251
+ # Corresponds to the JSON property `actor`
1252
+ # @return [String]
1253
+ attr_accessor :actor
1254
+
1255
+ # An abstract identifier that describes the environment or conditions under
1256
+ # which the accessor is acting. Can be “*” if it applies to all environments.
1257
+ # Corresponds to the JSON property `environment`
1258
+ # @return [String]
1259
+ attr_accessor :environment
1260
+
1261
+ # The intent of data use. Can be “*” if it applies to all purposes.
1262
+ # Corresponds to the JSON property `purpose`
1263
+ # @return [String]
1264
+ attr_accessor :purpose
1265
+
1266
+ def initialize(**args)
1267
+ update!(**args)
1268
+ end
1269
+
1270
+ # Update properties of this object
1271
+ def update!(**args)
1272
+ @actor = args[:actor] if args.key?(:actor)
1273
+ @environment = args[:environment] if args.key?(:environment)
1274
+ @purpose = args[:purpose] if args.key?(:purpose)
1275
+ end
1276
+ end
1277
+
1240
1278
  # Documentation of a user's consent.
1241
1279
  class ConsentArtifact
1242
1280
  include Google::Apis::Core::Hashable
@@ -1264,9 +1302,10 @@ module Google
1264
1302
  # @return [Hash<String,String>]
1265
1303
  attr_accessor :metadata
1266
1304
 
1267
- # Resource name of the Consent artifact, of the form `projects/`project_id`/
1268
- # locations/`location_id`/datasets/`dataset_id`/consentStores/`consent_store_id`/
1269
- # consentArtifacts/`consent_artifact_id``. Cannot be changed after creation.
1305
+ # Identifier. Resource name of the Consent artifact, of the form `projects/`
1306
+ # project_id`/locations/`location_id`/datasets/`dataset_id`/consentStores/`
1307
+ # consent_store_id`/consentArtifacts/`consent_artifact_id``. Cannot be changed
1308
+ # after creation.
1270
1309
  # Corresponds to the JSON property `name`
1271
1310
  # @return [String]
1272
1311
  attr_accessor :name
@@ -1567,8 +1606,8 @@ module Google
1567
1606
  class Dataset
1568
1607
  include Google::Apis::Core::Hashable
1569
1608
 
1570
- # Resource name of the dataset, of the form `projects/`project_id`/locations/`
1571
- # location_id`/datasets/`dataset_id``.
1609
+ # Identifier. Resource name of the dataset, of the form `projects/`project_id`/
1610
+ # locations/`location_id`/datasets/`dataset_id``.
1572
1611
  # Corresponds to the JSON property `name`
1573
1612
  # @return [String]
1574
1613
  attr_accessor :name
@@ -1758,10 +1797,10 @@ module Google
1758
1797
  # @return [Google::Apis::HealthcareV1beta1::DeidentifyConfig]
1759
1798
  attr_accessor :config
1760
1799
 
1761
- # The name of the dataset resource to create and write the redacted data to. *
1762
- # The destination dataset must not exist. * The destination dataset must be in
1763
- # the same location as the source dataset. De-identifying data across multiple
1764
- # locations is not supported.
1800
+ # Required. The name of the dataset resource to create and write the redacted
1801
+ # data to. * The destination dataset must not exist. * The destination dataset
1802
+ # must be in the same location as the source dataset. De-identifying data across
1803
+ # multiple locations is not supported.
1765
1804
  # Corresponds to the JSON property `destinationDataset`
1766
1805
  # @return [String]
1767
1806
  attr_accessor :destination_dataset
@@ -1799,13 +1838,13 @@ module Google
1799
1838
  # @return [Google::Apis::HealthcareV1beta1::DeidentifyConfig]
1800
1839
  attr_accessor :config
1801
1840
 
1802
- # The name of the DICOM store to create and write the redacted data to. For
1803
- # example, `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
1804
- # dicomStores/`dicom_store_id``. * The destination dataset must exist. * The
1805
- # source dataset and destination dataset must both reside in the same location.
1806
- # De-identifying data across multiple locations is not supported. * The
1807
- # destination DICOM store must not exist. * The caller must have the necessary
1808
- # permissions to create the destination DICOM store.
1841
+ # Required. The name of the DICOM store to create and write the redacted data to.
1842
+ # For example, `projects/`project_id`/locations/`location_id`/datasets/`
1843
+ # dataset_id`/dicomStores/`dicom_store_id``. * The destination dataset must
1844
+ # exist. * The source dataset and destination dataset must both reside in the
1845
+ # same location. De-identifying data across multiple locations is not supported.
1846
+ # * The destination DICOM store must not exist. * The caller must have the
1847
+ # necessary permissions to create the destination DICOM store.
1809
1848
  # Corresponds to the JSON property `destinationStore`
1810
1849
  # @return [String]
1811
1850
  attr_accessor :destination_store
@@ -1849,12 +1888,12 @@ module Google
1849
1888
  # @return [Google::Apis::HealthcareV1beta1::DeidentifyConfig]
1850
1889
  attr_accessor :config
1851
1890
 
1852
- # The name of the FHIR store to create and write the redacted data to. For
1853
- # example, `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
1854
- # fhirStores/`fhir_store_id``. * The destination dataset must exist. * The
1855
- # source dataset and destination dataset must both reside in the same location.
1856
- # De-identifying data across multiple locations is not supported. * The
1857
- # destination FHIR store must exist. * The caller must have the healthcare.
1891
+ # Required. The name of the FHIR store to create and write the redacted data to.
1892
+ # For example, `projects/`project_id`/locations/`location_id`/datasets/`
1893
+ # dataset_id`/fhirStores/`fhir_store_id``. * The destination dataset must exist.
1894
+ # * The source dataset and destination dataset must both reside in the same
1895
+ # location. De-identifying data across multiple locations is not supported. *
1896
+ # The destination FHIR store must exist. * The caller must have the healthcare.
1858
1897
  # fhirResources.update permission to write to the destination FHIR store.
1859
1898
  # Corresponds to the JSON property `destinationStore`
1860
1899
  # @return [String]
@@ -2045,8 +2084,9 @@ module Google
2045
2084
  # @return [Hash<String,String>]
2046
2085
  attr_accessor :labels
2047
2086
 
2048
- # Resource name of the DICOM store, of the form `projects/`project_id`/locations/
2049
- # `location_id`/datasets/`dataset_id`/dicomStores/`dicom_store_id``.
2087
+ # Identifier. Resource name of the DICOM store, of the form `projects/`
2088
+ # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
2089
+ # dicom_store_id``.
2050
2090
  # Corresponds to the JSON property `name`
2051
2091
  # @return [String]
2052
2092
  attr_accessor :name
@@ -2355,9 +2395,9 @@ module Google
2355
2395
  # @return [Hash<String,String>]
2356
2396
  attr_accessor :golden_info_type_mapping
2357
2397
 
2358
- # The Annotation store to use as ground truth, in the format of `projects/`
2359
- # project_id`/locations/`location_id`/datasets/`dataset_id`/annotationStores/`
2360
- # annotation_store_id``.
2398
+ # Required. The Annotation store to use as ground truth, in the format of `
2399
+ # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
2400
+ # annotationStores/`annotation_store_id``.
2361
2401
  # Corresponds to the JSON property `goldenStore`
2362
2402
  # @return [String]
2363
2403
  attr_accessor :golden_store
@@ -2484,6 +2524,138 @@ module Google
2484
2524
  end
2485
2525
  end
2486
2526
 
2527
+ # The enforcing consent's metadata.
2528
+ class ExplainDataAccessConsentInfo
2529
+ include Google::Apis::Core::Hashable
2530
+
2531
+ # The compartment base resources that matched a cascading policy. Each resource
2532
+ # has the following format: `projects/`project_id`/locations/`location_id`/
2533
+ # datasets/`dataset_id`/fhirStores/`fhir_store_id`/fhir/`resource_type`/`
2534
+ # resource_id``
2535
+ # Corresponds to the JSON property `cascadeOrigins`
2536
+ # @return [Array<String>]
2537
+ attr_accessor :cascade_origins
2538
+
2539
+ # The resource name of this consent resource. Format: `projects/`projectId`/
2540
+ # datasets/`datasetId`/fhirStores/`fhirStoreId`/fhir/`resourceType`/`id``.
2541
+ # Corresponds to the JSON property `consentResource`
2542
+ # @return [String]
2543
+ attr_accessor :consent_resource
2544
+
2545
+ # Last enforcement timestamp of this consent resource.
2546
+ # Corresponds to the JSON property `enforcementTime`
2547
+ # @return [String]
2548
+ attr_accessor :enforcement_time
2549
+
2550
+ # A list of all the matching accessor scopes of this consent policy that
2551
+ # enforced ExplainDataAccessConsentScope.accessor_scope.
2552
+ # Corresponds to the JSON property `matchingAccessorScopes`
2553
+ # @return [Array<Google::Apis::HealthcareV1beta1::ConsentAccessorScope>]
2554
+ attr_accessor :matching_accessor_scopes
2555
+
2556
+ # The patient owning the consent (only applicable for patient consents), in the
2557
+ # format: `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
2558
+ # fhirStores/`fhir_store_id`/fhir/Patient/`patient_id``
2559
+ # Corresponds to the JSON property `patientConsentOwner`
2560
+ # @return [String]
2561
+ attr_accessor :patient_consent_owner
2562
+
2563
+ # The policy type of consent resource (e.g. PATIENT, ADMIN).
2564
+ # Corresponds to the JSON property `type`
2565
+ # @return [String]
2566
+ attr_accessor :type
2567
+
2568
+ # The consent's variant combinations. A single consent may have multiple
2569
+ # variants.
2570
+ # Corresponds to the JSON property `variants`
2571
+ # @return [Array<String>]
2572
+ attr_accessor :variants
2573
+
2574
+ def initialize(**args)
2575
+ update!(**args)
2576
+ end
2577
+
2578
+ # Update properties of this object
2579
+ def update!(**args)
2580
+ @cascade_origins = args[:cascade_origins] if args.key?(:cascade_origins)
2581
+ @consent_resource = args[:consent_resource] if args.key?(:consent_resource)
2582
+ @enforcement_time = args[:enforcement_time] if args.key?(:enforcement_time)
2583
+ @matching_accessor_scopes = args[:matching_accessor_scopes] if args.key?(:matching_accessor_scopes)
2584
+ @patient_consent_owner = args[:patient_consent_owner] if args.key?(:patient_consent_owner)
2585
+ @type = args[:type] if args.key?(:type)
2586
+ @variants = args[:variants] if args.key?(:variants)
2587
+ end
2588
+ end
2589
+
2590
+ # A single consent scope that provides info on who has access to the requested
2591
+ # resource scope for a particular purpose and environment, enforced by which
2592
+ # consent.
2593
+ class ExplainDataAccessConsentScope
2594
+ include Google::Apis::Core::Hashable
2595
+
2596
+ # The accessor scope that describes who can access, for what purpose, in which
2597
+ # environment.
2598
+ # Corresponds to the JSON property `accessorScope`
2599
+ # @return [Google::Apis::HealthcareV1beta1::ConsentAccessorScope]
2600
+ attr_accessor :accessor_scope
2601
+
2602
+ # Whether the current consent scope is permitted or denied access on the
2603
+ # requested resource.
2604
+ # Corresponds to the JSON property `decision`
2605
+ # @return [String]
2606
+ attr_accessor :decision
2607
+
2608
+ # Metadata of the consent resources that enforce the consent scope's access.
2609
+ # Corresponds to the JSON property `enforcingConsents`
2610
+ # @return [Array<Google::Apis::HealthcareV1beta1::ExplainDataAccessConsentInfo>]
2611
+ attr_accessor :enforcing_consents
2612
+
2613
+ # Other consent scopes that created exceptions within this scope.
2614
+ # Corresponds to the JSON property `exceptions`
2615
+ # @return [Array<Google::Apis::HealthcareV1beta1::ExplainDataAccessConsentScope>]
2616
+ attr_accessor :exceptions
2617
+
2618
+ def initialize(**args)
2619
+ update!(**args)
2620
+ end
2621
+
2622
+ # Update properties of this object
2623
+ def update!(**args)
2624
+ @accessor_scope = args[:accessor_scope] if args.key?(:accessor_scope)
2625
+ @decision = args[:decision] if args.key?(:decision)
2626
+ @enforcing_consents = args[:enforcing_consents] if args.key?(:enforcing_consents)
2627
+ @exceptions = args[:exceptions] if args.key?(:exceptions)
2628
+ end
2629
+ end
2630
+
2631
+ # List of consent scopes that are applicable to the explained access on a given
2632
+ # resource.
2633
+ class ExplainDataAccessResponse
2634
+ include Google::Apis::Core::Hashable
2635
+
2636
+ # List of applicable consent scopes. Sorted in order of actor such that scopes
2637
+ # belonging to the same actor will be adjacent to each other in the list.
2638
+ # Corresponds to the JSON property `consentScopes`
2639
+ # @return [Array<Google::Apis::HealthcareV1beta1::ExplainDataAccessConsentScope>]
2640
+ attr_accessor :consent_scopes
2641
+
2642
+ # Warnings associated with this response. It inform user with exceeded scope
2643
+ # limit errors.
2644
+ # Corresponds to the JSON property `warning`
2645
+ # @return [String]
2646
+ attr_accessor :warning
2647
+
2648
+ def initialize(**args)
2649
+ update!(**args)
2650
+ end
2651
+
2652
+ # Update properties of this object
2653
+ def update!(**args)
2654
+ @consent_scopes = args[:consent_scopes] if args.key?(:consent_scopes)
2655
+ @warning = args[:warning] if args.key?(:warning)
2656
+ end
2657
+ end
2658
+
2487
2659
  # Request to export Annotations. The export operation is not atomic. If a
2488
2660
  # failure occurs, any annotations already exported are not removed.
2489
2661
  class ExportAnnotationsRequest
@@ -3030,11 +3202,9 @@ module Google
3030
3202
  attr_accessor :disable_resource_versioning
3031
3203
  alias_method :disable_resource_versioning?, :disable_resource_versioning
3032
3204
 
3033
- # Optional. Whether to allow the [ImportResourcesHistory] and [ExecuteBundle]
3034
- # APIs to accept history bundles, and directly insert and overwrite historical
3035
- # resource versions into the FHIR store. Importing resource histories creates
3036
- # resource interactions that have occurred in the past that clients might not
3037
- # allow. If set to false, using history bundles fail with an error.
3205
+ # Optional. Whether to allow ExecuteBundle to accept history bundles, and
3206
+ # directly insert and overwrite historical resource versions into the FHIR store.
3207
+ # If set to false, using history bundles fails with an error.
3038
3208
  # Corresponds to the JSON property `enableHistoryModifications`
3039
3209
  # @return [Boolean]
3040
3210
  attr_accessor :enable_history_modifications
@@ -3066,8 +3236,8 @@ module Google
3066
3236
  # @return [Hash<String,String>]
3067
3237
  attr_accessor :labels
3068
3238
 
3069
- # Output only. Resource name of the FHIR store, of the form `projects/`
3070
- # project_id`/datasets/`dataset_id`/fhirStores/`fhir_store_id``.
3239
+ # Output only. Identifier. Resource name of the FHIR store, of the form `
3240
+ # projects/`project_id`/datasets/`dataset_id`/fhirStores/`fhir_store_id``.
3071
3241
  # Corresponds to the JSON property `name`
3072
3242
  # @return [String]
3073
3243
  attr_accessor :name
@@ -3107,10 +3277,10 @@ module Google
3107
3277
  # @return [Google::Apis::HealthcareV1beta1::ValidationConfig]
3108
3278
  attr_accessor :validation_config
3109
3279
 
3110
- # Immutable. The FHIR specification version that this FHIR store supports
3111
- # natively. This field is immutable after store creation. Requests are rejected
3112
- # if they contain FHIR resources of a different version. Version is required for
3113
- # every FHIR store.
3280
+ # Required. Immutable. The FHIR specification version that this FHIR store
3281
+ # supports natively. This field is immutable after store creation. Requests are
3282
+ # rejected if they contain FHIR resources of a different version. Version is
3283
+ # required for every FHIR store.
3114
3284
  # Corresponds to the JSON property `version`
3115
3285
  # @return [String]
3116
3286
  attr_accessor :version
@@ -4153,8 +4323,9 @@ module Google
4153
4323
  # @return [Hash<String,String>]
4154
4324
  attr_accessor :labels
4155
4325
 
4156
- # Resource name of the HL7v2 store, of the form `projects/`project_id`/locations/
4157
- # `location_id`/datasets/`dataset_id`/hl7V2Stores/`hl7v2_store_id``.
4326
+ # Identifier. Resource name of the HL7v2 store, of the form `projects/`
4327
+ # project_id`/locations/`location_id`/datasets/`dataset_id`/hl7V2Stores/`
4328
+ # hl7v2_store_id``.
4158
4329
  # Corresponds to the JSON property `name`
4159
4330
  # @return [String]
4160
4331
  attr_accessor :name
@@ -5245,7 +5416,7 @@ module Google
5245
5416
  # @return [String]
5246
5417
  attr_accessor :create_time
5247
5418
 
5248
- # Raw message bytes.
5419
+ # Required. Raw message bytes.
5249
5420
  # Corresponds to the JSON property `data`
5250
5421
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
5251
5422
  # @return [String]
@@ -5267,9 +5438,9 @@ module Google
5267
5438
  # @return [String]
5268
5439
  attr_accessor :message_type
5269
5440
 
5270
- # Resource name of the Message, of the form `projects/`project_id`/locations/`
5271
- # location_id`/datasets/`dataset_id`/hl7V2Stores/`hl7_v2_store_id`/messages/`
5272
- # message_id``. Assigned by the server.
5441
+ # Output only. Resource name of the Message, of the form `projects/`project_id`/
5442
+ # locations/`location_id`/datasets/`dataset_id`/hl7V2Stores/`hl7_v2_store_id`/
5443
+ # messages/`message_id``. Assigned by the server.
5273
5444
  # Corresponds to the JSON property `name`
5274
5445
  # @return [String]
5275
5446
  attr_accessor :name
@@ -6432,11 +6603,11 @@ module Google
6432
6603
  class SearchResourcesRequest
6433
6604
  include Google::Apis::Core::Hashable
6434
6605
 
6435
- # The FHIR resource type to search, such as Patient or Observation. For a
6436
- # complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/implement/
6437
- # standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/implement/
6438
- # standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/implement/
6439
- # standards/fhir/R4/resourcelist.html)).
6606
+ # Required. The FHIR resource type to search, such as Patient or Observation.
6607
+ # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
6608
+ # implement/standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
6609
+ # implement/standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
6610
+ # implement/standards/fhir/R4/resourcelist.html)).
6440
6611
  # Corresponds to the JSON property `resourceType`
6441
6612
  # @return [String]
6442
6613
  attr_accessor :resource_type
@@ -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.62.0"
19
+ GEM_VERSION = "0.64.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 = "20240130"
26
26
  end
27
27
  end
28
28
  end
@@ -238,6 +238,12 @@ module Google
238
238
  include Google::Apis::Core::JsonObjectSupport
239
239
  end
240
240
 
241
+ class ConsentAccessorScope
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
241
247
  class ConsentArtifact
242
248
  class Representation < Google::Apis::Core::JsonRepresentation; end
243
249
 
@@ -448,6 +454,24 @@ module Google
448
454
  include Google::Apis::Core::JsonObjectSupport
449
455
  end
450
456
 
457
+ class ExplainDataAccessConsentInfo
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
463
+ class ExplainDataAccessConsentScope
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
469
+ class ExplainDataAccessResponse
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
451
475
  class ExportAnnotationsRequest
452
476
  class Representation < Google::Apis::Core::JsonRepresentation; end
453
477
 
@@ -1646,6 +1670,15 @@ module Google
1646
1670
  end
1647
1671
  end
1648
1672
 
1673
+ class ConsentAccessorScope
1674
+ # @private
1675
+ class Representation < Google::Apis::Core::JsonRepresentation
1676
+ property :actor, as: 'actor'
1677
+ property :environment, as: 'environment'
1678
+ property :purpose, as: 'purpose'
1679
+ end
1680
+ end
1681
+
1649
1682
  class ConsentArtifact
1650
1683
  # @private
1651
1684
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1996,6 +2029,42 @@ module Google
1996
2029
  end
1997
2030
  end
1998
2031
 
2032
+ class ExplainDataAccessConsentInfo
2033
+ # @private
2034
+ class Representation < Google::Apis::Core::JsonRepresentation
2035
+ collection :cascade_origins, as: 'cascadeOrigins'
2036
+ property :consent_resource, as: 'consentResource'
2037
+ property :enforcement_time, as: 'enforcementTime'
2038
+ collection :matching_accessor_scopes, as: 'matchingAccessorScopes', class: Google::Apis::HealthcareV1beta1::ConsentAccessorScope, decorator: Google::Apis::HealthcareV1beta1::ConsentAccessorScope::Representation
2039
+
2040
+ property :patient_consent_owner, as: 'patientConsentOwner'
2041
+ property :type, as: 'type'
2042
+ collection :variants, as: 'variants'
2043
+ end
2044
+ end
2045
+
2046
+ class ExplainDataAccessConsentScope
2047
+ # @private
2048
+ class Representation < Google::Apis::Core::JsonRepresentation
2049
+ property :accessor_scope, as: 'accessorScope', class: Google::Apis::HealthcareV1beta1::ConsentAccessorScope, decorator: Google::Apis::HealthcareV1beta1::ConsentAccessorScope::Representation
2050
+
2051
+ property :decision, as: 'decision'
2052
+ collection :enforcing_consents, as: 'enforcingConsents', class: Google::Apis::HealthcareV1beta1::ExplainDataAccessConsentInfo, decorator: Google::Apis::HealthcareV1beta1::ExplainDataAccessConsentInfo::Representation
2053
+
2054
+ collection :exceptions, as: 'exceptions', class: Google::Apis::HealthcareV1beta1::ExplainDataAccessConsentScope, decorator: Google::Apis::HealthcareV1beta1::ExplainDataAccessConsentScope::Representation
2055
+
2056
+ end
2057
+ end
2058
+
2059
+ class ExplainDataAccessResponse
2060
+ # @private
2061
+ class Representation < Google::Apis::Core::JsonRepresentation
2062
+ collection :consent_scopes, as: 'consentScopes', class: Google::Apis::HealthcareV1beta1::ExplainDataAccessConsentScope, decorator: Google::Apis::HealthcareV1beta1::ExplainDataAccessConsentScope::Representation
2063
+
2064
+ property :warning, as: 'warning'
2065
+ end
2066
+ end
2067
+
1999
2068
  class ExportAnnotationsRequest
2000
2069
  # @private
2001
2070
  class Representation < Google::Apis::Core::JsonRepresentation