google-apis-healthcare_v1 0.47.0 → 0.48.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: bcc70b2d8901b01234de644c47f8f050295620a04c2899bb5dedf1e2211c3875
4
- data.tar.gz: a071ca91f74049154d8db1ac7fe498591a7ebcb879472a012d796fd82d983aea
3
+ metadata.gz: 7496a7ed4246d026bb4169c14c44880012934d03edb5acc47240b02cb20e9b59
4
+ data.tar.gz: 406d3c6d1c2a36d2535d37646a797f88e35a799f9f54863b42492f8090f49fcb
5
5
  SHA512:
6
- metadata.gz: 36f4ad1997a25a4a0a76827e881690293521739191c60878cc40a8e7420d622f2abd4cc386473b0595c4e6528bceccd96ffab694b5716bc0f26505e727f4d989
7
- data.tar.gz: f0484716610e773c69e0a573128ac0c1657e71ece3e46c9abbfcf0759dae918f5378b7ba3175782b5445a93de2227585636842733602bbd977743ff401dc9d13
6
+ metadata.gz: 988a3e19306dfb37acaaa3c6a42d774a82bfda09fb8b1ed28a0ae65d47fd29e89316fd56672d8b0570a0c116f47306971c9f564d69750074cae0d3aa373b8f87
7
+ data.tar.gz: b8384049b6760a34d3e890ab5b46e17609eb8fdf202a948fabd8b31f8df2cf8d243e3cc59174e0242293789923bc96168090f23b65e7d4c84e5fc628dd4eb09a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.48.0 (2023-09-17)
4
+
5
+ * Regenerated from discovery document revision 20230830
6
+
3
7
  ### v0.47.0 (2023-08-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20230728
@@ -3663,13 +3663,13 @@ module Google
3663
3663
  # @return [String]
3664
3664
  attr_accessor :name
3665
3665
 
3666
- # The normal response of the operation in case of success. If the original
3667
- # method returns no data on success, such as `Delete`, the response is `google.
3668
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
3669
- # the response should be the resource. For other methods, the response should
3670
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
3671
- # example, if the original method name is `TakeSnapshot()`, the inferred
3672
- # response type is `TakeSnapshotResponse`.
3666
+ # The normal, successful response of the operation. If the original method
3667
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
3668
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
3669
+ # response should be the resource. For other methods, the response should have
3670
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
3671
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
3672
+ # `TakeSnapshotResponse`.
3673
3673
  # Corresponds to the JSON property `response`
3674
3674
  # @return [Hash<String,Object>]
3675
3675
  attr_accessor :response
@@ -3839,22 +3839,22 @@ module Google
3839
3839
  # evaluates to `true`. A condition can add constraints based on attributes of
3840
3840
  # the request, the resource, or both. To learn which resources support
3841
3841
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
3842
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
3842
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
3843
3843
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
3844
3844
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
3845
3845
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
3846
3846
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
3847
3847
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
3848
3848
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
3849
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
3850
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
3851
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
3852
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
3853
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
3854
- # access description: Does not grant access after Sep 2020 expression: request.
3855
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
3856
- # a description of IAM and its features, see the [IAM documentation](https://
3857
- # cloud.google.com/iam/docs/).
3849
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
3850
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
3851
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
3852
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
3853
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
3854
+ # title: expirable access description: Does not grant access after Sep 2020
3855
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
3856
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
3857
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
3858
3858
  class Policy
3859
3859
  include Google::Apis::Core::Hashable
3860
3860
 
@@ -4443,22 +4443,22 @@ module Google
4443
4443
  # evaluates to `true`. A condition can add constraints based on attributes of
4444
4444
  # the request, the resource, or both. To learn which resources support
