public sealed class FetchSitemapsRequest.Types.UrisMatcher : IMessage<FetchSitemapsRequest.Types.UrisMatcher>, IEquatable<FetchSitemapsRequest.Types.UrisMatcher>, IDeepCloneable<FetchSitemapsRequest.Types.UrisMatcher>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class FetchSitemapsRequest.Types.UrisMatcher.
Matcher for the [Sitemap][google.cloud.discoveryengine.v1beta.Sitemap]s by
their 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-04-01 UTC."],[[["This document provides reference information for the `FetchSitemapsRequest.Types.UrisMatcher` class, part of the Discovery Engine v1beta API in the Google Cloud .NET library."],["The `UrisMatcher` class is used to match `Sitemap` objects by their URIs and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the `object` class and includes properties like `Uris`, which is a `RepeatedField` containing a list of strings representing the `Sitemap` URIs."],["The class has two constructors, `UrisMatcher()` and `UrisMatcher(UrisMatcher)`, with the latter allowing it to take in another `FetchSitemapsRequest.Types.UrisMatcher` object."],["There are different versions available for this class, with `1.0.0-beta18` being the latest version."]]],[]]