google-apis-healthcare_v1 0.78.0 → 0.79.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/healthcare_v1/gem_version.rb +2 -2
- data/lib/google/apis/healthcare_v1/service.rb +10 -14
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 06d3d09cac04fe4b25de1df94ddab318f2d53ac5e8cbca04690e74045cf35bf9
|
4
|
+
data.tar.gz: 6e6f233c130aac7e828beebca4b567e78ac77a9885c3af7705e9f0047fde9cb1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e42b6d43e576caacfa34b539d08d9faa34291346488e221042bfd0d139ca5576c64e4ac8358035dc8d3dd34b13f0b9528ede480fa1a9d3ad4bb41ad23bdec35
|
7
|
+
data.tar.gz: e9fe025b819bed7cfe5ddb71b1135c203464d1b98f25faae74b0b9e0d61ee83fe427be5de2638221834de35fecdd926b7bb2e71fe19db866c5c6837054b93da4
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
19
|
+
GEM_VERSION = "0.79.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250821"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -85,8 +85,8 @@ module Google
|
|
85
85
|
# @param [String] name
|
86
86
|
# The resource that owns the locations collection, if applicable.
|
87
87
|
# @param [Array<String>, String] extra_location_types
|
88
|
-
# Optional.
|
89
|
-
#
|
88
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
89
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
90
90
|
# @param [String] filter
|
91
91
|
# A filter to narrow down results to a preferred subset. The filtering language
|
92
92
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
@@ -5512,12 +5512,10 @@ module Google
|
|
5512
5512
|
# 000) of resources. For a search query that will match a large number of
|
5513
5513
|
# resources, you can avoiding using the special synchronous index by including
|
5514
5514
|
# an additional `_sort` parameter in your query. Use `_sort=-_lastUpdated` if
|
5515
|
-
# you want to keep the default sorting order.
|
5516
|
-
#
|
5517
|
-
#
|
5518
|
-
#
|
5519
|
-
# fhir-search) and [Advanced FHIR search features](https://cloud.google.com/
|
5520
|
-
# healthcare/docs/how-tos/fhir-advanced-search).
|
5515
|
+
# you want to keep the default sorting order. For samples and detailed
|
5516
|
+
# information, see [Searching for FHIR resources](https://cloud.google.com/
|
5517
|
+
# healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](https:
|
5518
|
+
# //cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
|
5521
5519
|
# @param [String] parent
|
5522
5520
|
# Required. Name of the FHIR store to retrieve resources from.
|
5523
5521
|
# @param [Google::Apis::HealthcareV1::SearchResourcesRequest] search_resources_request_object
|
@@ -5606,12 +5604,10 @@ module Google
|
|
5606
5604
|
# 000) of resources. For a search query that will match a large number of
|
5607
5605
|
# resources, you can avoiding using the special synchronous index by including
|
5608
5606
|
# an additional `_sort` parameter in your query. Use `_sort=-_lastUpdated` if
|
5609
|
-
# you want to keep the default sorting order.
|
5610
|
-
#
|
5611
|
-
#
|
5612
|
-
#
|
5613
|
-
# fhir-search) and [Advanced FHIR search features](https://cloud.google.com/
|
5614
|
-
# healthcare/docs/how-tos/fhir-advanced-search).
|
5607
|
+
# you want to keep the default sorting order. For samples and detailed
|
5608
|
+
# information, see [Searching for FHIR resources](https://cloud.google.com/
|
5609
|
+
# healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](https:
|
5610
|
+
# //cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
|
5615
5611
|
# @param [String] parent
|
5616
5612
|
# Required. Name of the FHIR store to retrieve resources from.
|
5617
5613
|
# @param [String] resource_type
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-healthcare_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.79.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.79.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|