Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::BatchGetDocumentsMetadataResponse::DocumentMetadata::MatcherValue (v0.18.0)

Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::BatchGetDocumentsMetadataResponse::DocumentMetadata::MatcherValue.

The value of the matcher that was used to match the Document.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#fhir_resource

def fhir_resource() -> ::String
Returns
  • (::String) — Format: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_store}/fhir/{resource_type}/{fhir_resource_id}

    Note: The following fields are mutually exclusive: fhir_resource, uri. If a field in that set is populated, all other fields in the set will automatically be cleared.

#fhir_resource=

def fhir_resource=(value) -> ::String
Parameter
  • value (::String) — Format: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_store}/fhir/{resource_type}/{fhir_resource_id}

    Note: The following fields are mutually exclusive: fhir_resource, uri. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::String) — Format: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_store}/fhir/{resource_type}/{fhir_resource_id}

    Note: The following fields are mutually exclusive: fhir_resource, uri. If a field in that set is populated, all other fields in the set will automatically be cleared.

#uri

def uri() -> ::String
Returns
  • (::String) — If match by URI, the URI of the Document.

    Note: The following fields are mutually exclusive: uri, fhir_resource. If a field in that set is populated, all other fields in the set will automatically be cleared.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — If match by URI, the URI of the Document.

    Note: The following fields are mutually exclusive: uri, fhir_resource. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::String) — If match by URI, the URI of the Document.

    Note: The following fields are mutually exclusive: uri, fhir_resource. If a field in that set is populated, all other fields in the set will automatically be cleared.