public static interface Answer.Reference.UnstructuredDocumentInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Answer.Reference.UnstructuredDocumentInfo.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<Answer.Reference.UnstructuredDocumentInfo.ChunkContent> |
getChunkContentsList()
List of cited chunk contents derived from document content.
|
Answer.Reference.UnstructuredDocumentInfo.ChunkContentOrBuilder |
getChunkContentsOrBuilder(int index)
List of cited chunk contents derived from document content.
|
List<? extends Answer.Reference.UnstructuredDocumentInfo.ChunkContentOrBuilder> |
getChunkContentsOrBuilderList()
List of cited chunk contents derived from document content.
|
String |
getDocument()
Document resource name.
|
com.google.protobuf.ByteString |
getDocumentBytes()
Document resource name.
|
com.google.protobuf.Struct |
getStructData()
The structured JSON metadata for the document.
|
com.google.protobuf.StructOrBuilder |
getStructDataOrBuilder()
The structured JSON metadata for the document.
|
String |
getTitle()
Title.
|
com.google.protobuf.ByteString |
getTitleBytes()
Title.
|
String |
getUri()
URI for the document.
|
com.google.protobuf.ByteString |
getUriBytes()
URI for the document.
|
boolean |
hasStructData()
The structured JSON metadata for the document.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDocument()
Document resource name.
string document = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getDocumentBytes()
Document resource name.
string document = 1 [(.google.api.resource_reference) = { ... }String getUri()
URI for the document.
string uri = 2;com.google.protobuf.ByteString getUriBytes()
URI for the document.
string uri = 2;String getTitle()
Title.
string title = 3;com.google.protobuf.ByteString getTitleBytes()
Title.
string title = 3;List<Answer.Reference.UnstructuredDocumentInfo.ChunkContent> getChunkContentsList()
List of cited chunk contents derived from document content.
repeated .google.cloud.discoveryengine.v1beta.Answer.Reference.UnstructuredDocumentInfo.ChunkContent chunk_contents = 4;
Answer.Reference.UnstructuredDocumentInfo.ChunkContent getChunkContents(int index)
List of cited chunk contents derived from document content.
repeated .google.cloud.discoveryengine.v1beta.Answer.Reference.UnstructuredDocumentInfo.ChunkContent chunk_contents = 4;
int getChunkContentsCount()
List of cited chunk contents derived from document content.
repeated .google.cloud.discoveryengine.v1beta.Answer.Reference.UnstructuredDocumentInfo.ChunkContent chunk_contents = 4;
List<? extends Answer.Reference.UnstructuredDocumentInfo.ChunkContentOrBuilder> getChunkContentsOrBuilderList()
List of cited chunk contents derived from document content.
repeated .google.cloud.discoveryengine.v1beta.Answer.Reference.UnstructuredDocumentInfo.ChunkContent chunk_contents = 4;
Answer.Reference.UnstructuredDocumentInfo.ChunkContentOrBuilder getChunkContentsOrBuilder(int index)
List of cited chunk contents derived from document content.
repeated .google.cloud.discoveryengine.v1beta.Answer.Reference.UnstructuredDocumentInfo.ChunkContent chunk_contents = 4;
boolean hasStructData()
The structured JSON metadata for the document. It is populated from the struct data from the Chunk in search result.
.google.protobuf.Struct struct_data = 5;com.google.protobuf.Struct getStructData()
The structured JSON metadata for the document. It is populated from the struct data from the Chunk in search result.
.google.protobuf.Struct struct_data = 5;com.google.protobuf.StructOrBuilder getStructDataOrBuilder()
The structured JSON metadata for the document. It is populated from the struct data from the Chunk in search result.
.google.protobuf.Struct struct_data = 5;Copyright © 2025 Google LLC. All rights reserved.