google-apis-healthcare_v1beta1 0.51.0 → 0.53.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d4efc219275321856f4e4e5004bf9f057d5fb29aaf776b754522139489e133d9
|
4
|
+
data.tar.gz: d7065ea8c2f2f04d52365419affe7154f8327e66b0c591a3f9feb0e94e5493f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d196fa7574b023190cab218fd8ced3c54ebc431b4c6794beb9e9e9f935e08720cde6b50fe821328221e45193261a84023b0da5040237824eac2a314c5a2df4fc
|
7
|
+
data.tar.gz: 6311901a460873849c34225f9d3d2e8c2f28c3fab4c29e0050a00b6054ec8b3cb4b9a39086aae41313d17ec16a80ec66cedad2912e5757f9d3bd78f04e69af6a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-healthcare_v1beta1
|
2
2
|
|
3
|
+
### v0.53.0 (2023-08-27)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230814
|
6
|
+
|
7
|
+
### v0.52.0 (2023-08-13)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230728
|
10
|
+
|
3
11
|
### v0.51.0 (2023-08-03)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230720
|
@@ -4902,13 +4902,13 @@ module Google
|
|
4902
4902
|
# @return [String]
|
4903
4903
|
attr_accessor :name
|
4904
4904
|
|
4905
|
-
# The normal response of the operation
|
4906
|
-
#
|
4907
|
-
#
|
4908
|
-
#
|
4909
|
-
#
|
4910
|
-
#
|
4911
|
-
#
|
4905
|
+
# The normal, successful response of the operation. If the original method
|
4906
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
4907
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
4908
|
+
# response should be the resource. For other methods, the response should have
|
4909
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
4910
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
4911
|
+
# `TakeSnapshotResponse`.
|
4912
4912
|
# Corresponds to the JSON property `response`
|
4913
4913
|
# @return [Hash<String,Object>]
|
4914
4914
|
attr_accessor :response
|
@@ -5118,22 +5118,22 @@ module Google
|
|
5118
5118
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
5119
5119
|
# the request, the resource, or both. To learn which resources support
|
5120
5120
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
5121
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
5121
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
5122
5122
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
5123
5123
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
5124
5124
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
5125
5125
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
5126
5126
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
5127
5127
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
5128
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
5129
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
5130
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
5131
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
5132
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
5133
|
-
# access description: Does not grant access after Sep 2020
|
5134
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
5135
|
-
# a description of IAM and its features, see the
|
5136
|
-
# cloud.google.com/iam/docs/).
|
5128
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
5129
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
5130
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
5131
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
5132
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
5133
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
5134
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
5135
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
5136
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
5137
5137
|
class Policy
|
5138
5138
|
include Google::Apis::Core::Hashable
|
5139
5139
|
|
@@ -5881,22 +5881,22 @@ module Google
|
|
5881
5881
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
5882
5882
|
# the request, the resource, or both. To learn which resources support
|
5883
5883
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
5884
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
5884
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
5885
5885
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
5886
5886
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
5887
5887
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
5888
5888
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
5889
5889
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
5890
5890
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
5891
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
5892
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
5893
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
5894
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
5895
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
5896
|
-
# access description: Does not grant access after Sep 2020
|
5897
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
5898
|
-
# a description of IAM and its features, see the
|
5899
|
-
# cloud.google.com/iam/docs/).
|
5891
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
5892
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
5893
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
5894
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
5895
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
5896
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
5897
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
5898
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
5899
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
5900
5900
|
# Corresponds to the JSON property `policy`
|
5901
5901
|
# @return [Google::Apis::HealthcareV1beta1::Policy]
|
5902
5902
|
attr_accessor :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.53.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 = "
|
25
|
+
REVISION = "20230814"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -5434,10 +5434,24 @@ module Google
|
|
5434
5434
|
# 50,000 might not be fully searchable as the server might trim its generated
|
5435
5435
|
# search index in those cases. Note: FHIR resources are indexed asynchronously,
|
5436
5436
|
# so there might be a slight delay between the time a resource is created or
|
5437
|
-
#
|
5438
|
-
#
|
5439
|
-
#
|
5440
|
-
#
|
5437
|
+
# changed, and the time when the change reflects in search results. The only
|
5438
|
+
# exception is resource identifier data, which is indexed synchronously as a
|
5439
|
+
# special index. As a result, searching using resource identifier is not subject
|
5440
|
+
# to indexing delay. To use the special synchronous index, the search term for
|
5441
|
+
# identifier should be in the pattern `identifier=[system]|[value]` or `
|
5442
|
+
# identifier=[value]`, and any of the following search result parameters can be
|
5443
|
+
# used: * `_count` * `_include` * `_revinclude` * `_summary` * `_elements` If
|
5444
|
+
# your query contains any other search parameters, the standard asynchronous
|
5445
|
+
# index will be used instead. Note that searching against the special index is
|
5446
|
+
# optimized for resolving a small number of matches. The search isn't optimized
|
5447
|
+
# if your identifier search criteria matches a large number (i.e. more than 2,
|
5448
|
+
# 000) of resources. For a search query that will match a large number of
|
5449
|
+
# resources, you can avoiding using the special synchronous index by including
|
5450
|
+
# an additional `_sort` parameter in your query. Use `_sort=-_lastUpdated` if
|
5451
|
+
# you want to keep the default sorting order. For samples and detailed
|
5452
|
+
# information, see [Searching for FHIR resources](https://cloud.google.com/
|
5453
|
+
# healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](https:
|
5454
|
+
# //cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
|
5441
5455
|
# @param [String] parent
|
5442
5456
|
# Name of the FHIR store to retrieve resources from.
|
5443
5457
|
# @param [Google::Apis::HealthcareV1beta1::SearchResourcesRequest] search_resources_request_object
|
@@ -5512,10 +5526,24 @@ module Google
|
|
5512
5526
|
# 50,000 might not be fully searchable as the server might trim its generated
|
5513
5527
|
# search index in those cases. Note: FHIR resources are indexed asynchronously,
|
5514
5528
|
# so there might be a slight delay between the time a resource is created or
|
5515
|
-
#
|
5516
|
-
#
|
5517
|
-
#
|
5518
|
-
#
|
5529
|
+
# changed, and the time when the change reflects in search results. The only
|
5530
|
+
# exception is resource identifier data, which is indexed synchronously as a
|
5531
|
+
# special index. As a result, searching using resource identifier is not subject
|
5532
|
+
# to indexing delay. To use the special synchronous index, the search term for
|
5533
|
+
# identifier should be in the pattern `identifier=[system]|[value]` or `
|
5534
|
+
# identifier=[value]`, and any of the following search result parameters can be
|
5535
|
+
# used: * `_count` * `_include` * `_revinclude` * `_summary` * `_elements` If
|
5536
|
+
# your query contains any other search parameters, the standard asynchronous
|
5537
|
+
# index will be used instead. Note that searching against the special index is
|
5538
|
+
# optimized for resolving a small number of matches. The search isn't optimized
|
5539
|
+
# if your identifier search criteria matches a large number (i.e. more than 2,
|
5540
|
+
# 000) of resources. For a search query that will match a large number of
|
5541
|
+
# resources, you can avoiding using the special synchronous index by including
|
5542
|
+
# an additional `_sort` parameter in your query. Use `_sort=-_lastUpdated` if
|
5543
|
+
# you want to keep the default sorting order. For samples and detailed
|
5544
|
+
# information, see [Searching for FHIR resources](https://cloud.google.com/
|
5545
|
+
# healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](https:
|
5546
|
+
# //cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
|
5519
5547
|
# @param [String] parent
|
5520
5548
|
# Name of the FHIR store to retrieve resources from.
|
5521
5549
|
# @param [String] resource_type
|
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.53.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-
|
11
|
+
date: 2023-08-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/main/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.53.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1
|
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.
|
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 V1beta1
|