Skip to content

Commit a852af2

Browse files
feat: Automated regeneration of healthcare v1 client (#13055)
Auto-created at 2022-12-12 11:29:31 +0000 using the toys pull request generator.
1 parent bb42d79 commit a852af2

File tree

4 files changed

+39
-35
lines changed

4 files changed

+39
-35
lines changed

generated/google-apis-healthcare_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-healthcare_v1
22

3+
### v0.37.0 (2022-12-12)
4+
5+
* Regenerated from discovery document revision 20221122
6+
37
### v0.36.0 (2022-10-20)
48

59
* Regenerated using generator version 0.11.0

generated/google-apis-healthcare_v1/lib/google/apis/healthcare_v1/classes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,7 @@ class EntityMention
12551255
attr_accessor :confidence
12561256

12571257
# linked_entities are candidate ontological concepts that this entity mention
1258-
# may refer to. They are sorted by decreasing confidence.it
1258+
# may refer to. They are sorted by decreasing confidence.
12591259
# Corresponds to the JSON property `linkedEntities`
12601260
# @return [Array<Google::Apis::HealthcareV1::LinkedEntity>]
12611261
attr_accessor :linked_entities

generated/google-apis-healthcare_v1/lib/google/apis/healthcare_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module HealthcareV1
1818
# Version of the google-apis-healthcare_v1 gem
19-
GEM_VERSION = "0.36.0"
19+
GEM_VERSION = "0.37.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.11.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20220929"
25+
REVISION = "20221122"
2626
end
2727
end
2828
end

generated/google-apis-healthcare_v1/lib/google/apis/healthcare_v1/service.rb

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4264,22 +4264,22 @@ def read_project_location_dataset_fhir_store_fhir(name, fields: nil, quota_user:
42644264
# http://hl7.org/implement/standards/fhir/R4/searchparameter-registry.html)).
42654265
# FHIR search parameters for DSTU2 can be found on each resource's definition
42664266
# page. Supported search modifiers: `:missing`, `:exact`, `:contains`, `:text`, `
4267-
# :in`, `:not-in`, `:above`, `:below`, `:[type]`, `:not`, and `:recurse`.
4268-
# Supported search result parameters: `_sort`, `_count`, `_include`, `
4269-
# _revinclude`, `_summary=text`, `_summary=data`, and `_elements`. The maximum
4270-
# number of search results returned defaults to 100, which can be overridden by
4271-
# the `_count` parameter up to a maximum limit of 1000. If there are additional
4272-
# results, the returned `Bundle` contains a link of `relation` "next", which has
4273-
# a `_page_token` parameter for an opaque pagination token that can be used to
4274-
# retrieve the next page. Resources with a total size larger than 5MB or a field
4275-
# count larger than 50,000 might not be fully searchable as the server might
4276-
# trim its generated search index in those cases. Note: FHIR resources are
4277-
# indexed asynchronously, so there might be a slight delay between the time a
4278-
# resource is created or changes and when the change is reflected in search
4279-
# results. For samples and detailed information, see [Searching for FHIR
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).
4267+
# :in`, `:not-in`, `:above`, `:below`, `:[type]`, `:not`, and `recurse` (DSTU2
4268+
# and STU3) or `:iterate` (R4). Supported search result parameters: `_sort`, `
4269+
# _count`, `_include`, `_revinclude`, `_summary=text`, `_summary=data`, and `
4270+
# _elements`. The maximum number of search results returned defaults to 100,
4271+
# which can be overridden by the `_count` parameter up to a maximum limit of
4272+
# 1000. If there are additional results, the returned `Bundle` contains a link
4273+
# of `relation` "next", which has a `_page_token` parameter for an opaque
4274+
# pagination token that can be used to retrieve the next page. Resources with a
4275+
# total size larger than 5MB or a field count larger than 50,000 might not be
4276+
# fully searchable as the server might trim its generated search index in those
4277+
# cases. Note: FHIR resources are indexed asynchronously, so there might be a
4278+
# slight delay between the time a resource is created or changes and when the
4279+
# change is reflected in search results. For samples and detailed information,
4280+
# see [Searching for FHIR resources](https://cloud.google.com/healthcare/docs/
4281+
# how-tos/fhir-search) and [Advanced FHIR search features](https://cloud.google.
4282+
# com/healthcare/docs/how-tos/fhir-advanced-search).
42834283
# @param [String] parent
42844284
# Name of the FHIR store to retrieve resources from.
42854285
# @param [Google::Apis::HealthcareV1::SearchResourcesRequest] search_resources_request_object
@@ -4341,22 +4341,22 @@ def search_fhir_resources(parent, search_resources_request_object = nil, fields:
43414341
# http://hl7.org/implement/standards/fhir/R4/searchparameter-registry.html)).
43424342
# FHIR search parameters for DSTU2 can be found on each resource's definition
43434343
# page. Supported search modifiers: `:missing`, `:exact`, `:contains`, `:text`, `
4344-
# :in`, `:not-in`, `:above`, `:below`, `:[type]`, `:not`, and `:recurse`.
4345-
# Supported search result parameters: `_sort`, `_count`, `_include`, `
4346-
# _revinclude`, `_summary=text`, `_summary=data`, and `_elements`. The maximum
4347-
# number of search results returned defaults to 100, which can be overridden by
4348-
# the `_count` parameter up to a maximum limit of 1000. If there are additional
4349-
# results, the returned `Bundle` contains a link of `relation` "next", which has
4350-
# a `_page_token` parameter for an opaque pagination token that can be used to
4351-
# retrieve the next page. Resources with a total size larger than 5MB or a field
4352-
# count larger than 50,000 might not be fully searchable as the server might
4353-
# trim its generated search index in those cases. Note: FHIR resources are
4354-
# indexed asynchronously, so there might be a slight delay between the time a
4355-
# resource is created or changes and when the change is reflected in search
4356-
# results. For samples and detailed information, see [Searching for FHIR
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).
4344+
# :in`, `:not-in`, `:above`, `:below`, `:[type]`, `:not`, and `recurse` (DSTU2
4345+
# and STU3) or `:iterate` (R4). Supported search result parameters: `_sort`, `
4346+
# _count`, `_include`, `_revinclude`, `_summary=text`, `_summary=data`, and `
4347+
# _elements`. The maximum number of search results returned defaults to 100,
4348+
# which can be overridden by the `_count` parameter up to a maximum limit of
4349+
# 1000. If there are additional results, the returned `Bundle` contains a link
4350+
# of `relation` "next", which has a `_page_token` parameter for an opaque
4351+
# pagination token that can be used to retrieve the next page. Resources with a
4352+
# total size larger than 5MB or a field count larger than 50,000 might not be
4353+
# fully searchable as the server might trim its generated search index in those
4354+
# cases. Note: FHIR resources are indexed asynchronously, so there might be a
4355+
# slight delay between the time a resource is created or changes and when the
4356+
# change is reflected in search results. For samples and detailed information,
4357+
# see [Searching for FHIR resources](https://cloud.google.com/healthcare/docs/
4358+
# how-tos/fhir-search) and [Advanced FHIR search features](https://cloud.google.
4359+
# com/healthcare/docs/how-tos/fhir-advanced-search).
43604360
# @param [String] parent
43614361
# Name of the FHIR store to retrieve resources from.
43624362
# @param [String] resource_type

0 commit comments

Comments
 (0)