google-apis-healthcare_v1beta1 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: 573fe8c189d917d0c90f95c5e4c344b9f08e35dac6b4125b3f95d5a75b14d079
4
- data.tar.gz: a34edd265db3780c31c555594c116097698a75b5b5c06c619b97782acf0ff6e2
3
+ metadata.gz: 99cf872a52524ebf4a9e6bffbf2495cb6383610ab85bf1494e75f2bdd02a6124
4
+ data.tar.gz: 0114dbd1d2eb8afd3eb0b4167e06ff710f1e0f0994ca56b9b5296b159f0fd871
5
5
  SHA512:
6
- metadata.gz: 1a0b5faa9912d54554cf4ef308c935899255ded1ff142156c12f80c75b29f5604b60ac2511bc55c408031b73ccdb846274823ffbe7b3a8e3cefc997461e15335
7
- data.tar.gz: 5e634d8e243e46de7e299d734415de6323db328aa7ea9f78efdc2553181e3949b83091b4eb281ba26566b4561ba206754459b5cddd473cd553028e86ece394c2
6
+ metadata.gz: d0f64926ef1c21e6a077126ccef235aa205c98e70d6935bb7db774a35147f1acd6e3bfc3c216d7ec262e0b4a4c55c9ac7921083df729eb1ae6da09926fa8451f
7
+ data.tar.gz: c8a360cb830a01dac3bf9d0a7e5ef5b4f81f0ec84374bf2002ef08b714486db25e765c89c1a35f9b6bddb917a9ce2904cbf0465cc47a7937d91ef0b2dee6a9d6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.54.0 (2023-09-03)
4
+
5
+ * Regenerated from discovery document revision 20230817
6
+
7
+ ### v0.53.0 (2023-08-27)
8
+
9
+ * Regenerated from discovery document revision 20230814
10
+
3
11
  ### v0.52.0 (2023-08-13)
4
12
 
5
13
  * Regenerated from discovery document revision 20230728
@@ -687,7 +687,7 @@ module Google
687
687
 
688
688
  # Replace field value with masking character. Supported [types](https://www.hl7.
689
689
  # org/fhir/datatypes.html): Code, Decimal, HumanName, Id, LanguageCode, Markdown,
690
- # Oid, String, Uri, Uuid, Xhtml
690
+ # Oid, String, Uri, Uuid, Xhtml.
691
691
  class CharacterMaskField
692
692
  include Google::Apis::Core::Hashable
693
693
 
@@ -774,7 +774,7 @@ module Google
774
774
  # marked for removal (action codes D, Z, X, and U) in the [Basic Profile](http://
775
775
  # dicom.nema.org/medical/dicom/2018e/output/chtml/part15/chapter_E.html). These
776
776
  # contextual phrases are replaced with the token "[CTX]". This option uses an
777
- # additional `InfoType` during inspection.
777
+ # additional infoType during inspection.
778
778
  class CleanDescriptorsOption
779
779
  include Google::Apis::Core::Hashable
780
780
 
@@ -787,10 +787,10 @@ module Google
787
787
  end
788
788
  end
789
789
 
790
- # Inspect text and transform sensitive text. Configure using `TextConfig`.
790
+ # Inspect text and transform sensitive text. Configure using TextConfig.
791
791
  # Supported [types](https://www.hl7.org/fhir/datatypes.html): Code, Date,
792
792
  # DateTime, Decimal, HumanName, Id, LanguageCode, Markdown, Oid, String, Uri,
793
- # Uuid, Xhtml
793
+ # Uuid, Xhtml.
794
794
  class CleanTextField
795
795
  include Google::Apis::Core::Hashable
796
796
 
@@ -1112,11 +1112,12 @@ module Google
1112
1112
  end
1113
1113
  end
1114
1114
 
