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.
Implements
IMessageBatchGetDocumentsMetadataRequestTypesUrisMatcher, IEquatableBatchGetDocumentsMetadataRequestTypesUrisMatcher, IDeepCloneableBatchGetDocumentsMetadataRequestTypesUrisMatcher, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
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 |