Skip to content

Commit b138b02

Browse files
feat: Automated regeneration of HealthCare client (googleapis#12416)
Auto-created at 2024-10-26 13:14:12 +0000 using the toys pull request generator.
1 parent 950d6a0 commit b138b02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/health_care/lib/google_api/health_care/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.HealthCare.V1 do
2020
API client metadata for GoogleApi.HealthCare.V1.
2121
"""
2222

23-
@discovery_revision "20241009"
23+
@discovery_revision "20241017"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/health_care/lib/google_api/health_care/v1/model/parser_config.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule GoogleApi.HealthCare.V1.Model.ParserConfig do
2323
2424
* `allowNullHeader` (*type:* `boolean()`, *default:* `nil`) - Optional. Determines whether messages with no header are allowed.
2525
* `schema` (*type:* `GoogleApi.HealthCare.V1.Model.SchemaPackage.t`, *default:* `nil`) - Optional. Schemas used to parse messages in this store, if schematized parsing is desired.
26-
* `segmentTerminator` (*type:* `String.t`, *default:* `nil`) - Byte(s) to use as the segment terminator. If this is unset, '\\r' is used as segment terminator, matching the HL7 version 2 specification.
26+
* `segmentTerminator` (*type:* `String.t`, *default:* `nil`) - Optional. Byte(s) to use as the segment terminator. If this is unset, '\\r' is used as segment terminator, matching the HL7 version 2 specification.
2727
* `version` (*type:* `String.t`, *default:* `nil`) - Immutable. Determines the version of both the default parser to be used when `schema` is not given, as well as the schematized parser used when `schema` is specified. This field is immutable after HL7v2 store creation.
2828
"""
2929

clients/health_care/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.HealthCare.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.56.2"
21+
@version "0.56.3"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)