1115
- # The fields that aren't marked `Keep` or `CleanText` in the `BASIC` profile are
1116
- # collected into a contextual phrase list. For fields marked `CleanText`, the
1117
- # process attempts to transform phrases matching these contextual entries. These
1118
- # contextual phrases are replaced with the token "[CTX]". This feature uses an
1119
- # additional InfoType during inspection.
1115
+ # Fields that don't match a KeepField or CleanTextField `action` in the BASIC
1116
+ # profile are collected into a contextual phrase list. For fields that match a
1117
+ # CleanTextField `action` in FieldMetadata or ProfileType, the process attempts
1118
+ # to transform phrases matching these contextual entries. These contextual
1119
+ # phrases are replaced with the token "[CTX]". This feature uses an additional
1120
+ # InfoType during inspection.
1120
1121
  class ContextualDeidConfig
1121
1122
  include Google::Apis::Core::Hashable
1122
1123
 
@@ -1157,8 +1158,8 @@ module Google
1157
1158
 
1158
1159
  # An AES 128/192/256 bit key. Causes the hash to be computed based on this key.
1159
1160
  # A default key is generated for each Deidentify operation and is used when
1160
- # neither `crypto_key` nor `kms_wrapped` is specified. Must not be set if `
1161
- # kms_wrapped` is set.
1161
+ # neither crypto_key nor kms_wrapped is specified. Must not be set if
1162
+ # kms_wrapped is set.
1162
1163
  # Corresponds to the JSON property `cryptoKey`
1163
1164
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
1164
1165
  # @return [String]
@@ -1186,7 +1187,7 @@ module Google
1186
1187
 
1187
1188
  # Replace field value with a hash of that value. Supported [types](https://www.
1188
1189
  # hl7.org/fhir/datatypes.html): Code, Decimal, HumanName, Id, LanguageCode,
1189
- # Markdown, Oid, String, Uri, Uuid, Xhtml
1190
+ # Markdown, Oid, String, Uri, Uuid, Xhtml.
1190
1191
  class CryptoHashField
1191
1192
  include Google::Apis::Core::Hashable
1192
1193
 
@@ -1238,10 +1239,10 @@ module Google
1238
1239
 
1239
1240
  # An AES 128/192/256 bit key. The date shift is computed based on this key and
1240
1241
  # the patient ID. If the patient ID is empty for a DICOM resource, the date
1241
- # shift is computed based on this key and the study instance UID. If `crypto_key`
1242
- # is not set, then `kms_wrapped` is used to calculate the date shift. If
1243
- # neither is set, a default key is generated for each de-identify operation.
1244
- # Must not be set if `kms_wrapped` is set.
1242
+ # shift is computed based on this key and the study instance UID. If crypto_key
1243
+ # is not set, then kms_wrapped is used to calculate the date shift. If neither
1244
+ # is set, a default key is generated for each de-identify operation. Must not be
1245
+ # set if kms_wrapped is set.
1245
1246
  # Corresponds to the JSON property `cryptoKey`
1246
1247
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
1247
1248
  # @return [String]
@@ -1269,7 +1270,7 @@ module Google
1269
1270
 
1270
1271
  # Shift the date by a randomized number of days. See [date shifting](https://
1271
1272
  # cloud.google.com/dlp/docs/concepts-date-shifting) for more information.
1272
- # Supported [types](https://www.hl7.org/fhir/datatypes.html): Date, DateTime
1273
+ # Supported [types](https://www.hl7.org/fhir/datatypes.html): Date, DateTime.
1273
1274
  class DateShiftField
1274
1275
  include Google::Apis::Core::Hashable
1275
1276
 
@@ -2426,15 +2427,16 @@ module Google
2426
2427
  include Google::Apis::Core::Hashable
2427
2428
 
2428
2429
  # Specifies FHIR paths to match and how to transform them. Any field that is not
2429
- # matched by a `FieldMetadata` is passed through to the output dataset
2430
- # unmodified. All extensions will be processed according to `keep_extensions`.
2431
- # If a field can be matched by more than one `FieldMetadata`, the first `
2432
- # FieldMetadata.Action` is applied. Overrides `options` and `profile`.
2430
+ # matched by a FieldMetadata `action` is passed through to the output dataset
2431
+ # unmodified. All extensions will be processed according to keep_extensions. If
2432
+ # a field can be matched by more than one FieldMetadata `action`, the first `
2433
+ # action` option is applied. Overrides options and the union field `profile` in
2434
+ # FhirFieldConfig.
2433
2435
  # Corresponds to the JSON property `fieldMetadataList`
