google-apis-healthcare_v1beta1 0.76.0 → 0.77.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec3c72aa08dd5b9cb3e766b37366f6e1f8cf7ad8b339195e9ea3a7e5cef408e1
|
4
|
+
data.tar.gz: e933c83594f1414f8d79333b637f71c2dc7d928fc18a568ec6949ed3edb26676
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 71c873e397b96b833bac8da6054a2fe77eb8de2de4b863d36a9ef97da033bfe53027dcad9959646b3391e5eeeb48307e561ee93f510b8bb13d78111ef2d1e9ca
|
7
|
+
data.tar.gz: e49c5219a15e7a0680e6e84b3a041dddf303a88e1454746a5d382d0033ff9587f61b5d91532b6aeaa004d722c5deafa4e004a499cf8b7b1515663a335fe3483a
|
data/CHANGELOG.md
CHANGED
@@ -1705,6 +1705,18 @@ module Google
|
|
1705
1705
|
# @return [String]
|
1706
1706
|
attr_accessor :name
|
1707
1707
|
|
1708
|
+
# Output only. For future use.
|
1709
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
1710
|
+
# @return [Boolean]
|
1711
|
+
attr_accessor :satisfies_pzi
|
1712
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
1713
|
+
|
1714
|
+
# Output only. For future use.
|
1715
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
1716
|
+
# @return [Boolean]
|
1717
|
+
attr_accessor :satisfies_pzs
|
1718
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
1719
|
+
|
1708
1720
|
# The default timezone used by this dataset. Must be a either a valid IANA time
|
1709
1721
|
# zone name such as "America/New_York" or empty, which defaults to UTC. This is
|
1710
1722
|
# used for parsing times in resources, such as HL7 messages, where no explicit
|
@@ -1721,6 +1733,8 @@ module Google
|
|
1721
1733
|
def update!(**args)
|
1722
1734
|
@encryption_spec = args[:encryption_spec] if args.key?(:encryption_spec)
|
1723
1735
|
@name = args[:name] if args.key?(:name)
|
1736
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
1737
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
1724
1738
|
@time_zone = args[:time_zone] if args.key?(:time_zone)
|
1725
1739
|
end
|
1726
1740
|
end
|
@@ -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.77.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250219"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1861,6 +1861,8 @@ module Google
|
|
1861
1861
|
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::HealthcareV1beta1::EncryptionSpec, decorator: Google::Apis::HealthcareV1beta1::EncryptionSpec::Representation
|
1862
1862
|
|
1863
1863
|
property :name, as: 'name'
|
1864
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
1865
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
1864
1866
|
property :time_zone, as: 'timeZone'
|
1865
1867
|
end
|
1866
1868
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.77.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-09 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.77.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|