Class: Google::Cloud::DiscoveryEngine::V1beta::FhirStoreSource
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::FhirStoreSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/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.
Instance Attribute Details
#fhir_store ⇒ ::String
301 302 303 304 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 301 class FhirStoreSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs_staging_dir ⇒ ::String
301 302 303 304 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 301 class FhirStoreSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |