google-apis-healthcare_v1 0.34.0 → 0.35.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: 63ee9fb146841c31ba3b61e8fa71bb74f6090edfa289c761566aa1e2b1532664
4
- data.tar.gz: 040e457e0a1581e8b694f5d05f25080e1056538ed58de62d430930ed06e1d6fe
3
+ metadata.gz: 35056d7e0927e15876257c4297b176b08e557ffb54863ddfefb80362dd8c0310
4
+ data.tar.gz: bf49c1c512d6da6502589d6ed3803642124f54fd81475053c0115e5a0f5a1fb1
5
5
  SHA512:
6
- metadata.gz: 7b93e2e40de979b1e14dbd3605c877036e2a41d0c509950fab2cb799fc713dda37ffdbde8cfe0f3934a2b7de3c90ce0e5a2beabf5e95fa9684425e37048944ef
7
- data.tar.gz: cb32ca04747aa993fcd7448928bfb961d5aab77c59b4388c9863b8a51f0a632753cec327e9501f1292fd0764570056c89e20243d47e922b35759501760abcdfe
6
+ metadata.gz: 54653a0ad68cf664bf2e9e544949a31cac8caaf4e365f6e5213095e8b5a46813691eed9582ca530b94097d1f59bfbd691dc12dda504244f8ee49974c5dcaa042
7
+ data.tar.gz: f4deb73287bb0681863ab9ded2654345cb813091ca39753defa33f936545d3b2fe1cf066cf8021a2026682ed3433467f7346d915620a2074ed61b8c3da8ca7b2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.35.0 (2022-10-12)
4
+
5
+ * Regenerated from discovery document revision 20220929
6
+
3
7
  ### v0.34.0 (2022-09-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20220912
@@ -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.34.0"
19
+ GEM_VERSION = "0.35.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 = "20220912"
25
+ REVISION = "20220929"
26
26
  end
27
27
  end
28
28
  end
@@ -1951,7 +1951,8 @@ module Google
1951
1951
  # identification fails for some DICOM instances. The output DICOM store will not
1952
1952
  # contain these failed resources. Failed resource totals are tracked in
1953
1953
  # Operation.metadata. Error details are also logged to Cloud Logging (see [
1954
- # Viewing error logs in Cloud Logging](/healthcare/docs/how-tos/logging)).
1954
+ # Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/
1955
+ # how-tos/logging)).
1955
1956
  # @param [String] source_store
1956
1957
  # Source DICOM store resource name. For example, `projects/`project_id`/
1957
1958
  # locations/`location_id`/datasets/`dataset_id`/dicomStores/`dicom_store_id``.
@@ -3718,8 +3719,8 @@ module Google
3718
3719
  # fhir/stu3/compartmentdefinition-patient.html), [R4](http://hl7.org/fhir/R4/
3719
3720
  # compartmentdefinition-patient.html)), which details the eligible resource
3720
3721
  # types and referencing search parameters. For samples that show how to call `
3721
- # Patient-everything`, see [Getting all patient compartment resources](/
3722
- # healthcare/docs/how-tos/fhir-resources#
3722
+ # Patient-everything`, see [Getting all patient compartment resources](https://
3723
+ # cloud.google.com/healthcare/docs/how-tos/fhir-resources#
3723
3724
  # getting_all_patient_compartment_resources).
3724
3725
  # @param [String] name
3725
3726
  # Name of the `Patient` resource for which the information is required.
@@ -3785,8 +3786,9 @@ module Google
3785
3786
  # version) from the FHIR store. To remove all versions of a resource, first
3786
3787
  # delete the current version and then call this method. This is not a FHIR
3787
3788
  # standard operation. For samples that show how to call `Resource-purge`, see [
3788
- # Deleting historical versions of a FHIR resource](/healthcare/docs/how-tos/fhir-
3789
- # resources#deleting_historical_versions_of_a_fhir_resource).
3789
+ # Deleting historical versions of a FHIR resource](https://cloud.google.com/
3790
+ # healthcare/docs/how-tos/fhir-resources#
3791
+ # deleting_historical_versions_of_a_fhir_resource).
3790
3792
  # @param [String] name
