google-apis-healthcare_v1 0.62.0 → 0.64.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f5dca70629a744a880127b897cfbd76b4565f41318958214ca52f5ad574bfc0b
|
4
|
+
data.tar.gz: a84fd634414e2a83446e9253ad0d50b35d28b605eb66a9a4f673393eb06d4564
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b11edc2bf7e9585167c5ed4a8a8c7c4d8125e37a90e4f13c68c859707ee619a24c2dbcfea4b3340cdebe3ace794227f208e31ace9446bf76ebf35e1a1d18376
|
7
|
+
data.tar.gz: d7a9ea5dcdb400fd2d7d5e94a9e810f9cc4a6430cb943c9d8220391290b5feac4b71cb6dcc0795d001c9d4076cebabd5f32c513c41a1fd665632bad535876613
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-healthcare_v1
|
2
2
|
|
3
|
+
### v0.64.0 (2024-08-04)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240731
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
8
|
+
### v0.63.0 (2024-07-25)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20240718
|
11
|
+
|
3
12
|
### v0.62.0 (2024-07-07)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240619
|
@@ -952,10 +952,10 @@ module Google
|
|
952
952
|
attr_accessor :text
|
953
953
|
|
954
954
|
# Ensures in-flight data remains in the region of origin during de-
|
955
|
-
# identification. Using this option results in a
|
956
|
-
# throughput, and is not compatible with `LOCATION` or `
|
957
|
-
# infoTypes. `LOCATION` must be excluded within TextConfig,
|
958
|
-
# excluded within ImageConfig if image redaction is required.
|
955
|
+
# identification. The default value is false. Using this option results in a
|
956
|
+
# significant reduction of throughput, and is not compatible with `LOCATION` or `
|
957
|
+
# ORGANIZATION_NAME` infoTypes. `LOCATION` must be excluded within TextConfig,
|
958
|
+
# and must also be excluded within ImageConfig if image redaction is required.
|
959
959
|
# Corresponds to the JSON property `useRegionalDataProcessing`
|
960
960
|
# @return [Boolean]
|
961
961
|
attr_accessor :use_regional_data_processing
|
@@ -1931,19 +1931,20 @@ module Google
|
|
1931
1931
|
# @return [String]
|
1932
1932
|
attr_accessor :pubsub_topic
|
1933
1933
|
|
1934
|
-
# Whether to send full FHIR resource to this Pub/Sub topic.
|
1934
|
+
# Whether to send full FHIR resource to this Pub/Sub topic. The default value is
|
1935
|
+
# false.
|
1935
1936
|
# Corresponds to the JSON property `sendFullResource`
|
1936
1937
|
# @return [Boolean]
|
1937
1938
|
attr_accessor :send_full_resource
|
1938
1939
|
alias_method :send_full_resource?, :send_full_resource
|
1939
1940
|
|
1940
1941
|
# Whether to send full FHIR resource to this Pub/Sub topic for deleting FHIR
|
1941
|
-
# resource. Note that setting this to true does not
|
1942
|
-
# resources will be sent in the format of full FHIR
|
1943
|
-
# change is too large or during heavy traffic, only
|
1944
|
-
# sent. Clients should always check the "payloadType"
|
1945
|
-
# message to determine whether it needs to fetch the full
|
1946
|
-
# separate operation.
|
1942
|
+
# resource. The default value is false. Note that setting this to true does not
|
1943
|
+
# guarantee that all previous resources will be sent in the format of full FHIR
|
1944
|
+
# resource. When a resource change is too large or during heavy traffic, only
|
1945
|
+
# the resource name will be sent. Clients should always check the "payloadType"
|
1946
|
+
# label from a Pub/Sub message to determine whether it needs to fetch the full
|
1947
|
+
# previous resource as a separate operation.
|
1947
1948
|
# Corresponds to the JSON property `sendPreviousResourceOnDelete`
|
1948
1949
|
# @return [Boolean]
|
1949
1950
|
attr_accessor :send_previous_resource_on_delete
|
@@ -1982,7 +1983,7 @@ module Google
|
|
1982
1983
|
# false, uses the FHIR specification default `handling=lenient` which ignores
|
1983
1984
|
# unrecognized search parameters. The handling can always be changed from the
|
1984
1985
|
# default on an individual API call by setting the HTTP header `Prefer: handling=
|
1985
|
-
# strict` or `Prefer: handling=lenient`.
|
1986
|
+
# strict` or `Prefer: handling=lenient`. Defaults to false.
|
1986
1987
|
# Corresponds to the JSON property `defaultSearchHandlingStrict`
|
1987
1988
|
# @return [Boolean]
|
1988
1989
|
attr_accessor :default_search_handling_strict
|
@@ -2002,11 +2003,10 @@ module Google
|
|
2002
2003
|
|
2003
2004
|
# Immutable. Whether to disable resource versioning for this FHIR store. This
|
2004
2005
|
# field can not be changed after the creation of FHIR store. If set to false,
|
2005
|
-
#
|
2006
|
-
#
|
2007
|
-
#
|
2008
|
-
#
|
2009
|
-
# versions.
|
2006
|
+
# all write operations cause historical versions to be recorded automatically.
|
2007
|
+
# The historical versions can be fetched through the history APIs, but cannot be
|
2008
|
+
# updated. If set to true, no historical versions are kept. The server sends
|
2009
|
+
# errors for attempts to read the historical versions. Defaults to false.
|
2010
2010
|
# Corresponds to the JSON property `disableResourceVersioning`
|
2011
2011
|
# @return [Boolean]
|
2012
2012
|
attr_accessor :disable_resource_versioning
|
@@ -2021,7 +2021,7 @@ module Google
|
|
2021
2021
|
# sensitive data such as patient identifiers in client-specified resource IDs.
|
2022
2022
|
# Those IDs are part of the FHIR resource path recorded in Cloud audit logs and
|
2023
2023
|
# Pub/Sub notifications. Those IDs can also be contained in reference fields
|
2024
|
-
# within other resources.
|
2024
|
+
# within other resources. Defaults to false.
|
2025
2025
|
# Corresponds to the JSON property `enableUpdateCreate`
|
2026
2026
|
# @return [Boolean]
|
2027
2027
|
attr_accessor :enable_update_create
|
@@ -2540,12 +2540,12 @@ module Google
|
|
2540
2540
|
# @return [String]
|
2541
2541
|
attr_accessor :dataset_uri
|
2542
2542
|
|
2543
|
-
# If this flag is `TRUE`, all tables are deleted
|
2544
|
-
# exported tables are written. If the flag is
|
2545
|
-
# dataset contains tables, the export call returns
|
2546
|
-
# write_disposition` is specified, this parameter is ignored.
|
2547
|
-
# equivalent to write_disposition=WRITE_EMPTY and force=true is
|
2548
|
-
# write_disposition=WRITE_TRUNCATE.
|
2543
|
+
# The default value is false. If this flag is `TRUE`, all tables are deleted
|
2544
|
+
# from the dataset before the new exported tables are written. If the flag is
|
2545
|
+
# not set and the destination dataset contains tables, the export call returns
|
2546
|
+
# an error. If `write_disposition` is specified, this parameter is ignored.
|
2547
|
+
# force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is
|
2548
|
+
# equivalent to write_disposition=WRITE_TRUNCATE.
|
2549
2549
|
# Corresponds to the JSON property `force`
|
2550
2550
|
# @return [Boolean]
|
2551
2551
|
attr_accessor :force
|
@@ -3695,7 +3695,7 @@ module Google
|
|
3695
3695
|
# @return [Hash<String,String>]
|
3696
3696
|
attr_accessor :labels
|
3697
3697
|
|
3698
|
-
# The message type for this message. MSH-9.1.
|
3698
|
+
# Output only. The message type for this message. MSH-9.1.
|
3699
3699
|
# Corresponds to the JSON property `messageType`
|
3700
3700
|
# @return [String]
|
3701
3701
|
attr_accessor :message_type
|
@@ -3712,7 +3712,8 @@ module Google
|
|
3712
3712
|
# @return [Google::Apis::HealthcareV1::ParsedData]
|
3713
3713
|
attr_accessor :parsed_data
|
3714
3714
|
|
3715
|
-
# All patient IDs listed in the PID-2, PID-3, and PID-4 segments of
|
3715
|
+
# Output only. All patient IDs listed in the PID-2, PID-3, and PID-4 segments of
|
3716
|
+
# this message.
|
3716
3717
|
# Corresponds to the JSON property `patientIds`
|
3717
3718
|
# @return [Array<Google::Apis::HealthcareV1::PatientId>]
|
3718
3719
|
attr_accessor :patient_ids
|
@@ -3723,12 +3724,12 @@ module Google
|
|
3723
3724
|
# @return [Google::Apis::HealthcareV1::SchematizedData]
|
3724
3725
|
attr_accessor :schematized_data
|
3725
3726
|
|
3726
|
-
# The hospital that this message came from. MSH-4.
|
3727
|
+
# Output only. The hospital that this message came from. MSH-4.
|
3727
3728
|
# Corresponds to the JSON property `sendFacility`
|
3728
3729
|
# @return [String]
|
3729
3730
|
attr_accessor :send_facility
|
3730
3731
|
|
3731
|
-
# The datetime the sending application sent this message. MSH-7.
|
3732
|
+
# Output only. The datetime the sending application sent this message. MSH-7.
|
3732
3733
|
# Corresponds to the JSON property `sendTime`
|
3733
3734
|
# @return [String]
|
3734
3735
|
attr_accessor :send_time
|
@@ -4453,6 +4454,105 @@ module Google
|
|
4453
4454
|
end
|
4454
4455
|
end
|
4455
4456
|
|
4457
|
+
# Filtering fields for an HL7 rollback. Currently only supports a list of
|
4458
|
+
# operation ids to roll back.
|
4459
|
+
class RollbackHl7MessagesFilteringFields
|
4460
|
+
include Google::Apis::Core::Hashable
|
4461
|
+
|
4462
|
+
# Optional. A list of operation IDs to roll back.
|
4463
|
+
# Corresponds to the JSON property `operationIds`
|
4464
|
+
# @return [Array<Fixnum>]
|
4465
|
+
attr_accessor :operation_ids
|
4466
|
+
|
4467
|
+
def initialize(**args)
|
4468
|
+
update!(**args)
|
4469
|
+
end
|
4470
|
+
|
4471
|
+
# Update properties of this object
|
4472
|
+
def update!(**args)
|
4473
|
+
@operation_ids = args[:operation_ids] if args.key?(:operation_ids)
|
4474
|
+
end
|
4475
|
+
end
|
4476
|
+
|
4477
|
+
# Point in time recovery rollback request.
|
4478
|
+
class RollbackHl7V2MessagesRequest
|
4479
|
+
include Google::Apis::Core::Hashable
|
4480
|
+
|
4481
|
+
# Optional. CREATE/UPDATE/DELETE/ALL for reverting all txns of a certain type.
|
4482
|
+
# Corresponds to the JSON property `changeType`
|
4483
|
+
# @return [String]
|
4484
|
+
attr_accessor :change_type
|
4485
|
+
|
4486
|
+
# Optional. Specifies whether to exclude earlier rollbacks.
|
4487
|
+
# Corresponds to the JSON property `excludeRollbacks`
|
4488
|
+
# @return [Boolean]
|
4489
|
+
attr_accessor :exclude_rollbacks
|
4490
|
+
alias_method :exclude_rollbacks?, :exclude_rollbacks
|
4491
|
+
|
4492
|
+
# Filtering fields for an HL7 rollback. Currently only supports a list of
|
4493
|
+
# operation ids to roll back.
|
4494
|
+
# Corresponds to the JSON property `filteringFields`
|
4495
|
+
# @return [Google::Apis::HealthcareV1::RollbackHl7MessagesFilteringFields]
|
4496
|
+
attr_accessor :filtering_fields
|
4497
|
+
|
4498
|
+
# Optional. When enabled, changes will be reverted without explicit confirmation.
|
4499
|
+
# Corresponds to the JSON property `force`
|
4500
|
+
# @return [Boolean]
|
4501
|
+
attr_accessor :force
|
4502
|
+
alias_method :force?, :force
|
4503
|
+
|
4504
|
+
# Optional. Cloud storage object containing list of `resourceId` lines,
|
4505
|
+
# identifying resources to be reverted
|
4506
|
+
# Corresponds to the JSON property `inputGcsObject`
|
4507
|
+
# @return [String]
|
4508
|
+
attr_accessor :input_gcs_object
|
4509
|
+
|
4510
|
+
# Required. Bucket to deposit result
|
4511
|
+
# Corresponds to the JSON property `resultGcsBucket`
|
4512
|
+
# @return [String]
|
4513
|
+
attr_accessor :result_gcs_bucket
|
4514
|
+
|
4515
|
+
# Required. Times point to rollback to.
|
4516
|
+
# Corresponds to the JSON property `rollbackTime`
|
4517
|
+
# @return [String]
|
4518
|
+
attr_accessor :rollback_time
|
4519
|
+
|
4520
|
+
def initialize(**args)
|
4521
|
+
update!(**args)
|
4522
|
+
end
|
4523
|
+
|
4524
|
+
# Update properties of this object
|
4525
|
+
def update!(**args)
|
4526
|
+
@change_type = args[:change_type] if args.key?(:change_type)
|
4527
|
+
@exclude_rollbacks = args[:exclude_rollbacks] if args.key?(:exclude_rollbacks)
|
4528
|
+
@filtering_fields = args[:filtering_fields] if args.key?(:filtering_fields)
|
4529
|
+
@force = args[:force] if args.key?(:force)
|
4530
|
+
@input_gcs_object = args[:input_gcs_object] if args.key?(:input_gcs_object)
|
4531
|
+
@result_gcs_bucket = args[:result_gcs_bucket] if args.key?(:result_gcs_bucket)
|
4532
|
+
@rollback_time = args[:rollback_time] if args.key?(:rollback_time)
|
4533
|
+
end
|
4534
|
+
end
|
4535
|
+
|
4536
|
+
# Final response of rollback HL7v2 messages request.
|
4537
|
+
class RollbackHl7V2MessagesResponse
|
4538
|
+
include Google::Apis::Core::Hashable
|
4539
|
+
|
4540
|
+
# The name of the HL7 store to rollback, in the format of "projects/`project_id`/
|
4541
|
+
# locations/`location_id`/datasets/`dataset_id` /hl7v2Stores/`hl7v2_store_id`".
|
4542
|
+
# Corresponds to the JSON property `hl7v2Store`
|
4543
|
+
# @return [String]
|
4544
|
+
attr_accessor :hl7v2_store
|
4545
|
+
|
4546
|
+
def initialize(**args)
|
4547
|
+
update!(**args)
|
4548
|
+
end
|
4549
|
+
|
4550
|
+
# Update properties of this object
|
4551
|
+
def update!(**args)
|
4552
|
+
@hl7v2_store = args[:hl7v2_store] if args.key?(:hl7v2_store)
|
4553
|
+
end
|
4554
|
+
end
|
4555
|
+
|
4456
4556
|
# Configuration for the FHIR BigQuery schema. Determines how the server
|
4457
4557
|
# generates the schema.
|
4458
4558
|
class SchemaConfig
|
@@ -5194,39 +5294,41 @@ module Google
|
|
5194
5294
|
class ValidationConfig
|
5195
5295
|
include Google::Apis::Core::Hashable
|
5196
5296
|
|
5197
|
-
# Whether to disable FHIRPath validation for incoming resources.
|
5198
|
-
# true to disable checking incoming resources for
|
5199
|
-
# requirement defined in the FHIR specification.
|
5200
|
-
# resource types that do not have profiles configured
|
5201
|
-
# enabled implementation guides will still be enforced.
|
5297
|
+
# Whether to disable FHIRPath validation for incoming resources. The default
|
5298
|
+
# value is false. Set this to true to disable checking incoming resources for
|
5299
|
+
# conformance against FHIRPath requirement defined in the FHIR specification.
|
5300
|
+
# This property only affects resource types that do not have profiles configured
|
5301
|
+
# for them, any rules in enabled implementation guides will still be enforced.
|
5202
5302
|
# Corresponds to the JSON property `disableFhirpathValidation`
|
5203
5303
|
# @return [Boolean]
|
5204
5304
|
attr_accessor :disable_fhirpath_validation
|
5205
5305
|
alias_method :disable_fhirpath_validation?, :disable_fhirpath_validation
|
5206
5306
|
|
5207
|
-
# Whether to disable profile validation for this FHIR store.
|
5208
|
-
# disable checking incoming resources for
|
5209
|
-
# definitions in this FHIR store.
|
5307
|
+
# Whether to disable profile validation for this FHIR store. The default value
|
5308
|
+
# is false. Set this to true to disable checking incoming resources for
|
5309
|
+
# conformance against structure definitions in this FHIR store.
|
5210
5310
|
# Corresponds to the JSON property `disableProfileValidation`
|
5211
5311
|
# @return [Boolean]
|
5212
5312
|
attr_accessor :disable_profile_validation
|
5213
5313
|
alias_method :disable_profile_validation?, :disable_profile_validation
|
5214
5314
|
|
5215
|
-
# Whether to disable reference type validation for incoming resources.
|
5216
|
-
# to true to disable checking incoming
|
5217
|
-
# reference type requirement defined in the
|
5218
|
-
# only affects resource types that do not have
|
5219
|
-
# rules in enabled implementation guides will
|
5315
|
+
# Whether to disable reference type validation for incoming resources. The
|
5316
|
+
# default value is false. Set this to true to disable checking incoming
|
5317
|
+
# resources for conformance against reference type requirement defined in the
|
5318
|
+
# FHIR specification. This property only affects resource types that do not have
|
5319
|
+
# profiles configured for them, any rules in enabled implementation guides will
|
5320
|
+
# still be enforced.
|
5220
5321
|
# Corresponds to the JSON property `disableReferenceTypeValidation`
|
5221
5322
|
# @return [Boolean]
|
5222
5323
|
attr_accessor :disable_reference_type_validation
|
5223
5324
|
alias_method :disable_reference_type_validation?, :disable_reference_type_validation
|
5224
5325
|
|
5225
|
-
# Whether to disable required fields validation for incoming resources.
|
5226
|
-
# to true to disable checking incoming
|
5227
|
-
# required fields requirement defined in the
|
5228
|
-
# only affects resource types that do not have
|
5229
|
-
# rules in enabled implementation guides will
|
5326
|
+
# Whether to disable required fields validation for incoming resources. The
|
5327
|
+
# default value is false. Set this to true to disable checking incoming
|
5328
|
+
# resources for conformance against required fields requirement defined in the
|
5329
|
+
# FHIR specification. This property only affects resource types that do not have
|
5330
|
+
# profiles configured for them, any rules in enabled implementation guides will
|
5331
|
+
# still be enforced.
|
5230
5332
|
# Corresponds to the JSON property `disableRequiredFieldValidation`
|
5231
5333
|
# @return [Boolean]
|
5232
5334
|
attr_accessor :disable_required_field_validation
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module HealthcareV1
|
18
18
|
# Version of the google-apis-healthcare_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.64.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240731"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -772,6 +772,24 @@ module Google
|
|
772
772
|
include Google::Apis::Core::JsonObjectSupport
|
773
773
|
end
|
774
774
|
|
775
|
+
class RollbackHl7MessagesFilteringFields
|
776
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
|
+
|
778
|
+
include Google::Apis::Core::JsonObjectSupport
|
779
|
+
end
|
780
|
+
|
781
|
+
class RollbackHl7V2MessagesRequest
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
|
+
|
784
|
+
include Google::Apis::Core::JsonObjectSupport
|
785
|
+
end
|
786
|
+
|
787
|
+
class RollbackHl7V2MessagesResponse
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
|
+
|
790
|
+
include Google::Apis::Core::JsonObjectSupport
|
791
|
+
end
|
792
|
+
|
775
793
|
class SchemaConfig
|
776
794
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
795
|
|
@@ -2077,6 +2095,34 @@ module Google
|
|
2077
2095
|
end
|
2078
2096
|
end
|
2079
2097
|
|
2098
|
+
class RollbackHl7MessagesFilteringFields
|
2099
|
+
# @private
|
2100
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2101
|
+
collection :operation_ids, as: 'operationIds'
|
2102
|
+
end
|
2103
|
+
end
|
2104
|
+
|
2105
|
+
class RollbackHl7V2MessagesRequest
|
2106
|
+
# @private
|
2107
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2108
|
+
property :change_type, as: 'changeType'
|
2109
|
+
property :exclude_rollbacks, as: 'excludeRollbacks'
|
2110
|
+
property :filtering_fields, as: 'filteringFields', class: Google::Apis::HealthcareV1::RollbackHl7MessagesFilteringFields, decorator: Google::Apis::HealthcareV1::RollbackHl7MessagesFilteringFields::Representation
|
2111
|
+
|
2112
|
+
property :force, as: 'force'
|
2113
|
+
property :input_gcs_object, as: 'inputGcsObject'
|
2114
|
+
property :result_gcs_bucket, as: 'resultGcsBucket'
|
2115
|
+
property :rollback_time, as: 'rollbackTime'
|
2116
|
+
end
|
2117
|
+
end
|
2118
|
+
|
2119
|
+
class RollbackHl7V2MessagesResponse
|
2120
|
+
# @private
|
2121
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2122
|
+
property :hl7v2_store, as: 'hl7v2Store'
|
2123
|
+
end
|
2124
|
+
end
|
2125
|
+
|
2080
2126
|
class SchemaConfig
|
2081
2127
|
# @private
|
2082
2128
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5373,6 +5373,48 @@ module Google
|
|
5373
5373
|
execute_or_queue_command(command, &block)
|
5374
5374
|
end
|
5375
5375
|
|
5376
|
+
# Rolls back messages from the HL7 store to the specified time. This method
|
5377
|
+
# returns an Operation that can be used to track the status of the rollback by
|
5378
|
+
# calling GetOperation. Immediate fatal errors appear in the error field, errors
|
5379
|
+
# are also logged to Cloud Logging (see [Viewing error logs in Cloud Logging](
|
5380
|
+
# https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when
|
5381
|
+
# the operation finishes, a detailed response of type
|
5382
|
+
# RollbackHl7V2MessagesResponse is returned in the response field. The metadata
|
5383
|
+
# field type for this operation is OperationMetadata.
|
5384
|
+
# @param [String] name
|
5385
|
+
# Required. The name of the HL7v2 store to rollback, in the format of "projects/`
|
5386
|
+
# project_id`/locations/`location_id`/datasets/`dataset_id` /hl7V2Stores/`
|
5387
|
+
# hl7v2_store_id`".
|
5388
|
+
# @param [Google::Apis::HealthcareV1::RollbackHl7V2MessagesRequest] rollback_hl7_v2_messages_request_object
|
5389
|
+
# @param [String] fields
|
5390
|
+
# Selector specifying which fields to include in a partial response.
|
5391
|
+
# @param [String] quota_user
|
5392
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
5393
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
5394
|
+
# @param [Google::Apis::RequestOptions] options
|
5395
|
+
# Request-specific options
|
5396
|
+
#
|
5397
|
+
# @yield [result, err] Result & error if block supplied
|
5398
|
+
# @yieldparam result [Google::Apis::HealthcareV1::Operation] parsed result object
|
5399
|
+
# @yieldparam err [StandardError] error object if request failed
|
5400
|
+
#
|
5401
|
+
# @return [Google::Apis::HealthcareV1::Operation]
|
5402
|
+
#
|
5403
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
5404
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
5405
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
5406
|
+
def rollback_hl7_v2_store_hl7_v2_messages(name, rollback_hl7_v2_messages_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
5407
|
+
command = make_simple_command(:post, 'v1/{+name}:rollback', options)
|
5408
|
+
command.request_representation = Google::Apis::HealthcareV1::RollbackHl7V2MessagesRequest::Representation
|
5409
|
+
command.request_object = rollback_hl7_v2_messages_request_object
|
5410
|
+
command.response_representation = Google::Apis::HealthcareV1::Operation::Representation
|
5411
|
+
command.response_class = Google::Apis::HealthcareV1::Operation
|
5412
|
+
command.params['name'] = name unless name.nil?
|
5413
|
+
command.query['fields'] = fields unless fields.nil?
|
5414
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
5415
|
+
execute_or_queue_command(command, &block)
|
5416
|
+
end
|
5417
|
+
|
5376
5418
|
# Sets the access control policy on the specified resource. Replaces any
|
5377
5419
|
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
5378
5420
|
# PERMISSION_DENIED` errors.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-healthcare_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.64.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-08-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.64.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|