Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of healthcare v1beta1 client #1550

Merged
merged 1 commit into from Nov 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion generated/google/apis/healthcare_v1beta1.rb
Expand Up @@ -25,7 +25,7 @@ module Apis
# @see https://cloud.google.com/healthcare
module HealthcareV1beta1
VERSION = 'V1beta1'
REVISION = '20201104'
REVISION = '20201110'

# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
Expand Down
35 changes: 18 additions & 17 deletions generated/google/apis/healthcare_v1beta1/classes.rb
Expand Up @@ -1883,24 +1883,25 @@ class FhirStore
attr_accessor :default_search_handling_strict
alias_method :default_search_handling_strict?, :default_search_handling_strict

# Whether to disable referential integrity in this FHIR store. This field is
# immutable after FHIR store creation. The default value is false, meaning that
# the API enforces referential integrity and fails the requests that result in
# inconsistent state in the FHIR store. When this field is set to true, the API
# skips referential integrity checks. Consequently, operations that rely on
# references, such as GetPatientEverything, do not return all the results if
# broken references exist.
# Immutable. Whether to disable referential integrity in this FHIR store. This
# field is immutable after FHIR store creation. The default value is false,
# meaning that the API enforces referential integrity and fails the requests
# that result in inconsistent state in the FHIR store. When this field is set to
# true, the API skips referential integrity checks. Consequently, operations
# that rely on references, such as GetPatientEverything, do not return all the
# results if broken references exist.
# Corresponds to the JSON property `disableReferentialIntegrity`
# @return [Boolean]
attr_accessor :disable_referential_integrity
alias_method :disable_referential_integrity?, :disable_referential_integrity

# Whether to disable resource versioning for this FHIR store. This field can not
# be changed after the creation of FHIR store. If set to false, which is the
# default behavior, all write operations cause historical versions to be
# recorded automatically. The historical versions can be fetched through the
# history APIs, but cannot be updated. If set to true, no historical versions
# are kept. The server sends errors for attempts to read the historical versions.
# Immutable. Whether to disable resource versioning for this FHIR store. This
# field can not be changed after the creation of FHIR store. If set to false,
# which is the default behavior, all write operations cause historical versions
# to be recorded automatically. The historical versions can be fetched through
# the history APIs, but cannot be updated. If set to true, no historical
# versions are kept. The server sends errors for attempts to read the historical
# versions.
# Corresponds to the JSON property `disableResourceVersioning`
# @return [Boolean]
attr_accessor :disable_resource_versioning
Expand Down Expand Up @@ -1957,10 +1958,10 @@ class FhirStore
# @return [Array<Google::Apis::HealthcareV1beta1::StreamConfig>]
attr_accessor :stream_configs

# The FHIR specification version that this FHIR store supports natively. This
# field is immutable after store creation. Requests are rejected if they contain
# FHIR resources of a different version. Version is required for every FHIR
# store.
# Immutable. The FHIR specification version that this FHIR store supports
# natively. This field is immutable after store creation. Requests are rejected
# if they contain FHIR resources of a different version. Version is required for
# every FHIR store.
# Corresponds to the JSON property `version`
# @return [String]
attr_accessor :version
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/healthcare_v1beta1/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "146e23ddff24116ddaec400b04873a1fb186f7b4"
"sha": "e348db9d64f0d2bd0beb87cdc99cc69e03b33b03"
}
}
]
Expand Down