google-apis-healthcare_v1 0.33.0 → 0.34.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: 0c3c86a9ccb0bd5423e8ec90e46f511f4e94238d905d9a723d2e42a3fb9b2224
4
- data.tar.gz: 51bb3410a90df98c4f6ae9022e176e1a599c428f45e19f2e2cf4dbf81e53b182
3
+ metadata.gz: 63ee9fb146841c31ba3b61e8fa71bb74f6090edfa289c761566aa1e2b1532664
4
+ data.tar.gz: 040e457e0a1581e8b694f5d05f25080e1056538ed58de62d430930ed06e1d6fe
5
5
  SHA512:
6
- metadata.gz: a8addaa78b62d8930cb4b0d6add5dbc9c61f8a1307da40c70256c0777d5c3ecaa8371997534347357b40c94f37284088495b90e5a7fd3ca3691a65a5a168c6d3
7
- data.tar.gz: bbc07a2f987f952c344ee87bb7c0e206c6b61cea3e31c7a2c6c0d1cefbca0e70c89b430a938e3170073d5ae51b9609f84ca4723911e664cc26c7e5c666fa9b12
6
+ metadata.gz: 7b93e2e40de979b1e14dbd3605c877036e2a41d0c509950fab2cb799fc713dda37ffdbde8cfe0f3934a2b7de3c90ce0e5a2beabf5e95fa9684425e37048944ef
7
+ data.tar.gz: cb32ca04747aa993fcd7448928bfb961d5aab77c59b4388c9863b8a51f0a632753cec327e9501f1292fd0764570056c89e20243d47e922b35759501760abcdfe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.34.0 (2022-09-26)
4
+
5
+ * Regenerated from discovery document revision 20220912
6
+
3
7
  ### v0.33.0 (2022-09-22)
4
8
 
5
9
  * Regenerated using generator version 0.10.0
@@ -333,31 +333,33 @@ module Google
333
333
  # members` can have the following values: * `allUsers`: A special identifier
334
334
  # that represents anyone who is on the internet; with or without a Google
335
335
  # account. * `allAuthenticatedUsers`: A special identifier that represents
336
- # anyone who is authenticated with a Google account or a service account. * `
337
- # user:`emailid``: An email address that represents a specific Google account.
338
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
339
- # address that represents a Google service account. For example, `my-other-app@
340
- # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
341
- # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
342
- # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
343
- # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
344
- # . * `group:`emailid``: An email address that represents a Google group. For
345
- # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
346
- # email address (plus unique identifier) representing a user that has been
347
- # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
348
- # If the user is recovered, this value reverts to `user:`emailid`` and the
349
- # recovered user retains the role in the binding. * `deleted:serviceAccount:`
350
- # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
351
- # representing a service account that has been recently deleted. For example, `
352
- # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
353
- # service account is undeleted, this value reverts to `serviceAccount:`emailid``
354
- # and the undeleted service account retains the role in the binding. * `deleted:
355
- # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
356
- # representing a Google group that has been recently deleted. For example, `
357
- # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
358
- # value reverts to `group:`emailid`` and the recovered group retains the role in
359
- # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
360
- # all the users of that domain. For example, `google.com` or `example.com`.
336
+ # anyone who is authenticated with a Google account or a service account. Does
337
+ # not include identities that come from external identity providers (IdPs)
338
+ # through identity federation. * `user:`emailid``: An email address that
339
+ # represents a specific Google account. For example, `alice@example.com` . * `
340
+ # serviceAccount:`emailid``: An email address that represents a Google service
341
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
342
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
343
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
344
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
345
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
346
+ # email address that represents a Google group. For example, `admins@example.com`
347
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
348
+ # identifier) representing a user that has been recently deleted. For example, `
349
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
350
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
351
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
352
+ # address (plus unique identifier) representing a service account that has been
353
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
354
+ # 123456789012345678901`. If the service account is undeleted, this value
355
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
356
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
357
+ # An email address (plus unique identifier) representing a Google group that has
358
+ # been recently deleted. For example, `admins@example.com?uid=
359
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
360
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
361
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
362
+ # of that domain. For example, `google.com` or `example.com`.
361
363
  # Corresponds to the JSON property `members`
362
364
  # @return [Array<String>]
363
365
  attr_accessor :members
@@ -758,6 +760,15 @@ module Google
758
760
  # @return [String]
759
761
  attr_accessor :crypto_key
760
762
 
763
+ # Include to use an existing data crypto key wrapped by KMS. The wrapped key
764
+ # must be a 128-, 192-, or 256-bit key. The key must grant the Cloud IAM
765
+ # permission `cloudkms.cryptoKeyVersions.useToDecrypt` to the project's Cloud
766
+ # Healthcare Service Agent service account. For more information, see [Creating
767
+ # a wrapped key] (https://cloud.google.com/dlp/docs/create-wrapped-key).
768
+ # Corresponds to the JSON property `kmsWrapped`
769
+ # @return [Google::Apis::HealthcareV1::KmsWrappedCryptoKey]
770
+ attr_accessor :kms_wrapped
771
+
761
772
  def initialize(**args)
762
773
  update!(**args)
763
774
  end
@@ -765,6 +776,7 @@ module Google
765
776
  # Update properties of this object
766
777
  def update!(**args)
767
778
  @crypto_key = args[:crypto_key] if args.key?(:crypto_key)
779
+ @kms_wrapped = args[:kms_wrapped] if args.key?(:kms_wrapped)
768
780
  end
769
781
  end
770
782
 
@@ -814,6 +826,15 @@ module Google
814
826
  # @return [String]
815
827
  attr_accessor :crypto_key
816
828
 
829
+ # Include to use an existing data crypto key wrapped by KMS. The wrapped key
830
+ # must be a 128-, 192-, or 256-bit key. The key must grant the Cloud IAM
831
+ # permission `cloudkms.cryptoKeyVersions.useToDecrypt` to the project's Cloud
832
+ # Healthcare Service Agent service account. For more information, see [Creating
833
+ # a wrapped key] (https://cloud.google.com/dlp/docs/create-wrapped-key).
834
+ # Corresponds to the JSON property `kmsWrapped`
835
+ # @return [Google::Apis::HealthcareV1::KmsWrappedCryptoKey]
836
+ attr_accessor :kms_wrapped
837
+
817
838
  def initialize(**args)
818
839
  update!(**args)
819
840
  end
@@ -821,6 +842,36 @@ module Google
821
842
  # Update properties of this object
822
843
  def update!(**args)
823
844
  @crypto_key = args[:crypto_key] if args.key?(:crypto_key)
845
+ @kms_wrapped = args[:kms_wrapped] if args.key?(:kms_wrapped)
846
+ end
847
+ end
848
+
849
+ # Contains configuration for streaming de-identified FHIR export.
850
+ class DeidentifiedStoreDestination
851
+ include Google::Apis::Core::Hashable
852
+
853
+ # Configures de-id options specific to different types of content. Each
854
+ # submessage customizes the handling of an https://tools.ietf.org/html/rfc6838
855
+ # media type or subtype. Configs are applied in a nested manner at runtime.
856
+ # Corresponds to the JSON property `config`
857
+ # @return [Google::Apis::HealthcareV1::DeidentifyConfig]
858
+ attr_accessor :config
859
+
860
+ # The full resource name of a Cloud Healthcare FHIR store, for example, `
861
+ # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/fhirStores/
862
+ # `fhir_store_id``.
863
+ # Corresponds to the JSON property `store`
864
+ # @return [String]
865
+ attr_accessor :store
866
+
867
+ def initialize(**args)
868
+ update!(**args)
869
+ end
870
+
871
+ # Update properties of this object
872
+ def update!(**args)
873
+ @config = args[:config] if args.key?(:config)
874
+ @store = args[:store] if args.key?(:store)
824
875
  end
825
876
  end
826
877
 
@@ -992,6 +1043,13 @@ module Google
992
1043
  # @return [Google::Apis::HealthcareV1::FhirFilter]
993
1044
  attr_accessor :resource_filter
994
1045
 
1046
+ # If true, skips resources that are created or modified after the de-identify
1047
+ # operation is created.
1048
+ # Corresponds to the JSON property `skipModifiedResources`
1049
+ # @return [Boolean]
1050
+ attr_accessor :skip_modified_resources
1051
+ alias_method :skip_modified_resources?, :skip_modified_resources
1052
+
995
1053
  def initialize(**args)
996
1054
  update!(**args)
997
1055
  end
@@ -1002,6 +1060,7 @@ module Google
1002
1060
  @destination_store = args[:destination_store] if args.key?(:destination_store)
1003
1061
  @gcs_config_uri = args[:gcs_config_uri] if args.key?(:gcs_config_uri)
1004
1062
  @resource_filter = args[:resource_filter] if args.key?(:resource_filter)
1063
+ @skip_modified_resources = args[:skip_modified_resources] if args.key?(:skip_modified_resources)
1005
1064
  end
1006
1065
  end
1007
1066
 
@@ -2769,6 +2828,38 @@ module Google
2769
2828
  end
2770
2829
  end
2771
2830
 
2831
+ # Include to use an existing data crypto key wrapped by KMS. The wrapped key
2832
+ # must be a 128-, 192-, or 256-bit key. The key must grant the Cloud IAM
2833
+ # permission `cloudkms.cryptoKeyVersions.useToDecrypt` to the project's Cloud
2834
+ # Healthcare Service Agent service account. For more information, see [Creating
2835
+ # a wrapped key] (https://cloud.google.com/dlp/docs/create-wrapped-key).
2836
+ class KmsWrappedCryptoKey
2837
+ include Google::Apis::Core::Hashable
2838
+
2839
+ # Required. The resource name of the KMS CryptoKey to use for unwrapping. For
2840
+ # example, `projects/`project_id`/locations/`location_id`/keyRings/`keyring`/
2841
+ # cryptoKeys/`key``.
2842
+ # Corresponds to the JSON property `cryptoKey`
2843
+ # @return [String]
2844
+ attr_accessor :crypto_key
2845
+
2846
+ # Required. The wrapped data crypto key.
2847
+ # Corresponds to the JSON property `wrappedKey`
2848
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
2849
+ # @return [String]
2850
+ attr_accessor :wrapped_key
2851
+
2852
+ def initialize(**args)
2853
+ update!(**args)
2854
+ end
2855
+
2856
+ # Update properties of this object
2857
+ def update!(**args)
2858
+ @crypto_key = args[:crypto_key] if args.key?(:crypto_key)
2859
+ @wrapped_key = args[:wrapped_key] if args.key?(:wrapped_key)
2860
+ end
2861
+ end
2862
+
2772
2863
  # EntityMentions can be linked to multiple entities using a LinkedEntity message
2773
2864
  # lets us add other fields, e.g. confidence.
2774
2865
  class LinkedEntity
@@ -4208,6 +4299,11 @@ module Google
4208
4299
  # @return [Google::Apis::HealthcareV1::GoogleCloudHealthcareV1FhirBigQueryDestination]
4209
4300
  attr_accessor :bigquery_destination
4210
4301
 
4302
+ # Contains configuration for streaming de-identified FHIR export.
4303
+ # Corresponds to the JSON property `deidentifiedStoreDestination`
4304
+ # @return [Google::Apis::HealthcareV1::DeidentifiedStoreDestination]
4305
+ attr_accessor :deidentified_store_destination
4306
+
4211
4307
  # Supply a FHIR resource type (such as "Patient" or "Observation"). See https://
4212
4308
  # www.hl7.org/fhir/valueset-resource-types.html for a list of all FHIR resource
4213
4309
  # types. The server treats an empty list as an intent to stream all the
@@ -4223,6 +4319,7 @@ module Google
4223
4319
  # Update properties of this object
4224
4320
  def update!(**args)
4225
4321
  @bigquery_destination = args[:bigquery_destination] if args.key?(:bigquery_destination)
4322
+ @deidentified_store_destination = args[:deidentified_store_destination] if args.key?(:deidentified_store_destination)
4226
4323
  @resource_types = args[:resource_types] if args.key?(:resource_types)
4227
4324
  end
4228
4325
  end
@@ -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.33.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220818"
25
+ REVISION = "20220912"
26
26
  end
27
27
  end
28
28
  end
@@ -160,6 +160,12 @@ module Google
160
160
  include Google::Apis::Core::JsonObjectSupport
