public static interface Answer.ReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Answer.Reference.ChunkInfo |
getChunkInfo()
Chunk information.
|
Answer.Reference.ChunkInfoOrBuilder |
getChunkInfoOrBuilder()
Chunk information.
|
Answer.Reference.ContentCase |
getContentCase() |
Answer.Reference.StructuredDocumentInfo |
getStructuredDocumentInfo()
Structured document information.
|
Answer.Reference.StructuredDocumentInfoOrBuilder |
getStructuredDocumentInfoOrBuilder()
Structured document information.
|
Answer.Reference.UnstructuredDocumentInfo |
getUnstructuredDocumentInfo()
Unstructured document information.
|
Answer.Reference.UnstructuredDocumentInfoOrBuilder |
getUnstructuredDocumentInfoOrBuilder()
Unstructured document information.
|
boolean |
hasChunkInfo()
Chunk information.
|
boolean |
hasStructuredDocumentInfo()
Structured document information.
|
boolean |
hasUnstructuredDocumentInfo()
Unstructured document information.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasUnstructuredDocumentInfo()
Unstructured document information.
.google.cloud.discoveryengine.v1alpha.Answer.Reference.UnstructuredDocumentInfo unstructured_document_info = 1;
Answer.Reference.UnstructuredDocumentInfo getUnstructuredDocumentInfo()
Unstructured document information.
.google.cloud.discoveryengine.v1alpha.Answer.Reference.UnstructuredDocumentInfo unstructured_document_info = 1;
Answer.Reference.UnstructuredDocumentInfoOrBuilder getUnstructuredDocumentInfoOrBuilder()
Unstructured document information.
.google.cloud.discoveryengine.v1alpha.Answer.Reference.UnstructuredDocumentInfo unstructured_document_info = 1;
boolean hasChunkInfo()
Chunk information.
.google.cloud.discoveryengine.v1alpha.Answer.Reference.ChunkInfo chunk_info = 2;Answer.Reference.ChunkInfo getChunkInfo()
Chunk information.
.google.cloud.discoveryengine.v1alpha.Answer.Reference.ChunkInfo chunk_info = 2;Answer.Reference.ChunkInfoOrBuilder getChunkInfoOrBuilder()
Chunk information.
.google.cloud.discoveryengine.v1alpha.Answer.Reference.ChunkInfo chunk_info = 2;boolean hasStructuredDocumentInfo()
Structured document information.
.google.cloud.discoveryengine.v1alpha.Answer.Reference.StructuredDocumentInfo structured_document_info = 3;
Answer.Reference.StructuredDocumentInfo getStructuredDocumentInfo()
Structured document information.
.google.cloud.discoveryengine.v1alpha.Answer.Reference.StructuredDocumentInfo structured_document_info = 3;
Answer.Reference.StructuredDocumentInfoOrBuilder getStructuredDocumentInfoOrBuilder()
Structured document information.
.google.cloud.discoveryengine.v1alpha.Answer.Reference.StructuredDocumentInfo structured_document_info = 3;
Answer.Reference.ContentCase getContentCase()
Copyright © 2024 Google LLC. All rights reserved.