public interface BatchGetDocumentsMetadataRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BatchGetDocumentsMetadataRequest.Matcher |
getMatcher()
Required.
|
BatchGetDocumentsMetadataRequest.MatcherOrBuilder |
getMatcherOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasMatcher()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent branch resource name, such as
`projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent branch resource name, such as
`projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasMatcher()
Required. Matcher for the [Document][google.cloud.discoveryengine.v1beta.Document]s.
.google.cloud.discoveryengine.v1beta.BatchGetDocumentsMetadataRequest.Matcher matcher = 2 [(.google.api.field_behavior) = REQUIRED];
BatchGetDocumentsMetadataRequest.Matcher getMatcher()
Required. Matcher for the [Document][google.cloud.discoveryengine.v1beta.Document]s.
.google.cloud.discoveryengine.v1beta.BatchGetDocumentsMetadataRequest.Matcher matcher = 2 [(.google.api.field_behavior) = REQUIRED];
BatchGetDocumentsMetadataRequest.MatcherOrBuilder getMatcherOrBuilder()
Required. Matcher for the [Document][google.cloud.discoveryengine.v1beta.Document]s.
.google.cloud.discoveryengine.v1beta.BatchGetDocumentsMetadataRequest.Matcher matcher = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.