161
161
  end
162
162
 
163
+ class DeidentifiedStoreDestination
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
163
169
  class DeidentifyConfig
164
170
  class Representation < Google::Apis::Core::JsonRepresentation; end
165
171
 
@@ -496,6 +502,12 @@ module Google
496
502
  include Google::Apis::Core::JsonObjectSupport
497
503
  end
498
504
 
505
+ class KmsWrappedCryptoKey
506
+ class Representation < Google::Apis::Core::JsonRepresentation; end
507
+
508
+ include Google::Apis::Core::JsonObjectSupport
509
+ end
510
+
499
511
  class LinkedEntity
500
512
  class Representation < Google::Apis::Core::JsonRepresentation; end
501
513
 
@@ -1000,6 +1012,8 @@ module Google
1000
1012
  # @private
1001
1013
  class Representation < Google::Apis::Core::JsonRepresentation
1002
1014
  property :crypto_key, :base64 => true, as: 'cryptoKey'
1015
+ property :kms_wrapped, as: 'kmsWrapped', class: Google::Apis::HealthcareV1::KmsWrappedCryptoKey, decorator: Google::Apis::HealthcareV1::KmsWrappedCryptoKey::Representation
1016
+
1003
1017
  end
1004
1018
  end
1005
1019
 
@@ -1015,6 +1029,17 @@ module Google
1015
1029
  # @private
1016
1030
  class Representation < Google::Apis::Core::JsonRepresentation
1017
1031
  property :crypto_key, :base64 => true, as: 'cryptoKey'
1032
+ property :kms_wrapped, as: 'kmsWrapped', class: Google::Apis::HealthcareV1::KmsWrappedCryptoKey, decorator: Google::Apis::HealthcareV1::KmsWrappedCryptoKey::Representation
1033
+
1034
+ end
1035
+ end
1036
+
1037
+ class DeidentifiedStoreDestination
1038
+ # @private
1039
+ class Representation < Google::Apis::Core::JsonRepresentation
1040
+ property :config, as: 'config', class: Google::Apis::HealthcareV1::DeidentifyConfig, decorator: Google::Apis::HealthcareV1::DeidentifyConfig::Representation
1041
+
1042
+ property :store, as: 'store'
1018
1043
  end
1019
1044
  end
1020
1045
 
@@ -1063,6 +1088,7 @@ module Google
1063
1088
  property :gcs_config_uri, as: 'gcsConfigUri'
1064
1089
  property :resource_filter, as: 'resourceFilter', class: Google::Apis::HealthcareV1::FhirFilter, decorator: Google::Apis::HealthcareV1::FhirFilter::Representation
1065
1090
 
1091
+ property :skip_modified_resources, as: 'skipModifiedResources'
1066
1092
  end
1067
1093
  end
1068
1094
 
@@ -1537,6 +1563,14 @@ module Google
1537
1563
  end
1538
1564
  end
1539
1565
 
1566
+ class KmsWrappedCryptoKey
1567
+ # @private
1568
+ class Representation < Google::Apis::Core::JsonRepresentation
1569
+ property :crypto_key, as: 'cryptoKey'
1570
+ property :wrapped_key, :base64 => true, as: 'wrappedKey'
1571
+ end
1572
+ end
1573
+
1540
1574
  class LinkedEntity
1541
1575
  # @private
1542
1576
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1931,6 +1965,8 @@ module Google
1931
1965
  class Representation < Google::Apis::Core::JsonRepresentation
1932
1966
  property :bigquery_destination, as: 'bigqueryDestination', class: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1FhirBigQueryDestination, decorator: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1FhirBigQueryDestination::Representation
1933
1967
 
1968
+ property :deidentified_store_destination, as: 'deidentifiedStoreDestination', class: Google::Apis::HealthcareV1::DeidentifiedStoreDestination, decorator: Google::Apis::HealthcareV1::DeidentifiedStoreDestination::Representation
1969
+
1934
1970
  collection :resource_types, as: 'resourceTypes'
1935
1971
  end
1936
1972
  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.33.0
4
+ version: 0.34.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: 2022-09-26 00:00:00.000000000 Z
11
+ date: 2022-10-03 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.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.34.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: []