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

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

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