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-03-21 UTC."],[[["This page provides reference documentation for the `FhirStoreSource` class within the Google Cloud Discovery Engine v1 API, specifically for version 1.0.0-beta06."],["The `FhirStoreSource` class is used to import data from a Cloud FhirStore, acting as a source for data within the Discovery Engine."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for message handling, equality comparisons, deep cloning, and buffered message support."],["Key properties of the `FhirStoreSource` class include `FhirStore`, which specifies the full resource name of the FHIR store, `FhirStoreAsFhirStoreName`, which is a typed view of the FhirStore, and `GcsStagingDir`, which is an optional Cloud Storage directory for data import staging."],["The content provided shows that the version 1.6.0 is the most recent for the class in question, with versions descending down to 1.0.0-beta06."]]],[]]