public sealed class BatchGetDocumentsMetadataRequest : IMessage<BatchGetDocumentsMetadataRequest>, IEquatable<BatchGetDocumentsMetadataRequest>, IDeepCloneable<BatchGetDocumentsMetadataRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class BatchGetDocumentsMetadataRequest.
Request message for [DocumentService.BatchGetDocumentsMetadata][google.cloud.discoveryengine.v1.DocumentService.BatchGetDocumentsMetadata] method.
Implements
IMessageBatchGetDocumentsMetadataRequest, IEquatableBatchGetDocumentsMetadataRequest, IDeepCloneableBatchGetDocumentsMetadataRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
BatchGetDocumentsMetadataRequest()
public BatchGetDocumentsMetadataRequest()
BatchGetDocumentsMetadataRequest(BatchGetDocumentsMetadataRequest)
public BatchGetDocumentsMetadataRequest(BatchGetDocumentsMetadataRequest other)
Parameter | |
---|---|
Name | Description |
other |
BatchGetDocumentsMetadataRequest |
Properties
Matcher
public BatchGetDocumentsMetadataRequest.Types.Matcher Matcher { get; set; }
Required. Matcher for the [Document][google.cloud.discoveryengine.v1.Document]s.
Property Value | |
---|---|
Type | Description |
BatchGetDocumentsMetadataRequestTypesMatcher |
Parent
public string Parent { get; set; }
Required. The parent branch resource name, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsBranchName
public BranchName ParentAsBranchName { get; set; }
BranchName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
BranchName |