public static interface BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue.MatcherValueCase |
getMatcherValueCase() |
String |
getUri()
If match by URI, the URI of the
[Document][google.cloud.discoveryengine.v1beta.Document].
|
com.google.protobuf.ByteString |
getUriBytes()
If match by URI, the URI of the
[Document][google.cloud.discoveryengine.v1beta.Document].
|
boolean |
hasUri()
If match by URI, the URI of the
[Document][google.cloud.discoveryengine.v1beta.Document].
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasUri()
If match by URI, the URI of the [Document][google.cloud.discoveryengine.v1beta.Document].
string uri = 1;String getUri()
If match by URI, the URI of the [Document][google.cloud.discoveryengine.v1beta.Document].
string uri = 1;com.google.protobuf.ByteString getUriBytes()
If match by URI, the URI of the [Document][google.cloud.discoveryengine.v1beta.Document].
string uri = 1;BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue.MatcherValueCase getMatcherValueCase()
Copyright © 2024 Google LLC. All rights reserved.