public static interface Answer.ReferenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getChunkInfo()
public abstract Answer.Reference.ChunkInfo getChunkInfo()Chunk information.
.google.cloud.discoveryengine.v1alpha.Answer.Reference.ChunkInfo chunk_info = 2;
| Returns | |
|---|---|
| Type | Description |
Answer.Reference.ChunkInfo |
The chunkInfo. |
getChunkInfoOrBuilder()
public abstract Answer.Reference.ChunkInfoOrBuilder getChunkInfoOrBuilder()Chunk information.
.google.cloud.discoveryengine.v1alpha.Answer.Reference.ChunkInfo chunk_info = 2;
| Returns | |
|---|---|
| Type | Description |
Answer.Reference.ChunkInfoOrBuilder |
|
getContentCase()
public abstract Answer.Reference.ContentCase getContentCase()| Returns | |
|---|---|
| Type | Description |
Answer.Reference.ContentCase |
|
getStructuredDocumentInfo()
public abstract Answer.Reference.StructuredDocumentInfo getStructuredDocumentInfo()Structured document information.
.google.cloud.discoveryengine.v1alpha.Answer.Reference.StructuredDocumentInfo structured_document_info = 3;
| Returns | |
|---|---|
| Type | Description |
Answer.Reference.StructuredDocumentInfo |
The structuredDocumentInfo. |
getStructuredDocumentInfoOrBuilder()
public abstract Answer.Reference.StructuredDocumentInfoOrBuilder getStructuredDocumentInfoOrBuilder()Structured document information.
.google.cloud.discoveryengine.v1alpha.Answer.Reference.StructuredDocumentInfo structured_document_info = 3;
| Returns | |
|---|---|
| Type | Description |
Answer.Reference.StructuredDocumentInfoOrBuilder |
|
getUnstructuredDocumentInfo()
public abstract Answer.Reference.UnstructuredDocumentInfo getUnstructuredDocumentInfo()Unstructured document information.
.google.cloud.discoveryengine.v1alpha.Answer.Reference.UnstructuredDocumentInfo unstructured_document_info = 1;
| Returns | |
|---|---|
| Type | Description |
Answer.Reference.UnstructuredDocumentInfo |
The unstructuredDocumentInfo. |
getUnstructuredDocumentInfoOrBuilder()
public abstract Answer.Reference.UnstructuredDocumentInfoOrBuilder getUnstructuredDocumentInfoOrBuilder()Unstructured document information.
.google.cloud.discoveryengine.v1alpha.Answer.Reference.UnstructuredDocumentInfo unstructured_document_info = 1;
| Returns | |
|---|---|
| Type | Description |
Answer.Reference.UnstructuredDocumentInfoOrBuilder |
|
hasChunkInfo()
public abstract boolean hasChunkInfo()Chunk information.
.google.cloud.discoveryengine.v1alpha.Answer.Reference.ChunkInfo chunk_info = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the chunkInfo field is set. |
hasStructuredDocumentInfo()
public abstract boolean hasStructuredDocumentInfo()Structured document information.
.google.cloud.discoveryengine.v1alpha.Answer.Reference.StructuredDocumentInfo structured_document_info = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the structuredDocumentInfo field is set. |
hasUnstructuredDocumentInfo()
public abstract boolean hasUnstructuredDocumentInfo()Unstructured document information.
.google.cloud.discoveryengine.v1alpha.Answer.Reference.UnstructuredDocumentInfo unstructured_document_info = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the unstructuredDocumentInfo field is set. |