Skip to content

Commit

Permalink
feat: Automated regeneration of healthcare v1 client (#19813)
Browse files Browse the repository at this point in the history
Auto-created at 2024-07-07 09:33:01 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Jul 7, 2024
1 parent 0595388 commit 5e1b5b0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-healthcare_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-healthcare_v1

### v0.62.0 (2024-07-07)

* Regenerated from discovery document revision 20240619

### v0.61.0 (2024-06-23)

* Regenerated from discovery document revision 20240605
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3702,7 +3702,7 @@ class Message

# Output only. Resource name of the Message, of the form `projects/`project_id`/
# locations/`location_id`/datasets/`dataset_id`/hl7V2Stores/`hl7_v2_store_id`/
# messages/`message_id``. Assigned by the server.
# messages/`message_id``.
# Corresponds to the JSON property `name`
# @return [String]
attr_accessor :name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module HealthcareV1
# Version of the google-apis-healthcare_v1 gem
GEM_VERSION = "0.61.0"
GEM_VERSION = "0.62.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.15.0"

# Revision of the discovery document this client was generated from
REVISION = "20240605"
REVISION = "20240619"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -5689,7 +5689,7 @@ def list_project_location_dataset_hl7_v2_store_messages(parent, filter: nil, ord
# @param [String] name
# Output only. Resource name of the Message, of the form `projects/`project_id`/
# locations/`location_id`/datasets/`dataset_id`/hl7V2Stores/`hl7_v2_store_id`/
# messages/`message_id``. Assigned by the server.
# messages/`message_id``.
# @param [Google::Apis::HealthcareV1::Message] message_object
# @param [String] update_mask
# Required. The update mask applies to the resource. For the `FieldMask`
Expand Down

0 comments on commit 5e1b5b0

Please sign in to comment.