public static interface SearchResponse.Summary.ReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SearchResponse.Summary.Reference.ChunkContent |
getChunkContents(int index)
List of cited chunk contents derived from document content.
|
int |
getChunkContentsCount()
List of cited chunk contents derived from document content.
|
List<SearchResponse.Summary.Reference.ChunkContent> |
getChunkContentsList()
List of cited chunk contents derived from document content.
|
SearchResponse.Summary.Reference.ChunkContentOrBuilder |
getChunkContentsOrBuilder(int index)
List of cited chunk contents derived from document content.
|
List<? extends SearchResponse.Summary.Reference.ChunkContentOrBuilder> |
getChunkContentsOrBuilderList()
List of cited chunk contents derived from document content.
|
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.v1alpha.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.v1alpha.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;List<SearchResponse.Summary.Reference.ChunkContent> getChunkContentsList()
List of cited chunk contents derived from document content.
repeated .google.cloud.discoveryengine.v1alpha.SearchResponse.Summary.Reference.ChunkContent chunk_contents = 4;
SearchResponse.Summary.Reference.ChunkContent getChunkContents(int index)
List of cited chunk contents derived from document content.
repeated .google.cloud.discoveryengine.v1alpha.SearchResponse.Summary.Reference.ChunkContent chunk_contents = 4;
int getChunkContentsCount()
List of cited chunk contents derived from document content.
repeated .google.cloud.discoveryengine.v1alpha.SearchResponse.Summary.Reference.ChunkContent chunk_contents = 4;
List<? extends SearchResponse.Summary.Reference.ChunkContentOrBuilder> getChunkContentsOrBuilderList()
List of cited chunk contents derived from document content.
repeated .google.cloud.discoveryengine.v1alpha.SearchResponse.Summary.Reference.ChunkContent chunk_contents = 4;
SearchResponse.Summary.Reference.ChunkContentOrBuilder getChunkContentsOrBuilder(int index)
List of cited chunk contents derived from document content.
repeated .google.cloud.discoveryengine.v1alpha.SearchResponse.Summary.Reference.ChunkContent chunk_contents = 4;
Copyright © 2024 Google LLC. All rights reserved.