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 \ BatchGetDocumentsMetadataRequestMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ uris_matcher |
Google\Cloud\DiscoveryEngine\V1\BatchGetDocumentsMetadataRequest\UrisMatcher
Matcher by exact URIs. |
↳ fhir_matcher |
Google\Cloud\DiscoveryEngine\V1\BatchGetDocumentsMetadataRequest\FhirMatcher
Matcher by FHIR resource names. |
getUrisMatcher
Matcher by exact URIs.
Returns | |
---|---|
Type | Description |
Google\Cloud\DiscoveryEngine\V1\BatchGetDocumentsMetadataRequest\UrisMatcher|null |
hasUrisMatcher
setUrisMatcher
Matcher by exact URIs.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DiscoveryEngine\V1\BatchGetDocumentsMetadataRequest\UrisMatcher
|
Returns | |
---|---|
Type | Description |
$this |
getFhirMatcher
Matcher by FHIR resource names.
Returns | |
---|---|
Type | Description |
Google\Cloud\DiscoveryEngine\V1\BatchGetDocumentsMetadataRequest\FhirMatcher|null |
hasFhirMatcher
setFhirMatcher
Matcher by FHIR resource names.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DiscoveryEngine\V1\BatchGetDocumentsMetadataRequest\FhirMatcher
|
Returns | |
---|---|
Type | Description |
$this |
getMatcher
Returns | |
---|---|
Type | Description |
string |