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.
Cloud FhirStore source import data from.
Implements
IMessageFhirStoreSource, IEquatableFhirStoreSource, IDeepCloneableFhirStoreSource, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
FhirStoreSource()
public FhirStoreSource()
FhirStoreSource(FhirStoreSource)
public FhirStoreSource(FhirStoreSource other)
Parameter | |
---|---|
Name | Description |
other |
FhirStoreSource |
Properties
FhirStore
public string FhirStore { get; set; }
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}
.
Property Value | |
---|---|
Type | Description |
string |
FhirStoreAsFhirStoreName
public FhirStoreName FhirStoreAsFhirStoreName { get; set; }
FhirStoreName-typed view over the FhirStore resource name property.
Property Value | |
---|---|
Type | Description |
FhirStoreName |
GcsStagingDir
public string GcsStagingDir { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
ResourceTypes
public RepeatedField<string> ResourceTypes { get; }
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.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |