Discovery Engine v1beta API - Class BatchGetDocumentsMetadataRequest.Types.UrisMatcher (1.0.0-beta17)

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 v1beta API class BatchGetDocumentsMetadataRequest.Types.UrisMatcher.

Matcher for the [Document][google.cloud.discoveryengine.v1beta.Document]s by exact uris.

Inheritance

object > BatchGetDocumentsMetadataRequest.Types.UrisMatcher

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.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