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 document provides reference documentation for the `FhirStoreSource` class within the Google Cloud Discovery Engine v1 API, specifically version 1.3.0, which is designed for importing data from Cloud FhirStore."],["The `FhirStoreSource` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer message support."],["The class includes properties like `FhirStore`, which represents the full resource name of the FHIR store, and `GcsStagingDir`, allowing specification of an intermediate Cloud Storage directory for import operations."],["The latest version available in this document is version 1.6.0, and going back in time there are versions all the way back to 1.0.0-beta06, all of which are part of this same class documentation."],["Two constructors are available for this class, the default one which takes no parameters, and another which uses `FhirStoreSource` as a parameter."]]],[]]