2434
2436
  # @return [Array<Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DeidentifyFieldMetadata>]
2435
2437
  attr_accessor :field_metadata_list
2436
2438
 
2437
- # Specifies additional options to apply to the base `profile`.
2439
+ # Specifies additional options to apply to the base ProfileType.
2438
2440
  # Corresponds to the JSON property `options`
2439
2441
  # @return [Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DeidentifyOptions]
2440
2442
  attr_accessor :options
@@ -3170,29 +3172,29 @@ module Google
3170
3172
 
3171
3173
  # Replace field value with masking character. Supported [types](https://www.hl7.
3172
3174
  # org/fhir/datatypes.html): Code, Decimal, HumanName, Id, LanguageCode, Markdown,
3173
- # Oid, String, Uri, Uuid, Xhtml
3175
+ # Oid, String, Uri, Uuid, Xhtml.
3174
3176
  # Corresponds to the JSON property `characterMaskField`
3175
3177
  # @return [Google::Apis::HealthcareV1beta1::CharacterMaskField]
3176
3178
  attr_accessor :character_mask_field
3177
3179
 
3178
- # Inspect text and transform sensitive text. Configure using `TextConfig`.
3180
+ # Inspect text and transform sensitive text. Configure using TextConfig.
3179
3181
  # Supported [types](https://www.hl7.org/fhir/datatypes.html): Code, Date,
3180
3182
  # DateTime, Decimal, HumanName, Id, LanguageCode, Markdown, Oid, String, Uri,
3181
- # Uuid, Xhtml
3183
+ # Uuid, Xhtml.
3182
3184
  # Corresponds to the JSON property `cleanTextField`
3183
3185
  # @return [Google::Apis::HealthcareV1beta1::CleanTextField]
3184
3186
  attr_accessor :clean_text_field
3185
3187
 
3186
3188
  # Replace field value with a hash of that value. Supported [types](https://www.
3187
3189
  # hl7.org/fhir/datatypes.html): Code, Decimal, HumanName, Id, LanguageCode,
3188
- # Markdown, Oid, String, Uri, Uuid, Xhtml
3190
+ # Markdown, Oid, String, Uri, Uuid, Xhtml.
3189
3191
  # Corresponds to the JSON property `cryptoHashField`
3190
3192
  # @return [Google::Apis::HealthcareV1beta1::CryptoHashField]
3191
3193
  attr_accessor :crypto_hash_field
3192
3194
 
3193
3195
  # Shift the date by a randomized number of days. See [date shifting](https://
3194
3196
  # cloud.google.com/dlp/docs/concepts-date-shifting) for more information.
3195
- # Supported [types](https://www.hl7.org/fhir/datatypes.html): Date, DateTime
3197
+ # Supported [types](https://www.hl7.org/fhir/datatypes.html): Date, DateTime.
3196
3198
  # Corresponds to the JSON property `dateShiftField`
3197
3199
  # @return [Google::Apis::HealthcareV1beta1::DateShiftField]
3198
3200
  attr_accessor :date_shift_field
@@ -3203,20 +3205,21 @@ module Google
3203
3205
  attr_accessor :keep_field
3204
3206
 
3205
3207
  # List of paths to FHIR fields to redact. Each path is a period-separated list
3206
- # where each component is either a field name or FHIR type name. All types begin
3207
- # with an upper case letter. For example, the resource field "Patient.Address.
3208
- # city", which uses a string type, can be matched by "Patient.Address.String".
3209
- # Path also supports partialkk matching. For example, "Patient.Address.city" can
3210
- # be matched by "Address.city" (Patient omitted). Partial matching and type
3211
- # matching can be combined, for example "Patient.Address.city" can be matched by
3212
- # "Address.String". For "choice" types (those defined in the FHIR spec with the
3213
- # form: field[x]), use two separate components. For example, "deceasedAge.unit"
3214
- # is matched by "Deceased.Age.unit". Supported [types](https://www.hl7.org/fhir/
3215
- # datatypes.html) are: AdministrativeGenderCode, Base64Binary, Boolean, Code,
3216
- # Date, DateTime, Decimal, HumanName, Id, Instant, Integer, LanguageCode,
3217
- # Markdown, Oid, PositiveInt, String, UnsignedInt, Uri, Uuid, Xhtml. The sub-
3218
- # type for HumanName (for example HumanName.given, HumanName.family) can be
3219
- # omitted.
3208
+ # where each component is either a field name or FHIR [type](https://www.hl7.org/
3209
+ # fhir/datatypes.html) name. All types begin with an upper case letter. For
3210
+ # example, the resource field `Patient.Address.city`, which uses a [string](
3211
+ # https://www.hl7.org/fhir/datatypes-definitions.html#Address.city) type, can be
3212
+ # matched by `Patient.Address.String`. Partial matching is supported. For
3213
+ # example, `Patient.Address.city` can be matched by `Address.city` (with `
3214
+ # Patient` omitted). Partial matching and type matching can be combined, for
3215
+ # example `Patient.Address.city` can be matched by `Address.String`. For "choice"
3216
+ # types (those defined in the FHIR spec with the format `field[x]`), use two
3217
+ # separate components. For example, `deceasedAge.unit` is matched by `Deceased.
3218
+ # Age.unit`. The following types are supported: AdministrativeGenderCode,
3219
+ # Base64Binary, Boolean, Code, Date, DateTime, Decimal, HumanName, Id, Instant,
3220
+ # Integer, LanguageCode, Markdown, Oid, PositiveInt, String, UnsignedInt, Uri,
3221
+ # Uuid, Xhtml. The sub-type for HumanName (for example `HumanName.given`, `
3222
+ # HumanName.family`) can be omitted.
3220
3223
  # Corresponds to the JSON property `paths`
3221
3224
  # @return [Array<String>]
3222
3225
  attr_accessor :paths
@@ -3242,7 +3245,7 @@ module Google
3242
3245
  end
3243
3246
  end
3244
3247
 
3245
- # Specifies additional options to apply to the base `profile`.
3248
+ # Specifies additional options to apply to the base ProfileType.
3246
3249
  class GoogleCloudHealthcareV1beta1DeidentifyOptions
3247
3250
  include Google::Apis::Core::Hashable
3248
3251
 
@@ -3251,11 +3254,12 @@ module Google
3251
3254
  # @return [Google::Apis::HealthcareV1beta1::CharacterMaskConfig]
3252
3255
  attr_accessor :character_mask_config
3253
3256
 
3254
- # The fields that aren't marked `Keep` or `CleanText` in the `BASIC` profile are
3255
- # collected into a contextual phrase list. For fields marked `CleanText`, the
3256
- # process attempts to transform phrases matching these contextual entries. These
3257
- # contextual phrases are replaced with the token "[CTX]". This feature uses an
3258
- # additional InfoType during inspection.
3257
+ # Fields that don't match a KeepField or CleanTextField `action` in the BASIC
3258
+ # profile are collected into a contextual phrase list. For fields that match a
3259
+ # CleanTextField `action` in FieldMetadata or ProfileType, the process attempts
3260
+ # to transform phrases matching these contextual entries. These contextual
3261
+ # phrases are replaced with the token "[CTX]". This feature uses an additional
3262
+ # InfoType during inspection.
3259
3263
  # Corresponds to the JSON property `contextualDeid`
3260
3264
  # @return [Google::Apis::HealthcareV1beta1::ContextualDeidConfig]
3261
3265
  attr_accessor :contextual_deid
@@ -3273,7 +3277,7 @@ module Google
3273
3277
  # @return [Google::Apis::HealthcareV1beta1::DateShiftConfig]
3274
3278
  attr_accessor :date_shift_config
3275
3279
 
3276
- # The behaviour for handling FHIR extensions that aren't otherwise specified for
3280
+ # The behavior for handling FHIR extensions that aren't otherwise specified for
3277
3281
  # de-identification. If provided, all extensions are preserved during de-
