Discovery Engine v1beta API - Class BatchGetDocumentsMetadataResponse.Types.DocumentMetadata.Types.MatcherValue (1.0.0-beta18)

public sealed class BatchGetDocumentsMetadataResponse.Types.DocumentMetadata.Types.MatcherValue : IMessage<BatchGetDocumentsMetadataResponse.Types.DocumentMetadata.Types.MatcherValue>, IEquatable<BatchGetDocumentsMetadataResponse.Types.DocumentMetadata.Types.MatcherValue>, IDeepCloneable<BatchGetDocumentsMetadataResponse.Types.DocumentMetadata.Types.MatcherValue>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class BatchGetDocumentsMetadataResponse.Types.DocumentMetadata.Types.MatcherValue.

The value of the matcher that was used to match the [Document][google.cloud.discoveryengine.v1beta.Document].

Inheritance

object > BatchGetDocumentsMetadataResponse.Types.DocumentMetadata.Types.MatcherValue

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

MatcherValue()

public MatcherValue()

MatcherValue(MatcherValue)

public MatcherValue(BatchGetDocumentsMetadataResponse.Types.DocumentMetadata.Types.MatcherValue other)
Parameter
Name Description
other BatchGetDocumentsMetadataResponseTypesDocumentMetadataTypesMatcherValue

Properties

FhirResource

public string FhirResource { get; set; }

Format: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_store}/fhir/{resource_type}/{fhir_resource_id}

Property Value
Type Description
string

FhirResourceAsFhirResourceName

public FhirResourceName FhirResourceAsFhirResourceName { get; set; }

FhirResourceName-typed view over the FhirResource resource name property.

Property Value
Type Description
FhirResourceName

HasFhirResource

public bool HasFhirResource { get; }

Gets whether the "fhir_resource" field is set

Property Value
Type Description
bool

HasUri

public bool HasUri { get; }

Gets whether the "uri" field is set

Property Value
Type Description
bool

MatcherValueCase

public BatchGetDocumentsMetadataResponse.Types.DocumentMetadata.Types.MatcherValue.MatcherValueOneofCase MatcherValueCase { get; }
Property Value
Type Description
BatchGetDocumentsMetadataResponseTypesDocumentMetadataTypesMatcherValueMatcherValueOneofCase

Uri

public string Uri { get; set; }

If match by URI, the URI of the [Document][google.cloud.discoveryengine.v1beta.Document].

Property Value
Type Description
string