google-apis-healthcare_v1 0.40.0 → 0.41.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: aaea132f567100b10982bdbb286f918243cbab2864171aef277f56e2a6d4c9b4
4
- data.tar.gz: 980ea5f1a92e057e1dc16ab258ce423899fbf16dc7bc9b57aff367670a1104c7
3
+ metadata.gz: 8c3eb5b6d2effa0e6ea4757805ec96afd238a1c3c3533f8c4f2b21b3071affd8
4
+ data.tar.gz: b1c62e2327b2b19f04cf6a748cd72e123223d1bc5a6e9ed60ff0d5a64210a1de
5
5
  SHA512:
6
- metadata.gz: 5ac3ebc2b0aaa772fe64c2c14305ad67c904a01a77200c671996cedb3bca2aed7b3e38920f0f0b7b35aef8c93abf04d2daf9469e5d560022f683a6e651dfc86d
7
- data.tar.gz: 3f5f9f7f504e580ae7bf81f2c200fa9382f4f1d029f02d303b46fec134089d3627e930fab772ab648e678ed29bc9034c22c0b08a379dade67890ff6a497f0b01
6
+ metadata.gz: 2538360829508eb2e75a2d60f4862be4f37a75ba9ead19647cfb6252333916a44ab3f8b66d00d9282853aa0c3673e597873d6b94a196b7865cfcaaa1ffc35c84
7
+ data.tar.gz: d346b399b86602cb406940e6abd6b41c1ed3f9c6ac409144be2e60a138da331338757f96fb3b46f00e3d545eae6b7261b4d00caf53199878ad2ffe91e45c4c23
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.41.0 (2023-04-02)
4
+
5
+ * Regenerated from discovery document revision 20230321
6
+
3
7
  ### v0.40.0 (2023-03-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20230310
@@ -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.40.0"
19
+ GEM_VERSION = "0.41.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 = "20230310"
25
+ REVISION = "20230321"
26
26
  end
27
27
  end
28
28
  end
@@ -4301,17 +4301,18 @@ module Google
4301
4301
  # _count`, `_include`, `_revinclude`, `_summary=text`, `_summary=data`, and `
4302
4302
  # _elements`. The maximum number of search results returned defaults to 100,
4303
4303
  # which can be overridden by the `_count` parameter up to a maximum limit of
4304
- # 1000. If there are additional results, the returned `Bundle` contains a link
4305
- # of `relation` "next", which has a `_page_token` parameter for an opaque
4306
- # pagination token that can be used to retrieve the next page. Resources with a
4307
- # total size larger than 5MB or a field count larger than 50,000 might not be
4308
- # fully searchable as the server might trim its generated search index in those
4309
- # cases. Note: FHIR resources are indexed asynchronously, so there might be a
4310
- # slight delay between the time a resource is created or changes and when the
4311
- # change is reflected in search results. For samples and detailed information,
4312
- # see [Searching for FHIR resources](https://cloud.google.com/healthcare/docs/
4313
- # how-tos/fhir-search) and [Advanced FHIR search features](https://cloud.google.
4314
- # com/healthcare/docs/how-tos/fhir-advanced-search).
4304
+ # 1000. The server might return fewer resources than requested to prevent
4305
+ # excessively large responses. If there are additional results, the returned `
4306
+ # Bundle` contains a link of `relation` "next", which has a `_page_token`
4307
+ # parameter for an opaque pagination token that can be used to retrieve the next
4308
+ # page. Resources with a total size larger than 5MB or a field count larger than
4309
+ # 50,000 might not be fully searchable as the server might trim its generated
4310
+ # search index in those cases. Note: FHIR resources are indexed asynchronously,
4311
+ # so there might be a slight delay between the time a resource is created or
4312
+ # changes and when the change is reflected in search results. For samples and
4313
+ # detailed information, see [Searching for FHIR resources](https://cloud.google.
4314
+ # com/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](
4315
+ # https://cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
4315
4316
  # @param [String] parent
4316
4317
  # Name of the FHIR store to retrieve resources from.
4317
4318
  # @param [Google::Apis::HealthcareV1::SearchResourcesRequest] search_resources_request_object
@@ -4378,17 +4379,18 @@ module Google
4378
4379
  # _count`, `_include`, `_revinclude`, `_summary=text`, `_summary=data`, and `
4379
4380
  # _elements`. The maximum number of search results returned defaults to 100,
4380
4381
  # which can be overridden by the `_count` parameter up to a maximum limit of
4381
- # 1000. If there are additional results, the returned `Bundle` contains a link
4382
- # of `relation` "next", which has a `_page_token` parameter for an opaque
4383
- # pagination token that can be used to retrieve the next page. Resources with a
4384
- # total size larger than 5MB or a field count larger than 50,000 might not be
4385
- # fully searchable as the server might trim its generated search index in those
4386
- # cases. Note: FHIR resources are indexed asynchronously, so there might be a
4387
- # slight delay between the time a resource is created or changes and when the
4388
- # change is reflected in search results. For samples and detailed information,
4389
- # see [Searching for FHIR resources](https://cloud.google.com/healthcare/docs/
4390
- # how-tos/fhir-search) and [Advanced FHIR search features](https://cloud.google.
4391
- # com/healthcare/docs/how-tos/fhir-advanced-search).
4382
+ # 1000. The server might return fewer resources than requested to prevent
4383
+ # excessively large responses. If there are additional results, the returned `
4384
+ # Bundle` contains a link of `relation` "next", which has a `_page_token`
4385
+ # parameter for an opaque pagination token that can be used to retrieve the next
4386
+ # page. Resources with a total size larger than 5MB or a field count larger than
4387
+ # 50,000 might not be fully searchable as the server might trim its generated
4388
+ # search index in those cases. Note: FHIR resources are indexed asynchronously,
4389
+ # so there might be a slight delay between the time a resource is created or
4390
+ # changes and when the change is reflected in search results. For samples and
4391
+ # detailed information, see [Searching for FHIR resources](https://cloud.google.
4392
+ # com/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](
4393
+ # https://cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
4392
4394
  # @param [String] parent
4393
4395
  # Name of the FHIR store to retrieve resources from.
4394
4396
  # @param [String] resource_type
@@ -4943,7 +4945,7 @@ module Google
4943
4945
  # adapter is configured to listen to a Pub/Sub topic, the adapter transmits the
4944
4946
  # message when a notification is received.
4945
4947
  # @param [String] parent
4946
- # The name of the dataset this message belongs to.
4948
+ # The name of the HL7v2 store this message belongs to.
4947
4949
  # @param [Google::Apis::HealthcareV1::CreateMessageRequest] create_message_request_object
4948
4950
  # @param [String] fields
4949
4951
  # Selector specifying which fields to include in a partial response.
@@ -5285,13 +5287,7 @@ module Google
5285
5287
  end
5286
5288
 
5287
5289
  # Lists operations that match the specified filter in the request. If the server
5288
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
5289
- # binding allows API services to override the binding to use different resource
5290
- # name schemes, such as `users/*/operations`. To override the binding, API
5291
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
5292
- # service configuration. For backwards compatibility, the default name includes
5293
- # the operations collection id, however overriding users must ensure the name
5294
- # binding is the parent resource, without the operations collection id.
5290
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
5295
5291
  # @param [String] name
5296
5292
  # The name of the operation's parent resource.
5297
5293
  # @param [String] filter
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.40.0
4
+ version: 0.41.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-03-19 00:00:00.000000000 Z
11
+ date: 2023-04-02 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.40.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.41.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: []