public static interface SearchResponse.Summary.ReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDocument()
Required.
|
com.google.protobuf.ByteString |
getDocumentBytes()
Required.
|
String |
getTitle()
Title of the document.
|
com.google.protobuf.ByteString |
getTitleBytes()
Title of the document.
|
String |
getUri()
Cloud Storage or HTTP uri for the document.
|
com.google.protobuf.ByteString |
getUriBytes()
Cloud Storage or HTTP uri for the document.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTitle()
Title of the document.
string title = 1;com.google.protobuf.ByteString getTitleBytes()
Title of the document.
string title = 1;String getDocument()
Required. [Document.name][google.cloud.discoveryengine.v1beta.Document.name] of the document. Full resource name of the referenced document, in the format `projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*`.
string document = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getDocumentBytes()
Required. [Document.name][google.cloud.discoveryengine.v1beta.Document.name] of the document. Full resource name of the referenced document, in the format `projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*`.
string document = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getUri()
Cloud Storage or HTTP uri for the document.
string uri = 3;com.google.protobuf.ByteString getUriBytes()
Cloud Storage or HTTP uri for the document.
string uri = 3;Copyright © 2024 Google LLC. All rights reserved.