4445
4445
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
4446
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
4446
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
4447
4447
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
4448
4448
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
4449
4449
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
4450
4450
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
4451
4451
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
4452
4452
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
4453
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
4454
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
4455
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
4456
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
4457
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
4458
- # access description: Does not grant access after Sep 2020 expression: request.
4459
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
4460
- # a description of IAM and its features, see the [IAM documentation](https://
4461
- # cloud.google.com/iam/docs/).
4453
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
4454
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
4455
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
4456
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
4457
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
4458
+ # title: expirable access description: Does not grant access after Sep 2020
4459
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
4460
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
4461
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
4462
4462
  # Corresponds to the JSON property `policy`
4463
4463
  # @return [Google::Apis::HealthcareV1::Policy]
4464
4464
  attr_accessor :policy
@@ -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.47.0"
19
+ GEM_VERSION = "0.48.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 = "20230830"
26
26
  end
27
27
  end
28
28
  end
@@ -3953,15 +3953,15 @@ module Google
3953
3953
  # Deletes a FHIR resource that match an identifier search query. Implements the
3954
3954
  # FHIR standard conditional delete interaction, limited to searching by resource
3955
3955
  # identifier. If multiple resources match, 412 Precondition Failed error will be
3956
- # returned. Search term for identifier should be in the pattern identifier=
3957
- # system|value or identifier=value - similar to the search method on resources
3958
- # with a specific identifier. Note: Unless resource versioning is disabled by
3959
- # setting the disable_resource_versioning flag on the FHIR store, the deleted
3960
- # resource is moved to a history repository that can still be retrieved through
3961
- # vread and related methods, unless they are removed by the purge method. For
3962
- # samples that show how to call `conditionalDelete`, see [Conditionally deleting
3963
- # a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-
3964
- # resources#conditionally_deleting_a_fhir_resource).
3956
+ # returned. Search term for identifier should be in the pattern `identifier=
3957
+ # system|value` or `identifier=value` - similar to the `search` method on
3958
+ # resources with a specific identifier. Note: Unless resource versioning is
3959
+ # disabled by setting the disable_resource_versioning flag on the FHIR store,
3960
+ # the deleted resource is moved to a history repository that can still be
3961
+ # retrieved through vread and related methods, unless they are removed by the
3962
+ # purge method. For samples that show how to call `conditionalDelete`, see [
3963
+ # Conditionally deleting a FHIR resource](https://cloud.google.com/healthcare/
3964
+ # docs/how-tos/fhir-resources#conditionally_deleting_a_fhir_resource).
3965
3965
  # @param [String] parent
3966
3966
  # The name of the FHIR store this resource belongs to.
3967
3967
  # @param [String] type
@@ -4004,8 +4004,8 @@ module Google
4004
4004
  # conditional patch interaction, limited to searching by resource identifier.
4005
4005
  # DSTU2 doesn't define a conditional patch method, but the server supports it in
4006
4006
  # the same way it supports STU3. Search term for identifier should be in the
4007
- # pattern identifier=system|value or identifier=value - similar to the search
4008
- # method on resources with a specific identifier. If the search criteria
4007
+ # pattern `identifier=system|value` or `identifier=value` - similar to the `
4008
+ # search` method on resources with a specific identifier. If the search criteria
4009
4009
  # identify more than one match, the request returns a `412 Precondition Failed`
4010
4010
  # error. The request body must contain a JSON Patch document, and the request
4011
4011
  # headers must contain `Content-Type: application/json-patch+json`. On success,
@@ -4059,17 +4059,17 @@ module Google
4059
4059
  # If a resource is found with the identifier specified in the query parameters,
4060
4060
  # updates the entire contents of that resource. Implements the FHIR standard
4061
4061
  # conditional update interaction, limited to searching by resource identifier.
4062
- # Search term for identifier should be in the pattern identifier=system|value or
4063
- # identifier=value - similar to the search method on resources with a specific
4064
- # identifier. If the search criteria identify more than one match, the request
4065
- # returns a `412 Precondition Failed` error. If the search criteria identify
4066
- # zero matches, and the supplied resource body contains an `id`, and the FHIR
4067
- # store has enable_update_create set, creates the resource with the client-
4068
- # specified ID. It is strongly advised not to include or encode any sensitive
4069
- # data such as patient identifiers in client-specified resource IDs. Those IDs
4070
- # are part of the FHIR resource path recorded in Cloud Audit Logs and Pub/Sub
4071
- # notifications. Those IDs can also be contained in reference fields within
4072
- # other resources. If the search criteria identify zero matches, and the
4062
+ # Search term for identifier should be in the pattern `identifier=system|value`
4063
+ # or `identifier=value` - similar to the `search` method on resources with a
4064
+ # specific identifier. If the search criteria identify more than one match, the
4065
+ # request returns a `412 Precondition Failed` error. If the search criteria
4066
+ # identify zero matches, and the supplied resource body contains an `id`, and
4067
+ # the FHIR store has enable_update_create set, creates the resource with the
4068
+ # client-specified ID. It is strongly advised not to include or encode any
4069
+ # sensitive data such as patient identifiers in client-specified resource IDs.
4070
+ # Those IDs are part of the FHIR resource path recorded in Cloud Audit Logs and
4071
+ # Pub/Sub notifications. Those IDs can also be contained in reference fields
4072
+ # within other resources. If the search criteria identify zero matches, and the
4073
4073
  # supplied resource body does not contain an `id`, the resource is created with
4074
4074
  # a server-assigned ID as per the create method. The request body must contain a
4075
4075
  # JSON-encoded FHIR resource, and the request headers must contain `Content-Type:
@@ -4126,16 +4126,26 @@ module Google
4126
4126
  # DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/http.html#create), [STU3](
4127
4127
  # http://hl7.org/implement/standards/fhir/STU3/http.html#create), [R4](http://
4128
4128
  # hl7.org/implement/standards/fhir/R4/http.html#create)), which creates a new
4129
- # resource with a server-assigned resource ID. The request body must contain a
4130
- # JSON-encoded FHIR resource, and the request headers must contain `Content-Type:
4131
- # application/fhir+json`. On success, the response body contains a JSON-encoded
4132
- # representation of the resource as it was created on the server, including the
4133
- # server-assigned resource ID and version ID. Errors generated by the FHIR store
4134
- # contain a JSON-encoded `OperationOutcome` resource describing the reason for
4135
- # the error. If the request cannot be mapped to a valid API method on a FHIR
4136
- # store, a generic GCP error might be returned instead. For samples that show
4137
- # how to call `create`, see [Creating a FHIR resource](https://cloud.google.com/
4138
- # healthcare/docs/how-tos/fhir-resources#creating_a_fhir_resource).
4129
+ # resource with a server-assigned resource ID. Also supports the FHIR standard
4130
+ # conditional create interaction ([DSTU2](https://hl7.org/implement/standards/
4131
+ # fhir/DSTU2/http.html#ccreate), [STU3](https://hl7.org/implement/standards/fhir/
4132
+ # STU3/http.html#ccreate), [R4](https://hl7.org/implement/standards/fhir/R4/http.
4133
+ # html#ccreate)), specified by supplying an `If-None-Exist` header containing a
4134
+ # FHIR search query, limited to searching by resource identifier. If no
4135
+ # resources match this search query, the server processes the create operation
4136
+ # as normal. When using conditional create, the search term for identifier
4137
+ # should be in the pattern `identifier=system|value` or `identifier=value` -
4138
+ # similar to the `search` method on resources with a specific identifier. The
4139
+ # request body must contain a JSON-encoded FHIR resource, and the request
4140
+ # headers must contain `Content-Type: application/fhir+json`. On success, the
4141
+ # response body contains a JSON-encoded representation of the resource as it was
4142
+ # created on the server, including the server-assigned resource ID and version
4143
+ # ID. Errors generated by the FHIR store contain a JSON-encoded `
4144
+ # OperationOutcome` resource describing the reason for the error. If the request
4145
+ # cannot be mapped to a valid API method on a FHIR store, a generic GCP error
4146
+ # might be returned instead. For samples that show how to call `create`, see [
4147
+ # Creating a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/
4148
+ # fhir-resources#creating_a_fhir_resource).
4139
4149
  # @param [String] parent
4140
4150
  # The name of the FHIR store this resource belongs to.
4141
4151
  # @param [String] type
@@ -4481,24 +4491,10 @@ module Google
4481
4491
  # 50,000 might not be fully searchable as the server might trim its generated
4482
4492
  # search index in those cases. Note: FHIR resources are indexed asynchronously,
4483
4493
  # so there might be a slight delay between the time a resource is created or
4484
- # changed, and the time when the change reflects in search results. The only
4485
- # exception is resource identifier data, which is indexed synchronously as a
4486
- # special index. As a result, searching using resource identifier is not subject
4487
- # to indexing delay. To use the special synchronous index, the search term for
4488
- # identifier should be in the pattern `identifier=[system]|[value]` or `
4489
- # identifier=[value]`, and any of the following search result parameters can be
4490
- # used: * `_count` * `_include` * `_revinclude` * `_summary` * `_elements` If
4491
- # your query contains any other search parameters, the standard asynchronous
4492
- # index will be used instead. Note that searching against the special index is
4493
- # optimized for resolving a small number of matches. The search isn't optimized
4494
- # if your identifier search criteria matches a large number (i.e. more than 2,
4495
- # 000) of resources. For a search query that will match a large number of
4496
- # resources, you can avoiding using the special synchronous index by including
4497
- # an additional `_sort` parameter in your query. Use `_sort=-_lastUpdated` if
4498
- # you want to keep the default sorting order. For samples and detailed
4499
- # information, see [Searching for FHIR resources](https://cloud.google.com/
4500
- # healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](https:
4501
- # //cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
4494
+ # changes and when the change is reflected in search results. For samples and
4495
+ # detailed information, see [Searching for FHIR resources](https://cloud.google.
4496
+ # com/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](
4497
+ # https://cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
4502
4498
  # @param [String] parent
4503
4499
  # Name of the FHIR store to retrieve resources from.
4504
4500
  # @param [Google::Apis::HealthcareV1::SearchResourcesRequest] search_resources_request_object
@@ -4573,24 +4569,10 @@ module Google
4573
4569
  # 50,000 might not be fully searchable as the server might trim its generated
4574
4570
  # search index in those cases. Note: FHIR resources are indexed asynchronously,
4575
4571
  # so there might be a slight delay between the time a resource is created or
4576
- # changed, and the time when the change reflects in search results. The only
4577
- # exception is resource identifier data, which is indexed synchronously as a
4578
- # special index. As a result, searching using resource identifier is not subject
4579
- # to indexing delay. To use the special synchronous index, the search term for
4580
- # identifier should be in the pattern `identifier=[system]|[value]` or `
4581
- # identifier=[value]`, and any of the following search result parameters can be
4582
- # used: * `_count` * `_include` * `_revinclude` * `_summary` * `_elements` If
4583
- # your query contains any other search parameters, the standard asynchronous
4584
- # index will be used instead. Note that searching against the special index is
4585
- # optimized for resolving a small number of matches. The search isn't optimized
4586
- # if your identifier search criteria matches a large number (i.e. more than 2,
4587
- # 000) of resources. For a search query that will match a large number of
4588
- # resources, you can avoiding using the special synchronous index by including
4589
- # an additional `_sort` parameter in your query. Use `_sort=-_lastUpdated` if
4590
- # you want to keep the default sorting order. For samples and detailed
4591
- # information, see [Searching for FHIR resources](https://cloud.google.com/
4592
- # healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](https:
4593
- # //cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
4572
+ # changes and when the change is reflected in search results. For samples and
4573
+ # detailed information, see [Searching for FHIR resources](https://cloud.google.
4574
+ # com/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](
4575
+ # https://cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
4594
4576
  # @param [String] parent
4595
4577
  # Name of the FHIR store to retrieve resources from.
4596
4578
  # @param [String] resource_type
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.47.0
4
+ version: 0.48.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-20 00:00:00.000000000 Z
11
+ date: 2023-09-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.47.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.48.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: []
@@ -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 V1