public sealed class FhirStoreSource : IMessage<FhirStoreSource>, IEquatable<FhirStoreSource>, IDeepCloneable<FhirStoreSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class FhirStoreSource.
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}.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This document provides reference information for the `FhirStoreSource` class within the Google Cloud Discovery Engine v1 API, specifically version 1.1.0, and also provides links to the other versions."],["The `FhirStoreSource` class is used to import data from a Cloud FHIR store, and it inherits from `object` while implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, `FhirStoreSource()` for default initialization and `FhirStoreSource(FhirStoreSource other)` for copying an existing instance, and also provides multiple properties."],["Key properties of the class include `FhirStore` which represents the full resource name of the FHIR store, `FhirStoreAsFhirStoreName` which offers a typed view of the `FhirStore` property, and `GcsStagingDir`, which specifies an intermediate Cloud Storage directory for the import process."],["The namespace for the `FhirStoreSource` class is `Google.Cloud.DiscoveryEngine.V1`, and the assembly is `Google.Cloud.DiscoveryEngine.V1.dll`, it also provides a link to the inherited members of `object`."]]],[]]