3791
3793
  # The name of the resource to purge.
3792
3794
  # @param [String] fields
@@ -3928,8 +3930,8 @@ module Google
3928
3930
  # contain a JSON-encoded `OperationOutcome` resource describing the reason for
3929
3931
  # the error. If the request cannot be mapped to a valid API method on a FHIR
3930
3932
  # store, a generic GCP error might be returned instead. For samples that show
3931
- # how to call `create`, see [Creating a FHIR resource](/healthcare/docs/how-tos/
3932
- # fhir-resources#creating_a_fhir_resource).
3933
+ # how to call `create`, see [Creating a FHIR resource](https://cloud.google.com/
3934
+ # healthcare/docs/how-tos/fhir-resources#creating_a_fhir_resource).
3933
3935
  # @param [String] parent
3934
3936
  # The name of the FHIR store this resource belongs to.
3935
3937
  # @param [String] type
@@ -3978,8 +3980,8 @@ module Google
3978
3980
  # FHIR store, the deleted resources will be moved to a history repository that
3979
3981
  # can still be retrieved through vread and related methods, unless they are
3980
3982
  # removed by the purge method. For samples that show how to call `delete`, see [
3981
- # Deleting a FHIR resource](/healthcare/docs/how-tos/fhir-resources#
3982
- # deleting_a_fhir_resource).
3983
+ # Deleting a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/
3984
+ # fhir-resources#deleting_a_fhir_resource).
3983
3985
  # @param [String] name
3984
3986
  # The name of the resource to delete.
3985
3987
  # @param [String] fields
@@ -4040,7 +4042,8 @@ module Google
4040
4042
  # and each request in the bundle. For more information, see [Viewing Cloud Audit
4041
4043
  # logs](https://cloud.google.com/healthcare-api/docs/how-tos/audit-logging). For
4042
4044
  # samples that show how to call `executeBundle`, see [Managing FHIR resources
4043
- # using FHIR bundles](/healthcare/docs/how-tos/fhir-bundles).
4045
+ # using FHIR bundles](https://cloud.google.com/healthcare/docs/how-tos/fhir-
4046
+ # bundles).
4044
4047
  # @param [String] parent
4045
4048
  # Name of the FHIR store in which this bundle will be executed.
4046
4049
  # @param [Google::Apis::HealthcareV1::HttpBody] http_body_object
@@ -4085,8 +4088,8 @@ module Google
4085
4088
  # describing the reason for the error. If the request cannot be mapped to a
4086
4089
  # valid API method on a FHIR store, a generic GCP error might be returned
4087
4090
  # instead. For samples that show how to call `history`, see [Listing FHIR
4088
- # resource versions](/healthcare/docs/how-tos/fhir-resources#
4089
- # listing_fhir_resource_versions).
4091
+ # resource versions](https://cloud.google.com/healthcare/docs/how-tos/fhir-
4092
+ # resources#listing_fhir_resource_versions).
4090
4093
  # @param [String] name
4091
4094
  # The name of the resource to retrieve.
4092
4095
  # @param [String] _at
@@ -4153,7 +4156,8 @@ module Google
4153
4156
  # describing the reason for the error. If the request cannot be mapped to a
4154
4157
  # valid API method on a FHIR store, a generic GCP error might be returned
4155
4158
  # instead. For samples that show how to call `patch`, see [Patching a FHIR
4156
- # resource](/healthcare/docs/how-tos/fhir-resources#patching_a_fhir_resource).
4159
+ # resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#
4160
+ # patching_a_fhir_resource).
4157
4161
  # @param [String] name
4158
4162
  # The name of the resource to update.
4159
4163
  # @param [Google::Apis::HealthcareV1::HttpBody] http_body_object
