Google Cloud Discovery Engine V1 Client - Class Matcher (1.3.1)

Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class Matcher.

Matcher for the Documents.

Currently supports matching by exact URIs.

Generated from protobuf message google.cloud.discoveryengine.v1.BatchGetDocumentsMetadataRequest.Matcher

Namespace

Google \ Cloud \ DiscoveryEngine \ V1 \ BatchGetDocumentsMetadataRequest

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ uris_matcher UrisMatcher

Matcher by exact URIs.

↳ fhir_matcher FhirMatcher

Matcher by FHIR resource names.

getUrisMatcher

Matcher by exact URIs.

Returns
Type Description
UrisMatcher|null

hasUrisMatcher

setUrisMatcher

Matcher by exact URIs.

Parameter
Name Description
var UrisMatcher
Returns
Type Description
$this

getFhirMatcher

Matcher by FHIR resource names.

Returns
Type Description
FhirMatcher|null

hasFhirMatcher

setFhirMatcher

Matcher by FHIR resource names.

Parameter
Name Description
var FhirMatcher
Returns
Type Description
$this

getMatcher

Returns
Type Description
string