Class: Google::Cloud::DiscoveryEngine::V1::FhirStoreSource
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::FhirStoreSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/import_config.rb
Overview
Cloud FhirStore source import data from.
Instance Attribute Summary collapse
-
#fhir_store ⇒ ::String
Required.
-
#gcs_staging_dir ⇒ ::String
Intermediate Cloud Storage directory used for the import with a length limit of 2,000 characters.
-
#resource_types ⇒ ::Array<::String>
The FHIR resource types to import.
Instance Attribute Details
#fhir_store ⇒ ::String
Returns Required. The full resource name of the FHIR store to import data from, in
the format of
projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_store}
.
306 307 308 309 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 306 class FhirStoreSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs_staging_dir ⇒ ::String
Returns Intermediate Cloud Storage directory used for the import with a length limit of 2,000 characters. Can be specified if one wants to have the FhirStore export to a specific Cloud Storage directory.
306 307 308 309 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 306 class FhirStoreSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_types ⇒ ::Array<::String>
Returns The FHIR resource types to import. The resource types should be a subset of all supported FHIR resource types. Default to all supported FHIR resource types if empty.
306 307 308 309 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 306 class FhirStoreSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |