Skip to content

Commit 60422fc

Browse files
feat: Automated regeneration of healthcare v1beta1 client (googleapis#22027)
Auto-created at 2025-03-09 10:30:23 +0000 using the toys pull request generator.
1 parent ceb19ed commit 60422fc

File tree

5 files changed

+24
-2
lines changed

5 files changed

+24
-2
lines changed

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247885,6 +247885,8 @@
247885247885
"/healthcare:v1beta1/Dataset": dataset
247886247886
"/healthcare:v1beta1/Dataset/encryptionSpec": encryption_spec
247887247887
"/healthcare:v1beta1/Dataset/name": name
247888+
"/healthcare:v1beta1/Dataset/satisfiesPzi": satisfies_pzi
247889+
"/healthcare:v1beta1/Dataset/satisfiesPzs": satisfies_pzs
247888247890
"/healthcare:v1beta1/Dataset/timeZone": time_zone
247889247891
"/healthcare:v1beta1/DateShiftConfig": date_shift_config
247890247892
"/healthcare:v1beta1/DateShiftConfig/cryptoKey": crypto_key

generated/google-apis-healthcare_v1beta1/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_v1beta1
22

3+
### v0.77.0 (2025-03-09)
4+
5+
* Regenerated from discovery document revision 20250219
6+
37
### v0.76.0 (2025-02-26)
48

59
* Regenerated from discovery document revision 20250218

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1705,6 +1705,18 @@ class Dataset
17051705
# @return [String]
17061706
attr_accessor :name
17071707

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+
17081720
# The default timezone used by this dataset. Must be a either a valid IANA time
17091721
# zone name such as "America/New_York" or empty, which defaults to UTC. This is
17101722
# used for parsing times in resources, such as HL7 messages, where no explicit
@@ -1721,6 +1733,8 @@ def initialize(**args)
17211733
def update!(**args)
17221734
@encryption_spec = args[:encryption_spec] if args.key?(:encryption_spec)
17231735
@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)
17241738
@time_zone = args[:time_zone] if args.key?(:time_zone)
17251739
end
17261740
end

generated/google-apis-healthcare_v1beta1/lib/google/apis/healthcare_v1beta1/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 HealthcareV1beta1
1818
# Version of the google-apis-healthcare_v1beta1 gem
19-
GEM_VERSION = "0.76.0"
19+
GEM_VERSION = "0.77.0"
2020

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

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

generated/google-apis-healthcare_v1beta1/lib/google/apis/healthcare_v1beta1/representations.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1861,6 +1861,8 @@ class Representation < Google::Apis::Core::JsonRepresentation
18611861
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::HealthcareV1beta1::EncryptionSpec, decorator: Google::Apis::HealthcareV1beta1::EncryptionSpec::Representation
18621862

18631863
property :name, as: 'name'
1864+
property :satisfies_pzi, as: 'satisfiesPzi'
1865+
property :satisfies_pzs, as: 'satisfiesPzs'
18641866
property :time_zone, as: 'timeZone'
18651867
end
18661868
end

0 commit comments

Comments
 (0)