public sealed class BatchGetDocumentsMetadataRequest.Types.UrisMatcher : IMessage<BatchGetDocumentsMetadataRequest.Types.UrisMatcher>, IEquatable<BatchGetDocumentsMetadataRequest.Types.UrisMatcher>, IDeepCloneable<BatchGetDocumentsMetadataRequest.Types.UrisMatcher>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class BatchGetDocumentsMetadataRequest.Types.UrisMatcher.
Matcher for the [Document][google.cloud.discoveryengine.v1.Document]s by
exact uris.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation covers the `BatchGetDocumentsMetadataRequest.Types.UrisMatcher` class within the Google Cloud Discovery Engine v1 API."],["`UrisMatcher` is designed to match `Document` instances based on their exact URIs."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from `object`."],["It offers two constructors: a default `UrisMatcher()` and one that accepts another `UrisMatcher` instance as a parameter for copying."],["The `Uris` property, a `RepeatedField\u003cstring\u003e`, holds the list of exact URIs to match against `Documents`."]]],[]]