@@ -4200,8 +4204,8 @@ module Google
4200
4204
  # OperationOutcome` resource describing the reason for the error. If the request
4201
4205
  # cannot be mapped to a valid API method on a FHIR store, a generic GCP error
4202
4206
  # might be returned instead. For samples that show how to call `read`, see [
4203
- # Getting a FHIR resource](/healthcare/docs/how-tos/fhir-resources#
4204
- # getting_a_fhir_resource).
4207
+ # Getting a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-
4208
+ # resources#getting_a_fhir_resource).
4205
4209
  # @param [String] name
4206
4210
  # The name of the resource to retrieve.
4207
4211
  # @param [String] fields
@@ -4273,8 +4277,9 @@ module Google
4273
4277
  # indexed asynchronously, so there might be a slight delay between the time a
4274
4278
  # resource is created or changes and when the change is reflected in search
4275
4279
  # results. For samples and detailed information, see [Searching for FHIR
4276
- # resources](/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search
4277
- # features](/healthcare/docs/how-tos/fhir-advanced-search).
4280
+ # resources](https://cloud.google.com/healthcare/docs/how-tos/fhir-search) and [
4281
+ # Advanced FHIR search features](https://cloud.google.com/healthcare/docs/how-
4282
+ # tos/fhir-advanced-search).
4278
4283
  # @param [String] parent
4279
4284
  # Name of the FHIR store to retrieve resources from.
4280
4285
  # @param [Google::Apis::HealthcareV1::SearchResourcesRequest] search_resources_request_object
@@ -4349,8 +4354,9 @@ module Google
4349
4354
  # indexed asynchronously, so there might be a slight delay between the time a
4350
4355
  # resource is created or changes and when the change is reflected in search
4351
4356
  # results. For samples and detailed information, see [Searching for FHIR
4352
- # resources](/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search
4353
- # features](/healthcare/docs/how-tos/fhir-advanced-search).
4357
+ # resources](https://cloud.google.com/healthcare/docs/how-tos/fhir-search) and [
4358
+ # Advanced FHIR search features](https://cloud.google.com/healthcare/docs/how-
4359
+ # tos/fhir-advanced-search).
4354
4360
  # @param [String] parent
4355
4361
  # Name of the FHIR store to retrieve resources from.
4356
4362
  # @param [String] resource_type
@@ -4409,7 +4415,8 @@ module Google
4409
4415
  # describing the reason for the error. If the request cannot be mapped to a
4410
4416
  # valid API method on a FHIR store, a generic GCP error might be returned
4411
4417
  # instead. For samples that show how to call `update`, see [Updating a FHIR
4412
- # resource](/healthcare/docs/how-tos/fhir-resources#updating_a_fhir_resource).
4418
+ # resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#
4419
+ # updating_a_fhir_resource).
4413
4420
  # @param [String] name
4414
4421
  # The name of the resource to update.
4415
4422
  # @param [Google::Apis::HealthcareV1::HttpBody] http_body_object
@@ -4451,8 +4458,9 @@ module Google
4451
4458
  # store contain a JSON-encoded `OperationOutcome` resource describing the reason
4452
4459
  # for the error. If the request cannot be mapped to a valid API method on a FHIR
4453
4460
  # store, a generic GCP error might be returned instead. For samples that show
4454
- # how to call `vread`, see [Retrieving a FHIR resource version](/healthcare/docs/
4455
- # how-tos/fhir-resources#retrieving_a_fhir_resource_version).
4461
+ # how to call `vread`, see [Retrieving a FHIR resource version](https://cloud.
4462
+ # google.com/healthcare/docs/how-tos/fhir-resources#
4463
+ # retrieving_a_fhir_resource_version).
4456
4464
  # @param [String] name
4457
4465
  # The name of the resource version to retrieve.
4458
4466
  # @param [String] fields
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.34.0
4
+ version: 0.35.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-10-03 00:00:00.000000000 Z
11
+ date: 2022-10-17 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.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.35.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: []