3278
3282
  # identification by default. If unspecified, all extensions are removed during
3279
3283
  # de-identification by default.
@@ -4195,7 +4199,7 @@ module Google
4195
4199
  end
4196
4200
  end
4197
4201
 
4198
- # The behaviour for handling FHIR extensions that aren't otherwise specified for
4202
+ # The behavior for handling FHIR extensions that aren't otherwise specified for
4199
4203
  # de-identification. If provided, all extensions are preserved during de-
4200
4204
  # identification by default. If unspecified, all extensions are removed during
4201
4205
  # de-identification by default.
@@ -4902,13 +4906,13 @@ module Google
4902
4906
  # @return [String]
4903
4907
  attr_accessor :name
4904
4908
 
4905
- # The normal response of the operation in case of success. If the original
4906
- # method returns no data on success, such as `Delete`, the response is `google.
4907
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
4908
- # the response should be the resource. For other methods, the response should
4909
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
4910
- # example, if the original method name is `TakeSnapshot()`, the inferred
4911
- # response type is `TakeSnapshotResponse`.
4909
+ # The normal, successful response of the operation. If the original method
4910
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
4911
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
4912
+ # response should be the resource. For other methods, the response should have
4913
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
4914
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
4915
+ # `TakeSnapshotResponse`.
4912
4916
  # Corresponds to the JSON property `response`
4913
4917
  # @return [Hash<String,Object>]
4914
4918
  attr_accessor :response
@@ -4991,7 +4995,7 @@ module Google
4991
4995
  # marked for removal (action codes D, Z, X, and U) in the [Basic Profile](http://
4992
4996
  # dicom.nema.org/medical/dicom/2018e/output/chtml/part15/chapter_E.html). These
4993
4997
  # contextual phrases are replaced with the token "[CTX]". This option uses an
4994
- # additional `InfoType` during inspection.
4998
+ # additional infoType during inspection.
4995
4999
  # Corresponds to the JSON property `cleanDescriptors`
4996
5000
  # @return [Google::Apis::HealthcareV1beta1::CleanDescriptorsOption]
4997
5001
  attr_accessor :clean_descriptors
@@ -5118,22 +5122,22 @@ module Google
5118
5122
  # evaluates to `true`. A condition can add constraints based on attributes of
5119
5123
  # the request, the resource, or both. To learn which resources support
5120
5124
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
5121
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
5125
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
5122
5126
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
5123
5127
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
5124
5128
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
5125
5129
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
5126
5130
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
5127
5131
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
5128
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
5129
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
5130
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
5131
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
5132
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
5133
- # access description: Does not grant access after Sep 2020 expression: request.
5134
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
5135
- # a description of IAM and its features, see the [IAM documentation](https://
5136
- # cloud.google.com/iam/docs/).
5132
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
5133
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
5134
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
5135
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
5136
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
5137
+ # title: expirable access description: Does not grant access after Sep 2020
5138
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
5139
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
5140
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
5137
5141
  class Policy
5138
5142
  include Google::Apis::Core::Hashable
5139
5143
 
@@ -5881,22 +5885,22 @@ module Google
5881
5885
  # evaluates to `true`. A condition can add constraints based on attributes of
5882
5886
  # the request, the resource, or both. To learn which resources support
5883
5887
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
5884
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
5888
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
5885
5889
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
5886
5890
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
5887
5891
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
5888
5892
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
5889
5893
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
5890
5894
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
5891
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
5892
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
5893
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
5894
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
5895
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
5896
- # access description: Does not grant access after Sep 2020 expression: request.
5897
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
5898
- # a description of IAM and its features, see the [IAM documentation](https://
5899
- # cloud.google.com/iam/docs/).
5895
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
5896
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
5897
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
5898
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
5899
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
5900
+ # title: expirable access description: Does not grant access after Sep 2020
5901
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
5902
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
5903
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
5900
5904
  # Corresponds to the JSON property `policy`
5901
5905
  # @return [Google::Apis::HealthcareV1beta1::Policy]
5902
5906
  attr_accessor :policy
