Interface BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValueOrBuilder (0.49.0)

public static interface BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFhirResource()

public abstract String getFhirResource()

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

string fhir_resource = 2 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The fhirResource.

getFhirResourceBytes()

public abstract ByteString getFhirResourceBytes()

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

string fhir_resource = 2 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for fhirResource.

getMatcherValueCase()

public abstract BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue.MatcherValueCase getMatcherValueCase()
Returns
Type Description
BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue.MatcherValueCase

getUri()

public abstract String getUri()

If match by URI, the URI of the Document.

string uri = 1;

Returns
Type Description
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

If match by URI, the URI of the Document.

string uri = 1;

Returns
Type Description
ByteString

The bytes for uri.

hasFhirResource()

public abstract boolean hasFhirResource()

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

string fhir_resource = 2 [(.google.api.resource_reference) = { ... }

Returns
Type Description
boolean

Whether the fhirResource field is set.

hasUri()

public abstract boolean hasUri()

If match by URI, the URI of the Document.

string uri = 1;

Returns
Type Description
boolean

Whether the uri field is set.