public static interface AnswerQueryRequest.SearchSpec.SearchResultList.SearchResult.ChunkInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getChunk()
Chunk resource name.
|
com.google.protobuf.ByteString |
getChunkBytes()
Chunk resource name.
|
String |
getContent()
Chunk textual content.
|
com.google.protobuf.ByteString |
getContentBytes()
Chunk textual content.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getChunk()
Chunk resource name.
string chunk = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getChunkBytes()
Chunk resource name.
string chunk = 1 [(.google.api.resource_reference) = { ... }String getContent()
Chunk textual content.
string content = 2;com.google.protobuf.ByteString getContentBytes()
Chunk textual content.
string content = 2;Copyright © 2024 Google LLC. All rights reserved.