public sealed class BatchGetDocumentsMetadataRequest.Types.FhirMatcher : IMessage<BatchGetDocumentsMetadataRequest.Types.FhirMatcher>, IEquatable<BatchGetDocumentsMetadataRequest.Types.FhirMatcher>, IDeepCloneable<BatchGetDocumentsMetadataRequest.Types.FhirMatcher>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class BatchGetDocumentsMetadataRequest.Types.FhirMatcher.
Matcher for the [Document][google.cloud.discoveryengine.v1beta.Document]s by FHIR resource names.
Implements
IMessageBatchGetDocumentsMetadataRequestTypesFhirMatcher, IEquatableBatchGetDocumentsMetadataRequestTypesFhirMatcher, IDeepCloneableBatchGetDocumentsMetadataRequestTypesFhirMatcher, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
FhirMatcher()
public FhirMatcher()
FhirMatcher(FhirMatcher)
public FhirMatcher(BatchGetDocumentsMetadataRequest.Types.FhirMatcher other)
Parameter | |
---|---|
Name | Description |
other |
BatchGetDocumentsMetadataRequestTypesFhirMatcher |
Properties
FhirResources
public RepeatedField<string> FhirResources { get; }
Required. The FHIR resources to match by. Format: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_store}/fhir/{resource_type}/{fhir_resource_id}
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
FhirResourcesAsFhirResourceNames
public ResourceNameList<FhirResourceName> FhirResourcesAsFhirResourceNames { get; }
FhirResourceName-typed view over the FhirResources resource name property.
Property Value | |
---|---|
Type | Description |
ResourceNameListFhirResourceName |