Discovery Engine v1 API - Class BatchGetDocumentsMetadataRequest.Types.FhirMatcher (1.5.0)

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 v1 API class BatchGetDocumentsMetadataRequest.Types.FhirMatcher.

Matcher for the [Document][google.cloud.discoveryengine.v1.Document]s by FHIR resource names.

Inheritance

object > BatchGetDocumentsMetadataRequest.Types.FhirMatcher

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.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