google-apis-healthcare_v1beta1 0.11.0 → 0.15.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 +16 -0
- data/lib/google/apis/healthcare_v1beta1/classes.rb +25 -3
- data/lib/google/apis/healthcare_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/healthcare_v1beta1/representations.rb +13 -0
- data/lib/google/apis/healthcare_v1beta1/service.rb +22 -17
- data/lib/google/apis/healthcare_v1beta1.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c91fccec3329b4267a5759cbaf01063f5d18654ccb4d790793b533bbc8571573
|
4
|
+
data.tar.gz: 0c92e73eef9ad0ffe640490795ae5f58c133915a0aba3769b60f51420a869d09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98b9b699de14545af050b3d97c23d09e2b78cbaee5d52257109623d7988e3d68adcb8325b77c43c2ec999b433a7b48a436a05a7fc60729add09315f6d53f5813
|
7
|
+
data.tar.gz: e1711961e7b0f0715d9c0c9c947629e0d1214e785b0f6912388f6397c14c7fd3c1a6f8758b53c660fbddb589338ec6fbb7dfb33dcee95ebf7820449cd688e99a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Release history for google-apis-healthcare_v1beta1
|
2
2
|
|
3
|
+
### v0.15.0 (2021-09-24)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210914
|
6
|
+
|
7
|
+
### v0.14.0 (2021-09-01)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210830
|
10
|
+
|
11
|
+
### v0.13.0 (2021-07-27)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20210715
|
14
|
+
|
15
|
+
### v0.12.0 (2021-07-13)
|
16
|
+
|
17
|
+
* Regenerated from discovery document revision 20210702
|
18
|
+
|
3
19
|
### v0.11.0 (2021-06-29)
|
4
20
|
|
5
21
|
* Regenerated from discovery document revision 20210621
|
@@ -320,7 +320,7 @@ module Google
|
|
320
320
|
include Google::Apis::Core::Hashable
|
321
321
|
|
322
322
|
# Required. Possible values for the attribute. The number of allowed values must
|
323
|
-
# not exceed
|
323
|
+
# not exceed 500. An empty list is invalid. The list can only be expanded after
|
324
324
|
# creation.
|
325
325
|
# Corresponds to the JSON property `allowedValues`
|
326
326
|
# @return [Array<String>]
|
@@ -1799,6 +1799,20 @@ module Google
|
|
1799
1799
|
end
|
1800
1800
|
end
|
1801
1801
|
|
1802
|
+
# Final response for the export operation. This structure is included in the
|
1803
|
+
# response to describe the detailed outcome.
|
1804
|
+
class ExportMessagesResponse
|
1805
|
+
include Google::Apis::Core::Hashable
|
1806
|
+
|
1807
|
+
def initialize(**args)
|
1808
|
+
update!(**args)
|
1809
|
+
end
|
1810
|
+
|
1811
|
+
# Update properties of this object
|
1812
|
+
def update!(**args)
|
1813
|
+
end
|
1814
|
+
end
|
1815
|
+
|
1802
1816
|
# Request to export resources.
|
1803
1817
|
class ExportResourcesRequest
|
1804
1818
|
include Google::Apis::Core::Hashable
|
@@ -3945,6 +3959,13 @@ module Google
|
|
3945
3959
|
# @return [String]
|
3946
3960
|
attr_accessor :pubsub_topic
|
3947
3961
|
|
3962
|
+
# Indicates whether or not to send Pub/Sub notifications on bulk import. Only
|
3963
|
+
# supported for DICOM imports.
|
3964
|
+
# Corresponds to the JSON property `sendForBulkImport`
|
3965
|
+
# @return [Boolean]
|
3966
|
+
attr_accessor :send_for_bulk_import
|
3967
|
+
alias_method :send_for_bulk_import?, :send_for_bulk_import
|
3968
|
+
|
3948
3969
|
def initialize(**args)
|
3949
3970
|
update!(**args)
|
3950
3971
|
end
|
@@ -3952,6 +3973,7 @@ module Google
|
|
3952
3973
|
# Update properties of this object
|
3953
3974
|
def update!(**args)
|
3954
3975
|
@pubsub_topic = args[:pubsub_topic] if args.key?(:pubsub_topic)
|
3976
|
+
@send_for_bulk_import = args[:send_for_bulk_import] if args.key?(:send_for_bulk_import)
|
3955
3977
|
end
|
3956
3978
|
end
|
3957
3979
|
|
@@ -4180,7 +4202,7 @@ module Google
|
|
4180
4202
|
# resourcemanager.organizationAdmin - members: - user:eve@example.com role:
|
4181
4203
|
# roles/resourcemanager.organizationViewer condition: title: expirable access
|
4182
4204
|
# description: Does not grant access after Sep 2020 expression: request.time <
|
4183
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
4205
|
+
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
|
4184
4206
|
# description of IAM and its features, see the [IAM documentation](https://cloud.
|
4185
4207
|
# google.com/iam/docs/).
|
4186
4208
|
class Policy
|
@@ -4833,7 +4855,7 @@ module Google
|
|
4833
4855
|
# resourcemanager.organizationAdmin - members: - user:eve@example.com role:
|
4834
4856
|
# roles/resourcemanager.organizationViewer condition: title: expirable access
|
4835
4857
|
# description: Does not grant access after Sep 2020 expression: request.time <
|
4836
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
4858
|
+
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
|
4837
4859
|
# description of IAM and its features, see the [IAM documentation](https://cloud.
|
4838
4860
|
# google.com/iam/docs/).
|
4839
4861
|
# Corresponds to the JSON property `policy`
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module HealthcareV1beta1
|
18
18
|
# Version of the google-apis-healthcare_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210914"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -340,6 +340,12 @@ module Google
|
|
340
340
|
include Google::Apis::Core::JsonObjectSupport
|
341
341
|
end
|
342
342
|
|
343
|
+
class ExportMessagesResponse
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
343
349
|
class ExportResourcesRequest
|
344
350
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
351
|
|
@@ -1485,6 +1491,12 @@ module Google
|
|
1485
1491
|
end
|
1486
1492
|
end
|
1487
1493
|
|
1494
|
+
class ExportMessagesResponse
|
1495
|
+
# @private
|
1496
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1497
|
+
end
|
1498
|
+
end
|
1499
|
+
|
1488
1500
|
class ExportResourcesRequest
|
1489
1501
|
# @private
|
1490
1502
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2084,6 +2096,7 @@ module Google
|
|
2084
2096
|
# @private
|
2085
2097
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2086
2098
|
property :pubsub_topic, as: 'pubsubTopic'
|
2099
|
+
property :send_for_bulk_import, as: 'sendForBulkImport'
|
2087
2100
|
end
|
2088
2101
|
end
|
2089
2102
|
|
@@ -5281,14 +5281,16 @@ module Google
|
|
5281
5281
|
# _revinclude`, `_summary=text`, `_summary=data`, and `_elements`. The maximum
|
5282
5282
|
# number of search results returned defaults to 100, which can be overridden by
|
5283
5283
|
# the `_count` parameter up to a maximum limit of 1000. If there are additional
|
5284
|
-
# results, the returned `Bundle` contains
|
5285
|
-
#
|
5286
|
-
#
|
5287
|
-
#
|
5288
|
-
#
|
5289
|
-
#
|
5290
|
-
#
|
5291
|
-
#
|
5284
|
+
# results, the returned `Bundle` contains a link of `relation` "next", which has
|
5285
|
+
# a `_page_token` parameter for an opaque pagination token that can be used to
|
5286
|
+
# retrieve the next page. Resources with a total size larger than 5MB or a field
|
5287
|
+
# count larger than 50,000 might not be fully searchable as the server might
|
5288
|
+
# trim its generated search index in those cases. Note: FHIR resources are
|
5289
|
+
# indexed asynchronously, so there might be a slight delay between the time a
|
5290
|
+
# resource is created or changes and when the change is reflected in search
|
5291
|
+
# results. For samples and detailed information, see [Searching for FHIR
|
5292
|
+
# resources](/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search
|
5293
|
+
# features](/healthcare/docs/how-tos/fhir-advanced-search).
|
5292
5294
|
# @param [String] parent
|
5293
5295
|
# Name of the FHIR store to retrieve resources from.
|
5294
5296
|
# @param [Google::Apis::HealthcareV1beta1::SearchResourcesRequest] search_resources_request_object
|
@@ -5355,14 +5357,16 @@ module Google
|
|
5355
5357
|
# _revinclude`, `_summary=text`, `_summary=data`, and `_elements`. The maximum
|
5356
5358
|
# number of search results returned defaults to 100, which can be overridden by
|
5357
5359
|
# the `_count` parameter up to a maximum limit of 1000. If there are additional
|
5358
|
-
# results, the returned `Bundle` contains
|
5359
|
-
#
|
5360
|
-
#
|
5361
|
-
#
|
5362
|
-
#
|
5363
|
-
#
|
5364
|
-
#
|
5365
|
-
#
|
5360
|
+
# results, the returned `Bundle` contains a link of `relation` "next", which has
|
5361
|
+
# a `_page_token` parameter for an opaque pagination token that can be used to
|
5362
|
+
# retrieve the next page. Resources with a total size larger than 5MB or a field
|
5363
|
+
# count larger than 50,000 might not be fully searchable as the server might
|
5364
|
+
# trim its generated search index in those cases. Note: FHIR resources are
|
5365
|
+
# indexed asynchronously, so there might be a slight delay between the time a
|
5366
|
+
# resource is created or changes and when the change is reflected in search
|
5367
|
+
# results. For samples and detailed information, see [Searching for FHIR
|
5368
|
+
# resources](/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search
|
5369
|
+
# features](/healthcare/docs/how-tos/fhir-advanced-search).
|
5366
5370
|
# @param [String] parent
|
5367
5371
|
# Name of the FHIR store to retrieve resources from.
|
5368
5372
|
# @param [String] resource_type
|
@@ -6339,7 +6343,8 @@ module Google
|
|
6339
6343
|
|
6340
6344
|
# Analyze heathcare entity in a document. Its response includes the recognized
|
6341
6345
|
# entity mentions and the relationships between them. AnalyzeEntities uses
|
6342
|
-
# context aware models to detect entities.
|
6346
|
+
# context aware models to detect entities. This method can only analyze
|
6347
|
+
# documents written in English.
|
6343
6348
|
# @param [String] nlp_service
|
6344
6349
|
# The resource name of the service of the form: "projects/`project_id`/locations/
|
6345
6350
|
# `location_id`/services/nlp".
|
@@ -29,7 +29,7 @@ module Google
|
|
29
29
|
# This is NOT the gem version.
|
30
30
|
VERSION = 'V1beta1'
|
31
31
|
|
32
|
-
# See, edit, configure, and delete your Google Cloud
|
32
|
+
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
|
33
33
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
34
34
|
end
|
35
35
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-healthcare_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.15.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: 2021-
|
11
|
+
date: 2021-09-27 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/master/generated/google-apis-healthcare_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.15.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-healthcare_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|