Discovery Engine v1 API - Class BatchGetDocumentsMetadataRequest.Types.UrisMatcher (1.4.0)

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.

Inheritance

object > BatchGetDocumentsMetadataRequest.Types.UrisMatcher

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

UrisMatcher()

public UrisMatcher()

UrisMatcher(UrisMatcher)

public UrisMatcher(BatchGetDocumentsMetadataRequest.Types.UrisMatcher other)
Parameter
Name Description
other BatchGetDocumentsMetadataRequestTypesUrisMatcher

Properties

Uris

public RepeatedField<string> Uris { get; }

The exact URIs to match by.

Property Value
Type Description
RepeatedFieldstring