@@ -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.52.0"
19
+ GEM_VERSION = "0.54.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230728"
25
+ REVISION = "20230817"
26
26
  end
27
27
  end
28
28
  end
@@ -5434,24 +5434,10 @@ module Google
5434
5434
  # 50,000 might not be fully searchable as the server might trim its generated
5435
5435
  # search index in those cases. Note: FHIR resources are indexed asynchronously,
5436
5436
  # so there might be a slight delay between the time a resource is created or
5437
- # changed, and the time when the change reflects in search results. The only
5438
- # exception is resource identifier data, which is indexed synchronously as a
5439
- # special index. As a result, searching using resource identifier is not subject
5440
- # to indexing delay. To use the special synchronous index, the search term for
5441
- # identifier should be in the pattern `identifier=[system]|[value]` or `
5442
- # identifier=[value]`, and any of the following search result parameters can be
5443
- # used: * `_count` * `_include` * `_revinclude` * `_summary` * `_elements` If
5444
- # your query contains any other search parameters, the standard asynchronous
5445
- # index will be used instead. Note that searching against the special index is
5446
- # optimized for resolving a small number of matches. The search isn't optimized
5447
- # if your identifier search criteria matches a large number (i.e. more than 2,
5448
- # 000) of resources. For a search query that will match a large number of
5449
- # resources, you can avoiding using the special synchronous index by including
5450
- # an additional `_sort` parameter in your query. Use `_sort=-_lastUpdated` if
5451
- # you want to keep the default sorting order. For samples and detailed
5452
- # information, see [Searching for FHIR resources](https://cloud.google.com/
5453
- # healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](https:
5454
- # //cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
5437
+ # changes and when the change is reflected in search results. For samples and
5438
+ # detailed information, see [Searching for FHIR resources](https://cloud.google.
5439
+ # com/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](
5440
+ # https://cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
5455
5441
  # @param [String] parent
5456
5442
  # Name of the FHIR store to retrieve resources from.
5457
5443
  # @param [Google::Apis::HealthcareV1beta1::SearchResourcesRequest] search_resources_request_object
@@ -5526,24 +5512,10 @@ module Google
5526
5512
  # 50,000 might not be fully searchable as the server might trim its generated
5527
5513
  # search index in those cases. Note: FHIR resources are indexed asynchronously,
5528
5514
  # so there might be a slight delay between the time a resource is created or
5529
- # changed, and the time when the change reflects in search results. The only
5530
- # exception is resource identifier data, which is indexed synchronously as a
5531
- # special index. As a result, searching using resource identifier is not subject
5532
- # to indexing delay. To use the special synchronous index, the search term for
5533
- # identifier should be in the pattern `identifier=[system]|[value]` or `
5534
- # identifier=[value]`, and any of the following search result parameters can be
5535
- # used: * `_count` * `_include` * `_revinclude` * `_summary` * `_elements` If
5536
- # your query contains any other search parameters, the standard asynchronous
5537
- # index will be used instead. Note that searching against the special index is
5538
- # optimized for resolving a small number of matches. The search isn't optimized
5539
- # if your identifier search criteria matches a large number (i.e. more than 2,
5540
- # 000) of resources. For a search query that will match a large number of
5541
- # resources, you can avoiding using the special synchronous index by including
5542
- # an additional `_sort` parameter in your query. Use `_sort=-_lastUpdated` if
5543
- # you want to keep the default sorting order. For samples and detailed
5544
- # information, see [Searching for FHIR resources](https://cloud.google.com/
5545
- # healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](https:
5546
- # //cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
5515
+ # changes and when the change is reflected in search results. For samples and
5516
+ # detailed information, see [Searching for FHIR resources](https://cloud.google.
5517
+ # com/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](
5518
+ # https://cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
5547
5519
  # @param [String] parent
5548
5520
  # Name of the FHIR store to retrieve resources from.
5549
5521
  # @param [String] resource_type
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-healthcare_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.52.0
4
+ version: 0.54.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: 2023-08-13 00:00:00.000000000 Z
11
+ date: 2023-09-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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.52.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.54.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1
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.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Healthcare API V1beta1